[Mauiusers] MAXPROC issues
James A. Peltier
jpeltier at cs.sfu.ca
Fri Aug 10 12:02:28 MDT 2007
Hi All,
I am trying to ensure that users have a soft limit of 16 but a hard
limit of 64 which is the maximum number of processors in our system. I
have a single user in the queue and all of his jobs show that he
violates the active SOFT MAXPROC limit of 16. Shouldn't maui see that
there is no one else in the queue and launch the rest of his jobs, at
least until another users job is submitted at which time it would wait
until it could launch that users job?
I have defined the following maui configuration. What am I doing wrong?
# maui.cfg 3.2.6p20
# PBS Server for this node
SERVERHOST headnode
# primary admin must be first in list
# ADMIN1 can do anything
# ADMIN3 read-only access to everything
ADMIN1 root admin1
ADMIN3 ALL
# Resource Manager Definition
# We run Torque PBS
RMCFG[base] TYPE=PBS
RMPOLLINTERVAL 00:00:15
SERVERPORT 42559
SERVERMODE NORMAL
LOGFILE maui.log
LOGFILEMAXSIZE 10000000
LOGLEVEL 3
# FairShare: http://supercluster.org/mauidocs/6.3fairshare.html
FSPOLICY DEDICATEDPS
FSDEPTH 7
FSDECAY 0.9
FSWEIGHT 100
FSQOSWEIGHT 5.0
FSUSERWEIGHT 1.0
FSGROUPWEIGHT 0.0
FSACCOUNTWEIGHT 10
DEFERTIME 0
RESWEIGHT 20
PROCWEIGHT 20
# Backfill: http://supercluster.org/mauidocs/8.2backfill.html
BACKFILLPOLICY FIRSTFIT
RESERVATIONPOLICY CURRENTHIGHEST
# Node Allocation: http://supercluster.org/mauidocs/5.2nodeallocation.html
NODEALLOCATIONPOLICY MINRESOURCE
#QOSWEIGHT 1
#XFACTORWEIGHT 1
QUEUETIMEWEIGHT 1
#TARGETQUEUETIMEWEIGHT 1
# allow each user a soft limit of 16 if others are in the queue
# otherwise let them use all CPUs. Ensure fairshare is at least 10%
USERCFG[DEFAULT] MAXPROC=16,64 MAXIPROC=16 FSTARGET=10.0+
# kill resource hogs
RESOURCEUTILIZATIONPOLICY ALWAYS
RESOURCEUTILIZATIONACTION CANCEL
# notify user of job events
#NOTIFYSCRIPT tools/notify.pl
JOBPURGETIME 07:00:00:00
JOBPRIOACCRUALPOLICY FULLPOLICY
--
James A. Peltier
Technical Director, RHCE
SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus
Phone : 604-291-3610
Fax : 604-291-3045
Mobile : 778-840-6434
E-Mail : jpeltier at cs.sfu.ca
Website : http://gruvi.cs.sfu.ca | http://scirf.cs.sfu.ca
MSN : subatomic_spam at hotmail.com
More information about the mauiusers
mailing list