response time analysis for fixed-priority tasks with

12
Response Time Analysis for Fixed-Priority Tasks with Multiple Probabilistic Parameters Dorin Maxim 1,2,3 , Liliana Cucu-Grosjean 1,2,3 1 Universite de Lorraine, LORIA, UMR 7503, F-54506, France 2 CNRS, LORIA UMR 7503, Vandoeuvre-les-Nancy, F54519, France 3 INRIA Nancy-Grand Est, Villers-les-Nancy, F-54600, France [email protected], [email protected] Abstract—In this paper, we consider a probabilistic model for real-time task systems with probabilistic worst-case execution times, probabilistic minimum inter-arrival times and probabilistic deadlines. We propose an analysis computing response time distri- butions of the tasks scheduled on one processor under a task-level fixed-priority preemptive scheduling policy. The complexity of our method is analyzed and it is improved by re-sampling techniques on worst-case execution time distributions and/or minimal inter- arrival time distributions. The improvements are shown through experimental results. Also, experiments are conducted in order to investigate the improvement obtained by using a probabilistic model in terms of precision and schedulability gained as opposed to a deterministic worst-case reasoning. Keywordsprobabilistic real-time, fixed-priority, probabilistic worst-case execution time, probabilistic minimum inter-arrival times, probabilistic deadlines I. I NTRODUCTION Critical real-time embedded systems integrate complex architectures that evolve constantly in order to provide new functionality required by the end users of the systems (auto- motive, avionics, railway, etc). These new architectures have a direct impact on the variability of the timing behavior of the real-time system. For instance, the use of aggressive hardware acceleration features like caches and deep memory hierarchies imply an acceptable average execution time for a task, but extremely large worst case values may be observed [1]. This variability leads to important over-provisioning if the design of the system is based only on worst case reasoning. Since the seminal paper of Edgar and Burns [2], proba- bilistic approaches propose solutions based on the probability of occurrence of the worst case values in order to avoid over provisioning while satisfying real-time constraints. These approaches avoid systematically rejecting systems that are unfeasible according to a deterministic approach 1 , when in practice the probability of failure is extremely small compared to the maximum tolerated failure level. For instance, in the aerospace industry, one may compare the maximum allowed probability of failure of 10 -9 per hour of operation (required by the certification authorities [3]) and the probability of failure of 10 -15 that the system might experience per hour of operation [1]. Important examples where the worst case analysis is not efficient include event triggered systems that interact with the real world and for which it is difficult to place a bound on the 1 We use deterministic as opposed to a probabilistic approach. arrival rate of jobs generated by interrupts from external sen- sors or network interfaces; systems for which their parameters remain unknown until deployment; adaptive systems that need to change their parameters due to changes in the environment in which they are running. Different industries may also build probabilistic real-time systems on purpose by introducing some parameters with random behaviour. For instance, some automotive manufac- turers have randomised the sampling frequency for the reverse parking ultra sound sensor in order to avoid the situation when two vehicles reverse back-to-back as in Figure 1 and they both have the same sampling frequency reducing the efficiency of their parking sensors [4]. By randomising the sampling frequency, the jobs that are generated by the sensor have a random arrival pattern. These jobs belong to a task that can be seen as a sporadic task with its period equal to the minimum inter arrival time (MIT) amongst its jobs, but knowing that job arrivals are random then we may describe the MITs by distributions, i.e., the arrival distribution of the generated jobs. The use of a probability distribution to describe at least one parameter of the system requires a probabilistic analysis to decide the feasibility of the system. In this paper we introduce for the first time a response time analysis for systems that have both worst case execution times and minimal inter-arrival times described by probability distributions. Fig. 1: When two vehicles reverse back-to-back, their respec- tive parking sensors may sample at the same frequency, making them less efficient, or even blind to one another. Related work: The contribution of this paper belongs to the realm of probabilistic real-time analysis. These analyses exist mainly for real-time systems with random variables describing the duration of a task’s execution [5]–[9]. The first papers use the term probabilistic or stochastic execution time to indicate that a random variable contains all possible values for the execution time of a task. The use of this notion was somehow confusing as the proposed analyses required

Upload: others

Post on 01-Jan-2022

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Response Time Analysis for Fixed-Priority Tasks with

Response Time Analysis for Fixed-Priority Taskswith Multiple Probabilistic Parameters

Dorin Maxim1,2,3, Liliana Cucu-Grosjean1,2,31 Universite de Lorraine, LORIA, UMR 7503, F-54506, France

2 CNRS, LORIA UMR 7503, Vandoeuvre-les-Nancy, F54519, France3 INRIA Nancy-Grand Est, Villers-les-Nancy, F-54600, France

[email protected], [email protected]

Abstract—In this paper, we consider a probabilistic modelfor real-time task systems with probabilistic worst-case executiontimes, probabilistic minimum inter-arrival times and probabilisticdeadlines. We propose an analysis computing response time distri-butions of the tasks scheduled on one processor under a task-levelfixed-priority preemptive scheduling policy. The complexity of ourmethod is analyzed and it is improved by re-sampling techniqueson worst-case execution time distributions and/or minimal inter-arrival time distributions. The improvements are shown throughexperimental results. Also, experiments are conducted in orderto investigate the improvement obtained by using a probabilisticmodel in terms of precision and schedulability gained as opposedto a deterministic worst-case reasoning.

Keywords—probabilistic real-time, fixed-priority, probabilisticworst-case execution time, probabilistic minimum inter-arrivaltimes, probabilistic deadlines

I. INTRODUCTION

Critical real-time embedded systems integrate complexarchitectures that evolve constantly in order to provide newfunctionality required by the end users of the systems (auto-motive, avionics, railway, etc). These new architectures have adirect impact on the variability of the timing behavior of thereal-time system. For instance, the use of aggressive hardwareacceleration features like caches and deep memory hierarchiesimply an acceptable average execution time for a task, butextremely large worst case values may be observed [1]. Thisvariability leads to important over-provisioning if the designof the system is based only on worst case reasoning.

Since the seminal paper of Edgar and Burns [2], proba-bilistic approaches propose solutions based on the probabilityof occurrence of the worst case values in order to avoidover provisioning while satisfying real-time constraints. Theseapproaches avoid systematically rejecting systems that areunfeasible according to a deterministic approach1, when inpractice the probability of failure is extremely small comparedto the maximum tolerated failure level. For instance, in theaerospace industry, one may compare the maximum allowedprobability of failure of 10−9 per hour of operation (requiredby the certification authorities [3]) and the probability offailure of 10−15 that the system might experience per hourof operation [1].

Important examples where the worst case analysis is notefficient include event triggered systems that interact with thereal world and for which it is difficult to place a bound on the

1We use deterministic as opposed to a probabilistic approach.

arrival rate of jobs generated by interrupts from external sen-sors or network interfaces; systems for which their parametersremain unknown until deployment; adaptive systems that needto change their parameters due to changes in the environmentin which they are running.

Different industries may also build probabilistic real-timesystems on purpose by introducing some parameters withrandom behaviour. For instance, some automotive manufac-turers have randomised the sampling frequency for the reverseparking ultra sound sensor in order to avoid the situation whentwo vehicles reverse back-to-back as in Figure 1 and theyboth have the same sampling frequency reducing the efficiencyof their parking sensors [4]. By randomising the samplingfrequency, the jobs that are generated by the sensor have arandom arrival pattern. These jobs belong to a task that can beseen as a sporadic task with its period equal to the minimuminter arrival time (MIT) amongst its jobs, but knowing thatjob arrivals are random then we may describe the MITs bydistributions, i.e., the arrival distribution of the generated jobs.

The use of a probability distribution to describe at leastone parameter of the system requires a probabilistic analysis todecide the feasibility of the system. In this paper we introducefor the first time a response time analysis for systems that haveboth worst case execution times and minimal inter-arrival timesdescribed by probability distributions.

Fig. 1: When two vehicles reverse back-to-back, their respec-tive parking sensors may sample at the same frequency, makingthem less efficient, or even blind to one another.

Related work: The contribution of this paper belongs tothe realm of probabilistic real-time analysis. These analysesexist mainly for real-time systems with random variablesdescribing the duration of a task’s execution [5]–[9]. Thefirst papers use the term probabilistic or stochastic executiontime to indicate that a random variable contains all possiblevalues for the execution time of a task. The use of this notionwas somehow confusing as the proposed analyses required

Page 2: Response Time Analysis for Fixed-Priority Tasks with

independent random variables to perform convolution2 and theexecution times of a task or several tasks may be dependent.The work of Edgar and Burns [2] uses the term probabilisticworst case execution time to indicate that the random variableprovides the value of the worst case execution time of a task fora given probability of failure. This notion fulfills the hypothesisof independent random variables (Definition 1) as this randomvariable is common to all instances of a task [10].

Different models are considered for systems with proba-bilistic inter-arrival times [5], [11]–[15] but only few papers[14], [13], [15] exist for the case that we consider here:systems with probabilistic execution times and probabilisticinter-arrival times. In [14] Lehoczky considers parameters thatare identically distributed, i.e., all described by the same proba-bility function. This hypothesis may be restrictive for systemsthat need a more general model. The recent work of Abeniet al. [15] is probably the closest to our paper. The authorspresent an analysis framework for tasks with probabilisticexecution times and random arrivals, running on a preemptivesingle processor according to a Constant Bandwidth Serverbased on Earliest Deadline First. In [13], the authors extendthe contribution of [5] to tasks with probabilistic number ofarrivals within a time interval t∆3. Our work extends the resultspresented in [5] to the case of systems with probabilisticminimal inter-arrival times. With respect to this work weconsider probabilistic worst case execution times as indicatedby [2], whereas Diaz et al. [5] consider probabilistic executiontimes.

One may note a relation between the non-cyclic Gener-alised Multi-Frame (GMF) task model presented in [16] andour probabilistic model. In the GMF task model, jobs cantake different values for their execution time, inter-arrival timeand deadline, be it in a cyclic manner [17], [18] or in anon-cyclic manner [16]. In some respects, a non-cyclic GMFtask is a probabilistic task for which we do not provide theassociated probabilities of its parameters. Also, a probabilistictask has different conditions of feasibility, i.e., a probabilistictask may have deadline misses provided that their probabilityof occurrence is below a maximum allowed threshold, e.g.,10−9 for aerospace industry.

The random variables describing the parameters of a real-time system may be obtained using techniques like thoseproposed for obtaining worst case execution times [1], [2], [19]or minimal inter-arrival times [20]–[22]. This paper considersthese random variables known and obtaining them is beyondits scope.

Our contribution In this paper, we introduce a novelresponse time analysis for probabilistic real-time tasks withprobabilistic minimum inter-arrival times and probabilisticworst case execution times scheduled preemptively on a singleprocessor according to a task-level fixed-priority schedulingpolicy. The model that we introduce is general, as there areno constraints on the distributions of the parameters and theassociated response time analysis, as well, can handle any typeof distributions. We validate the analysis, and we show that itis bounded in the number of steps. We also provide a meansof reducing the analysis duration via re-sampling and show the

2The convolution is the operation of summation between two randomvariables, as detailed in Definition 2.

3The two models are compared in Appendix A of this paper.

effect that different re-sampling strategies have on the responsetimes distributions of the analysed tasks.

Organization of the paper: The paper is organized asfollows. In Section II we introduce preliminary notations anddefinitions while in Section III we describe the system modeland our problem. Section IV contains the main contributionof the paper, the response time analysis, which is validatedin Section V. We present in Section VI the experimentalevaluation of our probabilistic worst case response time. Weconclude in Section VII.

II. NOTATIONS AND DEFINITIONS

A random variable X has a probability function (PF )fX (·) with fX (x) = P (X = x). The possible values of Xibelong to the interval [Xmin, Xmax]. In this paper we associatethe probabilities with the possible values of a random variableusing the following notation:

X =

(X0 = Xmin X1 · · · Xk = Xmax

fX (Xmin) fX (X1) · · · fX (Xmax)

)(1)

where∑kij=0 fX (Xj) = 1. A random variable may also

be specified using its cumulative distribution function (CDF)FX (x) =

∑xz=Xmin fX (z).

Definition 1. Two random variables X and Y are (probabilis-tically) independent if they describe two events such that theoutcome of one event does not have any impact on the outcomeof the other.

Definition 2. The sum Z of two (probabilistically) indepen-dent random variables X and Y is the convolution X ⊗ Ywhere P{Z = z} =

∑k=+∞k=−∞ P{X = k}P{Y = z − k}.

(3 7

0.1 0.9

)⊗(

0 40.9 0.1

)=

(3 7 11

0.09 0.82 0.09

)

A complementary operator to the convolution is the oper-ator , defined by X Y = X ⊗ (−Y).

Definition 3. The coalescion of two partial random variables,denoted by the operator ⊕ represents the combination of thetwo partial random variables into a single (partial) randomvariable so that values that appear multiple times are kept onlyonce gathering the summed probability mass of the respectivevalues.

(5 8

0.18 0.02

)⊕(

5 60.72 0.08

)=

(5 6 8

0.9 0.08 0.02

)Definition 4. [23] Let X1 and X2 be two random variables.We say that X1 is greater than X2 if FX1(x) ≤ FX2(x), ∀x,and denote it by X1 � X2.

For example, in Figure 2 FX1(x) never goes below FX2

(x),meaning that X2 � X1. Note that X2 and X3 are notcomparable.

Page 3: Response Time Analysis for Fixed-Priority Tasks with

Fig. 2: Possible relations between the CDFs of various randomvariables

III. MODEL AND PROBLEM DESCRIPTION

We consider a system of n synchronous tasks{τ1, τ2, . . . , τn} to be scheduled on one processor accordingto a preemptive fixed-priority task-level scheduling policy.Without loss of generality, we consider that τi has a higherpriority than τj for i < j. We denote by hp(i) the set oftasks’ indexes with higher priority than τi. By synchronoustasks we understand that all tasks are released simultaneouslythe first time at t = 0.

Each task τi generates an infinite number of successivejobs τi,j , with j = 1, . . . ,∞. All jobs are assumed to beindependent of other jobs of the same task and those of othertasks.

Definition 5. The probabilistic execution time (pET) of a jobof a task describes the probability that the execution time ofthe job is equal to a given value.

Each task τi is a generalized sporadic task [24] and itis represented by a probabilistic worst case execution time(pWCET) denoted by Ci4 and by a probabilistic minimal inter-arrival time (pMIT). These notions are defined as follows.

Definition 6. The probabilistic worst case execution time(pWCET) of a task describes the probability that the worstcase execution time of that task is equal to a given value.

A safe pWCET Ci is an upper bound on the pETs Cji , ∀jand it may be described by the relation � as Ci � Cji , ∀j.Graphically this means that the CDF of Ci stays under theCDF of Cji , ∀j.

Following the same reasoning the probabilistic minimalinter-arrival time (pMIT) denoted by Ti describes the prob-abilistic minimal inter-arrival times of all jobs.

Definition 7. The probabilistic inter-arrival time (pIT) of ajob of a task describes the probability that the job’s arrivaltime occurs at a given value.

Definition 8. The probabilistic minimal inter-arrival time(pMIT) of a task describes the probability that the minimalinter-arrival time of that task is equal to a given value.

A safe pMIT Ti is a bound on the pITs T ji , ∀j and it maybe described by the relation � as T ji � Ti, ∀j. Graphicallythis means that the CDF of Ti stays below the CDF of T ji ,∀j.

4In this paper, we use calligraphic typeface to denote random variables.

Hence, a task τi is represented by a tuple (Ci, Ti). A job ofa task must finish its execution before the arrival of the nextjob of the same task, i.e., the arrival of a new job representsthe deadline of the current job5. Thus, the task’s deadlinemay also be represented by a random variable Di which hasthe same distribution as its pMIT, Ti. Alternatively, we canconsider the deadline described by a distribution different fromthe distribution of its pMIT if the system under considerationcalls for such model [11], [25], or the simpler case when thedeadline of a task is given as one value. The latter case isprobably the most frequent in practice, nevertheless we preferto propose an analysis as general as possible and in the restof the paper, we consider tasks with implicit deadlines, i.e.,having the same distribution as the pMIT.

As stated in [10], since we consider probabilistic worst casevalues (for MIT and WCET), then the random variables are(probabilistically) independent.

Definition 9 (Job deadline miss probability). For a job τi,jthe deadline miss probability DMPi,j is the probability thatthe jth job of task τi misses its deadline and it is equal to:

DMPi,j = P (Ri,j > Di). (2)

where Ri,j is the response time distribution of the jth jobof task τi.

We show in Theorem 1 that the case when tasks aresimultaneously released yields the greatest response time dis-tribution for each task respectively. Here, greatest is definedwith respect to the relation � and it indicates that the responsetime distribution of the first job upper bounds the responsetime distribution of any other job of that task. Since we areconsidering synchronous tasks, calculating the response timedistribution of the first job of a task provides the worst caseresponse time distribution of the task and, implicitly, its worstcase DMP.

Problem: In this paper, we address the problem of com-puting the response time distributions and, implicitly, DeadlineMiss Probabilities of tasks with pMIT and pWCET. Theresponse time of a job is the elapsed time between its releaseand its completion. Since we consider jobs with probabilisticparameters, the response time of a job is also described by arandom variable. The DMP of a job is obtained by comparingthe response time distribution of said job and its deadline, be ita probabilistic deadline or a deterministic one. This is a novelproblem, and the fact that the system under consideration hasmore than one task parameter given as a distribution makes ita complex one. The solution that we describe is exponentialin the number of tasks and the size of the random variablesrepresenting the task parameters. We describe techniques todecrease the analysis duration and to make it tractable. Notethat in [26], the authors have shown that there can not beany pseudo-polynomial exact test for fixed-priority task-levelscheduling of the non-cyclic GMF task model, or any moregeneral model - that encompasses it - such as the probabilistictask model.

5In the analysis of GMF tasks this is known as the frame separationconstraint.

Page 4: Response Time Analysis for Fixed-Priority Tasks with

IV. RESPONSE TIME ANALYSIS

In this section, we introduce an analysis computing theresponse time distribution of a given task. Since the systemunder consideration is a task-level fixed-priority preemptiveone, then a given task is not influenced by tasks of lowerpriority but only by those of higher priority. Thus, we considerwithout loss of generality, the task of interest to be the lowestpriority task, τn, in a set of n tasks.

Before we proceed to the response time analysis for tasksthat have pWCET as well as pMIT, we first recall here theresponse time analysis for tasks that have only the WCETdescribed by a random variable [5]. The response time Ri,jof a job τi,j that is released at time instant λi,j is computedusing the following equation:

Ri,j = Bi(λi,j)⊗ Ci ⊗ Ii(λi,j), (3)

where Bi(λi,j) is the accumulated backlog of higher prioritytasks released before λi,j and still active (not completed yet) attime instant λi,j . Ii(λi,j) is the sum of the execution times ofhigher priority tasks arriving after λi,j and that could preemptthe job under analysis, τi,j . The operator ⊗ is the convolutionbetween two random variables. In the case of synchronoustasks the backlog is equal to Bn =

⊗i∈hp(n)

Ci.

Equation (3) is solved iteratively, integrating new possiblepreemptions by modifying the tail of the response time distri-bution Ri,j at each iteration. The iterations stop once eitherthere are no more preemptions to be integrated or all the newlyobtained values in the tail of the response time distribution arelarger than the tasks’ deadline.

Intuitively: In the case when the MIT is also given as arandom variable, we need to modify Equation (3) to take intoaccount the fact that a preemption can occur at different timeinstants with different probabilities. We do so by making acopy of Ri,j for each value in the pMIT distribution of thepreempting task and scaling each copy with the probability ofits respective value. We then modify the tail of each copy inorder to integrate, as in Equation (3), the execution requirementof the preempting task. The distributions obtained are thencoalesced and the process is repeated until either there areno more preemptions to be integrated or the newly obtainedvalues in the tails of each copy of the response time distributionare larger than the tasks’ deadline. Note that, if the MIT ofthe preempting task is deterministic, then the analysis is thesame as Equation (3). Furthermore, our analysis can handle anycombination of probabilistic and deterministic parameters, andin the case that all parameters are deterministic the returnedresult is the same as the one provided by the worst caseresponse time analysis in [27].

We present first a numerical example of the analysis beforeintroducing it formally.

Example 1. We introduce here an example of a task systemand the response time computation for the lowest priority taskof the system. In order to better understand the implication ofthe probabilistic parameters, let us start with a deterministictask set and slowly move our way to a probabilistic version ofit.

Given a task system τ = {τ1, τ2} scheduled under task-level fixed-priority scheduling policy with τ1 at higher priorityand τ2 at lower priority, and the tasks described by the

following worst case values: τ1 = (C1 = 2, T1 = 5) andτ2 = (C2 = 4, T2 = 7), with Di = Ti,∀i. A deterministicanalysis of this task system would conclude that it is unschedu-lable, since the response time of τ2,1 (the first job of τ2) isgreater than its deadline.

First generalization (pMIT): Let us now assume that,after studying the system, we have extra information about itsbehaviour, namely that not all the jobs of τ1 arrive with 5 unitsof time between them, but instead they follow a distribution

equal to T1 =

(5 6

0.2 0.8

)meaning that an instance of τ1

has a 20% probability of arriving 5 units of time after theprevious instance, and a 80% probability of arriving 6 timeunits after the previous instance. All other parameters of thesystem keep their worst case representation.

In this case, τ2,1 also has an 80% probability of finishingexecution before its deadline, i.e. the cases when τ1,2 arrivesat t = 6.

Second generalization (pWCET): Going back to thedeterministic task system that we started with this time let usassume that we have extra information about the executionrequirement of τ2, namely that it follows the distribution

C2 =

(3 4

0.9 0.1

)meaning that only 10% of the jobs

generated by τ2 have an execution requirement of 4 timeunits and the other 90% require only 3 time units. All otherparameters of the system are considered with their worst casevalues.

In this case as well τ2,1 has a high probability, 90%, offinishing execution before its deadline, namely the cases whenit requires 3 units of execution time.

Combining the two cases: If we now combine both casespresented above, taking into consideration the probabilisticnature of T1 and of C2, we note that τ2,1 misses its deadlineonly when the two worst case scenarios happen at the sametime, i.e. τ1,2 arrives at t = 5 and τ2,1 needs to execute for 4units of time. The probability of this happening is the combinedprobability of the two scenarios, namely τ2,1 has a probabilityof DMP2 = 0.2× 0.1 = 0.02 of missing its deadline.

For this example we have found the deadline miss proba-bility of τ2,1 by (manually) exploring all the possible combi-nations of inter-arrival times and execution times of the twotasks. This is not always possible to do, considering that asystem can have many tasks and each parameter distributionmay have tens, hundreds or even thousands of values, leadingto a large number of possible combinations.

The analysis that we introduce computes the worst caseresponse time distribution of a task by means of convolutionof random variables, ensuring in this way that all scenarioshave been taken into account without needing to explicitlyinvestigate all of them.

The analytical response time computation: The prob-abilistic representation of the system under analysis is τ =

{τ1 = (C1 =

(21

), T1 =

(5 6

0.2 0.8

)), τ2 = (C2 =(

3 40.9 0.1

), T2 =

(71

))} and we are interested in

finding the response time distribution R2,1 of τ2,1 by applyingour analysis.

Page 5: Response Time Analysis for Fixed-Priority Tasks with

The computation starts by initialising the response timedistribution R2,1 with the combined execution time require-ments of higher priority tasks, in this case C1, and adding toit the execution requirement of the task under analysis:

R2,1 = C1 ⊗ C2 =

(21

)⊗(

3 40.9 0.1

)=(

5 60.9 0.1

).

The possible preemption that can occur from τ1,2 can beeither at t = 5 with probability 0.2 or at t = 6 with probability0.8. For each of these two cases we make a copy of R2,1 andproceed in the following way:

R12,1 =

(5

0.9

)⊕((

60.1

)⊗(

21

))⊗(

00.2

)=(

50.9

)⊕(

80.1

)⊗(

00.2

)=

(5 8

0.9 0.1

)⊗(

00.2

)=

(5 8

0.18 0.02

)represents the case that τ1,2

arrives at t = 5 preempting τ2,1. In this case, τ1,2 canonly affect the tail of the distribution, i.e. τ2,1 did not finishexecution by t = 6. Two units of time are added to the tail ofthe distribution, and the entire resulting distribution is updatedwith the probability 0.2 of τ1,2 arriving at t = 5.

R22,1 =

(5 6

0.9 0.1

)⊗(

00.8

)represents the case that

τ1,2 arrives at t = 6 and so it does not preempt τ2,1. The tailof the distribution is not affected, but the entire distribution isupdated with the probability 0.8 of τ1,2 arriving at t = 6.

Once the two copies of R2,1 have been obtained they arecoalesced and the final result is obtained:

R2,1 = R12,1 ⊕ R2

2,1 =

(5 8

0.18 0.02

)⊕(

5 60.72 0.08

)=

(5 6 8

0.9 0.08 0.02

).

The value 8 of the response time distribution is not possiblesince τ2,1 will not be allowed to continue its execution pastt = 7. Any value strictly greater that the jobs deadlineis replaced by ”DMP” and their summed probability massrepresents the Deadline Miss Probability of the job: R2,1 =(

5 6 DMP0.9 0.08 0.02

).

Since the earliest arrival of τ1,3 is at t = 10 then thistask cannot preempt τ2,1 and the analysis stops here. We haveobtained the worst case response time distribution of τ2 and itsDeadline Miss Probability, 0.02, which is exactly the same asthe one obtained earlier by enumerating all possible scenarios.

Third generalization (probabilistic deadline): In orderto show the effect of a probabilistic deadline, we furthergeneralize the task system by considering that the arrivaldistribution and hence the deadline distribution of τ2 is equal

to T2 =

(7 8

0.3 0.7

). In this case τ2,1 will miss its deadline

if and only if the following worst case scenario happens:τ1,2 arrives at t = 5 (probability 0.2), τ2,1 executes for 4units of time (probability 0.1) and τ2,2 arrives at t = 7(probability 0.3). The probability of this scenario happeningis DMP2 = 0.2× 0.1× 0.3 = 0.006.

This probability can be obtained directly by applyingEquation (9):

B2 = R2,1 D2 =

(5 6 8

0.9 0.08 0.02

)(

7 80.3 0.7

)=

(−3 −2 −1 0 10.63 0.83 0.24 0.014 0.006

).

The value that are less or equal to zero are discarded,since they represent the cases when the job finishes executionbefore or at the deadline. The strictly positive values are keptand their added probabilities represent the tasks’ DMP, in thiscase the probability of the value 1 which is 0.006 as found bythe descriptive method above.

We introduce now a formal description of our analysis.Formally: The arrival time of the jth job of a task τn is

computed for j ≥ 1 as follows

Tn,j = Tn ⊗ ...⊗ Tn, j − 1 times (4)

and for j = 0 we have Tn,0 = 0.The worst case response time of task τn is initialized as:

R0n = Bn ⊗ Cn (5)

where the backlog at the arrival of τn is equal to

Bn =⊗

i∈hp(n)

Ci (6)

After adding the execution time of the task under analysisto the backlog accumulated at its arrival, its response time isupdated iteratively with the possible preemptions as follows:

Rin =

k⊕j=1

Ri,jn (7)

where i is the current iteration, k is the number of values inthe random variable representing the pMIT distribution of thepreempting task, j is the current value taken into considerationfrom the pMIT distribution of the preempting task, and Ri,jn isthe jth copy of the response time distribution and it integratesthe possible preemption in the following way:

Ri,jn = (Ri−1,headn ⊕ (Ri−1,tail

n ⊗ Cprm ))⊗ Ppr (8)

where:

• n is the index of the task under analysis;• i is the current step of the iteration;• j represents the index of the current value taken

into consideration from the pMIT distribution of thepreempting task;

• Ri−1,headn is the part of the distribution that is not af-

fected by the current preemption under consideration;• Ri−1,tail

n is the part of the distribution that may be af-fected by the current preemption under consideration;

• m is the index of the higher priority task that iscurrently taken into account as a preempting task;

• Cprm is the execution time distribution of the currentlypreempting task;

Page 6: Response Time Analysis for Fixed-Priority Tasks with

• Ppr is a fake random variable used to scale the jthcopy of the response time with the probability ofthe current value i from the pMIT distribution of thepreempting task. This variable has one unique valueequal to 0 and its associated probability is equal tothe ith probability in the pMIT distribution of thepreempting job.

For each value vjm,i in T(m,j) for which there exists at leastone value vn,i inRi−1

n so that vin > vjm,i, the distributionRi−1n

is split in two parts:

• Ri−1,headn which contains all values v−n,i of Ri−1

n thatare less or equal than vjm,i, i.e., v−n,i ≤ v

jm,i, and

• Ri−1,tailn which contains all values v+

n,i of Ri−1n that

are greater than vjm,i, i.e., v+n,i > vjm,i.

The iterations end when there are no more arrival valuesvjm,i of any job i of any higher priority task τm that is smallerthan any value of the response time distribution at the currentstep. A stopping condition may be explicitly placed in orderto stop the analysis after a desired response time accuracyhas been reached. For example, the analysis can be terminatedonce an accuracy of 10−9 has been reached for the responsetime. In our case, the analysis stops when new arrivals of thepreempting tasks are beyond the deadline of the task underanalysis, i.e., the type of analysis required for systems wherejobs are aborted once they reach their deadline.

Once the jobs’ response time distribution can be computed,the Deadline Miss Probability can be obtained by comparingthe response time distribution with that of the deadline, asfollows:

Bi = Ri Di = Ri ⊕ (−Di), (9)

where the operator indicates that the values of the distri-bution are negated. We use the notation Bi even though theresulting distribution is not a backlog distribution in the strictsense for the model we consider, but it is still the formulafor computing backlog for systems where jobs are allowed toexecute past their deadline.

The DMP of the job under analysis is given by theprobability mass corresponding to the values strictly greaterthan 0, i.e. the job would need more units of time to finish itsexecution. The probability mass corresponding to the valuesless or equal to 0 gives the probability that the job finishesexecution before its deadline and the next release.

A. Critical instant of a task with multiple probabilistic param-etersLemma 1. We consider a task system of n tasks with τidescribed by deterministic Ci and probabilistic Ti,∀i ∈{1, 2, · · · , n}. The set is ordered according to the priorities ofthe tasks and the system is scheduled preemptively on a singleprocessor. The response time distribution Ri,1 of the first jobof task τi is greater than the response time distribution Ri,jof any jth job of task τi, ∀i ∈ {1, 2, · · · , n}.

Proof. The response time distribution Ri,j of a job withina probabilistic system may be obtained by composing responsetime values Rki,j of jobs within all corresponding deterministicsystems obtained by considering all values of the minimalinter-arrival times and the probability associated with the

respective scenario k and we have(

Rki,jpscenariok

). For each

of these deterministic systems we know from [28] that thecritical instant of a task occurs whenever the task is releasedsimultaneously with its higher priority tasks. Thus we havethat Rki,1 ≥ Rki,j ,∀k, j > 1 and we obtain Ri,1 � Ri,j as theassociated probabilities of Rki,1 andRki,j ,∀k are the same. �

Theorem 1. We consider a task system of n tasks with τidescribed by probabilistic Ci and Ti,∀i ∈ {1, 2, · · · , n}. Theset is ordered according to the priorities of the tasks and thesystem is scheduled preemptively on a single processor. Theresponse time distribution Ri,1 of the first job of task τi isgreater than the response time distribution Ri,j of any jth jobof task τi, ∀i ∈ {1, 2, · · · , n}.

Proof. The response time distribution Ri,j of a job withina probabilistic system is obtained by convolving response timedistributionsRli,j of jobs within all corresponding probabilisticsystems obtained by considering tasks described by Ci, Ti,∀i.Then within each scenario l we have from Lemma 1 thatRli,1 � Rli,j . We have then Ri,1 = ⊗nbofscenariosl=1 Rli,1 �⊗nbofscenariosl=1 Rli,j = Ri,j . �

V. VALIDATION OF THE METHOD

Our response time analysis provides safe, but pessimisticresults with respect to an exact analysis that would providethe response time of any job of a task. We leave the reductionof pessimism as future work, for now we just note that apessimistic result is safe, and since this is the first analysisframework of its kind, we do not strive for absolute accuracy,only for safeness. We validate our method by ensuring thefollowing three conditions: limit condition, insurance of theworst case scenario and convergence (conditions originallypresented in [29]).

Limit condition: To ensure the limit condition we needto prove that our method provides the same or larger than theworst case response time of a corresponding deterministic tasksystem obtained by considering only the worst case values forall parameters of the tasks.

By applying the analysis to a deterministic task system, theconvolution specific to random variables becomes the summa-tion of deterministic values, the coalescing operator ⊕ thatcombines two random variables is no longer necessary sincethere is no head and tail sections of random variables, thesplitting into head and tail is replaced with the correspondinginequality verification, checking if the next arrival of a higherpriority task will preempt the job under execution. The analysisstops when there are no higher priority jobs left that canpreempt the job under analysis.

Insurance of the worst case scenario: In order to obtainthe worst case response time of the given probabilistic tasksystem, the existing deterministic analysis [27] is applied to thedeterministic task system obtained by considering from eachtask its minimum inter-arrival time value and its maximumworst case execution time value. Besides the worst caseresponse time, the probabilistic analysis framework that wepropose also provides the best case response time of the task,and all possible response time values between the best caseand the worst case, each with its probability of occurring.

Convergence: In order to ensure the convergence conditionwe need to prove that the analysis of a task system does not

Page 7: Response Time Analysis for Fixed-Priority Tasks with

run indefinitely without, i.e., sooner or later returning a result.This condition follows from these two assumptions over thesystem model:

a) the distribution representing the tasks’ parameters areof finite length and so the analysis will complete a loop ofintegrating new preemptions in the tail of the response timedistribution in a finite time.

b) the system under consideration makes use of an aborton deadline policy, which means that the analysis stops whenthe returned response time values are larger than the largestpossible deadline of the task under analysis, i.e. the largestvalue in the pMIT distribution.

VI. IMPLEMENTATION AND EVALUATION OF THE METHOD

We implemented our response time analysis in MATLAB.The pseudo-code for the associated steps is presented inAlgorithms 1 and 2 and the complete scripts are available6.

Before we proceed with the description of the simulationsperformed we recall here the concept of re-sampling7.

Definition 10. [30] [Re-sampling] Let Xi be a distributionwith n values describing a parameter of a task τi. Theprocess of re-sampling to k values or k-re-sampling consistsof reducing the initial distribution Xi from n values to adistribution X ∗i with k values.

The re-sampling is safe with respect to the response timeanalysis as the response time Ri of any task τi of the initialsystem is greater than the response time R∗i of the consideredtask within the re-sampled task system.

The re-sampling of a real-time distribution is performedin the following two sequential steps: 1) selection of thek samples to be kept in the reduced distribution and 2)redistribution of the probabilities from the values that are notkept.

Re-sampling for pWCET differs from re-sampling forpMIT in the second step, namely, as larger values of pWCETproduce greater probabilistic response times as well as smallervalues of pMIT produce greater probabilistic response times.

A. Experiment 1: ComplexityOne may be concerned when mentioning probabilistic

analyses by their complexity as operations like convolutionsof random variables are involved. Our analysis is tested firstwith respect to the complexity.

In Figure 3, a 3D plot of the analysis duration is presented.On the z-axis the analysis duration is given in seconds, on thex-axis is the variation of the number of values per randomvariable, from 2 to 16 values, and on the y-axis is the numberof tasks per task system, also from 2 to 16 tasks. Every point onthe surface corresponds to the average analysis duration of 100task sets. The worst case utilization of each considered taskis between 1.5 and 2 and the expected utilization is between0.5 and 1. The pWCETs are decreasing distributions while thepMITs are increasing distributions.

6The scripts are available at http://www.loria.fr/˜maxim7Note that in statistics, re-sampling has a different meaning from that used

in real-time systems. For an example of re-sampling in real-time systemssee Appendix B or refer to [30]. In statistics, the technique presented inAppendix B is designed by terms like Bootstrap of Jackkife, the interestedreader may refer to [31].

Algorithm 1 Worst case response time distribution computa-tionInput: Γ a task set and target the index of the task we analyzeOutput: Rtarget the worst case response time distribution ofτtargetRtarget = Ctarget; //initialize the response time with the execution time of

the task under analysis

for (i = 1; i < target; i+ +) doRtarget = Rtarget⊗Ci; //add the execution times of all higher priority

tasks

end forfor (i = 1; i < target; i+ +) doAi = Ti; //initialize the arrivals of each higher priority task with their inter-

arrival times distribution

end forfor (i = 1; i < max(Ttarget); i+ +) do

for (j = 1; j < target; j + +) doif max(Rtarget) > min(Aj) and min(Aj) = i thenRtarget = doPreemption(Rtarget,Aj , Cj); //update

the response time with the current possible preemption

Aj = Aj ⊗ Tj ; //the next arrival of τjend if

end forend forRtarget = sort(Rtarget)

Output: Rtarget

Algorithm 2 doPreemption functionInput: R the current response time,A the arrival distribution of the preempting job andC the execution time distribution of the preempting job

Output: R the response time distribution updated with thecurrent preemptionRintermediary = empty;Afake = empty;for (i = 1; i < length(A); i+ +) do

//constructing the fake random variable giving the probability of the preemption

occurring

Afake.value = 0; //the value of the fake random variable

Afake.probability = A(i).probability; //the probability of the fake

random variable

Split R into head and tail according to the preemptionvalue;if tail != empty then

tail = tail⊗ C;end ifRintermediary = head ⊕ tail;Rintermediary = Rintermediary ⊗Afake;R = R + Rintermediary;R = sort(R)

end forR = sort(Rintermediary)

Output: R

We note that the analysis duration of a task set with 16tasks, each of its random variables having 16 values, takes inaverage 140 seconds, i.e. the highest point on the z-axis.

The analysis duration increases both with respect to thenumber of tasks per task system and with respect to the number

Page 8: Response Time Analysis for Fixed-Priority Tasks with

Fig. 3: Analysis duration of random task system

of values per random variable, indicating the exponentialcomplexity of the analysis. Nevertheless, solutions exist tomake such analysis affordable even for large task systems withparameters described by large random variables.

A solution to decreasing the probabilistic analysis durationis re-sampling, which reduces the analysis duration whileintroducing minimal pessimism [30].

In Figure 4, the diagonal of the surface from Figure 3 isrepresented by a solid line, having an exponential behaviour.The same analysis is performed with re-sampling of thepWCET to 50 values and of the pMIT to 5 values both doneafter each iteration. The improvement is shown in the samefigure, represented by the dotted line; this time the averageanalysis duration over 100 task sets each having 16 task with16 values per random variable is only 1.29 seconds, comparedto 140 seconds when no re-sampling was performed. We notethe important gain in speed when the analysis is performedwith re-sampling, even for systems that have 32 tasks andeach random variable has 32 values it takes 11 seconds toperform the analysis, indicating that it is affordable even forconsiderable larger systems. We show in the next experimentthat distributions with 5 values for pMIT bring significantincrease in precision with respect to the worst case responsetime analysis.

B. Experiment 2: Improvement with respect to existing analy-sis

The second set of experiments that we performed show theprecision that is gained by having tasks’ parameters given asrandom variables. In order to do so we randomly generatedprobabilistic task systems to which we applied our analysiswith different levels of re-sampling applied either at pWCETlevel or at pMIT level.

1) Precision gained by having a more detailed pMIT dis-tribution: To show the increase in precision brought by amore detailed pMIT distribution, we repeated three times theanalysis on the generated task system, each time varying there-sampling level of the pMIT, using 10 values, 5 values and1 value, respectively. A pMIT distribution with only one valueis in fact a worst case MIT. The pWCET distribution was notre-sampled.

Fig. 4: Analysis duration of random task systems , increasingboth the number of tasks per task system and the number ofvalues per random variable in the same time

Figure 5 shows the task Deadline Miss Probability averagedover 100 task systems of 10 tasks. We note that the determin-istic reasoning that considers one value for the MIT (and nore-sampling for pWCET) provides a DMP equal to 0.0167(left bar in Figure 5) - this is the case of the existing analysispresented in [5]. By considering a probabilistic reasoning with10 values for the pMIT we decrease by a factor of 3 theDMP. Then further increasing the number of values within thepMIT only marginally decreases the DMP and this is shownby comparing the values of DMP for 1, 5 and 10.

Nevertheless, having a 10-value pMIT does not bring muchincreased precision over a 5-value pMIT, as can also be seenin Figure 5 where their respective DMPs are almost equal. Wenote that it is not necessary to have a large pMIT distributionto have a precise analysis, depending on the system underanalysis just 5 values can be sufficient.

This increase in precision comes at a cost, namely anincrease in the analysis duration: the larger the distribution,the more time it takes to perform the analysis. In Figure 6 weshow the analysis duration of the three cases described above.The duration of the 10 values analysis is close to that of no-re-sampling, where the duration of 5 values analysis is decreased.In this case the 5 values analysis seems to be a comfortablecompromise between the duration and the gained DMP.

2) Precision gained by having a more detailed pWCETdistribution: We performed a set of experiments to show thedifference in precision when the tasks’ pWCET distributionhas 1000 values, 100 values, 10 values or only 1 value. ApWCET distribution with only one value is a deterministicWCET. The analysis was performed on the randomly generatedtask systems on which there were applied, in turn, differentlevels of re-sampling to the pWCET distribution. The pMITdistribution was not re-sampled.

In Figure 7 the difference in DMP between the four casesis depicted. Note that having 1 or 10 values in the pWCETdistribution returns a task DMP equal to 1 which means thatthe system would be deemed unfeasible. This is not necessarilytrue, as can be seen from the bar representing the case when thepWCET distribution has 100 values. In this case the averageDMP values of the analysed tasks does not surpass 0.02 which

Page 9: Response Time Analysis for Fixed-Priority Tasks with

Fig. 5: The difference in DMP when the tasks’ pMIT distribu-tion has 1, 5 and respectively 10 values. Here 1 value indicatesthat only the worst case value of the pMIT distribution isconsidered.

Fig. 6: The difference in seconds of the analysis duration whenthe tasks’ pMIT distribution has 10, 5 and respectively 1 value,i.e. only the worst case value of the pMIT distribution.

means that the systems could be feasible if they can afford a0.02 Deadline Miss Probability for their lowest priority tasks.In conclusion we decreased the DMP fifty times by analysingthe system with 100 values for the pWCET.

As in the case of re-sampling at pMIT level, the re-sampling at pWCET level also comes with an increase inthe analysis duration. Figure 8 depicts the analysis durationof the four cases described above, with the 1000 values for

Fig. 7: The difference in DMP when the tasks’ pWCETdistribution has 1000, 100, 10 and respectively 1 value, i.e.only the worst case value of the pMIT distribution.

Fig. 8: The difference in seconds of the analysis durationwhen the tasks’ pWCET distribution has 1000, 100, 10 andrespectively 1 value, i.e. only the worst case value of the pMITdistribution.

the pWCET having an exponential behavior but also beingthe distribution that has the most precision at DMP level. ForpWCET re-sampling 100 is a compromise level that allows toobtain affordable duration and important increase in DMP.

In [30] a study is performed on different re-samplingstrategies and novel re-sampling strategies are proposed thatintroduce very little pessimism. Also, by combining pWCETre-sampling and pMIT re-sampling, the analysis duration canbe decreased considerably while retaining a high level of

Page 10: Response Time Analysis for Fixed-Priority Tasks with

accuracy, regardless of the system under analysis.

VII. CONCLUSION

In this paper, we introduced for the first time a probabilisticworst case response time analysis for tasks with multipleprobabilistic parameters scheduled on one single processorunder a task-level fixed-priority preemptive scheduling policy.This model of tasks generalizes the sporadic task model.

Our worst case response time analysis provides a prob-abilistic worst case response time that is described by aprobability distribution. Our analysis is safe as we prove thatthe critical instant of a task occurs whenever the task isreleased simultanously with its higher priority tasks.

We provide experimental evaluation for our analysis andwe compare it against existing results. We show that for aaffordable duration analysis we decrease the Deadline MissProbability by important factor.

This research provides a basis for the proposing of optimalfixed-priority scheduling algorithms for system with proba-bilistic worst case execution times and probabilistic minimuminter-arrival times.

ACKNOWLEDGMENTS

The authors thank Robert Davis (University of York) forhelping on an earlier version of this paper. The authors alsothank the anonymous reviewers for their useful comments.

REFERENCES

[1] L. Cucu-Grosjean, L. Santinelli, M. Houston, C. Lo, T. Vardanega,L. Kosmidis, J. Abella, E. Mezzeti, E. Quinones, and F. Cazorla,“Measurement-based probabilistic timing analysis for multi-path pro-grams,” in the 24th Euromicro Conference on Real-Time Systems(ECRTS), pp. 91–101, 2012.

[2] S. Edgar and A. Burns, “Statistical analysis of WCET for scheduling,”in the 22nd IEEE International Real-Time Systems Symposium (RTSS),pp. 215–224, 2001.

[3] A. 653, “An avionics standard for safe, partitioned systels,” in WindRiver Systems/IEEE Seminar, 2008.

[4] D. Buttle, “Real-time in the prime-time,” in Keynote talk at the 24thEuromicro Conference on Real-Time Systems (ECRTS), 2012.

[5] J. L. Dıaz, D. F. Garcıa, K. Kim, C.-G. Lee, L. Lo Bello, J. M. Lopez,S. L. Min, and O. Mirabella, “Stochastic analysis of periodic real-time systems,” in the 23rd IEEE Real-Time Systems Symposium (RTSS),pp. 289–300, 2002.

[6] M. K. Gardner and J. W. Liu, “Analyzing stochastic fixed-priority real-time systems,” in 5th International Conference on Tools and Algorithmsfor the Construction and Analysis of Systems, pp. 44–58, Springer, 1999.

[7] A. Atlas and A. Bestavros, “Statistical rate monotonic scheduling,” inthe 19th IEEE Real-Time Systems Symposium (RTSS), pp. 123–132,1998.

[8] T.-S. Tia, Z. Deng, M. Shankar, M. Storch, J. Sun, L.-C. Wu, andJ.-S. Liu, “Probabilistic performance guarantee for real-time taskswith varying computation times,” in IEEE Real-Time and EmbeddedTechnology and Applications Symposium (ETFA), pp. 164–173, 1995.

[9] D. Maxim, O. Buffet, L. Santinelli, L. Cucu-Grosjean, and R. I. Davis,“Optimal priority assignments for probabilistic real-time systems,” inthe 19th International Conference on Real-Time and Network Systems(RTNS), pp. 129–138, 2011.

[10] L. Cucu-Grosjean, “Independence - a misunderstood property of andfor (probabilistic) real-time systems,” in ”Real-Time Systems: the past,the present, and the future” conference organized in celebration of Pro-fessor Alan Burns sixtieth birthday, March 14th, 2013.

[11] L. Abeni and G. Buttazzo, “QoS guarantee using probabilistic dead-lines,” in the 11th Euromicro Conference on Real-Time Systems(ECRTS), pp. 242–249, 1999.

[12] L. Cucu and E. Tovar, “A framework for the response time analysis offixed-priority tasks with stochastic inter-arrival times,” SIGBED Review,vol. 3, no. 1, pp. 7–12, 2006.

[13] G. A. Kaczynski, L. Lo Bello, and T. Nolte, “Deriving exact stochasticresponse times of periodic tasks in hybrid priority-driven soft real-time systems,” in the 12th IEEE International Conference on EmergingTechnologies and Factory Automation (ETFA), pp. 101–110, 2007.

[14] J. P. Lehoczky, “Real-time queueing theory,” in the 17th of the IEEEReal-Time Systems Symposium (RTSS), pp. 186–195, 1996.

[15] L. Abeni, N. Manica, and L. Palopoli, “Efficient and robust probabilisticguarantees for real-time tasks,” Journal of Systems and Software,vol. 85, no. 5, pp. 1147–1156, 2012.

[16] N. T. Moyo, E. Nicollet, F. Lafaye, and C. Moy, “On schedulabilityanalysis of non-cyclic generalized multiframe tasks,” in the 22ndEuromicro Conference on Real-Time Systems (ECRTS), pp. 271–278,2010.

[17] S. Baruah, D. Chen, S. Gorinsky, and A. Mok, “Generalized multiframetasks,” Real-Time Systems, vol. 17, no. 1, pp. 5–22, 1999.

[18] V. Berten and J. Goossens, “Sufficient ftp schedulability test for thenon-cyclic generalized multiframe task model,” in Nathan Fisher, editor,WiP Session of the 32nd IEEE Real-Time Systems Symposium (RTSS),2011.

[19] J. Hansen, S. A. Hissam, and G. A. Moreno, “Statistical-based WCETestimation and validation,” in 9th International Workshop on Worst-Case Execution Time (WCET) Analysis, 2009.

[20] F. Dewan and N. Fisher, “Efficient admission control for enforcingarbitrary real-time demand-curve interfaces,” in the 33rd IEEE Real-Time Systems Symposium (RTSS), pp. 127–136, 2012.

[21] M. Neukirchner, T. Michaels, P. Axer, S. Quinton, and R. Ernst,“Monitoring arbitrary activation patterns in real-time systems,” in the33rd IEEE Real-Time Systems Symposium (RTSS), pp. 293–302, 2012.

[22] C. Maxim, A. Gogonel, D. Maxim, and L. Cucu-Grosjean, “Esti-mation of probabilistic minimum inter-arrival times using extremevalue theory,” in Junior Researcher Workshop on Real-Time Computing(JRWRTC) in conjunction with the 20th International Conference onReal-Time and Network Systems (RTNS), 2012.

[23] J. M. Lopez, J. L. Dıaz, J. Entrialgo, and D. Garcıa, “Stochastic analysisof real-time systems under preemptive priority-driven scheduling,” Real-Time Systems, vol. 40, no. 2, pp. 180–207, 2008.

[24] A. K.-L. Mok, Fundamental Design Problems of Distributed Systems forthe Hard-Real-Time Environment. PhD thesis, Laboratory for ComputerScience, Massachusetts Institute of Technology, 1983.

[25] L. Palopoli, D. Fontanelli, N. Manica, and L. Abeni, “An analyticalbound for probabilistic deadlines,” in Real-Time Systems (ECRTS), 201224th Euromicro Conference on, pp. 179–188, 2012.

[26] M. Stigge and W. Yi, “Hardness results for static priority real-timescheduling,” in the 24th Euromicro Conference on Real-Time Systems(ECRTS), pp. 189–198, 2012.

[27] M. Joseph and P. K. Pandya, “Finding response times in a real-timesystem,” The Computer Journal, vol. 29, no. 5, pp. 390–395, 1986.

[28] C. L. Liu and J. W. Layland, “Scheduling algorithms for multiprogram-ming in a hard-real-time environment,” Journal of the ACM (JACM),vol. 20, no. 1, pp. 46–61, 1973.

[29] L. Cucu-Grosjean, “Probabilistic real-time schedulability analysis: fromuniprocessor to multiprocessor when the execution times are uncertain,”RR-INRIA, 2009.

[30] D. Maxim, M. Houston, L. Santinelli, G. Bernat, R. I. Davis, andL. Cucu-Grosjean, “Re-sampling for statistical timing analysis of real-time systems,” in the 20th International Conference on Real-Time andNetwork Systems, pp. 111–120, ACM, 2012.

[31] B. Efron and R. J. Tibshirani, “An introduction to the bootstrap,”Chapman & Hall/CRC Monographs on Statistics & Applied Probability,1994.

[32] I. Broster and A. Burns, “Applying random arrival models to fixedpriority analysis,” in the WiP session of the 25th IEEE Real-TimeSystems Symposium (RTSS), 2004.

Page 11: Response Time Analysis for Fixed-Priority Tasks with

APPENDIX ADIFFERENCES BETWEEN TWO MODELS OF PROBABILISTIC

ARRIVALS

In this section, we present the differences between twomodels of probabilistic arrivals that co-exist in the real-timeliterature: one associating probabilities to the possible valuesof the inter-arrival times and a second model associatingprobabilities to the number of arrivals within a time interval.We recall the first model in Section A-A and in Section A-Bwe present the second model. In Section A-C we provide acomparison of the two models.

A. Real-time systems with probabilistic MITOur paper uses the first model, that has been introduced in

papers like [11], [14].Within this model, for a task τi the pMIT Ti is defined by

a distribution as follows:

Ti =

(T 0 = Tmin T 1 · · · T k = Tmax

fTi(Tmin) fTi(T

1) · · · fTi(Tmax)

)

For instance τ1 has a pMIT T1 =

(5 10

0.3 0.7

)indicating

that the MIT of τ1 is equal to 5 with a probability of 0.3 andto 10 with a probability of 0.7 .

B. Real-time systems with probabilistic number of arrivalsThis model has been used in papers like [13], [32].Within this model, for a task τ∗i the number of possible

arrivals Ni within a time interval of length t∆ is defined by adistribution as follows:

Ni =

(N0 = Nmin N1 · · · Nk = Nmax

fNi(Nmin) fNi(N

1) · · · fNi(Nmax)

)

For instance if N1 =

(1 2 4

0.4 0.3 0.3

)for t∆ = 12,

then the task τ∗1 has at most 4 arrivals from t = 0 to t = 12.

C. Comparing the two modelsWe present here the main difference between the two

models from Section A-A and Section A-B.We consider here the tasks defined in Sections A-B and

A-A. For those tasks only the parameters related to the arrivalof the tasks are relevant to our discussion.

The first model provides information to a schedulabilityanalysis, information that the second model does notprovide• Probabilistic MIT: The task τ1 has at most two

arrivals before t = 7 (with a probability 0.3).• Probabilistic number of arrivals: It is not possible to

estimate how many times τ∗1 was released from 0 to 7.Different situations are possible like those describedin Figure 9.

The first model can also provide the information thatthe second model provides to a schedulability analysis• Probabilistic MIT: From t = 0 to t = 12 there are

three scenarios of arrivals for task τ1:

Fig. 9: The arrivals defined using the number of arrivals maycorrespond to these situations

◦ 3 arrivals at t = 0, t = 5 and t = 10 with aprobability of 0.21;

◦ 2 arrivals at t = 0 and t = 5 with a probabilityof 0.09;

◦ 2 arrivals at t = 0 and t = 10 with aprobability of 0.7.

Thus, from t = 0 to t = 12 the possible number of

arrivals of τ1 is described by(

2 30.79 0.21

).

• Probabilistic number of arrivals: from t = 0 to t =12 the number of arrivals of τ∗1N1 =

(1 2 4

0.4 0.3 0.3

)is provided by the model.

APPENDIX BRE-SAMPLING

We present here a summary of the notion of real-time re-sampling of execution time distributions that is used in SectionV in order to better understand the mechanism. We note that re-sampling of minimum inter-arrival time distribution is similarto re-sampling of pWCET distributions with the exception thatprobability mass is transferred from larger values to smallervalues.

Definition 11 (Re-sampling of pWCET distributions). LetCi be a distribution with n values representing the probabilisticexecution times of a task τi. The process of re-sampling tok values or k-re-sampling consists of reducing the initialdistribution Ci from n values to k values.

A re-sampling technique has two sequential steps, namely:1) Selecting the k samples to be kept in the reduced

distribution. The number of samples to be kept, k, comesfrom a trade-off of complexity versus accuracy that we wantto achieve. A constraint while choosing the k samples to bekept is that the largest value has to remain in the re-sampleddistribution in order to ensure the real-time analysis.

2) Re-distribution of the probabilities from the valuesthat are not kept. In order to have a pessimistic re-sampleddistribution, and hence a safe probabilistic analysis, there areno alternatives other than accumulating from-left-to-right. Thismeans that the probabilities of a subset of samples have to beadded to the probability of a larger value.

Example 2. To better understand how re-sampling works wepresent an example. We consider a task with execution timegiven by a random variable with 10 values. Without loss of

Page 12: Response Time Analysis for Fixed-Priority Tasks with

(a) Original distribution C

(b) Re-sampled distribution C’

Fig. 10: Re-sampling a probabilistic worst case execution timedistribution from 10 values to 4 values.

generality we consider these ten values as the integer numbersfrom 1 to 10. The probabilities of these values are as follows:

C =(

1 2 3 4 5 6 7 8 9 100.05 0.04 0.2 0.05 0.22 0.05 0.3 0.04 0.04 0.01

),

as depicted in Figure 10a.The objective is to reduce this random variable to only

k = 4 values instead of 10 in order to ease the convolutionand hence the real-time analysis.

For example, if the values 3, 5, 7 and 10 arekept, then the re-sampled distribution will be

C′ =

(3 5 7 10

0.29 0.27 0.35 0.09

)which is represented in

Figure 10b.