Second Run of a job finishing Quickly Than expected!

Total energy, geometry optimization, DFT+U, spin....

Moderator: bguster

Locked
puneet336
Posts: 3
Joined: Mon Apr 20, 2015 9:54 am

Second Run of a job finishing Quickly Than expected!

Post by puneet336 » Tue Apr 28, 2015 8:13 am

I am trying to benchmark abinit on my machine, Now when i ran abinit first time with command:

Code: Select all

nohup time mpirun -np 4 ./abinit <tmbt_1.files

the job took approx 15 hours to complete:

Code: Select all

--- !FinalSummary
start_date: Mon Apr 27 10:59:21 2015
end_date: Tue Apr 28  0:45:43 2015
overall_cpu_time:      989725.6
overall_wall_time:      198327.1
...
 


tmbt_1.files content is:

Code: Select all

tmbt_1.in
tmbt_1.out
tmbt_1i
tmbt_1o
tmbt_1t
14si.pspnc
8o.pspnc

attached:
    nohup.out.log
    8o.pspnc.log
    14si.pspnc.log
    tmbt_1.in.log
After clearing out log files ,

Code: Select all

 rm -rvf *_DS1_* *_DS2_* *_LOG_* *.outA nohup.out


now again i ran the same job with same input files second time with 8 process , the job finished within 2 minutes,
so i reran the job with 4 processes , and again , my job finishes within 2 minutes (attached: nohup_2ndrun.out.log)!!


I am absolutely clueless now !What causes the job to finish within 2 minutes ? do i need to remove some more files ?

The job runs for a hefty 15 hours,
So, if anyone can give me input file(s) (i.e. in,psp) with which the job runs for approx 1 hour serially(with 1 process) then it will be very helpful to me.

Eagerly Awaiting your replies

Regards
Puneet
Attachments
nohup_2ndrun.out.log
second rerun with 4 process which terminated in 2 minutes
(46.86 KiB) Downloaded 183 times
nohup.out.log
original log which ran for ~15 hours
(47.17 KiB) Downloaded 200 times
8o.pspnc.log
(198.78 KiB) Downloaded 188 times
14si.pspnc.log
(298.02 KiB) Downloaded 190 times
tmbt_1.in.log
(2.4 KiB) Downloaded 217 times

Locked