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

Re: [HTCondor-users] Job start time estimation



Hi Michael,
 ÂIs that for a job that has already started, or is that a prediction for when it would start? Dan is asking about jobs that are in the queue waiting for a worker to come free, if there is any way estimate of when a worker might be assigned to it by the matchmaker.

On Mon, May 14, 2018 at 11:44 AM, Michael Pelletier <Michael.V.Pelletier@xxxxxxxxxxxx> wrote:
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@cs.wisc.edu 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/

_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu 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/



--
Steve Chan
KBase -ÂEnviron Genomics & Systems Biology
Lawrence Berkeley National Lab