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

Re: [Condor-users] FW: Is condor_q -better-analyze in windows removedfrom version 7.6.4?



On Oct 28, 2011, at 9:22 AM, Alas, Alex [FEDI] wrote:

The reason I asked was when I compared the results from a Linux and a Windows machines, the output was different. The other day I troubleshoot some random jobs from one of my users, the jobs were idle for a long period of time while they were plenty idle nodes to accept the jobs. When I ran the condor_q –better-analyze, it came back with something similar to what you are posting below but when I ran condor_q –better-analyze on a Linux machine, the output was more vast and specific. That led me to  check the condor_q –help and that is when I saw the –better-analyze option was gone.

condor_q -better-analyze became just condor_q -analyze in Condor 7.5.1. The -better-analyze option is still accepted and does the same thing, but is no longer displayed in the usage message.

condor_q -analyze works the same way on both unix and windows. I just tried Condor 7.6.4's condor_q on both and got the same results, pasted below.

One thing to keep in mind is that you won't get the full analysis if there aren't any machines in your pool at the moment.

-- Submitter: jfrey@xxxxxxxxxxxxxxxxxx : <128.105.165.29:54793> : nostos.cs.wisc.edu
---
398.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 match but are currently offline 
      0 are available to run your job
        No successful match recorded.
        Last failed match: Fri Oct 28 17:15:40 2011
        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.Memory > 6000000 ) && ( TARGET.Arch == "INTEL" ) &&
( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= DiskUsage ) &&
( ( RequestMemory * 1024 ) >= ImageSize ) &&
( ( TARGET.HasFileTransfer ) || ( TARGET.FileSystemDomain == MY.FileSystemDomain ) )

    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( target.Memory > 6000000 )       0                   REMOVE
2   ( TARGET.Arch == "INTEL" )        2                    
3   ( TARGET.OpSys == "LINUX" )       2                    
4   ( TARGET.Disk >= 15 )             2                    
5   ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,1.464843750000000E-02)) ) >= 15 )
                                      2                    
6   ( ( TARGET.HasFileTransfer ) || ( TARGET.FileSystemDomain == "your.domain" ) )


Thanks and regards,
Jaime Frey
UW-Madison Condor Team