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

[HTCondor-users] Fair share



Hi everyone,

I'm trying to implement a fair share policy but is not working(for an
ARC-CE dedicated to some of the LHC experiments). The config file looks
like this:

GROUP_ACCEPT_SURPLUS=True
GROUP_AUTOREGROUP=False
GROUP_NAMES=group_ATLAS, group_ALICE, group group_OPS, group_ATLAS.atlas,
group_ATLAS.prodatlas_multicore, group_ATLAS.prodatlas,
group_ATLAS.pilotatlas_multicore, group_ATLAS.pilotatlas,
group_ATLAS.sum_test, group_ALICE.alice, group_ALICE.pilotalice,
group_OPS.ops
GROUP_PRIO_FACTOR_group_ATLAS=100000
GROUP_PRIO_FACTOR_group_ALICE=100000
GROUP_PRIO_FACTOR_group_OPS=1
GROUP_QUOTA_DYNAMIC_group_ATLAS=0.497
GROUP_QUOTA_DYNAMIC_group_ATLAS.atlas=0.001
GROUP_QUOTA_DYNAMIC_group_ATLAS.prodatlas_multicore=0.599
GROUP_QUOTA_DYNAMIC_group_ATLAS.prodatlas=0.194
GROUP_QUOTA_DYNAMIC_group_ATLAS.pilotatlas_multicore=0.001
GROUP_QUOTA_DYNAMIC_group_ATLAS.pilotatlas=0.2
GROUP_QUOTA_DYNAMIC_group_ATLAS.sum_test=0.005
GROUP_QUOTA_DYNAMIC_group_ALICE=0.502
GROUP_QUOTA_DYNAMIC_group_ALICE.alice=0.999
GROUP_QUOTA_DYNAMIC_group_ALICE.pilotalice=0.001
GROUP_QUOTA_DYNAMIC_group_OPS=0.001
GROUP_QUOTA_DYNAMIC_group_OPS.ops=1
NEGOTIATOR_ALLOW_QUOTA_OVERSUBSCRIPTION=False
NEGOTIATOR_USE_SLOT_WEIGHTS=True
NEGOTIATOR_USE_WEIGHTED_DEMAND=True
PRIORITY_HALFLIFE=259200

And in the log of Negociator I have:

06/21/19 16:16:51 Phase 2:  Performing accounting ...
06/21/19 16:16:51 group quotas: assigning 3 submitters to accounting groups
06/21/19 16:16:51 group quotas: assigning group quotas from 1668 available
weighted slots
06/21/19 16:16:51 group quotas: allocation round 1
06/21/19 16:16:51 group quotas: groups= 14  requesting= 1  served= 1 
unserved= 0  slots= 541  requested= 1425  allocated= 1425  surplus= 243 
maxdelta= 0
06/21/19 16:16:51 group quotas: entering RR iteration n= 0
06/21/19 16:16:51 Group group_ALICE.alice - skipping, zero slots allocated
06/21/19 16:16:51 Group group_ALICE.pilotalice - skipping, zero slots
allocated
06/21/19 16:16:51 Group group_ATLAS.atlas - skipping, zero slots allocated
06/21/19 16:16:51 Group group_ATLAS.pilotatlas - skipping, zero slots
allocated
06/21/19 16:16:51 Group group_ATLAS.pilotatlas_multicore - skipping, zero
slots allocated
06/21/19 16:16:51 Group group_ATLAS.prodatlas - skipping, zero slots
allocated
06/21/19 16:16:51 Group group_ATLAS.prodatlas_multicore - skipping, zero
slots allocated
06/21/19 16:16:51 Group group_ATLAS.sum_test - skipping, zero slots allocated
06/21/19 16:16:51 Group group_OPS.ops - skipping, zero slots allocated
06/21/19 16:16:51 Group group - skipping, zero slots allocated
06/21/19 16:16:51 Group group_ALICE - skipping, zero slots allocated
06/21/19 16:16:51 Group group_ATLAS - skipping, zero slots allocated
06/21/19 16:16:51 Group group_OPS - skipping, zero slots allocated
06/21/19 16:16:51 Group <none> - skipping, at or over quota
(quota=2.27374e-13) (usage=1446) (allocation=1425)
06/21/19 16:16:51 Round 1 totals: allocated= 1425  usage= 1425
06/21/19 16:16:51 ---------- Finished Negotiation Cycle ----------

Can you help me to fix this?

Thank you,
Mihai