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

[Condor-users] problems with condor_submit



hi!

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!

thanks in advance