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

[Condor-users] insufficient priority



Hello. I have two processors in a machine. If two users sent a job i get the condor_q output below:

-- Submitter: titan.solidos.quimica.ufjf.br : <192.168.1.135:55591> : titan.solidos.quimica.ufjf.br
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
 236.0   aryjr          12/6  09:49   0+00:21:05 R  0   46.3 mgo-deyse.sh
 237.0   testecnd    12/6  10:25   0+00:00:00 I  0   0.0  mgo-deyse.sh

2 jobs; 1 idle, 1 running, 0 held

Now the outpu for the "condor_q -analyze 237":

-- Submitter: titan.solidos.quimica.ufjf.br : <192.168.1.135:55591> : titan.solidos.quimica.ufjf.br
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
---
237.000:  Run analysis summary.  Of 2 machines,
      0 are rejected by your job's requirements
      1 reject your job because of their own requirements
      1 match, but are serving users with a better priority in the pool
      0 match, match, but reject the job for unknown reasons
      0 match, but will not currently preempt their existing job
      0 are available to run your job
        No successful match recorded.
        Last failed match: Tue Dec  6 10:35:52 2005
        Reason for last match failure: insufficient priority

Why I get insufficient priority for 237 job? I Have two processors. See the outpu of condor_status:

-- Submitter: titan.solidos.quimica.ufjf.br : <192.168.1.135:55591> : titan.solidos.quimica.ufjf.br
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
 236.0   aryjr          12/6  09:49   0+00:24:54 R  0   46.3 mgo-deyse.sh
 237.0   testecondor    12/6  10:25   0+00:00:00 I  1   0.0  mgo-deyse.sh

2 jobs; 1 idle, 1 running, 0 held
testecondor@titan:~/condor-test/mgo-test$ condor_status

Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime

vm1@xxxxxxxxx LINUX       INTEL  Owner      Idle       0.010   256  0+00:11:19
vm2@xxxxxxxxx LINUX       INTEL  Claimed    Busy       0.980   256  0+00:21:10

                     Machines Owner Claimed Unclaimed Matched Preempting

         INTEL/LINUX        2     1       1         0       0          0

               Total        2     1       1         0       0          0

Thanks very much!!!

Ary Junior