[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] How to find out what jobs are held?



condor_q -wide will show you more.

 

Best regards,

 

Don

 

Signature0001

Don Krieger, Ph.D.

Department of Neurological Surgery

University of Pittsburgh

(412)648-9654 Office

(412)521-4431 Cell/Text

 

From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Justin Fisher
Sent: Wednesday, June 14, 2017 8:22 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] How to find out what jobs are held?

 

I recently ran a batch of job, just shy of 4000 in total. When it was done I got this:

 

condor_q

-- Schedd: jfisher.ingenazure.com : <192.168.1.206:9618?... @ 06/14/17 14:15:14

OWNER   BATCH_NAME      SUBMITTED   DONE   RUN    IDLE   HOLD  TOTAL JOB_IDS

jfisher      CMD: ngspice        6/7  22:30        1787      _           _        9          1800 261.0 ... 262.4

 

9 jobs; 0 completed, 0 removed, 0 idle, 0 running, 9 held, 0 suspended

 

Running condor_release restarted the jobs, but then something crashes and the jobs go back to being held.

 

then:

 

condor_q -hold

-- Schedd: jfisher.myserver : <192.168.1.206:9618?... @ 06/14/17 14:05:55

 ID      OWNER          HELD_SINCE  HOLD_REASON

 261.0   jfisher         6/14 14:03          Error from slot1_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 261.1   jfisher         6/14 14:03          Error from slot2_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 261.2   jfisher         6/14 14:03          Error from slot3_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 261.3   jfisher         6/14 14:03          Error from slot4_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 262.0   jfisher         6/14 14:03          Error from slot5_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 262.1   jfisher         6/14 14:03          Error from slot6_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 262.2   jfisher         6/14 14:03          Error from slot1_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 262.3   jfisher         6/14 14:03          Error from slot2_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 262.4   jfisher         6/14 14:03          Error from slot3_1@xxxxxxxxxxxxx: SHADOW at 192.168.1.206 failed to send fi

 

Alas the truncation is right where I suspect the information I need is going to be.

 

Any ideas as to how to find out what those jobs are?

 


--
Kind regards,

 

Justin Fisher.