Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Unexpected CumulativeSuspensionTime > RemoteWallclockTime in HTCondor 24.0.7
- Date: Thu, 7 Aug 2025 11:41:19 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Unexpected CumulativeSuspensionTime > RemoteWallclockTime in HTCondor 24.0.7
On 7/18/25 2:55 AM, Carles Acosta wrote:
We have some machines where jobs may be suspended under certain
conditions. Today, for the first time, we noticed a job where
CumulativeSuspensionTime is greater than RemoteWallclockTime, which
should not be possible according to the HTCondor documentation. In
fact the CommitedTime is also greather than the RemoteWallclockTime.
# condor_history 1328280 -af JobStatus RemoteWallclockTime
CumulativeSuspensionTime CommittedTime
4 6761.0 7142 7949
Carles:
It is not our intention that CumulativeSuspensionTime should ever be
greater than RemoteWallclockTime, but it is possible there is a bug
where we lose track of some of these values when the schedd restarts. I
will see if I can reproduce this, and if so, fix it.
-greg