Top Banner
1 Model Checking Durational Probabilistic Systems Jeremy Sproston Università di Torino Joint work with François Laroussinie LSV, ENS de Cachan & CNRS UMR 8643 Institut d’Informatique, FUNDP, Namur 30/5/2005
39

Model Checking Durational Probabilistic Systems

Jan 13, 2016

Download

Documents

j_ess

Model Checking Durational Probabilistic Systems. Jeremy Sproston Università di Torino Joint work with François Laroussinie LSV, ENS de Cachan & CNRS UMR 8643 Institut d’Informatique, FUNDP, Namur 30/5/2005. Verifying probabilistic timed systems. Real-time systems : - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Model Checking Durational Probabilistic Systems

1

Model Checking Durational Probabilistic

Systems

Jeremy Sproston Università di Torino

Joint work with François LaroussinieLSV, ENS de Cachan & CNRS UMR 8643

Institut d’Informatique, FUNDP, Namur30/5/2005

Page 2: Model Checking Durational Probabilistic Systems

2

Verifying probabilistic timed systems

• Real-time systems: – Quantitative information along paths– E.g. time-out occurs 30ms after a request

• Probabilistic systems: – Quantitative information between paths– E.g. the packet is lost with probability 0.01

• In some systems, timing and probabilistic behaviour co-exist– Multimedia equipment, communication protocols, fault-

tolerant systems

Page 3: Model Checking Durational Probabilistic Systems

3

Verifying probabilistic timed systems

• Aim: verify probabilistic timed systems– Properties: a request is followed by a response within 5ms

with probability 0.99 or greater (soft deadlines)

• System description formalism: – Durational probabilistic systems

• Property description formalism: – PTCTL (Probabilistic Timed CTL)– E.g.: request P0.99(true U5 response)

• Model checking– Focus on complexity issues

Page 4: Model Checking Durational Probabilistic Systems

4

Context

• Hansson and Jonsson [FACS94]:– Fully probabilistic systems– State-to-state transition corresponds to 1 time unit– Probabilistic timed temporal logic

• De Alfaro [STACS97]:– Probabilistic-nondeterministic systems– State-to-state transition corresponds to 0 or 1 time units– Probabilistic timed temporal logic

• Other work: – De Alfaro [CONCUR98, PhD thesis]– Andova et al. [FORMATS2003]– Kwiatkowska et al. [TCS2002] (PTCTL, probabilistic timed

automata)– Baier et al. [IEEE TSE2003]

Page 5: Model Checking Durational Probabilistic Systems

5

Fully probabilistic systems

• Fully probabilistic system: FPS = (S,sinit,P,lab)– S is a set of states with initial state sinit

– P: S x S [0,1] is a probabilistic transition matrix such that s’ P(s,s’)=1 for all s

– lab: S 2AP is a state labelling function

State-to-state transition:probabilistic choice of target state according to the probability distribution over the state’soutgoing transitions.

s2

s0

s3

s1

1

1

0.01

0.01

0.98

1

idletry

fail

succ

Page 6: Model Checking Durational Probabilistic Systems

6

Markov decision processes

• Markov decision process: MDP = (S,sinit,,lab): – S is a set of states with the initial state sinit S x Dist(S) is a probabilistic transition relation

(elements are (s, ), for state s and distribution over states)

– lab: S 2AP is a state labelling function

State-to-state transition:1. Nondeterministic choiceover the outgoing probabilitydistributions of the source state2. Probabilistic choice of target state according to the distribution chosen in step 1.

s2

s0

s3

s1

1

1

1

0.02

0.98

1

idletry

fail

succ

Page 7: Model Checking Durational Probabilistic Systems

7

Markov decision processes

• The coexistence of nondeterministic and probabilistic choice means that there may be no unique probability of certain behaviours

• For example, we obtain the minimum and maximum probabilities of reaching a set of states

State-to-state transition:1. Nondeterministic choiceover the outgoing probabilitydistributions of the source state2. Probabilistic choice of target state according to the distribution chosen in step 1.

s2

s0

s3

s1

1

1

1

0.02

0.98

1

idletry

fail

succ

Page 8: Model Checking Durational Probabilistic Systems

8

Probabilistic CTL

• Extend classical logics for model checking to reason about probabilistic behaviour

• Probabilistic CTL (PCTL)– FPSs: Hansson and Jonsson [FAC94]– MDPs: Bianco and de Alfaro [FSTTCS95]– CTL with universal/existential path quantifiers

replaced by a probabilistic path quantifier– This quantifier compares probability of exhibiting

particular set of behaviours with a probability threshold

Page 9: Model Checking Durational Probabilistic Systems

9

Probabilistic CTL

• For example: – CTL: (safe U completed)

• For all paths, the system will be safe until it has completed a task

– PCTL on fully prob. systems: P 0.9(safe U completed)• With probability 0.9 or greater, the system will be safe

until it has completed a task

– PCTL on Markov decision proc.s: P 0.9(safe U completed)

• For all ways of resolving nondeterministic choice, then with probability 0.9 or greater, the system will be safe until it has completed a task

Page 10: Model Checking Durational Probabilistic Systems

10

PCTL model checking

• For finite-state FPSs/MDPs, by induction on structure of formula, as for CTL

• “Quantitative Until” (arbitrary probability), solve – Recursive linear equation (FPSs) [HJ94,CY95]– Linear optimisation problem (MDPs) [BdA95]– Polynomial time algorithms– In practice: typically iterative solution methods

• “Qualitative Until” (probability 1, 0): proceed by graph traversal [Vardi85]

Page 11: Model Checking Durational Probabilistic Systems

11

Modelling (discrete) time

• If state-to-state transitions take 0 or 1 time units, how to model a time-out of 100 time units?

• Blow-up in the state space is proportional to the timing constraints of the system

100 transitions

Page 12: Model Checking Durational Probabilistic Systems

12

Modelling (discrete) time

• If timing constraints are represented in binary, the size of the state space is exponential in the size of timing constraints

• Can we avoid this? – Precedent for non-probabilistic timed systems: polynomial-

time model checking for some timed temporal logic formulae (Laroussinie-Markey-Schnoebelen [FOSSACS2002])

• Aim: model checking algorithm for probabilistic timed systems which is polynomial in the size of the system

Page 13: Model Checking Durational Probabilistic Systems

13

Durational probabilistic systems

New idea

Draftwritten

Draftwritten

Sub-mission

Sub-mission

Notif.accept

Notif.reject

Reviseddraft

Publi-cation

Finalversion

Page 14: Model Checking Durational Probabilistic Systems

14

Durational probabilistic systems

New idea

Draftwritten

Draftwritten

Sub-mission

Sub-mission

Notif.accept

Notif.reject

Reviseddraft

Publi-cation

Finalversion

[31,60]

[7,30][0,30]

[0,60] [25,50]

[25,50]

[0,100][50,110]

[10,28]

[2,10]

[0,30]

[25,50]

[25,50]

Page 15: Model Checking Durational Probabilistic Systems

15

Durational probabilistic systems

New idea

Draftwritten

Draftwritten

Sub-mission

Sub-mission

Notif.accept

Notif.reject

Reviseddraft

Publi-cation

Finalversion

[31,60]

[7,30][0,30]

[0,60] [25,50]

[25,50]

[0,100][50,110]

[10,28]

[2,10]

[0,30]

0.3

0.7

0.5

0.5

Page 16: Model Checking Durational Probabilistic Systems

16

Durational probabilistic systems (DPS)

• Durational probabilistic system (Q,qinit,D,L)– Q - finite set of states– qinit – initial state– D Q x I x Dist(Q) – transition relation with

duration and probabilistic branching– L: Q 2AP – labelling function

• I is the set of finite intervals [n,m] (n,mnaturals)• Dist(Q) is the set of probability distributions over Q• AP is the set of atomic propositions

Page 17: Model Checking Durational Probabilistic Systems

17

Semantics of DPSs

• Transition of a DPS: (q,[n,m],) D– From state q, let d time units elapse (where d [n,m]),

then select the next state probabilistically using the distribution

• Semantics of DPSs: timed Markov decision processes (S,sinit,,lab)– S – finite state space, with initial state sinit S x Naturals x Dist(S) (e.g. (s,d,))– lab: S 2AP

• Assume that in every loop in the graph of the DPS, at least 1 time unit must elapse

Page 18: Model Checking Durational Probabilistic Systems

18

Semantics of DPSs

• Jump semantics: a transition takes exactly d time units, and there are no intermediate states

Sub-mission

Notif.accept

Notif.reject

[1,3]

q3

0.5

0.5

q1

q2

Sub-mission

Notif.accept

Notif.reject

(1)

q3

0.5

0.5

q1

q2

0.5

0.5

0.5

0.5

DPS Jump semantics

(2)

(3)

Page 19: Model Checking Durational Probabilistic Systems

19

Semantics of DPSs

• Continuous semantics: represent intermediate states explicitly; transitions have duration 1 (or 0)

Sub-mission

Notif.accept

Notif.reject

[1,3]

q3

0.5

0.5

q1

q2

(1)(q3,0)(q1,2)

(q2,0)

DPS

Continuous semantics

(1)

(q1,1)

(1)

(q1,0)

(1)

(1)

0.5

0.5

0.5

0.5

0.5

0.5

Page 20: Model Checking Durational Probabilistic Systems

20

Semantics of DPSs

• Consider the jump semantics of a DPS– The number of states of the jump semantics =

number of states of the DPS– The number of transitions of the jump semantics is

exponential in the (binary) encoding of the timing constraints

• Consider the continuous semantics of a DPS– The number of states and transitions of the

continuous semantics is exponential in the (binary) encoding of the timing constraints

Page 21: Model Checking Durational Probabilistic Systems

21

PTCTL

• Probabilistic Timed CTL: a probabilistic and timed extension of CTL– Based on PCTL and TCTL (Emerson et al. [Real-Time

Systems92], Alur-Courcoubetis-Dill [I&C93])

• Includes P#(1 Uc 2)– Probabilistically quantified, timed until operator– Where #{<,,,>}, [0,1], {<,,=,,>}, c is a

natural, and 1, and 2 are PTCTL formulae

Page 22: Model Checking Durational Probabilistic Systems

22

PTCTL

Example of the probabilistic timed until operator:

• P(1 Uc 2) – the probability of reaching a 2-state via 1-states before c time units have elapsed is at least

• Probability must be at least no matter how the nondeterministic choice of the DPS is resolved

• A request is followed by a response within 5ms with probability 0.99 or greater

request P0.99(true U5 response)

Page 23: Model Checking Durational Probabilistic Systems

23

Model checking DPSs

• First attempt: define the jump/continuous semantic TMDP of a DPS, and model check it

• Require PTCTL model-checking algorithm for TMDPs

• E.g. for P(1 Uc 2): for each state, want to compute the minimal probability of 1 Uc 2 – For each state, compute f(s,i), the minimal

probability of 1 Ui 2 for all ic

– Linear optimisation problem:

f(s,i) := min(s,d,) s’ S (s’) . f(s’,i-d)

Page 24: Model Checking Durational Probabilistic Systems

24

Model checking DPSs

• Repeat similar idea for all PTCTL operators• Model checking the PTCTL formula for

the TMDP M=(S,sinit, ,lab) runs in time

O(|| . ((|S| . || . cmax) + poly(|M|)))

where cmax is the largest timing constraint used in the formula

Page 25: Model Checking Durational Probabilistic Systems

25

Model checking DPSs

• Now model check the jump/continuous semantic TMDP of the DPS?

• Jump semantics: || is exponential in the size of the timing bounds used in the DPS

• Continuous semantics: |S| and || are exponential in the size of the timing bounds used in the DPS

• But we can obtain solutions which are independent of the magnitude of the DPS’s timing constraints for the fragment of PTCTL in which time-subscripts using =c are disallowed (PTCTL[,])

Page 26: Model Checking Durational Probabilistic Systems

26

Model checking DPSs

• Solution for the jump semantics:– Represent the TMDP transitions for the left-

and right-endpoints of timing intervals only– This is sufficient for verifying PTCTL (either

go “as fast as possible” or “as slow as possible”)

Sub-mission

Notif.accept

Notif.reject

[1,300]

q3

0.5

0.5

q1

q2 (1)

q3

0.5

0.5

q1

q2

DPSJump semantics

(300)

0.5

0.5

Page 27: Model Checking Durational Probabilistic Systems

27

Model checking DPSs

• Solution for the continuous semantics:– Consider P(1 Uc 2)– Partition the state space according to the

following general principles:• States are distinguished on whether they satisfy

1 or not; similarly with 2

• States are distinguished on whether a particular DPS transition can be taken or not

– The number of classes in the resulting partition is polynomial in the size of the DPS and the size of P(1 Uc 2)

Page 28: Model Checking Durational Probabilistic Systems

28

Model checking DPSs

• Solution for the continuous semantics (continued):– Construct a TMDP from the partition

• States = classes of the partition• Transitions: derived from the DPS

– The TMDP suffices for model checking PTCTL against the continuous semantics

Page 29: Model Checking Durational Probabilistic Systems

29

Model checking DPSs

• Model checking the PTCTL formula for DPS = (Q,qinit,D,L) runs in time:

– Jump semanticsO(|| . ((|Q| . |D| . cmax) + poly(|DPS|)))

– Continuous semantics:O((||3 . |D|3 . cmax) + poly(|| . |D| . |DPS|)))

Page 30: Model Checking Durational Probabilistic Systems

30

Model checking DPSs

• Considered model checking of DPSs against PTCTL[,] formulae– Polynomial time in the size of the DPS, but

exponential in the size of the timing constraints of the formula

• Can we do any better?– What are the lower bounds on the

complexity of model checking PTCTL[,]?

Page 31: Model Checking Durational Probabilistic Systems

31

NP-hardness of P(Fc p)

• Consider P(Fc p)– p is an atomic proposition– (Fc p) is an abbreviation for (true Uc p)

• K-th largest subset problem (NP-hard problem):– Finite set A = {a1, …, an} of natural numbers– Two integers K and B– Problem: do there exist at least K distinct subsets A’

A such that:

aA’ a B

Page 32: Model Checking Durational Probabilistic Systems

32

NP-hardness of P(Fc p)

• The only state labelled by p is qn• Let =K/2n

• Then q0 satisfies P (FB p) if and only if the instance of K-th largest subset is positive

q0 q2q1 qnqn-1…

[a1,a1]

[0,0]

[a2,a2] [an,an]

[0,0] [0,0]

0.5

0.5 0.5 0.5

0.5 0.5

• Consider an instance of the K-th largest subset problem, with {a1, …, an}, K and B

• Consider the following DPS

Page 33: Model Checking Durational Probabilistic Systems

33

Complexity overview

Fully prob. DPS Jump Continuous

DPS Jump Continuous

PTCTL0/1[,]

P-complete P-complete P-hardin PSPACE

P-hardin EXPTIME

PTCTL0/1 2p-complete PSPACE-

completePSPACE-hardin EXPTIME

PSPACE-hardin EXPTIME

PTCTL [,] NP-hard and coNP-hardin EXPTIME

PTCTL 2p-hard

in EXPTIME

PSPACE-hardin EXPTIME

PSPACE-hardin EXPTIME

PSPACE-hardin EXPTIME

• PTCTL0/1: fragment of PTCTL with probability bounds 0 or 1 only• Fully probabilistic DPS: with no nondeterministic choice• Results in blue have a polynomial time algorithm in the size of

the DPS

Page 34: Model Checking Durational Probabilistic Systems

34

Conclusions

• Obtained an algorithm running in polynomial time in the description of the DPS for PTCTL [,]

• General picture of complexity results needs to be completed

• Not considered in this talk: average-time-to-reach operator– Solution combines jump/continuous semantics

constructions with the polynomial average-to-time-reach algorithm of de Alfaro [CONCUR98, PhD thesis])

• Applications to related models in continuous time: – Probabilistic timed automata– Continuous-time Markov decision processes

Page 35: Model Checking Durational Probabilistic Systems

35

PCTL model checking of FPSs

• Obtaining the characteristic set Sat(.):

– Sat( P (1 U 2) ) = {s S | xs }

where xs for all s S, are obtained from the recursive linear equation

0 if s Sno xs = 1 if s Syes

s’ S P(s,s’) . xs’ if s S\(Sno Syes)

and

Syes – states that satisfy 1 U 2 with probability exactly 1

Sno - states that satisfy 1 U 2 with probability exactly 0

Page 36: Model Checking Durational Probabilistic Systems

36

PCTL model checking of MDPs

• The linear equation generalises to linear optimisation problems solvable iteratively, e.g.

– Sat( P (1 U 2) ) = {s S | xs }

0 if s Sno xs = 1 if s Syes

min Steps(s) s’ S (s’) . xs’ if s S\(Sno

Syes)

and Syes – states that satisfy 1 U 2 with min. prob. exactly 1

Sno - states that satisfy 1 U 2 with min. prob. exactly 0

Page 37: Model Checking Durational Probabilistic Systems

37

PCTL model checking of MDPs

• The linear equation generalises to linear optimisation problems solvable iteratively, e.g.

– Sat( P (1 U 2) ) = {s S | xs }

0 if s Sno xs = 1 if s Syes

max Steps(s) s’ S (s’) . xs’ if s S\(Sno

Syes)

and Syes – states that satisfy 1 U 2 with max. prob. exactly 1

Sno - states that satisfy 1 U 2 with max. prob. exactly 0

Page 38: Model Checking Durational Probabilistic Systems

38

PCTL model checking of MDPs

• The linear equation generalises to linear optimisation problems solvable iteratively, e.g.

– Sat( P (1 U 2) ) = {s S | xs }

0 if s Sno xs = 1 if s Syes

max Steps(s) s’ S (s’) . xs’ if s S\(Sno

Syes)

• Cases for <, > follow similarly

Page 39: Model Checking Durational Probabilistic Systems

39

PTCTL

• Atomic propositions (New idea, Submission etc.)• Boolean connectives• P#(X ) – probabilistically quantified next operator• P#(1 Uc 2) – probabilistically quantified, timed until

operator• D#() – average-time-to-reach operator

where #{<,,,>}, [0,1], {<,,=,,>}, c is a natural, is a non-negative real, and , 1, and 2 are PTCTL formulae

• Probabilistic quantifiers: Hansson and Jonsson 1994, Bianco and de Alfaro 1995

• Average-time-to-reach operator: de Alfaro 1997