hoare logic and model checking
play

Hoare Logic and Model Checking Model Checking But perhaps theres a - PowerPoint PPT Presentation

Hoare Logic and Model Checking Model Checking But perhaps theres a clever way of compiling one into the other? Both have very different models of time How do they compare? We have seen two widely used temporal logics Relative


  1. Hoare Logic and Model Checking Model Checking But perhaps there’s a clever way of “compiling” one into the other? Both have very different models of time How do they compare? We have seen two widely used temporal logics Relative expressivity of LTL and CTL LTL and CTL: a perspective 2 • Understand the state-space explosion problem • Understand the relative expressive power of LTL and CTL By the end of this lecture, you should: Learning outcomes 1 Academic year 2016–2017 University of Cambridge Programming, Logic, and Semantics Group Based on previous slides by Alan Mycroft and Mike Gordon Dominic Mulligan Lecture 12: Loose ends 3 • Understand the relation between LTL, CTL, and CTL � • Know a little about some common model-checking optimisations

  2. Relative expressivity of LTL and CTL Property is inexpressible in CTL as all path formulae are “guarded” • doing this does not always lead to equivalent formulae, Warning: These express the same property A common subset of LTL and CTL 6 Cannot express existence of states in LTL (generally) Property is inexpressible in LTL Properties expressible in CTL but not LTL Simple answer: LTL and CTL are incomparable 5 7 We will now examine these four cases LTL is not a superset of CTL, nor is CTL a superset of LTL There exist temporal properties: • that can be expressed in LTL but not CTL, • that can be expressed in CTL but not LTL, • that can be expressed in neither. • that can be expressed in both, Properties expressible in LTL but not CTL 4 Consider the LTL formula ♦ p → ♦ q Intuitively: “all paths that have a p along them also have a q ” Consider the candidate CTL formula: ∀ ♦ p → ∀ ♦ q Intuitively: “if all paths have a p , then all paths have a q ” Consider the CTL formula ∀ � ( p → ∀ ♦ q ) Consider the LTL formula � ( p → ♦ q ) Consider the CTL formula ∀ � ∃ ♦ p Intuitively: “in all future states, it’s always possible to reach p ” Intuitively: “any p is eventually followed by a q ” • � ( p → ♦ q ) obtained from ∀ � ( p → ∀ ♦ q ) by dropping ∀ , • ∀ ♦ ∀ � Φ in CTL and ♦� φ in LTL are not equivalent!

  3. Properties expressible in neither LTL and CTL Question 10 9 If last formula not expressible in LTL or CTL, what is it expressible in? But path formulae can refer to state formulae, and vice versa 8 Complex proof for this not being expressible in CTL 11 This is not expressible in CTL or LTL LTL cannot quantify over paths Consider the formula ∃ �♦ p Intuitively: “there is a path with infjnitely many p ” CTL � CTL � grammar Defjne CTL � state formulae by: Φ , Ψ ::= � | ⊥ | p ::= Φ ∧ Ψ | Φ ∨ Ψ | ¬ Φ ::= ∀ φ | ∃ ψ Both LTL and CTL are fragments of another temporal logic: CTL � Defjne CTL � path formulae by: CTL � has both path and state formulae like CTL φ , ψ ::= Φ | ¬ φ ::= φ ∧ ψ | φ ∨ ψ ::= φ UNTIL ψ | � φ | ♦ φ | � φ Similar to CTL: but Φ embedded in path formulae

  4. 15 LTL On the fmy model checking of RCTL formulas, 1998 way of thinking about hardware CTL is diffjcult to use for most users and requires a new Formal verifjcation made easy, 1997 and prone to error comprehensible; nontrivial equations are hard to understand We found only simple CTL equations to be LTL often seen as more “intuitive” than CTL: More modern model checkers use linear time model LTL advantages 14 If required to assert existence of states, or similar, use CTL CTL model checking has been applied successfully in industry Complexity of CTL model checking is linear, versus exponential for LTL Some say model checking CTL is computationally more effjcient than LTL formulae are: • Preceded by a universal quantifjer 13 • Our particular biases (debate similar to editor wars) • Depends on properties we are interested in • Depends on system being modelled Answer: “it depends”: So: when to use CTL, when to use LTL? CTL advantages When to use LTL, when to use CTL? 12 LTL and CTL as fragments of CTL � CTL and LTL (and CTL � ) have different expressive powers • CTL � path formulae φ where all state subformulae are atomic CTL formulae are obtained by restricting CTL � path formulae: φ , ψ ::= � Φ | � Φ | ♦ Φ | Φ UNTIL Ψ for Φ , Ψ state formulae

  5. Complexity, revisited State space explosion problem One way of doing this is to use abstraction Suppose we have a huge model—can we simplify it somehow? Abstraction 17 Motivates many optimisations to reduce size of models computers Puts a limit on what systems are feasible to verify with today’s As systems become larger, size of models can grow exponentially Note following theorem (Clarke and Draghicescu): A key problem with model checking is “state space explosion” problem Abstraction exist) 16 Equivalent properties are expressed by shorter LTL formulae (if they 18 In fact, formulae may be exponentially shorter in LTL than equivalents So direct comparison of running times may be misleading Debate rages on... Let Φ be a CTL formula and φ an LTL formula obtained from Φ by deleting all path quantifjers. Then Φ ≡ φ or there does not exist any LTL formula equivalent to Φ . Write M � M � when: • To each step of M there is a corresponding step of M � • Atomic properties of M correspond to atomic properties of M � Intuitively, if M � M � then M � is “simpler” view of M If M � M � say M � is abstraction of M

  6. Example 19 This is a preorder on models (i.e. refmexive and transitive) Simulation preorder on models 21 Assume models are over same set of atomic propositions 20 Can this observation be generalised? Note Simulations between models 22 Suppose M 1 = � S 1 , S 1 0 , → 1 , L 1 � and M 2 = � S 2 , S 2 0 , → 2 , L 2 � where: • S 2 ⊆ S 1 • S 2 0 = S 1 0 Note in last example all M 1 paths from initial states are M 2 paths • s → 2 t iff s → 1 t for all s, t in S 2 Hence M 2 | = φ implies M 1 | = φ • L 1 ( s ) = L 2 ( s ) for all s in S 2 But now M 2 | = φ is a simpler problem, as M 2 is smaller model and S 2 contains all reachable states in M : for all s ∈ S 2 , for all t ∈ S 1 , s → 1 t implies t ∈ S 2 Then M 1 � M 2 Fix M 1 = � S 1 , S 1 0 , → 1 , L 1 � and M 2 = � S 2 , S 2 0 , → 2 , L 2 � Fix M 1 = � S 1 , S 1 0 , → 1 , L 1 � and M 2 = � S 2 , S 2 0 , → 2 , L 2 � Then M 1 � M 2 if: Call a relation H ⊆ S 1 × S 2 a simulation between M 1 and M 2 when: • There exists a simulation H between M 1 and M 2 0 , exists s � ∈ S 2 • For all s in S 1 0 such that H s s � • To each step of → 1 there is a corresponding step of → 2 • L 1 ( s ) = L 2 ( s � ) whenever H s s � • Steps lead to H -related states • If H s t then s → 1 s � implies there exists t � where t → 2 t � and H s � t �

  7. ACTL subset of CTL Defjne ACTL as the existential-free subset of CTL How to make this more effjcient? When models are huge, this is not effjcient System explicitly given by predecessor/successor set of each state Relies on enumerative presentation of transition system Recall CTL model checking algorithm Symbolic model checking Other optimisations 24 Microsoft’s SLAM device driver verifjer uses CEGAR • Otherwise refjne the model abstraction, and repeat • If so, we are done per the above theorem Then: 25 Counter-example guided abstract refjnement CEGAR is a technique to automatically develop refjnements Useful fragment of CTL 23 Suppose we are trying to show M | = φ Example: ∀ � ∀ ♦ p — “can reach p from anywhere” • Generate an initial abstraction of M called M � • Check whether M � | Theorem: if M 1 � M 2 then M 2 | = φ implies M 1 | = φ = φ Note: if M 2 | = φ fails then not necessarily the case M 1 | = φ fails May be a “spurious” counterexample that does not hold in M 1

  8. Symbolic models 28 • Have similar repeated structures If we could detect these, then could reduce size of model Symmetries can be reduced in two ways: • Requiring explicit annotations by user to spot symmetries • Trying to use insights from group theory to automatically spot symmetries Automatically spotting symmetries very hard, under active research Other optimisations • Have repeated subcomponents Lots of active work making model checking: • Faster • Feasible on ever-larger models Check out the Model Checking Competition and the Hardware Model Checking Competition Represent state-of-the-art in model checking Cutting edge optimisations implemented there, fjrst • Be symmetric More generally models may: Idea: represent states, transition relations, and so on symbolically 26 Recall Ordered Binary Decision Diagrams from Logic and Proof : • Canonical way of representing boolean functions • Effjcient operations over boolean functions Represent model as a boolean formula, represented as an OBDD Alter CTL model checking algorithm to work with OBDDs Model is now never explicitly enumerated, but represented implicitly Very common optimisation in modern model checkers Symmetry reduction example Symmetry reduction Consider a model: Note how model is symmetric vertically... 27 29 a a b b a

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend