Probabilistic verification and approximation schemes

Similar documents
A Bounded Statistical Approach for Model Checking of Unbounded Until Properties

Concept of Statistical Model Checking. Presented By: Diana EL RABIH

Approximate Counting and Markov Chain Monte Carlo

Probabilistic model checking with PRISM

State Explosion in Almost-Sure Probabilistic Reachability

Some approximations in Model Checking and Testing

Temporal logics and model checking for fairly correct systems

Chapter 4: Computation tree logic

Verifying Randomized Distributed Algorithms with PRISM

PRISM An overview. automatic verification of systems with stochastic behaviour e.g. due to unreliability, uncertainty, randomisation,

Counterexamples in Probabilistic LTL Model Checking for Markov Chains

SFM-11:CONNECT Summer School, Bertinoro, June 2011

Numerical vs. Statistical Probabilistic Model Checking: An Empirical Study

Model Counting for Logical Theories

Model checking the basic modalities of CTL with Description Logic

Probabilistic Model Checking and Strategy Synthesis for Robot Navigation

State-Space Exploration. Stavros Tripakis University of California, Berkeley

The State Explosion Problem

Alan Bundy. Automated Reasoning LTL Model Checking

Model Checking. Temporal Logic. Fifth International Symposium in Programming, volume. of concurrent systems in CESAR. In Proceedings of the

Randomness for Free. 1 Introduction. Krishnendu Chatterjee 1, Laurent Doyen 2, Hugo Gimbert 3, and Thomas A. Henzinger 1

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Formal Verification Techniques. Riccardo Sisto, Politecnico di Torino

Constrained Counting and Sampling Bridging Theory and Practice

Models for Efficient Timed Verification

Lecture 13 March 7, 2017

A Markov Reward Model for Software Reliability

A note on the attractor-property of infinite-state Markov chains

Intelligent Systems (AI-2)

A Survey of Partial-Observation Stochastic Parity Games

An Introduction to Temporal Logics

Quantitative Safety Analysis of Non-Deterministic System Architectures

Introduction to Advanced Results

Abstractions and Decision Procedures for Effective Software Model Checking

A Brief Introduction to Model Checking

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

PRISM: Probabilistic Model Checking for Performance and Reliability Analysis

Markov Decision Processes with Multiple Long-run Average Objectives

Automata-based Verification - III

A brief history of model checking. Ken McMillan Cadence Berkeley Labs

Formal Verification via MCMAS & PRISM

Not all counting problems are efficiently approximable. We open with a simple example.

New Complexity Results for Some Linear Counting Problems Using Minimal Solutions to Linear Diophantine Equations

Quantitative Verification: Models, Techniques and Tools

Bridging the Gap between Reactive Synthesis and Supervisory Control

INFAMY: An Infinite-State Markov Model Checker

Compositional Reasoning

The Tutte polynomial: sign and approximability

Temporal logics and explicit-state model checking. Pierre Wolper Université de Liège

Model Checking: the Interval Way

Binary Decision Diagrams and Symbolic Model Checking

Model Checking. Boris Feigin March 9, University College London


Polynomial-time counting and sampling of two-rowed contingency tables

Symmetry Reduction for Probabilistic Model Checking

Overview. Discrete Event Systems Verification of Finite Automata. What can finite automata be used for? What can finite automata be used for?

LTL Control in Uncertain Environments with Probabilistic Satisfaction Guarantees

On Model Checking Techniques for Randomized Distributed Systems. Christel Baier Technische Universität Dresden

An Introduction to Randomized algorithms

Limiting Behavior of Markov Chains with Eager Attractors

Semi-Automatic Distributed Synthesis

Stochastic Games with Time The value Min strategies Max strategies Determinacy Finite-state games Cont.-time Markov chains

Reduced Ordered Binary Decision Diagrams

Lecture 2: Symbolic Model Checking With SAT

Lecture 11 October 7, 2013

ADVANCED ROBOTICS. PLAN REPRESENTATION Generalized Stochastic Petri nets and Markov Decision Processes

A Tutorial on Computational Learning Theory Presented at Genetic Programming 1997 Stanford University, July 1997

The Parameterized Complexity of Approximate Inference in Bayesian Networks

Logic in Automatic Verification

Model Checking: An Introduction

The algorithmic analysis of hybrid system

Automata-based Verification - III

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Alternating nonzero automata

Stochastic Model Checking

Symbolic Model Checking with ROBDDs

Topic: Sampling, Medians of Means method and DNF counting Date: October 6, 2004 Scribe: Florin Oprea

Decision Procedures for CTL

The Monte Carlo Method

Notes for Lecture 2. Statement of the PCP Theorem and Constraint Satisfaction

Comp487/587 - Boolean Formulas

Modelling and Analysis (and towards Synthesis)

Compositional Verification of Probabilistic Systems using Learning

Polynomial-Time Verification of PCTL Properties of MDPs with Convex Uncertainties and its Application to Cyber-Physical Systems

Computational Complexity of Bayesian Networks

Counterexamples for Robotic Planning Explained in Structured Language

Numerical vs. Statistical Probabilistic Model Checking

The complexity of approximate counting Part 1

Computational Complexity of Inference

Probabilistic Model Checking (1)

Efficient Model Checking of Safety Properties

Reduced Ordered Binary Decision Diagrams

Unbounded, Fully Symbolic Model Checking of Timed Automata using Boolean Methods

Motion Planning for LTL Specifications: A Satisfiability Modulo Convex Optimization Approach

Serge Haddad Mathieu Sassolas. Verification on Interrupt Timed Automata. Research Report LSV-09-16

Probabilistic Model Checking for Biochemical Reaction Systems

Temporal Logic. Stavros Tripakis University of California, Berkeley. We have designed a system. We want to check that it is correct.

Monitoring Distributed Controllers

Taming Past LTL and Flat Counter Systems

Counting Quantifiers, Subset Surjective Functions, and Counting CSPs

Transcription:

Probabilistic verification and approximation schemes Richard Lassaigne Equipe de Logique mathématique, CNRS-Université Paris 7 Joint work with Sylvain Peyronnet (LRDE/EPITA & Equipe de Logique)

Plan 1 Motivation Probabilistic verification Randomised approximation schemes Approximate Probabilistic Model Checker Conclusion

Motivation 2 Efficient approximations of logical satisfiability : Model M = ε Property 1st case (difficult) : Model = Automaton A Property = a word w ε L(A) Property testing (E. Fisher, F. Magniez and M. de Rougemont) 2st case (easy) : Model = Probabilistic transition system Property = the probability measure of... equals ε p Randomised Approximation Scheme (this talk)

Model Checking 3 SYSTEM (succinct representation) MODEL YES MODEL CHECKER PROPERTY FORMULA NO + COUNTEREXAMPLE Input : Model M = (S, R) R S 2 (transition relation) Initial state s 0 Formula ϕ Output : YES if (M, s 0 ) = ϕ NO with a counterexample if (M, s 0 ) = ϕ

Model Checking : Logic and Complexity 4 Complexity O( M. ϕ ) (Branching Time Temporal Logic CTL) or O( M.2 ϕ ) (Linear Time Temporal Logic LTL) Problem : State space explosion phenomenon (the problem is not the time but the space) Classical methods : Symbolic representation (OBDD) SAT-based methods (Bounded moded checking) Abstraction

Probabilistic verification 5 Probabilistic Transition Systems Input : Model M = (S, π, L) and initial state s 0 π : S 2 [0, 1] Probability function L : S 2 AP (state labelling) Formula ψ (LTL) 1 s3 success 0.01 0.98 initial state s0 1 s1 transmission 0.01 s2 error 1 Output : Prob Ω [ψ] where (for example) ψ transmissionusuccess (Ω probabilistic space of execution paths starting at s 0 )

Probabilistic verification 6 Probability space (and measure) : Finite paths ρ = (s 0, s 1,...,s n ) : Prob({σ/σ is a path and (s 0, s 1,...,s n ) is a prefix of σ}) = n P(s i 1, s i ) i=1 Measure extended to the Borel family of sets generated by the sets {σ/ρ is a prefix of σ} where ρ is a finite path. The set of paths {σ/σ(0) = s and M, σ = ψ} is measurable (Vardi).

Probabilistic verification 7 Complexity : (Coucourbetis and Yannakakis) [CY95] Qualitative verification (i.e. prob=1?) Same complexity as LTL model checking O( M.2 ψ ) Quantitative verification (i.e. prob=?) O( M 3.2 ψ ) Method : Computing Prob Ω [ψ] Transforming step by step the formula and the Markov chain M Eliminating one by one the temporal connectives Preserving the satisfaction probability Solving system of linear equations of size M.

Approximation 8 Counting problems : (L. Valiant 79) P class of counting problems associated with NP decision problems SAT is a P-complete problem Randomised Approximation Scheme : (R. Karp and M. Luby 85) Randomised Algorithm A Input : instance x of a counting problem, ε, δ > 0 Output : value A(x, ε, δ) such that Pr[(1 ε)#(x) A(x, ε, δ) (1 + ε)#(x)] 1 δ Fully Polynomial Randomised Approximation Scheme (FPRAS) : Running time is poly( x, (1/ε), log(1/δ))

Approximation 9 Classical Randomised Approximation Schemes : Approximation of DNF (Karp, Luby, Madras 89) Input : Disjunctive Normal Form formula Φ Output : number of assignments satisfying Φ Approximation of graph reliability (Karger 99) Input : a graph whose edges can disappear with some probability Output : the probability that the graph remains connected

Approximation 10 Can we efficiently approximate Prob Ω (ψ)? General case : (R. Lassaigne and S. Peyronnet 05) There is no probabilistic approximation algorithm with polynomial time complexity for computing Prob Ω (ψ) (ψ LTL) unless BPP = NP. BPP : Complexity class of problems decidable by a Monte-Carlo randomized algorithm (with two-sided error). Bounded-error, Probabilistic, Polynomial time : class of languages L s.t. x L : Prob[ acceptance of x] 3/4 x L : Prob[ acceptance of x] 1/4

Reduction 11 #SAT can be reduced to counting the number of paths of length 2n, whose infinite extensions satisfy ψ. x 1 x 2 x n 1/2 1 1/2 1 1/2 1 1/2 1 y 0 1 1/2 1 y 1 1/2 1 1/2 1 y n 1 1/2 1 y n x 1 x 2 x n 1 Propositional clauses : c 1,...,c m Labelling of states : L(x i ) = {c j / x i appears in c j } (i = 1,...,n) L(x i ) = {c j / x i appears in c j } (i = 1,...,n) LTL formula ψ : n i=1 Fc j

Reduction 12 Sketch of the proof Counting this number of paths gives Prob Ω (ψ) If there was a FPRAS for computing Prob Ω (ψ), then we could randomly approximate #SAT A FPRAS allows to distinguish, in polynomial time, for input x, between the case #(x) = 0 and the case #(x) > 0 Then we would have a polynomial time randomised algorithm to decide SAT and BPP = NP Moreover There is no deterministic polynomial time approximation algorithm neither for #SAT nor for computing Prob Ω (ψ) (Jerrum and Sinclair :#P-complete problems either admit a FPRAS or are not approximable at all)

Approximation 13 We want to approximate a probability p. RANDOM GENERATOR OF PATHS ψ ε δ APPROXIMATION SCHEME FOR p A Pr[(p ε) A (p + ε)] 1 δ ε : error parameter (additive approximation) δ : confidence parameter (randomised algorithm)

Restriction 14 We consider Prob k (φ) with : the probability space is the space over paths of length k initial state execution paths depth k ψ express a monotone property lim Prob k(φ) = Prob Ω (φ) k

Randomized approximation algorithm 15 Generic approximation algorithm GAA input : φ, diagram, ε, δ Let A := 0 Let N := log( 2 δ )/2ε2 For i from 1 to N do 1. Generate a random path σ of depth k 2. If φ is true on σ then A := A + 1 Return (A/N) Algorithm based on Monte-Carlo estimation and Chernoff-Hoeffding bound Diagram : succinct representation of the system (for example in Reactive Modules)

Randomized approximation algorithm 16 Method : Estimation (Monte-Carlo) + Chernoff-Hoeffding bound X Bernoulli (0, 1) random variable with success probability p Do N independent Bernoulli trials X 1, X 2,...,X N Estimate p by µ = N i=1 X i/n with error ε Sample size N is such that the error probability < δ Chernoff-Hoeffding bound : If N ln( 2 δ )/2ε2, then Pr[µ < p ε] + Pr[µ > p + ε] < 2e 2Nε2 Pr[p ε µ p + ε)] 1 δ

Randomized approximation algorithm 17 Theorem : GAA is a FPRAS for Prob k (ψ) Methodology : To approximate Prob Ω [ψ] Choose k log M ln(1/ε) Iterate approximation of Prob k [ψ] Remark : Length of needed paths can be the diameter of the system Convergence time may be long, but space is saved... Improvement : Optimal Approximation Algorithm (Dagum, Karp, Luby and Madras) with multiplicative error.

Randomized approximation algorithm 18 Improvement : Randomised approximation scheme with multiplicative error Idea : Use the optimal approximation algorithm (OAA) [DKLR00] The first step outputs an (ε, δ) -approximation ˆp of p after expected number of experiments proportional to Γ/p where Γ = 4(e 2). ln( 2 δ )/ε2 The second step uses the value of ˆp to produce an estimate ˆρ de ρ = max(σ 2, εp) (σ 2 is the variance) The third step uses the values of ˆp and ˆρ to set the number of experiments and runs the experiments to produce an (ε, δ)-approximation of p Remark : It s not a FPRAS

CTMCs 19 Continuous Time Markov Chains M = (S, R) S is the set of states R : S 2 : R + Rate matrix s S, λ(s) = s S R(s, s ) Total rate of transition from s Delay of transition from s to s governed by an exponential distribution with rate R(s, s ). Probability to move from s to s within t time units : P(s, s ) = R(s, s ) (1 e λ(s) t ) λ(s)

CTMCs 20 Random generator of paths Execution path : s 0 (t 0 ) s 1 (t 1 )...s i (t i )... t := 0 Initialize at state s Repeat i := s Choose state j with proba P(i, j) = R(i, j)/λ(i) s := j t := t ln(random [0,1]) /R(i, j) Until t T Simulation by inversion of uniform distribution over [0, 1]

APMC - Implementation 21 APMC : Approximate Probabilistic Model Checker Freely available GPL software Developped at LRDE/EPITA, Paris VII and Paris XI Hérault) (T. Use randomised approximation algorithm Distributed computation Integrated in the probabilistic model checker PRISM Case studies : CSMA/CD, 2PCP, Sensor Networks...

Experimental results 22 The dining philosophers problem Prob[ n i=1 hungry(i) = F ( n i=1 eat(i) ) ] 1 ε # phil. depth time PRISM (time) PRISM (states) 5 23 24.67 0.615 64858 10 33 70.32 13.059 4.21 10 9 15 42 146.22 68.926 2.73 10 14 20 51 261.43 167.201 1.77 10 19 25 58 412.06 3237,143 1.14 10 24 30 66 614.49 out of mem. - 50 95 2020.79 out of mem. - 100 148 11475.28 out of mem - Memory used : 2 MB k determined experimentally

Experimental results 23 The dining philosophers problem strike back Cluster of 20 Athlon XP1800+ sous Linux # phil. depth APMC (time : sec.) (memory : kbytes) 15 38 11 324 25 55 25 340 50 130 104 388 100 145 418 484 200 230 1399 676 300 295 4071 1012

24 Conclusion Efficiency of randomised approximation schemes (exponential reduction of space complexity) Quantitative verification of monotone (reachability) and anti-monotone (safety) properties Extension to an approximation with multiplicative error (optimal approximation algorithm) Continuous time Markov chains CSL (Continuous Stochastic Logic)

25 Ongoing work Continuous time Markov chains : APMC 3.0 New case studies : CSMA/CA with cheater WLAN sensor networks Biological processes Practical verification of C programs Black Box verification (via learning)

References 26 [CY95] C. Courcoubetis and M. Yannakakis. The complexity of probabilistic verification. Journal of the ACM, 24(4), 857-907, 1995. [DKLR00] P. Dagum, R. Karp, M. Luby, and S. Ross. An optimal algorithm for Monte-Carlo estimation. SIAM Journal on Computing, 29(5), 1484-1496, 2000. [HLMP04] T. Hérault, R. Lassaigne, F. Magniette and S. Peyronnet. Approximate Probabilistic Model Checking. Int. Conf. on Verification, Model Checking and Abstraction, LNCS n 2937. [KL83] R. Karp and M. Luby. Monte-Carlo Algorithms for Enumeration and Reliability Problems., 24th IEEE FOCS, 56-64, 1983. [KLM89] R. Karp, M. Luby and N. Madras. Monte-Carlo Approximation Algorithms for Enumeration Problems. Journal of Algorithms 10, 429-448, 1989.

References 27 [KNP02] M. Kwiatkowska, G. Norman and D. Parker. Probabilistic symbolic model checking with PRISM : A hybrid approach. Proc. of 8th Int. Conf. TACAS, LNCS n 2280, p.52-66, 2002. [LP05] R. Lassaigne et S. Peyronnet. Probabilistic Verification and Approximation. WoLLIC 2005. Electronic Notes in Theoretical Computer Science, vol. 143, p. 101-114. [LR03] R. Lassaigne et M. de Rougemont : Logic and Complexity. Springer-Verlag, 350 p. (nov. 2003). [Val79] L.G. Valiant The complexity of enumeration and reliability problems. SIAM Journal on Computing, 8, 410-421, 1979. [Var85] Automatic verification of probabilistic concurrent finite-state programs 26th IEEE FOCS, 327-338, 1985.