Academia.eduAcademia.edu

Effects of Memory Performance on Parallel Job Scheduling

2001, Lecture Notes in Computer Science

Abstract

We develop a new metric for job scheduling that includes the effects of memory contention amongst simultaneously-executing jobs that share a given level of memory. Rather than assuming each job or process has a fixed, static memory requirement, we consider a general scenario wherein a process' performance monotonically increases as a function of allocated memory, as defined by a miss-rate versus memory size curve. Given a schedule of jobs in a shared-memory multiprocessor (SMP), and an isolated miss-rate versus memory size curve for each job, we use an analytical memory model to estimate the overall memory miss-rate for the schedule. This, in turn, can be used to estimate overall performance. We develop a heuristic algorithm to find a good schedule of jobs on a SMP that minimizes memory contention, thereby improving memory and overall performance.

Key takeaways

  • If multiple processors share the same memory, our method can effectively schedule a given set of processes to minimize memory contention.
  • As a result, scheduling of simultaneously executing processes is relevant to the main memory performance only for the memory up to 256 MB.
  • (1) the memory size (C) in terms of the number of memory blocks (pages), (2) job sequences with the length of each process' time slice (T i ) in terms of the number of memory references, and (3) the miss-rate curve for each process (m i (x)).
  • Effectively, the relative footprint of a job represents the optimal amount of memory space for that job when all jobs execute simultaneously sharing the entire memory resource over S time slices.
  • This paper has studied the effects of the memory contention amongst processors that share the same memory on job scheduling.