Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
You are probably running out of memory. Watch a readout of the Python process size during your attempts, and optimize your walks
iterable to not compose a large in-memory list.