Hi all,
I'm seeing some strange numbers for WeightedAccumulatedUsage from one of
our pools.
Our test case is to submit 1000 jobs which sleep 30 seconds. The total
remotewallclocktime for all the jobs is 30,219 seconds. However, the
usage for the user reported by condor_userprio for these jobs is on the
order of 600,000 seconds.
For jobs which sleep 0 seconds, condor_userprio reports usage of 300,000
to 600,000 seconds, as compared to about 200 seconds of walltime.
The test script is essentially
condor_userprio -resetusage <user>
condor_submit sleep30
clusterid=$(condor_q -af clusterid | head -n1)
condor_wait -num 1000 /tmp/$clusterid.log
condor_history -af remotewallclocktime -limit 1000 | awksum
condor_userprio -allusers -const 'name == <user>' -af
WeightedAccumulatedUsage
Is there a configuration macro which might be affecting this?
Thanks,
Jon