I am currently running mathematica on a Linux cluster, I want the job running stably even if I log out. So I use nohup. However, I found sometimes nohup terminates without any sign (I can't see any error message in the output file, it just stopped in the middle of a calculation.)
It maybe due to Mathematica. But I think maybe I should try screen. So I came up with this question. What is the difference between nohup and nohup in a screen? Will nohup inside a screen more stable than merely nohup?