I am trying to perform a heavy scientific computation on my ubuntu machine. The code is written in Python and is marked as an executable. However, after about one hour the computation is terminated with no error message other than "terminated" as if the system just ran the command "killall python".
Why does ubuntu terminate my computations? There is no infinite loop and the solution converges nicely (but there is one part of the program that needs some optimization).
Thanks!