Error on abruptly stop

Hello,
I run a 2D fluid bed. And it stopped without any error. And it not finished. What’s happened?


Please give me help. Many thanks!!!
0725-10m_2023-07-27T165507.382204.zip (710.4 KB)

REQUESTED CPU TIME LIMIT REACHED
means that you have a time limit of 2 days and that time limit was reached.

You can either disable the check completely, or increase the time limit, in the Run pane:

shot-2023-07-27_07-39-22

However there does seem to be some issue with the timing code confusing CPU time and wall time - for SMP/DMP jobs CPU time can go faster than real time, since it’s the total of time used by all CPUs.

At the end of the LOG file I see:

=============== REQUESTED CPU TIME LIMIT REACHED =
Batch wall time:        2.00 days
Elapsed wall time:      2.00 days
Term buffer:          180.00 s
=============== REQUESTED CPU TIME LIMIT REACHED =
 **********************************************************************
 Total CPU used = 2.000 days
 Total CPU IO used = 1.578 s
 Total wall time used = 8.577 h
 **********************************************************************

Note the discrepancy between 2.00 days and 8.577 hours… I’ll try to get this sorted out for the next release.

1 Like

Got it. Thank you for your reply!