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

Re: [HTCondor-users] Job start time estimation



Hey Dan,

If you run condor_q -long on a job ID, you'll be able to see its entire ClassAd, and in there will be a number of different timestamps you can use:

$ condor_q -long 12345.0 | egrep 'Date|Time'

CommittedSlotTime = 0
CommittedSuspensionTime = 0
CommittedTime = 0
CompletionDate = 0
CumulativeSlotTime = 0
CumulativeSuspensionTime = 0
JobCurrentStartDate = 1526315187
JobCurrentStartExecutingDate = 1526315188
JobMaxVacateTime = 300
JobStartDate = 1526315187
LastMatchTime = 1526315187
LastSuspensionTime = 0
QDate = 1526315173
RemoteWallClockTime = 0.0
ServerTime = 1526323107

The attribute you're looking for is the JobCurrentStartExecutingDate.
 
This is different from the JobCurrentStartDate, which includes time spent running PreCmd and input file transfers.

	-Michael Pelletier.

-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Murphy-Olson, Daniel E.
Sent: Monday, May 14, 2018 2:35 PM
To: htcondor-users@xxxxxxxxxxx
Subject: [External] [HTCondor-users] Job start time estimation

Hello, 

Is there a way to query condor for a job start time estimation (equivalent to Maui showstart)?  

Thanks,
Dan
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/