extending propositional separation logic for robustness
play

Extending propositional separation logic for robustness properties - PowerPoint PPT Presentation

Extending propositional separation logic for robustness properties of separation logic Alessio Mansutti LSV, CNRS, ENS Paris-Saclay Paris - April 2019 What we will see An extension of propositional separation logic that can express some


  1. Extending propositional separation logic for robustness properties of separation logic Alessio Mansutti LSV, CNRS, ENS Paris-Saclay Paris - April 2019

  2. What we will see An extension of propositional separation logic that can express some interesting properties for program verification, is PSpace -complete, has very weak extensions that are Tower -hard. A modal logic on trees that is Tower -complete, it is very easily captured by logics that were independently found to be Tower -complete.

  3. Memory states Separation Logic is interpreted over memory states ( s , h ) where: store , s : VAR → LOC heap , h : LOC → fin LOC where VAR = { x , y , z , . . . } set of (program) variables, LOC set of locations. VAR and LOC are countably infinite sets. h s ( z ) s ( y ) here, h ( s ( x )) = s ( y ) s ( x ) Disjoint heaps: dom ( h 1 ) ∩ dom ( h 2 ) = ∅ Union of disjoint heaps ( h 1 + h 2 ) : union of partial functions.

  4. Propositional Separation Logic SL ( ∗ , − ∗ ) ϕ := ¬ ϕ | ϕ 1 ∧ ϕ 2 | emp | x = y | x ֒ → y | ϕ 1 ∗ ϕ 2 | ϕ 1 − ∗ ϕ 2 ( s , h ) | = ϕ ∗ ψ ( s , h ) | = ϕ − ∗ ψ ϕ ϕ − ∗ ψ ⇔ ⇔ ϕ ∗ ψ ψ ϕ ψ Note : the satisfiability problem SAT( SL ( ∗ , − ∗ ) ) is PSpace -complete.

  5. From where it started Theorem (Demri, Lozes, M. – 2018, Fossacs) SL ( ∗ , − ∗ ) enriched with reach ( x , y ) = 2 and reach ( x , y ) = 3 is undecidable. reduction from SL ( ∀ , − ∗ ) (Brochenin et al.’12) SL ( ∗ , − ∗ ) + reach ( x , y ) = 2 is PSpace -complete (Demri et al.’14)

  6. Robustness Properties (Jansen, et al. – ESOP’17) ϕ comply with the acyclicity property iff every model of ϕ is acyclic. ϕ comply with the garbage freedom property iff in every model ( s , h ) | = ϕ , for each ℓ ∈ dom ( h ) there is x ∈ v ( ϕ ) s.t. s ( x ) reaches ℓ . Checking for robustness properties is ExpTime -complete for Symbolic Heaps with Inductive Predicates (IP). Our Goal Provide a similar result for propositional separation logic.

  7. Robustness Properties (Jansen, et al. – ESOP’17) z ϕ comply with the acyclicity property iff every model of ϕ is acyclic. cycle garbage x y ϕ comply with the garbage freedom property iff in every model ( s , h ) | = ϕ , for each ℓ ∈ dom ( h ) there is x ∈ v ( ϕ ) s.t. s ( x ) reaches ℓ . w u Checking for robustness properties is ExpTime -complete for Symbolic Heaps with Inductive Predicates (IP). Our Goal Provide a similar result for propositional separation logic.

  8. Desiderata We aim to an extension of propositional separation logic where satisfiability/entailment are decidable in PSpace (as SL ( ∗ , − ∗ ) ) robustness properties reduce to one of these classical problems Known extensions 2 SL ( ∗ , − ∗ ) SL ( ∗ , − ∗ , reach ) undecidable SL ( ∀ , ∗ ) Tower PSpace ∗ )) new 1 SL ( ∗ , − ∗ ) SL ( ∗ , − ∗ ) BSR ( SL ( ∗ , − SL ( ∗ , reach )

  9. Let’s start with reachability + 1 quantified variable ⇒ h L ( s ( x )) = s ( y ) for some L ≥ 1 = reach + ( x , y ) ⇐ ( s , h ) | ( s , h ) | = ∃ u ϕ ⇐ ⇒ there is ℓ ∈ LOC s.t. ( s [ u ← ℓ ] , h ) | = ϕ It is only possible to quantify over the variable name u . Robustness properties reduce to entailment = ¬∃ u reach + ( u , u ) Acyclicity : ϕ | = ∀ u ( alloc ( u ) ⇒ � Garbage freedom : ϕ | x ∈ fv ( ϕ ) reach ( x , u )) where u �∈ fv ( ϕ ) and def alloc ( x ) = ( x ֒ → x ) − ∗ ⊥ def = x = y ∨ reach + ( x , y ) reach ( x , y )

  10. Undecidability and Restrictions Theorem (Demri, Lozes, M. – 2018, Fossacs) SL ( ∗ , − ∗ ) enriched with reach ( x , y ) = 2 and reach ( x , y ) = 3 is undecidable. ∗ , reach + ) ) is undecidable. = ⇒ SAT(1 SL ( ∗ , − We syntactically restrict the logic so that reach + ( x , y ) is s.t. R1 : it does not appear on the right side of its first − ∗ ancestor (seeing the formula as a tree) ∗ ( ψ ∗ reach + ( u , u )) violates R1 ϕ − R2 : if x = u then y = u (syntactically) reach + ( u , x ) violates R2 Note: robustness properties are still expressible (formulae as before)!

  11. Results ∗ , reach + ) ) is PSpace -complete 1 SAT( 1SL R2 R1 ( ∗ , − ∗ ) and SL ( ∗ , reach + ) . strictly subsumes 1 SL ( ∗ , − ∗ , reach + ) ) is Tower -hard. 2 SAT( 1SL R1 ( ∗ , − Proof Techniques (1) extend the core formulae technique used for SL ( ∗ , − ∗ ) . (2) reduction from “an auxiliary logic on trees”.

  12. Core formulae technique ∗ , reach + ) ) (and a bit of 1SL R2 R1 ( ∗ , −

  13. First order theories: Gaifman Locality Theorem Theorem (Gaifman – 1982, Herbrand Symposium) Every FO sentence is logically equivalent to a Boolean combination of local formulae . application of Ehrenfeucht-Fraïssé games Relation between EF-games Semantics of logic models Duplicator has a ⇄ ⇄ M ↔ n M ′ M ≈ n M ′ winning strategy (partial iso. up to n) (n round game) (n nested quantifiers)

  14. First order theories: Gaifman Locality Theorem Theorem (Gaifman – 1982, Herbrand Symposium) Every FO sentence is logically equivalent to a Boolean combination of local formulae . application of Ehrenfeucht-Fraïssé games Relation between EF-games Semantics of logic models Duplicator has a ⇄ ⇄ M ↔ n M ′ M ≈ n M ′ M ≈ n M ′ winning strategy (partial iso. up to n) (n round game) (n nested quantifiers) eq.sat. local formulae

  15. “Locality theorem” for SL ( ∗ , − ∗ ) Theorem (Lozes, 2004 – Space) Every formula of SL ( ∗ , − ∗ ) is logically equivalent to a Boolean combination of core formulae . From this theorem we can get: expressive power results complexity result (small model property) axiomatisation When considering extensions of the logic, we need to derive new core formulae and reprove the theorem. ∗ , reach + ) . ⇒ It does not work (at all) for 1SL R2 = R1 ( ∗ , −

  16. Core formulae for SL ( ∗ , − ∗ ) Fix X ⊆ VAR and α ∈ N + � � � x = y , x ֒ → y , β ∈ [ 0 , α ] , � def � Core ( X , α ) = � size ≥ β x , y ∈ X alloc ( x ) , � where ( s , h ) | = size ≥ β iff card ( dom ( h )) ≥ β . Relation : indistinguishability α ( s ′ , h ′ ) iff ∀ ϕ ∈ Core ( X , α ) , ( s , h ) | = ϕ iff ( s ′ , h ′ ) | ( s , h ) ↔ X = ϕ Both EF-game and winning strategy for Duplicator are hidden inside two (technical) elimination lemmas.

  17. Core formulae: ∗ elimination lemma Lemma Suppose ( s , h ) ↔ X α ( s ′ , h ′ ) . Then, for every α 1 + α 2 = α ( α 1 , α 2 ∈ N + ), and every h 1 + h 2 = h , (Spoiler) 2 = h ′ such that there are h ′ 1 + h ′ (Duplicator) ( s , h 1 ) ↔ X α 1 ( s ′ , h ′ 1 ) and ( s , h 2 ) ↔ X α 2 ( s ′ , h ′ 2 ) . necessary to obtain a winning strategy for Duplicator

  18. Core formulae: ∗ elimination lemma Lemma Suppose ( s , h ) ↔ X α ( s ′ , h ′ ) . Then, for every α 1 + α 2 = α ( α 1 , α 2 ∈ N + ), and every h 1 + h 2 = h , (Spoiler) 2 = h ′ such that there are h ′ 1 + h ′ (Duplicator) ( s , h 1 ) ↔ X α 1 ( s ′ , h ′ 1 ) and ( s , h 2 ) ↔ X α 2 ( s ′ , h ′ 2 ) . necessary to obtain a winning strategy for Duplicator Semantics it leads to: Relation ⇆ EF-games ⇆ By For every ϕ ∈ Bool ( Core ( X , α 1 )) and ψ ∈ Bool ( Core ( X , α 2 )) there is χ ∈ Bool ( Core ( X , α 1 + α 2 )) such that ϕ ∗ ψ ⇐ ⇒ χ Note: similar elimination lemma for − ∗ .

  19. Core formulae: after ∗ and − ∗ elimination Theorem For every ϕ in SL ( ∗ , − ∗ ) : 1 there is en equivalent Boolean combination of core formulae. 2 for every α ≥ | ϕ | , X ⊇ v ( ϕ ) and ( s , h ) ↔ X α ( s ′ , h ′ ) , = ϕ iff ( s ′ , h ′ ) | ( s , h ) | = ϕ. [2] allows to derive a small-model property which leads to a proof that SAT( SL ( ∗ , − ∗ ) ) is in PSpace .

  20. ∗ , reach + ) is in PSpace : Not so easy... 1SL R2 R1 ( ∗ , − π := x = y | x ֒ → y | emp | A − ∗ C ( R1 ) C := π | C ∧ C | ¬C | ∃ u C | C ∗ C A := π | reach + ( v 1 , v 2 ) | A ∧ A | ¬A | ∃ u A | A ∗ A where if v 1 = u then v 2 = u ( R2 ). Asymmetric A − ∗ C : design two sets of core formulae against two ∗ and two ∃ elimination lemmas; one − ∗ elimination lemma that glues the two set of core formulae. instead of “ size ≥ β s.t. β ∈ [ 1 , α ] ”, the β s of new core formulae are bounded by functions on α , e.g. γ ∈ [ 1 , 1 # loop ( β ) ≥ γ 2 α ( α + 3 ) − 1 ] bounds are found by solving a set of recurrence equations.

  21. Core formulae: Example on a toy logic ϕ := ¬ ϕ | ϕ 1 ∧ ϕ 2 | ϕ 1 ∗ ϕ 2 | ∃ u ϕ | alloc ( u ) | reach + ( u , u ) Some formulae expressible in this logic: def def size ≥ 0 = ⊤ size ≥ β + 1 = ∃ u ( alloc ( u ) ∗ size ≥ β ) reach + ( u , u )= β iff there is a loop of size exactly β involving s ( u ) . γ − 1 times ∗ � �� � def ∃ u reach + ( u , u )= β ∗ . . . ∗ ∃ u reach + ( u , u )= β # loops ( β ) ≥ γ = rem ≥ β iff there are at least β memory cells not in a loop.

  22. Designing Core Formulae Fix α ∈ N + Let Core ( α ) be the finite set of predicates:  �  rem ≥ β, �    �  β ∈ [ 1 , R ( α )] ,   � # loops ( β ) ≥ γ, � � γ ∈ [ 1 , L ( α )]    �   # loops > R ( α ) ≥ γ,  � for some functions L and R in [ N → N ] . # loops >β ≥ γ = ∃ u reach + ( u , u ) ≥ β + 1 ∗ . . . ∗ ∃ u reach + ( u , u ) ≥ β + 1

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