Hi,
the log file does not provide sufficient information to understand what has caused the crash, but I suspect it is due to insufficient memory, because of incorrect load balancing. Since you have 96 contour points and only 70 processes, the first 26 processes are occupied twice as much as the others.
Could you try to re-run the simulation using:
equilibrium_method = GreensFunction(
processes_per_contour_point=2,
)
Regards,
Daniele.