[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] Different RUN_TIME based on condor_history vs condor_history -file



If using local log files on submit file and then querying both using condor_history values differ.

Take the example of this job that hadÂNumShadowStarts=11

condor_history 1504.257
ÂID Â Â OWNER Â Â Â Â ÂSUBMITTED Â RUN_TIME Â Â ST COMPLETED Â CMD
1504.257 fleited     3/4 Â04:05  0+14:54:22 C  3/4 Â19:53 java demoTest

condor_history -userlog logfile.log 1504.257
ÂID Â Â OWNER Â Â Â Â ÂSUBMITTED Â RUN_TIME Â Â ST COMPLETED Â CMD
1504.257 ??? Â Â Â Â Â Â 3/4 Â04:05 Â 0+01:07:46 C Â 3/4 Â19:53 ???

When using the local logfile.log it seams that RUN_TIME defaults to the last good run instead of calculating the sum of all.

Is this a bug or by design? If it is by design is there a way I can query the logfile.log and get the full runtime?

Many Thanks,
Francisco


----