Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching...

29
Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarity Radu Mateescu 1 and Anton Wijs 2 1 Inria Grenoble Rhône-Alpes / Convecs 2 Eindhoven University of Technology

Transcript of Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching...

Page 1: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive

Branching Bisimilarity

Radu Mateescu1 and Anton Wijs2

1Inria Grenoble – Rhône-Alpes / Convecs 2Eindhoven University of Technology

Page 2: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

WS-FMDS 2014 2

Context

Concurrent systems – Process algebraic languages (LNT) – Value-passing communication – Interleaving semantics, action-based setting (LTSs) – Equivalence relations (e.g., bisimulations) – Branching-time temporal logics (e.g., -calculus)

Explicit-state verification – Enumeration of individual states and transitions – Forward and backward exploration – Diagnostic generation

CADP toolbox: http://cadp.inria.fr

Page 3: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Labeled Transition Systems

Two-place FIFO lossy buffer

Stream of 0/1 messages

WS-FMDS 2014 3

initial state M = (S, A, T, s0)

Page 4: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Model Checking in the Action-Based Setting

WS-FMDS 2014 4

Behavioural

specification Temporal

formula

implicit

LTS

explicit

LTS

minimisation

(modulo a relation preserving the formula)

compilation

compilation

verdict &

diagnostic on-the-fly

verification

verdict &

diagnostic global verification

Page 5: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Adequacy of Temporal Logics with Equivalence Relations

Logic L is adequate with equivalence relation R iff for any LTSs M1, M2 and formula ϕ of L: M1 R M2 iff (M1 Ⱶ ϕ M2 Ⱶ ϕ)

Examples of adequacy results:

WS-FMDS 2014 5

Temporal logic Equivalence relation

modal -calculus (L) strong bisimulation

ACTL\X divergence-sensitive branching bisimulation

weak L weak bisimulation

selective L *.a bisimulation

BSL safety equivalence

Page 6: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Using Adequacy to Improve Model Checking

Theoretical interest:

– Reason using either logic, or equivalence

• Characteristic formulas for equivalences

Practical interest:

– Reduce the LTS modulo R before checking ϕ

• Improve verification performance for complex formulas

• Reduce once, then check several formulas of L

• If R is a congruence for ||, use compositional LTS generation

Objective: improve this approach further by specializing it for a given formula

WS-FMDS 2014 6

Page 7: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Model Checking Language (dataless fragment)

Action formulas:

::= false | | a | ┐ | 1 V 2 boolean op.

Regular formulas:

β ::= | β1.β2 | β1|β2 | β* regular op.

State formulas:

ϕ ::= false | ┐ϕ | ϕ1 V ϕ2 boolean op.

| < β > ϕ | [ β ] ϕ | modal op.

| < β > @ | [ β ] -| fairness op.

| Y | Y . ϕ | νY . ϕ fixed point op.

WS-FMDS 2014 7

Page 8: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Property-Dependent Reduction [Mateescu-Wijs-14]

Input: LTS M = (S, A, T, s0) and L formula ϕ

Step 1: Maximal hiding modulo ϕ

– Determine h (ϕ) = set of actions that can be hidden in M without changing the interpretation of ϕ on M

– Hide h (ϕ) in M

Step 2: Reduction of M preserving ϕ

– strong bisimulation: full L

– ds-branching bisimulation: L-dsbr fragment

Step 3: Verification of ϕ on reduced M

WS-FMDS 2014 8

Page 9: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Lossy Buffer (hide “PUT !1” and “GET !1”)

Minimized modulo strong bisimulation:

WS-FMDS 2014 9

Page 10: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Lossy Buffer (hide “PUT !1” and “GET !1”)

Minimized modulo ds-branching bisimulation:

WS-FMDS 2014 10

Page 11: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Formula ϕ1 (nested regular modalities – response)

[ true* . “PUT !0” ] < true* . “GET !0” > true

Witness in LTS minimized modulo dsbr:

WS-FMDS 2014 11

Page 12: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Formula ϕ2 (fairness operators – cycle)

< true* . “PUT !0” . true* . “GET !0” > @

Witness in LTS minimized modulo dsbr:

WS-FMDS 2014 12

Page 13: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Formula ϕ3 (fixed point operators - inevitability)

[ true* . “PUT !0” ] mu Y . (< true > true and [ not “GET !0” ] Y)

Counterexample in LTS minimized modulo dsbr:

WS-FMDS 2014 13

Page 14: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

What Actions Can I Hide for my Formula?

[[ ]] if Ⱶ

h () = A \ [[ ]] if Ⱶ

[ true*. “PUT !0” . (not “GET !0”)*. “PUT !0” ] false

WS-FMDS 2014 14

Rule of Thumb #1: For an L formula ϕ without occurrences of , hide all actions but those occurring in ϕ.

A \ {“PUT !0”} A \ {“GET !0”} A \ {“PUT !0”}

A \ {“PUT !0”, “GET !0”}

Page 15: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

What about Constant Action Formulas?

[ true* ] < true > true

Actions formulas “false” can be eliminated:

< false > ϕ = false

[ false ] ϕ = true

WS-FMDS 2014 15

Rule of Thumb #2: For an L formula ϕ with only constant action formulas, hide all actions.

A A A

A

absence of deadlock

Page 16: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

L-dsbr Fragment [Mateescu-Wijs-14]

Replace strong modalities of L with:

< 1* > ϕ ultra weak modality

< 1*. 2 > ϕ weak modality

< 1 > @ weak infinite looping

where 1 Ⱶ and 2 Ⱶ

L-dsbr is adequate with dsbr

WS-FMDS 2014 16

Page 17: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Formulas ϕ1, ϕ2, ϕ3 Revisited

[ true* . “PUT !0” ] < true* . “GET !0” > true

< true* . “PUT !0” . true* . “GET !0” > @

= nu Y . < true* . “PUT !0” > < true* . “GET !0” > Y

[ true* . “PUT !0” ] mu Y . (< true > true and [ not “GET !0” ] Y)

= [ true* . “PUT !0” ] ([ (not “GET !0”)* ] not deadlock and [ not “GET !0” ] -|)

deadlock = [ true*. not ] false and [ ] -|

WS-FMDS 2014 17

Page 18: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Why I Can’t Use Strong Modalities?

WS-FMDS 2014 18

a

a

Ⱶ < a > true

Ⱶ < a > true

Rule of Thumb #3: Any strong modality in the formula ϕ must be preceded by a weak modality capturing a sequence of 0 or more -transitions.

minimization

modulo a weak

equivalence

< true*. a > true

Page 19: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

ACTL (Action-Based CTL) [DeNicola-Vaandrager-92]

E [ 11 U 2 ]

E [ 11 U2 2 ]

A [ 11 U 2 ]

A [ 11 U2 2 ]

1 Ⱶ

2 Ⱶ

WS-FMDS 2014 19

. . .

1 1 1 1 2

1 1 1 1 1

. . .

1 1 1 1 1

1 1 1 1 1

2

2

. . .

1

1 1 1 2

1 1 1 1 1

. . .

1 1 1 2

1 1 1 1

. . .

1

. . .

1

1 1 1 1

1 1 1 1 1

2

2

. . . 1 1

1 1

1 1 1 1

2

2 1

Page 20: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

L-dsbr and -ACTL\X

-ACTL [Fantechi-Gnesi-Ristori-94]

– Extension of ACTL with fixed point operators

– Adequate with strong bisimulation

L-dsbr is equally expressive to -ACTL\X

< α1* > ϕ = E [ trueα1 U ϕ ]

< α1*. α2 > ϕ = E [ trueα1 Uα2 ϕ ]

< α1 > @ = νY . E [ truefalse Uα1 Y ]

L-dsbr adequate with dsbr -ACTL\X adequate with dsbr

WS-FMDS 2014 20

Page 21: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

L-dsbr and Selective L

Selective L [Barbuti-et-al-96]

– Special modalities indexed by sets of visible actions

– For a formula ϕ, hide all actions but those in ϕ

– Minimize the LTS modulo *.a

– Selective L equally expressive to L but reductions only when hiding is possible!

Selective L modalities translated in L-dsbr

< α1 >α2 ϕ = < (¬(α1 ∨ α2))*. α1 > ϕ

when α1 ∨ α2 ≠ true

WS-FMDS 2014 21

Page 22: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

L-dsbr and Selective L

Advantages of L-dsbr w.r.t. selective L:

– Allows one to use in action formulas (more flexible)

– Adequate with dsbr

• Stronger than *.a bisimulation (captures deadlocks and livelocks)

• Suitable for compositional LTS construction (dsbr is a congruence w.r.t. parallel composition, whereas *.a not)

– L-dsbr subsumes the interesting fragment of selective L (formulas which make hiding possible)

WS-FMDS 2014 22

Page 23: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

L-dsbr and Weak L

Weak L [Stirling-01]

– L fragment adequate with weak bisimulation

– Weak modalities, no actions in formulas

– Does not express inevitability properties

Weak L modalities translated in L-dsbr

<< α >> ϕ = < τ* . α > < τ* > ϕ <<>> ϕ = < τ* > ϕ

Weak modalities (over regular formulas) are directly available in MCL

WS-FMDS 2014 23

Page 24: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Operators Adequate with dsbr

WS-FMDS 2014 24

true false not or and Boolean operators

E [ϕ1 U1 ϕ2] A [ϕ1 U1 ϕ2] E [ϕ1 1 U2 ϕ2] A [ϕ1 1 U2 ϕ2] ACTL\X operators

< 1* > ϕ < 1*. 2 > ϕ < 1 > @ [ 1* ] ϕ [ 1*. 2 ] ϕ [ 1 ] -|

L-dsbr modalities

Y Y . ϕ νY . ϕ L fixed point operators

Page 25: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Experimental Results (strong bisimulation minimization)

WS-FMDS 2014 25

Alternating Bit Protocol

Characteristic property: maximal hiding strong bisimulation minimization using BCG_MIN model checking using EVALUATOR 4.0

Page 26: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Experimental Results (on-the-fly -confluence reduction)

WS-FMDS 2014 26

Erathosthene’s sieve

Characteristic property: maximal hiding on-the-fly -confluence reduction model checking using EVALUATOR 4.0

Page 27: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Experimental Results (ds-branching bisimulation reduction)

WS-FMDS 2014 27

DTD (Dynamic Task Dispatcher) [Lantreibecq-Serwe-13]

Property P2: maximal hiding reduction modulo dsbr using BCG_MIN model checking using EVALUATOR 4.0

Page 28: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Ongoing and Future Work

Develop an MCL library containing all operators adequate with dsbr

Automate maximal hiding:

– Option -labels of EVALUATOR 4.0 (rules of thumb 1+2)

Extend to the general case

Automate adequacy detection:

– Determine the weakest equivalence relation adequate with an MCL formula (e.g., rule of thumb 3)

– Integrate within SVL

Handle MCL formulas with data WS-FMDS 2014 28

Page 29: Mu-Calculus Property-Dependent Reductions for Divergence-Sensitive Branching Bisimilarityconvecs.inria.fr/doc/presentations/Mateescu-WS-FMDS-14.pdf · 2014. 9. 23. · absence of

Thank you

For more information: http://cadp.inria.fr

WS-FMDS 2014 29