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

Re: [HTCondor-users] job idle and priority



Hello Jaime,

Thanks for answer.

I have a look on the PRI column. As we can see below all value for job priority are 0.

root@clrarcce01 ~]# condor_q -nobatch | more


-- Schedd: clrarcce01.in2p3.fr : <134.158.121.102:14913> @ 01/18/21 13:53:50
 ID        OWNER            SUBMITTED     RUN_TIME ST PRI SIZE    CMD
490657.0   alicesgm        1/13 18:41   4+19:12:09 R  0     733.0 (AliEn_arc_submi)
495592.0   atlasprd        1/14 16:25   0+06:53:12 H  0    9766.0 (arc_pilot)
497540.0   atlasprd        1/15 01:38   0+14:18:06 H  0     733.0 (arc_pilot)
498172.0   pilatl05        1/15 04:50   0+00:26:14 H  0    1709.0 (arc_pilot)
498173.0   pilatl05        1/15 04:51   3+09:02:36 R  0       2.0 (arc_pilot)
499373.0   pilatl05        1/15 09:00   3+04:38:17 R  0       2.0 (arc_pilot)
499747.0   atlasprd        1/15 10:00   3+03:48:20 R  0       2.0 (arc_pilot)
500114.0   atlasprd        1/15 10:51   3+02:26:39 R  0       2.0 (arc_pilot)
501623.0   pilatl05        1/15 16:49   2+21:03:59 R  0       2.0 (arc_pilot)
505687.0   atlasprd        1/16 08:00   0+07:47:00 H  0     733.0 (arc_pilot)
507696.0   atlasprd        1/16 15:01   1+19:58:51 R  0       2.0 (arc_pilot)
508208.0   atlasprd        1/16 17:32   0+11:58:52 H  0     733.0 (arc_pilot)
510147.0   lhcbpil02       1/17 03:25   1+08:41:27 R  0    1221.0 (gridjob)
513006.0   alicesgm        1/17 14:34   0+23:07:08 R  0    1709.0 (AliEn_arc_submi)
513077.0   pilatl05        1/17 15:00   0+04:28:22 H  0    1954.0 (arc_pilot)
513760.0   lhcbpil02       1/17 18:07   0+19:46:36 R  0    1465.0 (gridjob)
513796.0   lhcbpil02       1/17 18:12   0+19:41:33 R  0    1221.0 (gridjob)

It is possible that I have something bad. But How can I debug this situation ?

Best regards
Jean-Claude


De: "Jaime Frey" <jfrey@xxxxxxxxxxx>
Ã: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Cc: "Jean-Claude CHEVALEYRE" <chevaleyre@xxxxxxxxxxxxxxxxx>
EnvoyÃ: Mardi 12 Janvier 2021 18:02:54
Objet: Re: [HTCondor-users] job idle and priority

On Jan 12, 2021, at 10:55 AM, Jean-Claude CHEVALEYRE <jean-claude.chevaleyre@xxxxxxxxxxxxxxxxx<mailto:jean-claude.chevaleyre@xxxxxxxxxxxxxxxxx>> wrote:

I'd like to know at one point the priority for Idles job in condor queue. Is there any way to list these priorities jobs.

If you use the -nobatch option with condor_q, each jobâs priority is listed under the heading âPRIâ.

 - Jaime