Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introductory Seminar on Research CIS5935 Fall 2008 Ted Baker.

Similar presentations


Presentation on theme: "Introductory Seminar on Research CIS5935 Fall 2008 Ted Baker."— Presentation transcript:

1 Introductory Seminar on Research CIS5935 Fall 2008 Ted Baker

2 Outline Introduction to myself – My past research – My current research areas Technical talk: on RT MP EDF Scheduling – The problem – The new results – The basis for the analysis – Why a better result might be possible

3 Past Research Relative computability – Relativizations of the P=NP? question (1975-1979) Algorithms – N-dim pattern matching (1978) – extended LR parsing (1981) Compilers & PL implementation – Ada compiler and runtime systems (1979-1998) Real-time runtime systems, multi-threading – FSU Pthreads & other RT OS projects (1985-1998) Real-time scheduling & synch. – Stack Resource Protocol (1991) – Deadline Sporadic Server (1995) RT Software standards – POSIX, Ada (1987-1999)

4 Recent/Current Research Multiprocessor real-time scheduling (1998-…) – how to guarantee deadlines for task systems scheduled on multiprocessors? with M. Cirinei & M. Bertogna (Pisa), N. Fisher & S. Baruah (UNC) Real-time device drivers (2006-…) – how to support schedulability analysis with an operating system? – how to get predictable I/O response times? with A. Wang & Mark Stanovich (FSU)

5 A Real-Time Scheduling Problem Will a set of independent sporadic tasks miss any deadlines if scheduled using a global preemptive Earliest-Deadline-First (EDF) policy on a set of identical multiprocessors?

6 Background & Terminology job = schedulable unit of computation, with – arrival time – worst-case execution time (WCET) – deadline task = sequence of jobs task system = set of tasks independent tasks: can be scheduled without consideration of interactions, precedence, coordination, etc.

7 Sporadic Task  i T i = minimum inter-arrival time C i = worst-case execution time D i = relative deadline job released job completesdeadline next release scheduling window

8 Multiprocessor Scheduling m identical processors (vs. uniform/hetero.) shared memory (vs. distributed) preemptive (vs. non-preemptive) on-line (vs. off-line) EDF – earlier deadline  higher priority global (vs. partitioned) – single queue – tasks can migrate between processors

9 Questions Is a given system schedulable by global-EDF? How good is global-EDF at finding a schedule? – How does it compare to optimal?

10 Schedulability Testing Global-EDF schedulability for sporadic task systems can be decided by brute-force state- space enumeration (in exponential time) [Baker, OPODIS 2007] but we don’t have any practical algorithm. We do have several practical sufficient conditions.

11 Sufficient Conditions for Global EDF Varying degrees of complexity and accuracy Examples: Goossens, Funk, Baruah: density test (2003) Baker: analysis of  -busy interval (2003) Bertogna, Cirinei: iterative slack time estimation (2007) Difficult to compare quality, except by experimentation All tests are very conservative

12 Density Test for Global EDF where Sporadic task system  is schedulable on m unit-capacity processors if

13 A more precise load metric maximum demand of jobs of  i that arrive in and have deadlines within any interval of length t maximum fraction of processor demanded by jobs of  i that arrive in and have deadlines within any time interval

14 Rationale for DBF single processor analysis uses maximal busy interval, which has no “carried in” jobs.

15 Load-based test: Theorem 3 Sporadic task system  is global-EDF schedulable on m unit-capacity processors if where

16 Optimality There is no optimal on-line global scheduling algorithm for sporadic tasks [Fisher, 2007] → global EDF is not optimal – so we can’t compare to an optimal on-line algorithm + but we can compare it to an optimal clairvoyant scheduler

17 Speed-up Factors, used in Competitive Analysis A scheduling algorithm has a processor speedup factor f ≥ 1 if for any task system  that is feasible on a given multiprocessor platform the algorithm schedules  to meet all deadlines on a platform in which each processor is faster by a factor f.

18 EDF Job Scheduling Speedup Any set of independent jobs that can be scheduled to meet all deadlines on m unit- speed processors will meet all deadlines if scheduled using Global EDF on m processors of speed 2 - 1/m. [Phillips et al., 1997] But how do we tell whether a sporadic task system is feasible?

19 Sporadic EDF Speed-up If  is feasible on m processors of speed x then it will be correctly identified as global-EDF schedulable on m unit-capacity processors by Theorem 3 if

20 Corollary 2 The processor speedup bound for the global- EDF schedulability test of Theorem 3 is bounded above by

21 Interpretation The processor speed-up of compensates for both 1.non-optimality of global EDF 2.pessimism of our schedulability test There is no penalty for allowing post-period deadlines in the analysis (Makes sense, but not borne out by prior analyses, e.g., of partitioned EDF)

22 Steps of Analysis lower bound  on load to miss deadline lower bound on length of  -busy window downward closure of  -busy window upper bound on carried-in work per task upper bound on per-task contribution to load, in terms of DBF upper bound on DBF, in terms of density upper bound on number of tasks with carry-in sufficient condition for schedulability derivation of speed-up result

23 problem job arrivesfirst missed deadline problem job executesother jobs execute Consider the first “problem job”, that misses its deadline. What must be true for this to happen?

24 Details of the First Step What is a lower bound on the load needed to miss a deadline?

25 problem job arrivesfirst missed deadline problem job ready previous job of problem task The problem job is not ready to execute until the preceding job of the same task completes.

26 problem window first missed deadline problem job ready previous job of problem task Restrict consideration to the “problem window” during which the problem job is eligible to execute.

27 problem task executesother tasks execute problem window The ability of the problem job to complete within the problem window depends on its own execution time and interference from jobs of other tasks.

28 carried-in jobs problem window deadline > t d The interfering jobs are of two kinds: (1)local jobs: arrive in the window and have deadlines in the window (2)carried-in jobs: arrive before the window and have deadlines in the window

29 problem task executesother tasks interfere Interference only occurs when all processors are busy executing jobs of other tasks.

30 Therefore, we can get a lower bound on the necessary interfering demand by considering only “blocks” of interference. problem task executesother tasks interfere

31 The total amount of block interference is not affected by where it occurs within the window. problem task executesother tasks interfere

32 problem task executesother tasks interfere The total demand with deadline  t d includes the problem problem job and the interference. processors busy executing jobs with deadline  problem job

33 processors busy executing other jobs with deadline  problem job average competing workload in [ t a,t d ) approximation of interference (blocks) by demand (formless) From this, we can find the average workload with deadline  t d that is needed to cause a missed deadline.

34 problem job arrives previous job of problem task previous deadline of problem task The minimum inter-arrival time and the deadline give us a lower bound on the length of the problem window.

35 The WCET of the problem job and the number of processors allow us to find a lower bound on the average competing workload.

36 What we have shown There can be no missed deadline unless there is a “  -busy ” problem window.

37 The Rest of the Analysis [lower bound  on load to miss deadline] lower bound on length of  -busy window downward closure of  -busy window upper bound on carried-in work per task upper bound on per-task contribution to load, in terms of DBF upper bound on DBF, in terms of density upper bound on number of tasks with carry-in sufficient condition for schedulability derivation of speed-up result

38 Key Elements of the Rest of the Analysis # tasks with carried-in jobs  m-1 shows carried-in load   max Observe length of  -busy interval ≥ min(D k,T k ) covers case D k >T k Derive speed-up bounds

39 problem job arrives previous job of problem task previous deadline of problem task Observe length of  -busy interval ≥ min(D k,T k ) This covers both case D k ≤T k and D k >T k

40 maximal  -busy interval To minimize the contributions of carried-in jobs, we can extend the problem window downward until the competing load falls below .

41 at most carried-in jobs maximal  -busy interval Observe # tasks with carried-in jobs  m-1 Use this to show carried-in load   max

42 Summary New speed-up bound for global EDF on sporadic tasks with arbitrary deadlines Based on bounding number of tasks with carried-in jobs Tighter analysis may be possible in future work

43 Where analysis might be tighter approximation of interference (blocks) by demand (formless) bounding  i by  max (only considering one value of  ) bounding DBF(  i,  i +  ) by (  i +  )  max (t) double-counting work of carry-in tasks

44 contribution of  i bounding DBF(  i,  i +  ) by (  i +  )  max (t)

45 carry-in cases non-carry-in cases double-counting internal load from tasks with carried-in jobs

46 Some Other Fundamental Questions Is the underlying MP model realistic? Can reasonably accurate WCET’s be found for MP systems? (How do we deal with memory and L2 cache interference effects?) What is the preemption cost? What is the task migration cost? What is the best way to implement it?

47 The End questions?

48 at most carried-in jobs maximal  -busy interval

49

50


Download ppt "Introductory Seminar on Research CIS5935 Fall 2008 Ted Baker."

Similar presentations


Ads by Google