Handy condor commands

  • Check if your jobs are on hold: condor_q -hold
  • If jobs are on hold because they're exceeding the memory limit:
    condor_qedit sylvia.biscoveanu -constraint 'JobStatus == 5' RequestMemory 4096
  • condor_qedit sylvia.biscoveanu -constraint 'JobStatus == 5' NumShadowExceptions 0 NumShadowStarts 0
  • Release jobs: condor_release sylvia.biscoveanu
  • Query jobs on all nodes: condor_q sylvia.biscoveanu --global