Changes

Jump to navigation Jump to search
no edit summary
Line 6: Line 6:     
<pre>
 
<pre>
condor_q -l <jobid>
+
condor_q -l <jobid> | grep HoldReason
 
</pre>
 
</pre>
    
== Hold Reaons ==
 
== Hold Reaons ==
 
=== Over Maximum Run Count ===
 
=== Over Maximum Run Count ===
 +
The ClassAd <i>HoldReason</i> states
 +
<pre>
 +
<user> job <jobid> removed because its RunCount # > 99
 +
</pre>
 +
 +
This means that your job has started 99 times already and is attempting to start again. Typically, this indicates a problem with the job and should be removed. The code should be examined to find why it continually fails.
 
=== Used More Memory Than Requested ===
 
=== Used More Memory Than Requested ===
 
=== Used More Memory Than Slot Provided ===
 
=== Used More Memory Than Slot Provided ===
 
=== Used More Disk Than Requested ===
 
=== Used More Disk Than Requested ===
191

edits

Navigation menu