Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Jobs starting on HOLD
- Date: Tue, 24 Apr 2018 17:01:41 +0000
- From: Zach Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Jobs starting on HOLD
Yes, this is expected.
For "remote" submissions (or more specifically, anything where the input data is spooled) the job is submitted on hold until all the input data has been transferred. It then goes to the Idle state where it can be matched and executed.
Cheers,
-zach
> -----Original Message-----
> From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> On Behalf Of
> Koschmieder, Lukas
> Sent: Tuesday, April 24, 2018 11:51 AM
> To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
> Subject: [HTCondor-users] Jobs starting on HOLD
>
> Hi,
>
> according to condor_q my jobs start on HOLD and then transit to IDLE and
> RUN. Is this the expected behavior?
>
> lkosch@tux208:HTCondor$ condor_submit -remote tux223 free.job && \
> while true; do \
> condor_q -n tux223; \
> sleep 1; \
> done
>
> Submitting job(s).
> 1 job(s) submitted to cluster 227.
>
>
> -- Schedd: tux223.iehk.RWTH-Aachen.DE : <137.226.130.73:9618?... @ 04/24/18
> 18:31:52
> OWNER BATCH_NAME SUBMITTED DONE RUN IDLE HOLD TOTAL
> JOB_IDS
> lkosch CMD: /bin/bash 4/24 18:31 _ _ _ 1 1 227.0
>
> 1 jobs; 0 completed, 0 removed, 0 idle, 0 running, 1 held, 0 suspended
>
>
> -- Schedd: tux223.iehk.RWTH-Aachen.DE : <137.226.130.73:9618?... @ 04/24/18
> 18:31:53
> OWNER BATCH_NAME SUBMITTED DONE RUN IDLE TOTAL JOB_IDS
> lkosch CMD: /bin/bash 4/24 18:31 _ _ 1 1 227.0
>
> 1 jobs; 0 completed, 0 removed, 1 idle, 0 running, 0 held, 0 suspended
>
>
> (...)
>
>
> -- Schedd: tux223.iehk.RWTH-Aachen.DE : <137.226.130.73:9618?... @ 04/24/18
> 18:31:59
> OWNER BATCH_NAME SUBMITTED DONE RUN IDLE TOTAL JOB_IDS
> lkosch CMD: /bin/bash 4/24 18:31 _ 1 _ 1 227.0
>
> 1 jobs; 0 completed, 0 removed, 0 idle, 1 running, 0 held, 0 suspended
>
>
>
> lkosch@tux208:HTCondor$ condor_version
> $CondorVersion: 8.6.10 Mar 12 2018 BuildID: 435200 $
> $CondorPlatform: x86_64_RedHat7 $
>
>
> lkosch@tux223:HTCondor$ condor_version
> $CondorVersion: 8.6.10 Mar 12 2018 BuildID: 435200 $
> $CondorPlatform: x86_64_RedHat7
>
>
> Best regards,
> Lukas
>
>
> --
> Lukas Koschmieder
> Steel Institute IEHK
> RWTH Aachen University
> Intzestraße 1
> 52072 Aachen
> Germany
>