# If this slot has more than 4 cores free, then insist on jobs that
  # request at least 4 cores or more.
 IsMulticore = RequestCpus >= IfThenElse(Cpus<4,1,4)
- # This is already defined in the default config, included for here for clarity
-StateTimer = (time() - EnteredCurrentState)
  # We only want this policy to apply to partitionable slots (pslots)
 IsntUnmatchedPSlot = PartitionableSlot=!=true || State=="Matched"