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

Re: [Condor-users] Jobs stay idle for long time



Results of better analyze option.
 
From academylab3.ctc.com
 
[jaya@academylab3 bin]$ ./condor_q -better-analyze

-- Submitter: academylab3.ctc.com : <10.229.62.56:56667> : academylab3.ctc.com
---
014.000:  Run analysis summary.  Of 2 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 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 Aug 28 09:21:25 2007
        Reason for last match failure: no match found
WARNING:  Be advised:
   No resources matched request's constraints
The Requirements _expression_ for your job is:
( target.Arch == "INTEL" ) && ( target.OpSys == "LINUX" ) &&
( target.Disk >= DiskUsage ) && ( ( target.Memory * 1024 ) >= ImageSize ) &&
( TARGET.FileSystemDomain == MY.FileSystemDomain )
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( TARGET.FileSystemDomain == "academylab3.ctc.com" )
                                      0                   MODIFY TO "academylab2.ctc.com"
2   ( target.Arch == "INTEL" )        2
3   ( target.OpSys == "LINUX" )       2
4   ( target.Disk >= 10000 )          2
5   ( ( 1024 * target.Memory ) >= 10000 )2
---
015.000:  Run analysis summary.  Of 2 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 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 Aug 28 09:21:25 2007
        Reason for last match failure: no match found
WARNING:  Be advised:
   No resources matched request's constraints
The Requirements _expression_ for your job is:
( target.HasJava ) && ( target.Disk >= DiskUsage ) &&
( ( target.Memory * 1024 ) >= ImageSize ) &&
( TARGET.FileSystemDomain == MY.FileSystemDomain )
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( TARGET.FileSystemDomain == "academylab3.ctc.com" )
                                      0                   MODIFY TO "academylab2.ctc.com"
2   ( target.HasJava )                2
3   ( target.Disk >= 10000 )          2
4   ( ( 1024 * target.Memory ) >= 10000 )2
[jaya@academylab3 bin]$

From academylab2.ctc.com
 
[jaya@academylab2 bin]$ ./condor_q -better-analyze

-- Submitter: academylab2.ctc.com : <10.229.57.36:32833> : academylab2.ctc.com
---
076.000:  Run analysis summary.  Of 2 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 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 Aug 28 09:18:01 2007
        Reason for last match failure: no match found
WARNING:  Be advised:
   No resources matched request's constraints
The Requirements _expression_ for your job is:
( ( target.Machine == "academylab4.ctc.com" ) ) && ( target.Arch == "INTEL" ) &&
( target.OpSys == "LINUX" ) && ( target.Disk >= DiskUsage ) &&
( ( target.Memory * 1024 ) >= ImageSize ) &&
( TARGET.FileSystemDomain == MY.FileSystemDomain )
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( ( target.Machine == "academylab4.ctc.com" ) )
                                      1                   MODIFY TO "academylab2.ctc.com"
2   ( TARGET.FileSystemDomain == "academylab2.ctc.com" )
                                      1
3   ( target.Arch == "INTEL" )        2
4   ( target.OpSys == "LINUX" )       2
5   ( target.Disk >= 10000 )          2
6   ( ( 1024 * target.Memory ) >= 10000 )2
Conflicts:
  conditions: 1, 2
---
077.000:  Run analysis summary.  Of 2 machines,
      2 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match but are serving users with a better priority in the pool
      0 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 Aug 28 09:18:01 2007
        Reason for last match failure: no match found
WARNING:  Be advised:
   No resources matched request's constraints
The Requirements _expression_ for your job is:
( target.Machine == "academylab4.ctc.com" ) && ( target.Arch == "INTEL" ) &&
( target.OpSys == "LINUX" ) && ( target.Disk >= DiskUsage ) &&
( ( target.Memory * 1024 ) >= ImageSize ) &&
( TARGET.FileSystemDomain == MY.FileSystemDomain )
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( target.Machine == "academylab4.ctc.com" )1                   MODIFY TO "academylab2.ctc.com"
2   ( TARGET.FileSystemDomain == "academylab2.ctc.com" )
                                      1
3   ( target.Arch == "INTEL" )        2
4   ( target.OpSys == "LINUX" )       2
5   ( target.Disk >= 10000 )          2
6   ( ( 1024 * target.Memory ) >= 10000 )2
Conflicts:
  conditions: 1, 2
These are the results..
----- Original Message ----
From: "Jones, Torrin A (US SSA)" <torrin.jones@xxxxxxxxxxxxxx>
To: Condor-Users Mail List <condor-users@xxxxxxxxxxx>
Sent: Tuesday, 28 August, 2007 1:32:24 AM
Subject: Re: [Condor-users] Jobs stay idle for long time

When the job is idle what does condor_q say?
 
condor_q -analyze
condor_q -better_analyze
 
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Preethi Chockalingam
Sent: Monday, August 27, 2007 10:09
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] Jobs stay idle for long time

Hi All,
 
I have a Condor cluster of three linux boxes.
 
The set up is as follows.
 
machine 1 - Central manager+Execute+Submit
machine 2 - Submit Only
machine 3 - Execute Only
 
I submitted a job from machine 1 with the requirements _expression_ modified so tht jobs are executed in machine 3. But the job i submitted stays idle in the queue.. If i dont give any requirement specification it gets executed imm on machine 1.. Now tht i modified the requirements _expression_ the jobs stays idle.
 
Can anyone help me out on this??
 
Thanks in Advance.
Preethi.C
 


Did you know? You can CHAT without downloading messenger. Click here



Once upon a time there was 1 GB storage in your inbox. Click here for happy ending.