Real-time Systems: Scheduling Periodic Tasks

Similar documents
Real-time Scheduling of Periodic Tasks (2) Advanced Operating Systems Lecture 3

Real-time Scheduling of Periodic Tasks (1) Advanced Operating Systems Lecture 2

Priority-driven Scheduling of Periodic Tasks (1) Advanced Operating Systems (M) Lecture 4

Real-Time and Embedded Systems (M) Lecture 5

There are three priority driven approaches that we will look at

Scheduling Periodic Real-Time Tasks on Uniprocessor Systems. LS 12, TU Dortmund

Andrew Morton University of Waterloo Canada

Embedded Systems 15. REVIEW: Aperiodic scheduling. C i J i 0 a i s i f i d i

Real-Time Systems. Event-Driven Scheduling

Task Models and Scheduling

Lecture 6. Real-Time Systems. Dynamic Priority Scheduling

Embedded Systems Development

Real-Time Systems. Event-Driven Scheduling

Lecture 13. Real-Time Scheduling. Daniel Kästner AbsInt GmbH 2013

Schedulability of Periodic and Sporadic Task Sets on Uniprocessor Systems

System Model. Real-Time systems. Giuseppe Lipari. Scuola Superiore Sant Anna Pisa -Italy

Process Scheduling for RTS. RTS Scheduling Approach. Cyclic Executive Approach

CEC 450 Real-Time Systems

Static priority scheduling

EECS 571 Principles of Real-Time Embedded Systems. Lecture Note #7: More on Uniprocessor Scheduling

Real-Time Scheduling and Resource Management

Embedded Systems 14. Overview of embedded systems design

Real-Time Scheduling. Real Time Operating Systems and Middleware. Luca Abeni

RUN-TIME EFFICIENT FEASIBILITY ANALYSIS OF UNI-PROCESSOR SYSTEMS WITH STATIC PRIORITIES

CIS 4930/6930: Principles of Cyber-Physical Systems

Scheduling. Uwe R. Zimmer & Alistair Rendell The Australian National University

Non-preemptive Fixed Priority Scheduling of Hard Real-Time Periodic Tasks

Clock-driven scheduling

EDF Scheduling. Giuseppe Lipari May 11, Scuola Superiore Sant Anna Pisa

Networked Embedded Systems WS 2016/17

EDF Feasibility and Hardware Accelerators

On-line scheduling of periodic tasks in RT OS

EDF Scheduling. Giuseppe Lipari CRIStAL - Université de Lille 1. October 4, 2015

Exam Spring Embedded Systems. Prof. L. Thiele

Real-Time Systems. Lecture #14. Risat Pathan. Department of Computer Science and Engineering Chalmers University of Technology

Real-Time Scheduling

Non-Work-Conserving Non-Preemptive Scheduling: Motivations, Challenges, and Potential Solutions

Optimal Utilization Bounds for the Fixed-priority Scheduling of Periodic Task Systems on Identical Multiprocessors. Sanjoy K.

Rate-monotonic scheduling on uniform multiprocessors

Static-Priority Scheduling. CSCE 990: Real-Time Systems. Steve Goddard. Static-priority Scheduling

Schedulability analysis of global Deadline-Monotonic scheduling

Real-Time Systems. LS 12, TU Dortmund

Aperiodic Task Scheduling

CMSC 451: Lecture 7 Greedy Algorithms for Scheduling Tuesday, Sep 19, 2017

Multiprocessor Scheduling II: Global Scheduling. LS 12, TU Dortmund

Scheduling Algorithms for Multiprogramming in a Hard Realtime Environment

Scheduling Lecture 1: Scheduling on One Machine

Improved Priority Assignment for the Abort-and-Restart (AR) Model

Scheduling Lecture 1: Scheduling on One Machine

IN4343 Real Time Systems April 9th 2014, from 9:00 to 12:00

3. Scheduling issues. Common approaches 3. Common approaches 1. Preemption vs. non preemption. Common approaches 2. Further definitions

CPU SCHEDULING RONG ZHENG

Non-Preemptive and Limited Preemptive Scheduling. LS 12, TU Dortmund

Bounding the End-to-End Response Times of Tasks in a Distributed. Real-Time System Using the Direct Synchronization Protocol.

Real-time operating systems course. 6 Definitions Non real-time scheduling algorithms Real-time scheduling algorithm

Dynamic-Priority Scheduling. CSCE 990: Real-Time Systems. Steve Goddard. Dynamic-priority Scheduling

Real-Time Systems. Lecture 4. Scheduling basics. Task scheduling - basic taxonomy Basic scheduling techniques Static cyclic scheduling

Deadline-driven scheduling

On the Soft Real-Time Optimality of Global EDF on Multiprocessors: From Identical to Uniform Heterogeneous

CSE 380 Computer Operating Systems

Multiprocessor EDF and Deadline Monotonic Schedulability Analysis

AS computer hardware technology advances, both

Load Regulating Algorithm for Static-Priority Task Scheduling on Multiprocessors

Real Time Operating Systems

Real Time Operating Systems

Schedulability Analysis for the Abort-and-Restart Model

Deadlines misses and their Implication on Feedback Control Loops. Dip Goswami Eindhoven University of Technology (TU/e) The Netherlands

Component-Based Software Design

CEC 450 Real-Time Systems

Selected solutions for. TDDD07 Real-time Systems

Task assignment in heterogeneous multiprocessor platforms

A 2-Approximation Algorithm for Scheduling Parallel and Time-Sensitive Applications to Maximize Total Accrued Utility Value

On the Design and Application of Thermal Isolation Servers

Multiprocessor Scheduling I: Partitioned Scheduling. LS 12, TU Dortmund

Rate Monotonic Analysis (RMA)

Lightweight Real-Time Synchronization under P-EDF on Symmetric and Asymmetric Multiprocessors

A Utilization Bound for Aperiodic Tasks and Priority Driven Scheduling

An Optimal Real-Time Scheduling Algorithm for Multiprocessors

Schedulability and Optimization Analysis for Non-Preemptive Static Priority Scheduling Based on Task Utilization and Blocking Factors

EDF and RM Multiprocessor Scheduling Algorithms: Survey and Performance Evaluation

Multiprocessor Scheduling of Age Constraint Processes

The FMLP + : An Asymptotically Optimal Real-Time Locking Protocol for Suspension-Aware Analysis

A comparison of sequencing formulations in a constraint generation procedure for avionics scheduling

Cyclic Schedules: General Structure. Frame Size Constraints

Contention-Free Executions for Real-Time Multiprocessor Scheduling

Scheduling periodic Tasks on Multiple Periodic Resources

Scheduling Slack Time in Fixed Priority Pre-emptive Systems

Resource Sharing Protocols for Real-Time Task Graph Systems

arxiv: v1 [cs.os] 21 May 2008

An Improved Schedulability Test for Uniprocessor. Periodic Task Systems

Efficient Power Management Schemes for Dual-Processor Fault-Tolerant Systems

Uniprocessor real-time scheduling

Lecture: Workload Models (Advanced Topic)

A Dynamic Real-time Scheduling Algorithm for Reduced Energy Consumption

Supplement of Improvement of Real-Time Multi-Core Schedulability with Forced Non- Preemption

Optimal on-line algorithms for single-machine scheduling

Online Energy-Aware I/O Device Scheduling for Hard Real-Time Systems with Shared Resources

Tardiness Bounds under Global EDF Scheduling on a. Multiprocessor

Simple Dispatch Rules

Scheduling of Frame-based Embedded Systems with Rechargeable Batteries

Transcription:

Real-time Systems: Scheduling Periodic Tasks Advanced Operating Systems Lecture 15 This work is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nd/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Lecture Outline System Model Scheduling periodic tasks The rate monotonic algorithm Time-demand analysis Maximum utilisation test The earliest deadline first algorithm Maximum utilisation test Discussion 2

Introduction to Real-time Systems Real-time systems deliver services while meeting timing constraints Not necessarily fast, but must meet some deadline Many real-time systems embedded as part of a larger device or system: washing machine, photocopier, phone, car, aircraft, industrial plant, etc. Frequently require validation for correctness Many embedded real-time systems are safety critical if they don t work in a timely and correct basis, serious consequences result Bugs in embedded real-time systems can be difficult or expensive to repair e.g., can t easily update software in a car! 3

Typical System Model Reference input: r(t) A/D rk Control-law computation uk Controller D/A u(t) Control a device using actuator, based on sampled sensor data Control loop compares measured value and reference A/D yk Depends on correct control law computation, reference input, accuracy of measurements y(t) Time between measurements of y(t), r(t) is the sampling period, T Sensor Device Actuator Small T better approximates analogue control but large T needs less processor time; if T is too large, oscillation will result as the system fails to keep up with changes in the input Simple control loop conceptually easy to implement Complexity comes from multiple control loops running at different rates, of if the system contains aperiodic components 4

Jobs, Tasks, Processors, and Resources Scheduling algorithms describe how jobs execute on a single processor A job is a unit of work scheduled and executed by the system Each job comprises a set of tasks T = {J 1, J 2,, J n } Tasks have execution time e i and deadline: Relative deadline, D i Response time r i - r i + Job, J i Time Release time, r i Completion time Jobs can depend on resources Absolute deadline, d i e.g., hardware devices Resources have different types or sizes, but no speed, and are not consumed by use Jobs compete for resources, and can block if a resource is in use 5

Periodic Schedules If jobs occur on a regular cycle, task is periodic and characterised by parameters Ti = (φi, pi, ei, Di) Phase, φi, of the task is the release time of the first job Period, pi, of the task is the time between release of consecutive jobs Execution time, ei, of the task is the maximum execution time of the jobs Utilisation of a task is u i = e i / p i Relative deadline, Di, is the minimum relative deadline of the jobs Hyper-period H = lcm(pi) pi! T 1 : p 1 = 3, e 1 = 1! T 2 : p 2 = 5, e 2 = 2 Schedule repeats every hyper-period if correct for one hyper-period, correct for all H = lcm(3, 5) = 15 J 1,1 J 1,2 J 1,3 J 1,4 J 1,5 J 2,1 J 2,2 J 2,2 J 2,3 0 5 10 15 20 25 30 Time 6

Scheduling in Real-time Systems How do we schedule systems of periodic tasks, so that all tasks provably meet their deadline? Two common algorithms: Rate monotonic (RM) Earliest deadline first (EDF) Trade-off optimality, stability, and ease of validation 7

Rate Monotonic Algorithm Assign priorities to jobs in each task based on period of the task Shorter period higher priority; rate (of job releases) is the inverse of the period, so jobs with higher rate have higher priority Rationale: schedule jobs with most deadlines first, fit others around them All jobs in a task have the same priority fixed priority algorithm Three ways of proving correctness of schedule: Exhaustive simulation for the hyper-period Time demand analysis Maximum utilisation 8

Rate Monotonic: Example Released J 1,1 J 1,2 J 1,3 J 1,4 J 2,1 J 2,2 J 2,3 J 3,1 T1 = (φ = 0, p = 4, e = 1, D = p) rate = 1/4 T2 = (φ = 0, p = 5, e = 2, D = p) rate = 1/5 T3 = (φ = 0, p = 20, e = 5, D = p) rate = 1/20 J 2,4 J 1,5 J 1,1 J 2,1 J 3,1 J 1,2 J 2,2 J 3,1 J 1,3 J 3,1 J 2,3 J 1,4 J 3,1 J 2,4 J 1,5 J 2,4 0 4 8 12 16 20 Time Ready to run Running 0 J 2,1 J 3,1 J 1,1 1 J 3,1 J 2,1 2 J 3,1 J 2,1 3 J 3,1 4 J 3,1 J 1,2 5 J 3,1 J 2,2 6 J 3,1 J 2,2 7 J 3,1 8 J 3,1 J 1,3 9 J 3,1 Time Ready to run Running 10 J 3,1 J 2,3 11 J 3,1 J 2,3 12 J 3,1 J 1,4 13 J 3,1 14 J 3,1 15 J 2,4 16 J 2,4 J 1,5 17 J 2,4 18 19 All tasks meet deadlines: proof by exhaustive simulation 9

Time Demand Analysis Exhaustive simulation error prone and tedious an alternative is time demand analysis Fixed priority algorithms predictable; do not suffer scheduling anomalies The worst case execution time of the system occurs with the worst case execution time of the jobs, unlike dynamic priority algorithms which can exhibit anomalous behaviour Basis of general proof that system can be scheduled to meet all deadlines Find critical instants when system is most loaded, and has its worst response time Use time demand analysis to check if system can be scheduled at those instants In absence of scheduling anomalies, system will meet all deadlines if it can be scheduled at critical instants 10

Finding Critical Instants Critical instant of a job is the worst-case release time for that job, taking into account all jobs that have higher priority i.e., job is released at the same instant as all jobs with higher priority are released, and must wait for all those jobs to complete before it executes Response time, wi,k, of a job released at a critical instant is the maximum possible response time of that job Definition of a critical instant: if wi,k Di,k for every Ji,k in Ti then The job released at that instant has maximum response time of all jobs in Ti and Wi = wi,k else if Ji,k : wi,k > Di,k then The job released at that instant has response time > D where wi,k is the response time of the job All jobs meet deadlines, but this is when job with the slowest response is started If some jobs don t meet deadlines, this is one of those jobs 11

Finding Critical Instants: Example T 1 = (φ = 0, p = 2.0, e = 0.6, D = p) T 2 = (φ = 0, p = 2.5, e = 0.2, D = p) T 3 = (φ = 0, p = 3.0, e = 1.2, D = p) 0 1 2 3 4 5 6 7 8 9 10 11 12 3 tasks scheduled using the rate-monotonic algorithm Response times of jobs in T 2 are: r 2,1 = 0.8, r 2,2 = 0.2, r 2,3 = 0.2, r 2,4 = 0.2, r 2,5 = 0.8, Therefore critical instants of T 2 are t = 0 and t = 10 12

Time-demand Analysis Simulate system behaviour at the critical instants For each job Ji,c released at a critical instant, if Ji,c and all higher priority tasks complete executing before their relative deadlines the system can be scheduled Compute the total demand for processor time by a job released at a critical instant of a task, and by all the higher-priority tasks, as a function of time from the critical instant; check if this demand can be met before the deadline of the job: Consider one task, T i, at a time, starting highest priority and working down to lowest priority Focus on a job, J i, in T i, where the release time, t 0, of that job is a critical instant of T i At time t 0 + t for t 0, the processor time demand w i (t) for Xi 1 t this job and all higher-priority jobs released in [t 0, t] is: w i (t) =e i + w i (t) is the time-demand function k=1 p k e k Execution time of job J i Execution time of higher priority jobs started during this interval 13

Using the Time-demand Function Compare time-demand function, wi(t), and available time, t: If wi(t) t at some t Di, the job, Ji, meets its deadline, t0 + Di If wi(t) > t for all 0 < t Di then the task probably cannot complete by its deadline; and the system likely cannot be scheduled using a fixed priority algorithm Note that this is a sufficient condition, but not a necessary condition. Simulation may show that the critical instant never occurs in practice, so the system could be feasible Use this method to check that all tasks are can be scheduled if released at their critical instants; if so conclude the entire system can be scheduled 14

Time-demand Analysis: Example w 3 (t) The time-demand, wi(t), is a staircase function with steps at multiples of higher priority task periods Plot time-demand versus available time graphically, to get intuition into approach 10 8 J 3,1 starts with a time demand of 5 units: 2 for itself, 2 for J 2,1, 1 for J 1,1 t w 2 (t) J 3,1 deadline Example: a rate monotonic system T 1 = (3, 1), T 2 = (5, 2), T 3 = (10, 2) with φ = 0, D = p for all tasks Time-demand functions w 1 (t), w 2 (t) and w 3 (t) are below t at deadlines, so the system can be scheduled simulate the system to check this! Time-demand function, w i (t) 6 4 2 0 Deadline for J 2,1 Deadline for J 1,1 0 2 4 6 8 10 Time, t w 1 (t) 15

Time-demand Analysis Works for any fixed-priority scheduling algorithm with periodic tasks where Di < pi for all tasks Only a sufficient test: System can be scheduled if time demand less than time available before critical instants But, might be possible to schedule if time demand exceeds available time further validation (i.e., exhaustive simulation) needed in this case 16

Time-demand Analysis Time demand analysis is complex useful for two reasons: General mechanism for proof of correctness more efficient for machine calculation when hyper-period is large As the theory underlying simpler approaches based on maximum utilisation For simply periodic rate monotonic systems For general rate monotonic systems 17

Simply Periodic Rate Monotonic Tasks Simply periodic systems: periods of all tasks are integer multiples of each other Rate monotonic optimal for simply periodic systems Proof follows from time-demand analysis: A simply periodic system, assume tasks in phase Worst case execution time occurs when tasks in phase Ti misses deadline at time t where t is an integer multiple of pi Again, worst case D i = p i Simply periodic t integer multiple of periods of all higher priority tasks ix e k Total time required to complete jobs with deadline t is t = t U i p which only fails when U > 1 k k=1 A simply periodic rate monotonic system can be scheduled if U 1 18

RM Maximum Utilisation Test: Di = pi Maximum utilisation test can be derived for any RM system: A system of n independent preemptable periodic tasks with Di = pi can be scheduled on one processor using rate monotonic if U n (2 1/n 1) (Proof derives from time demand analysis) U RM (n) URM(n) = n (2 1/n 1) For large n, URM(n) ln 2 (i.e., URM(n) 0.6931 ) 0.9 0.8 0.7 0.6 2 4 6 8 10 12 14 16 18 n U URM(n) is a sufficient, but not necessary, condition an RM schedule is guaranteed to exist if U URM(n), but might still be possible if U > URM(n) 19

RM Maximum Utilisation Test: Di pi For n tasks, where Dk = υ pk it can be shown that: U RM (n, v) = 8 < : v for 0 apple v apple 0.5 n((2v) 1 n 1) + 1 v for 0.5 apple v apple 1 v(n 1)[( v+1 v ) 1 n 1 1] for v =2, 3,... n υ = 4.0 υ = 3.0 υ = 2.0 υ = 1.0 υ = 0.9 υ = 0.8 υ = 0.7 υ = 0.6 υ = 0.5 2 0.944 0.928 0.898 0.828 0.783 0.729 0.666 0.590 0.500 3 0.926 0.906 0.868 0.779 0.749 0.708 0.656 0.588 0.500 4 0.917 0.894 0.853 0.756 0.733 0.698 0.651 0.586 0.500 5 0.912 0.888 0.844 0.743 0.723 0.692 0.648 0.585 0.500 6 0.909 0.884 0.838 0.734 0.717 0.688 0.646 0.585 0.500 7 0.906 0.881 0.834 0.728 0.713 0.686 0.644 0.584 0.500 8 0.905 0.878 0.831 0.724 0.709 0.684 0.643 0.584 0.500 9 0.903 0.876 0.829 0.720 0.707 0.682 0.642 0.584 0.500 0.892 0.863 0.810 0.693 0.687 0.670 0.636 0.582 0.500 D i > p i Maximum utilisation increases D i = p i D i < p i Maximum utilisation decreases 20

The Earliest Deadline First Algorithm Assign priority to jobs based on deadline: earlier deadline = higher priority Rationale: do the most urgent thing first Dynamic priority algorithm: priority of a job depends on relative deadlines of all active tasks May change over time as other jobs complete or are released May differ from other jobs in the task 21

Earliest Deadline First: Example Released J 1,1 J 1,2 J 1,3 J 1,4 J 1,5 J 2,1 J 2,2 J 2,3 J 1,1 J 2,1 J 1,2 J 2,1 J 1,3 J 2,2 J 1,4 J 2,2 J 1,5 J 2,2 0 1 2 3 4 5 6 7 8 9 10 J 1,6 T 1 = (p = 2, e = 1) T 2 = (p = 5, e = 2.5) with φ = 0, D = p for both Time Ready to run Running 0 J 2,1 J 1,1 1 J 2,1 2 J 2,1 J 1,2 3 J 2,1 Time Ready to run Running 8 J 2,2 J 1,5 9 J 2,2 10 J 2,3 J 1,6 4 J 1,3 J 2,1 4.5 J 1,3 5 J 2,2 J 1,3 5.5 J 2,2 6 J 2,2 J 1,4 7 J 2,2 22

Earliest Deadline First is Optimal EDF is optimal, provided the system has a single processor, preemption is allowed, and jobs don t contend for resources That is, it will find a feasible schedule if one exists, not that it will always be able to schedule a set of tasks EDF is not optimal with multiple processors, or if preemption is not allowed 23

Earliest Deadline First is Optimal: Proof Any feasible schedule can be transformed into an EDF schedule If Ji is scheduled to run before Jk, but Ji s deadline is later than Jk s either: The release time of Jk is after the J i completes they re already in EDF order The release time of J k is before the end of the interval when J i executes: J i J k r k d k d i Swap J i and J k (this is always possible, since J i s deadline is later than J k s) J k J k J i Move any jobs following idle periods forward into the idle period J k J k J i The result is an EDF schedule So, if EDF fails to produce a feasible schedule, no such schedule exists If a feasible schedule existed it could be transformed into an EDF schedule, contradicting the statement that EDF failed to produce a feasible schedule [proof for LST is similar] 24

Maximum Utilisation Test When Di pi maximum utilisation = 1 Proof follows from optimality of the system When Di < pi maximum utilisation test fails Example: T1 = (2, 0.8), T2=(5, 2.3, 3) where φ = 0, D = p: J 2,1 is preempted and misses deadline J 1,1 J 2,1 J 1,2 J 2,1 J 1,3 J 2,2 J 1,4 J 2,2 0 1 2 3 4 5 6 7 U = 0.8/2 + 2.3/5 = 0.86 yet cannot be scheduled Use density test: a system T of independent, preemptable periodic tasks can be feasibly scheduled on one processor using EDT if Δ 1 where Δ = δ1 + δ2 + + δn and δi = ei / min(di, pi) This is a sufficient condition, but not a necessary condition i.e., system is guaranteed to be feasible if Δ 1, but might still be feasible if Δ > 1 (would have to run the exhaustive simulation to prove) 25

Discussion EDF is optimal, and simpler to prove correct why use RM? RM more widely supported since easier to retro-fit to standard fixed priority scheduler, and support included in POSIX real-time APIs RM more predictable: worst case execution time of a task occurs with worst case execution time of the component jobs not always true for EDF, where speeding up one job can increase overall execution time (known as a scheduling anomaly ) 26