This document describes the scheduling of jobs on two processors over time. It details which jobs are running at each time step as other jobs are completed. Jobs are prioritized and higher priority jobs can preempt lower priority jobs that are currently running. The jobs are partitioned between the two processors with some running on P1 and the remaining on P2 in priority order.