link

December 17, Tuesday
12:00 – 14:00

Minimizing Total Flow Time and Total Completion Time with Immediate Dispatching
Computer Science seminar
Lecturer : Yossi Azar
Lecturer homepage : http://www.cs.tau.ac.il/~azar
Affiliation : Tel-Aviv university
Location : -101/58
We consider the problem of scheduling jobs arriving over time in a multiprocessor setting, with {em immediate dispatching}, disallowing job migration. The goal is to minimize both the total flow time (total time in the system) and the total completion time. Previous studies have shown that while preemption (interrupt a job and later continue its execution) is inherent to make a scheduling algorithm efficient, migration (continue the execution on a different machine) is not. Still, the current non-migratory online algorithms suffer from a need for a central queue of unassigned jobs which is a no option in large computing system, such as the Web. We introduce a simple online non-migratory algorithm $IMD$, which employs {em immediate dispatching}, i.e., it immediately assigns released jobs to one of the machines. We show that the performance of this algorithm is within a logarithmic factor of the optimal {em migratory offline} algorithm, with respect to the total flow time, and within a small constant factor of the optimal {em migratory offline} algorithm, with respect to the total completion time. This solves an open problem suggested by Awerbuch et al [STOC99].

Joint work with Nir Avrahami.