You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Jobs submitted to the general farm of batch systems at SLAC will be scheduled to run according to a cross-queue user-based fairshare priority system.  There is more information here www.slac.stanford.edu/comp/unix/package/lsf/currdoc/lsf_admin/index.htm about this kind of scheduling.  The priority of a user's job is dynamically determined based on various factors such as the number of jobs the user has across all the queues in the fairshare, their resource consumption, the number of shares belonging to the user's fairshare group, etc.  The general farm fairshare queue structure can be viewed with the command /usr/local/bin/bqueues -l short.   This is an example of what the relevant part of the output from that command looks like at the time of this writing:

renata@rhel6-64g $ bqueues -l short

QUEUE: short
-- Maximum 21 minutes CPU time [SLAC units]. This is the default queue.

. 

SCHEDULING POLICIES: FAIRSHARE BACKFILL
FAIRSHARE_QUEUES: short medium long atlasq atl-analq xlong xxl
USER_SHARES: [glastdata, 1289] [glastgrp, 405] [glastusers, 34187] [hpsprodgrp, 600] [atlasgrp, 34307] [babarAll, 26332] [cdmsdata, 1000] [exoprodgrp, 600] [exousergrp, 400] [rdgrp, 342] [lcd, 418] [lcdprodgrp, 836] [rpgrp, 418] [theorygrp, 1000] [AllUsers, 22945]

SHARE_INFO_FOR: short/

USER/GROUPSHARESPRIORITYSTARTEDRESERVEDCPU_TIMERUN_TIMEADJUST
lcdprodgrp 836278.66700000.000
exoprodgrp 600200.00000000.000
hpsprodgrp600200.00000000.000
lcd418139.33300000.000
rdgrp 342114.00000000.000
glastdata 128913.35200481047.400.000
glastgrp40513.08600143741.500.000
babarAll263322.4977054117976.033534250.000
glastusers341871.5401822086034584.0356533210.000
atlasgrp 343070.53244140263242448.01064378530.000
rpgrp4180.4396203924898.263608610.000
cdmsdata10000.41847205018088.5194655490.000
exousergrp4000.4143604399336.02878010.000
AllUsers229450.41421040252849040.0195256380.000

theorygrp

10000.41391011024314.04983700.000

USERS: all 

HOSTS: genfells+1 hequfarm+1 dolefarm+1 kisofarm+1 bulletfarm/

Jobs submitted by a user that is not a member of any usergoup will get the priority of the AllUsers group.  Jobs submitted by a user that is a member of a fairshare group may also get the priority of AllUsers if the priority of AllUsers happens to be higher than that of his own group at the time his job is submitted.

  • No labels