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

Re: [Condor-users] Question about requirement conflicts



I wanted to add a piece of information to this in case it helps.

I tried the following queries and I could never get the same results that 
-better was reporting so either I am doing something wrong or there is an 
error with how -better is reporting:

condor_status -constraint "TARGET.HasWindowsRunAsOwner"
condor_status -constraint "TARGET.LocalCredd is 
"IGSKBACBWS407A.gs.doi.net""
condor_status -constraint "( TARGET.HasWindowsRunAsOwner && ( 
TARGET.LocalCredd is "XXXXXXXX.DOMAIN" ) )"

Each of these report every machine in our pool. This conflicts with
1   ( TARGET.HasWindowsRunAsOwner && ( TARGET.LocalCredd is 
"XXXXXXXX.DOMAIN" ) )
                                      8                   REMOVE

thanks
mike




From:
"Michael O'Donnell" <odonnellm@xxxxxxxx>
To:
Condor-Users Mail List <condor-users@xxxxxxxxxxx>
Date:
03/24/2011 08:51 AM
Subject:
[Condor-users] Question about requirement conflicts
Sent by:
condor-users-bounces@xxxxxxxxxxx



I just updated our windows pool to 7.5.6 and I our CM is not matching 
machines and I do not understand the -better output. Can anyone help?

We were using 7.4.3 and now 7.5.6 is detecting different types of 
architectures such as INTEL and X86_64. I am not sure if this is the 
problem and we have plenty of machines with both architectures so the jobs 

should run either way.

Thanks for the help,
Mike

001.000:  Run analysis summary.  Of 237 machines,
    237 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: Thu Mar 24 08:16:00 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.ArcGIS_VS == "10.0" ) &&
( target.OpSys == "WINNT50" || target.OpSys == "WINNT51" || target.OpSys 
== "WINNT60" || target.OpSys == "WINN
T61" ) ) &&
( TARGET.Arch == "INTEL" ) && ( TARGET.Disk >= DiskUsage ) &&
( ( TARGET.Memory * 1024 ) >= ImageSize ) &&
( ( RequestMemory * 1024 ) >= ImageSize ) && ( TARGET.HasFileTransfer ) &&
( TARGET.HasWindowsRunAsOwner &&
( TARGET.LocalCredd is "XXXXXXXXXXXXXXX.DOMAIN" ) )

    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( TARGET.HasWindowsRunAsOwner && ( TARGET.LocalCredd is 
"IGSKBACBWS407A.gs.doi.net" ) )
                                      8                   REMOVE
2   ( target.ArcGIS_VS == "10.0" )    195
3   ( TARGET.Arch == "INTEL" )        211
4   ( target.OpSys == "WINNT50" || target.OpSys == "WINNT51" || 
target.OpSys == "WINNT60" || target.OpSys == "
WINNT61" )
                                      237
5   ( TARGET.Disk >= 25 )             237
6   ( ( 1024 * TARGET.Memory ) >= 25 )237
7   ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt 
undefined,JobVMMemory,2.441406250000000E-002)) ) >= 25 )
                                      237
8   ( TARGET.HasFileTransfer )        237

Conflicts:

  conditions: 1, 3
---
001.001:  Request has not yet been considered by the matchmaker.

---
001.002:  Request has not yet been considered by the matchmaker.

---
001.003:  Request has not yet been considered by the matchmaker.

---
001.004:  Request has not yet been considered by the matchmaker.

---
001.005:  Request has not yet been considered by the matchmaker.

---
001.006:  Request has not yet been considered by the matchmaker.

---
001.007:  Request has not yet been considered by the matchmaker.

---
001.008:  Request has not yet been considered by the matchmaker.


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/