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

Re: [HTCondor-users] "Job has not yet been considered by the matchmaker"



Hi,

Not an expert, but I did see negotiation issues from time to time, and itÂsounds like one.
What does your NegotiatorLog say?
It will be located in LOG (condor_config_val LOG) - usually /var/log/condor/NegotiatorLog
Try Going over a singleÂnegotiation cycle (starts withÂ---------- Started Negotiation Cycle ----------)Â
Usually, you can found the issue in a reasonable effort (if not, try addingÂD_FULLDEBUG to NEGOTIATOR_DEBUG variable).

Ido

On Mon, Jul 27, 2020 at 4:48 PM Vipul Davda <vipul.davda@xxxxxxxxxxxxxxxx> wrote:
Hello,
Â
Over the weekend, I upgraded condor manager from 8.6.x to 8.8.9. The worker nodes are on version 8.8.8.
Â
After the upgrade, I cannot get any of jobs running.
Â
# condor_q -better 1329761
Â
Â
The Requirements _expression_ for job 1329761.000 is
Â
ÂÂÂ (TARGET.Arch == "X86_64") && (TARGET.OpSys == "LINUX") && (TARGET.Disk >= RequestDisk) && (TARGET.Memory >= RequestMemory) &&
ÂÂÂ ((TARGET.FileSystemDomain == MY.FileSystemDomain) || (TARGET.HasFileTransfer))
Â
Job 1329761.000 defines the following attributes:
Â
ÂÂÂ DiskUsage = 1
ÂÂÂ FileSystemDomain = "int10.physics.ox.ac.uk"
ÂÂÂ RequestDisk = DiskUsage
ÂÂÂ RequestMemory = 3000
Â
The Requirements _expression_ for job 1329761.000 reduces to these conditions:
Â
ÂÂÂÂÂÂÂÂ Slots
Step Matched Condition
-----Â --------Â ---------
[0]ÂÂÂÂÂÂÂÂÂ 67Â TARGET.Arch == "X86_64"
[1]ÂÂÂÂÂÂÂÂÂ 67Â TARGET.OpSys == "LINUX"
[3]ÂÂÂÂÂÂÂÂÂ 67Â TARGET.Disk >= RequestDisk
[5]ÂÂÂÂÂÂÂÂÂ 67Â TARGET.Memory >= RequestMemory
[8]ÂÂÂÂÂÂÂÂÂ 67Â TARGET.HasFileTransfer
Â
Â
1329761.000:Â Job has not yet been considered by the matchmaker.
Â
Â
1329761.000: Run analysis summary ignoring user priority. Of 25 machines,
ÂÂÂÂÂ 0 are rejected by your job's requirements
ÂÂÂÂÂ 1 reject your job because of their own requirements
ÂÂÂÂÂ 0 match and are already running your jobs
ÂÂÂÂÂ 0 match but are serving other users
ÂÂÂÂ 24 are able to run your job
Â
I skimmed trough mailing list posts and various documentation sources and I could not find anything that could help.
Â
Any help is much appreciated.
Â
Regards
Vip
Â
Â
Â
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

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