Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introductory Seminar on Research CIS5935 Fall 2009 Ted Baker.

Similar presentations


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

1 Introductory Seminar on Research CIS5935 Fall 2009 Ted Baker

2 Outline Introduction to myself – My past & current research areas Technical background for the remainder A recent paper, on Sustainable MP Scheduling – What is it? – Why do I want it? – How do I get it? – Sustainability of specific algorithms & tests

3 My 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 Background Real-time scheduling goals & problems Workload models Scheduling algorithms & tests

6 Real-time scheduling Context = embedded systems, controllers Problems = How to schedule a computational workload to meet timing constraints? (deadlines) How to do this while meeting other constraints and goals? (energy, fault tolerance, etc.) How to guarantee constraints will always be met, in the face of workload variations

7 Typical quality questions Is a given system schedulable to meet deadlines? Is a given system schedulable by a given algorithm? If deadlines are missed, by how much? How good is a given algorithm at finding a feasible schedule? How sensitive is a schedulability guarantee to variations in parameters?

8 Workload models 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.

9 Example: 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

10 Multiprocessor scheduling m identical processors (vs. uniform/hetero.) shared memory (vs. distributed) Kinds of algorithms: – preemptive vs. non-preemptive – on-line vs. off-line – global vs. partitioned

11 Optimality There is no optimal on-line global scheduling algorithm for sporadic tasks [Fisher, 2007] But there are some good algorithms

12 Some good scheduling algorithms Fixed task-priority – global, or partitioned, hybrids, … EDF – global or partitioned, hybrids, … EDZL …

13 Example: Global EDF m identical processors global = – jobs can run on any processor – can be preempted, and migrated EDF = “earliest deadline first” – earlier deadline implies higher priority – the top m jobs will execute – no processor is idle unless there are fewer than m jobs ready to run

14 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.

15 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

16 Example: Density Test where Sporadic task system  is schedulable on m unit-capacity processors if

17 My recent research on Sustainable Schedulabilty done with Sanjoy Baruah (UNC) presented by T. Baker at ECRTS July 2009 Dublin

18 7/3/2009ECRTS 2009 (Dublin) - Ted Baker18 General schedulability testing Will a will workload W meet all deadlines if scheduled by algorithm A on platform P? exact test : “yes” ⇔ schedulable sufficient test: “yes” ⇒  schedulable Goal: validate timing properties on which correctness, reliability, safety depend.

19 7/3/2009ECRTS 2009 (Dublin) - Ted Baker19 Potential weakness Real systems differ from models – clock and timer inaccuracies – blocking/non-preemption – execution time variation Differences must not invalidate test Solution: – pessimistic assumptions

20 7/3/2009ECRTS 2009 (Dublin) - Ted Baker20 What is pessimistic? Should cover full range of possibilities. How to validate over such a range? People tend to assume system behavior is monotonic, and rely on boundary testing. This can be dangerous. For example, does WCET of individual jobs give worst-case behavior of the entire system?

21 7/3/2009ECRTS 2009 (Dublin) - Ted Baker21 Goals Our notions of “pessimistic” should be consistent with the analysis that underlies the schedulability test. The test should be monotonic with respect to any workload parameters that are considered to be bounds on actual values.

22 7/3/2009ECRTS 2009 (Dublin) - Ted Baker22 Predictability (Ha & Liu 1994) For arbitrary job sets on multiprocessors, if scheduling algorithm is work-preserving, preemptive, global (migration), with fixed job priorities: – Job completions times are monotonically related to job execution times. – It is safe to consider only upper bounds for job execution times in schedulability tests. Not true for non-preemptive scheduling

23 7/3/2009ECRTS 2009 (Dublin) - Ted Baker23 Sustainabilty (Baruah & Burns 2006) Extends idea to a wider range of relaxations of workload parameters: – shorter execution times – longer periods – less release-time jitter – later deadlines Relaxation should preserve schedulability They considered single-processor systems We consider multiprocessors

24 7/3/2009ECRTS 2009 (Dublin) - Ted Baker24 Why to relax? Safety – Run-time behavior may fall short of pessimistic model parameters. Modular design – Start with pessimistic parameters, relax as design evolves. Efficiency – Revise estimates at job arrival, schedule more precisely.

25 7/3/2009ECRTS 2009 (Dublin) - Ted Baker25 How? Actual/nominal? – actual max. job exec. time < C i, or – value C i used by scheduler is reduced Per job/task? – C i reduced differently for each job, or – C i reduced for all jobs of task Use in scheduling decisions, or not? These may or may not make a difference in sustainability, depending on context.

26 7/3/2009ECRTS 2009 (Dublin) - Ted Baker26 Getting specific Sustainability depends on the platform and workload model as well as the scheduling algorithm. Platform : SMP Workload model : sporadic task set Scheduling algorithms : global FTP, EDF, EDZL

27 7/3/2009ECRTS 2009 (Dublin) - Ted Baker27 SMP Platform m identical processors bounded cost for migration, context switch

28 7/3/2009ECRTS 2009 (Dublin) - Ted Baker28 Sporadic task workload fixed set of tasks each generates a sequence of jobs each job of a task has parameters: – exec. time C i is an upper bound – inter-arrival time T i is a lower bound – deadline, relative to arrival time, D i

29 7/3/2009ECRTS 2009 (Dublin) - Ted Baker29 Where is pessimism? T i : lower bound C i : upper bound D i : lower bound? So sustainability means allowing for the following relaxations: Longer inter-arrival times Shorter execution times Longer deadlines

30 7/3/2009ECRTS 2009 (Dublin) - Ted Baker30 Global Scheduling Fixed Task Priority (FTP): m tasks with highest task priority allowed to execute EDF: m jobs with earliest deadlines allowed to execute EDZL: same, except jobs with zero laxity preempt laxity = remaining-time-to-deadline – remaining-WCET Common property: Limit of one (or 2, for EDZL) preemption per job allows us to bundle worst-case preemption/migration overhead into WCET of jobs

31 7/3/2009ECRTS 2009 (Dublin) - Ted Baker31 Longer inter-arrival times Sustainability is built into the sporadic workload model – per-job or per-task – actual, nominal too for algorithms that do not make use of T i in scheduling decisions So global FTP, EDF, EDZL are sustainable w.r.t. longer inter-arrival times

32 7/3/2009ECRTS 2009 (Dublin) - Ted Baker32 Shorter execution times Depends on scheduling algorithm Studied by Ha & Liu (1994) Non-preemptive scheduling not sustainable Preemptive work-conserving fixed-job- priority SMP scheduling with migration is sustainable – FTP and EDF are sustainable Proved for job sets, covers sporadic tasks – actual/nominal, per job/task

33 7/3/2009ECRTS 2009 (Dublin) - Ted Baker33 EDZL & shorter exec. time Difference from FTP & EDF: job priority can change (breaks Ha & Liu assumption) EDZL is sustainable – per-job/task – nominal and actual, or just actual (Piao, Han, Kim et al. 2006; new proof here)

34 7/3/2009ECRTS 2009 (Dublin) - Ted Baker34 Longer deadlines? FTP is sustainable, for sporadic tasks EDF & EDZL sustainability open for sporadic tasks (not sustainable for job sets*) – exact test (if one exists) might be risky – or scheduler should ignore deadline changes – sustainable tests are of interest *Apparently also not sustainable for sporadic task sets, with respect to relaxation of a single job deadline (see appendix). However, it might be sustainable w.r.t. uniform relaxation of deadline over all jobs of a task.

35 7/3/2009ECRTS 2009 (Dublin) - Ted Baker35 Sustainable schedulability test If the test says a task set is schedulable, then it remains schedulable if we reduce pessimism in our assumptions, e.g., – decrease task execution times – increase task periods – reduce release-time jitter – lengthen job deadlines

36 7/3/2009ECRTS 2009 (Dublin) - Ted Baker36 Relationships Algorithm sustainable ⇒ test sustainable Algorithm not sustainable ⇒ exact test not sustainable So an inexact test might be better, if it is sustainable and the algorithm is not. This might be true for global EDF. Do we know any sustainable tests?

37 7/3/2009ECRTS 2009 (Dublin) - Ted Baker37 Self-sustainable test (new) If the test says a task set is schedulable, then the test still says it is schedulable if we reduce pessimism in our assumptions, e.g. – decrease task execution times – increase task periods – reduce release-time jitter – lengthen job deadlines Do we know any self-sustainable tests for global EDF?

38 7/3/2009ECRTS 2009 (Dublin) - Ted Baker38 BCL Test or Sporadic task system  is global EDF schedulable on m unit-capacity processors if for each (Bertogna, Cirinei, Lipari ECRTS 2003) and there is some i≠k for which

39 7/3/2009ECRTS 2009 (Dublin) - Ted Baker39 We don’t know. We have proven BCL test is not self- sustainable with respect to nominal deadline relaxation. Is it Sustainable?

40 7/3/2009ECRTS 2009 (Dublin) - Ted Baker40 A load-based test Sporadic task system  is global-EDF schedulable on m unit-capacity processors if where (Baruah & Baker, ECRTS 2008)

41 7/3/2009ECRTS 2009 (Dublin) - Ted Baker41 Is it sustainable? We don’t know, but it is not self-sustainable. Is there a better test, that is sustainable? Yes, this is self-sustainable:

42 7/3/2009ECRTS 2009 (Dublin) - Ted Baker42 Why one is sustainable and the other not Load not schedulable schedulable

43 7/3/2009ECRTS 2009 (Dublin) - Ted Baker43 Summary Sustainability depends on workload model as well as platform and scheduling algorithm For sporadic tasks and SMP: – Global FTP is fully sustainable – Global EDF & EDZL are (only?) exec. time and inter-arrival time sustainable Self-sustainability is a strong form of sustainability for tests – Not all tests are deadline self-sustainable – But at least one is

44 7/3/2009ECRTS 2009 (Dublin) - Ted Baker44 Suggestion Papers on scheduling algorithms, and schedulability tests, should routinely address sustainability.

45 7/3/2009ECRTS 2009 (Dublin) - Ted Baker45 The End questions?

46 7/3/2009ECRTS 2009 (Dublin) - Ted Baker46 Appendix 1 A tentative proof that global EDF is not sustainable for sporadic task systems w.r.t. relaxation of individual job deadlines

47 7/3/2009ECRTS 2009 (Dublin) - Ted Baker47 Example TaskWCET (C i )Deadline (D i )Period (T i ) A248 B248 C488 D813 B D A C 062414810 m = 2 processors 181620 6 6 12 A B C

48 7/3/2009ECRTS 2009 (Dublin) - Ted Baker48 Claim This task appears to be global EDF schedulable. This checks out for integer time values up to a scale factor of 3, using brute-force test. But it still needs a careful proof. If this task set is schedulable, it shows that global EDF is not sustainable for sporadic task systems w.r.t. single-job deadline relaxation.

49 7/3/2009ECRTS 2009 (Dublin) - Ted Baker49 If B’s first deadline is relaxed? B D A 062414810181620 6 6 12 A BC D can be blocked for 6 time units, missing its deadline. This does not happen if both of B’s deadlines are relaxed equally. D

50 7/3/2009ECRTS 2009 (Dublin) - Ted Baker50 If B is just released later? B D A 062414810181620 6 6 12 AB C D is blocked for only 4 time units, since the second B has later deadline than D.

51 7/3/2009ECRTS 2009 (Dublin) - Ted Baker51 Appendix 2 Another self-sustainable test for global EDF on sporadic task sets.

52 7/3/2009ECRTS 2009 (Dublin) - Ted Baker52 Density Test for Global EDF* where Sporadic task system  is schedulable on m unit-capacity processors if (Goossens, Funk, Baruah RTS 2003) 7/3/200952ECRTS 2009 (Dublin) - Ted Baker This is another test for global EDF that is fully self-sustainable.

53 7/3/2009ECRTS 2009 (Dublin) - Ted Baker53 Appendix 3 Discussion of Sustainability & Workload Models

54 7/3/2009ECRTS 2009 (Dublin) - Ted Baker54 Job Workload models A job has an arrival time, deadline, and execution time. The execution time may depend on how the job’s execution is scheduled, but there is an upper bound. A workload model specifies a collection of possible sets of jobs. It is schedulable by an algorithm if every set of jobs that conforms to the model is scheduled to meet all deadlines.

55 7/3/2009ECRTS 2009 (Dublin) - Ted Baker55 Kinds of sustainability 1.With respect to differences between actual run-time behavior and model. – e.g., actual execution time is less than nominal WCET. – a property of the model 2.With respect to changes in the model. – e.g., nominal WCET is reduced – a property of the model and scheduling algorithm

56 7/3/2009ECRTS 2009 (Dublin) - Ted Baker56 Sustainability of Model Sustainability can be built into a workload model, e.g., specify for each task – maximum job execution time, C i – minimum inter-arrival time, T i – shortest relative deadline, D i Otherwise, it may be imposed by the scheduling algorithm.

57 7/3/2009ECRTS 2009 (Dublin) - Ted Baker57 Sustainable scheduling algorithm If all job sets satisfying a model are schedulable, then sets of jobs that falls short of the model’s assumptions are also schedulable, e.g., – shorter execution times – longer periods – less release-time jitter – later deadlines


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

Similar presentations


Ads by Google