Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Can not get RemoteWallClockTime or CommittedTime report any value other than 0.0
- Date: Sun, 24 Apr 2011 22:09:29 -0500 (CDT)
- From: Steven Timm <timm@xxxxxxxx>
- Subject: Re: [Condor-users] Can not get RemoteWallClockTime or CommittedTime report any value other than 0.0
I am not sure why remotewallclocktime is
always zero in condor_q output but I can confirm I see the
same effect in condor 7.4.3.
The CPU time fields get populated correctly.
In condor_history it shows the correct RemoteWallClockTime
once the job is complete.
steve
On Sun, 24 Apr 2011, Doug Benjamin wrote:
Hello,
I am trying to setup queues so users can run either short, medium or
long jobs.
I am using condor 7.6.0.
I am also trying to use
SYSTEM_PERIODIC_REMOVE = ((TARGET.RemoteWallClockTime -
TARGET.CumulativeSuspensionTime ) > $(Job_Time_Limit))
Where Job_Time_Limit is dependent on the type of job submitted.
I am finding that RemoteWallClockTime is always 0.0.
As an example -- I am running a simple sleep job .
[benjamin@atl010 sleepjob]$ condor_q
-- Submitter: atl010.phy.duke.edu : <152.3.57.128:9771> :
atl010.phy.duke.edu
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE
CMD
14.0 benjamin 4/24 22:35 0+00:01:07 R 20 0.0
test_sleepjob.sh 6
14.1 benjamin 4/24 22:35 0+00:01:07 R 20 0.0
test_sleepjob.sh 6
2 jobs; 0 idle, 2 running, 0 held
[benjamin@atl010 sleepjob]$ condor_q -long 14.0 | grep Time
CommittedSlotTime = 0
CommittedSuspensionTime = 0
CumulativeSlotTime = 0
CumulativeSuspensionTime = 0
ServerTime = 1303699001
CommittedTime = 0
LastMatchTime = 1303698929
RemoteWallClockTime = 0.0
LastSuspensionTime = 0
CurrentTime = time()
Job_Time_Limit = ( ( ifThenElse(( TARGET.AccountingGroup =?= "short_job"
),2 * 60,ifThenElse(( TARGET.AccountingGroup =?= "medium_job" ),10 *
60,15 * 60)) ) )
Somehow even though this sleep job ran. The CommittedTime and
RemoteWallClockTime values are always = 0.0
Any suggestion where I might look to see why these values are not updating.
Thanks,
Doug Benjamin
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
--
------------------------------------------------------------------
Steven C. Timm, Ph.D (630) 840-8525
timm@xxxxxxxx http://home.fnal.gov/~timm/
Fermilab Computing Division, Scientific Computing Facilities,
Grid Facilities Department, FermiGrid Services Group, Group Leader.
Lead of FermiCloud project.