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

Re: [Condor-users] Why are my jobs not running?



On Wed, May 12, 2010 at 10:39 PM, OMAIRA GALINDO <maggy128@xxxxxxxxx> wrote:
Hello,
I have a pool of three machines, one is the central administrator, and the other two machines are run, have 512 MB of memory, operating system CentOS 5.4, and I'm working with condor-7.5.1. My problem is: when I run the daemon condor_submit hostname_submit shows me the following



-- Submitter: sesclavo1.grid.uptc.edu.co : <10.0.32.11:60986> : sesclavo1.grid.uptc.edu.co
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD              
  18.0   condor          5/12 21:24   0+00:00:00 I  0   0.0  hostname         
  18.1   condor          5/12 21:24   0+00:00:00 I  0   0.0  hostname         
  18.2   condor          5/12 21:24   0+00:00:00 I  0   0.0  hostname         

3 jobs; 3 idle, 0 running, 0 held


I hope some time and no ST changes from I to R,

I need to know must be configured to run the job. Thank you very much.


Omaira,

Try running:

condor_q -better-analyze 18.0

That will analyze the job ad and give you some insight in to why it might not be running. If that doesn't answer your question, post the output of that command call and it'll be easier to help.

Warm regards,
- Ian