Each map reduce has multiple instances, one for getInputData, could be multiple for both map and reduce depending on how many processors you've got and then one for summarize.
Your job that you submit at 11:01 with "high" will take precedence over any lower priority instance when a processor gets available. It will not shut down existing running jobs.