NEGOTIATOR_PRE_JOB_RANK = (10000000 * My.Rank) + \
      (1000000 * (RemoteOwner =?= UNDEFINED)) + \
      (100000 * SlotId) + \
-     (10000 * Cpus) - Memory
+     (-10000 * Cpus) - Memory
 # If execute nodes are using partitionable slots, SlotId is always
 # equal to 1, so this knob
 # will state we want to fill fill depth first.  See http://tinyurl.com/y75k3k7p