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

Re: [Condor-users] problems with condor_submit



On Feb 13, 2006, at 9:10 AM, Andreas Fladischer wrote:

i set up condor on 2 nodes; i tried to submit a simle job - the job file
looks like:

universe = vanilla
Executable = /bin/sleep
Should_Transfer_Files = NO
Output = test.out
Error = test.err
Log = test.log
Arguments = 20
Queue 5

then i submitted the job with "condor_submit sleep_condor"; the jobs
will submitted but the condor_q command show the following lines:
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
   5.0   condor          2/13 16:05   0+00:00:00 I  0   0.0  sleep 20
   5.1   condor          2/13 16:05   0+00:00:00 I  0   0.0  sleep 20
   5.2   condor          2/13 16:05   0+00:00:00 I  0   0.0  sleep 20
   5.3   condor          2/13 16:05   0+00:00:00 I  0   0.0  sleep 20
   5.4   condor          2/13 16:05 5 jobs; 5 idle, 0 running, 0 held
5 jobs; 5 idle, 0 running, 0 held

after the 20 seconds nothing go on; a condor_q -analyze tell me
something with the requirements
      1 are rejected by your job's requirements
      1 reject your job because of their own requirements

i don't know what this means; i hope someone can help me!the same
problem occours when i use the command hostname!

Run 'condor_q -l' and 'condor_status -l' to get the classads for the job and the machine. The 'Requirements' expression in both classads must evaluate to true for that job to run on that machine. The Condor manual has more information about classad matchmaking.

+--------------------------------+-----------------------------------+
|           Jaime Frey           | I used to be a heavy gambler.     |
|       jfrey@xxxxxxxxxxx        | But now I just make mental bets.  |
| http://www.cs.wisc.edu/~jfrey/ | That's how I lost my mind.        |
+--------------------------------+-----------------------------------+