soundness in negotiations
play

Soundness in negotiations Igor Walukiewicz CNRS, Bordeaux - PowerPoint PPT Presentation

Soundness in negotiations Igor Walukiewicz CNRS, Bordeaux University Joint work with Javier Esparza, Denis Kuperberg, and Anca Muscholl 1 / 25 Verification of concurrent systems suffers from the state explosion problem. 2 / 25 Verification


  1. Soundness in negotiations Igor Walukiewicz CNRS, Bordeaux University Joint work with Javier Esparza, Denis Kuperberg, and Anca Muscholl 1 / 25

  2. Verification of concurrent systems suffers from the state explosion problem. 2 / 25

  3. Verification of concurrent systems suffers from the state explosion problem. Negotiations is a restricted model for which some verification problems are much easier than usually. 3 / 25

  4. Proc : processes. dom : N → P ( Proc ) . N : atomic negotiations (nodes); R : outcomes. · δ : N × R × P − → P ( N ) : partial transition function δ ( n, a, p ) is a set of next atomic negotiations for process p ; for every n , a ∈ out ( n ) , p ∈ dom ( n ) , 4 / 25

  5. A configuration C : Proc → P ( N ) n is enabled in C if n ∈ C ( p ) for all p ∈ dom ( n ) . ( n 1 ,a 1 ) ( n 2 ,a 2 ) − → C 2 − → C 3 . . . A run C 1 w A successful run C init − → C fin 5 / 25

  6. w − → C can be completed A negotiation is sound if every run C init to a successful run. 6 / 25

  7. Deterministic negotiation: δ ( n, a, p ) is at most singleton. Graph of a negotiation (see above). Local path a path in the graph of a negotiation. Acyclic negotiation when its graph is acyclic. Rem: For acyclic negotiations: sound ≡ no-deadlock. 7 / 25

  8. Soundness: every run can be completed to a successful run Deterministic acyclic negotiations Soundness in NLOGSPACE L(N) ∩ L(A)≠ ∅ NP-complete 8 / 25

  9. p k − 1 ,a k − 1 p 0 ,a 0 p 1 ,a 1 A local path n 0 − → n 1 − → . . . − → n k is realizable if it is a part of a run. Lemma Every local path is realizable. Proof Atomic negotiation n 0 is enabled in C init . Suppose n i is enabled in C i . Let C ′ i be the result of executing a i . We have C ′ i ( p ) = n i +1 By soundness from C ′ i we can reach C fin . So on the way we reach C i +1 where n i +1 is enabled. 9 / 25

  10. p k − 1 ,a k − 1 p 0 ,a 0 p 1 ,a 1 A local path n 0 − → n 1 − → . . . − → n k is realizable if it is a part of a run. Lemma Every local path is realizable. Lemma There is an execution containing m and n iff there is a pattern: 10 / 25

  11. Lemma There is an execution containing m and n iff there is a pattern: Lemma Acyclic N is not sound iff its graph has a pattern: Theorem Soundness of acyclic deterministic negotiations is N LOGSPACE -complete. 11 / 25

  12. Not everything is easy to check for deterministic acyclic negotiations 12 / 25

  13. Thm L ( N ) ∩ L ( A ) � = ∅ is NP-complete, for N an acyclic deterministic negotiation and A a deterministic finite automaton. 1 in 3 SAT ( x 1 ∨ x 2 ∨ x n ) ∧ ( x 2 ∨ x 4 ∨ x n ) ∧ . . . 2 . . . C i k L ( A ) = { C i 1 1 C i 2 k : i 1 , . . . , i k ∈ [ n ] } 13 / 25

  14. Soundness: every run can be completed to a successful run Deterministic acyclic negotiations Soundness in NLOGSPACE L(N) ∩ L(A)≠ ∅ NP-complete Verifying properties of sound acyclic deterministic negotiations some properties can be decided in PTIME races can be decided in PTIME 14 / 25

  15. Atomic negotiations may have outcomes: alloc ( x ) , read ( x ) , write ( x ) , and dealloc ( x ) . 15 / 25

  16. (1) Inconsistent data : an atomic negotiation reads or writes a variable x while another atomic negotiation is writing, allocating, or deallocating it in parallel. (2) Never destroyed : there is an execution in which a variable is allocated and then never deallocated before the execution ends. (3) Weakly redundant data : there is an execution in which a variable is written and never read before it is deallocated or the execution ends. 16 / 25

  17. (1) Inconsistent data : an atomic negotiation reads or writes a variable x while another atomic negotiation is writing, allocating, or deallocating it in parallel. (2) Never destroyed : there is an execution in which a variable is allocated and then never deallocated before the execution ends. (3) Weakly redundant data : there is an execution in which a variable is written and never read before it is deallocated or the execution ends. Thm These properties can be checked in P TIME for acyclic, deterministic, sound negotiations. 17 / 25

  18. Concurrency of two actions 18 / 25

  19. We write m � n if N has a reachable configuration C where both m and n are enabled. Thm We can decide in a linear time if in a given acyclic, deterministic, sound negotiation the two given atomic negotiations m, n satisfy m � n . Proposition m � n iff there is a run containing m, n , and there is no local path from m to n or vice versa. Thm [Kovalyov, Esparza] For all deterministic negotiations there is a cubic algorithm for this problem. 19 / 25

  20. Soundness: every run can be completed to a successful run Deterministic acyclic negotiations Soundness in NLOGSPACE L(N) ∩ L(A)≠ ∅ NP-complete Verifying properties of sound acyclic deterministic negotiations some properties can be decided in PTIME races can be decided in PTIME Soundness for bigger classes for weakly deterministic acyclic in PTIME without acyclicity coNP-hard 20 / 25

  21. Thm [Espaza, Desel] Soundness is P SPACE -complete for non-deterministic negotiations. It is CO NP-complete when they are acyclic. Thm [Esparza, Desel] Soundness is in P TIME for deterministic negotiations. Thm Soundness is in P TIME for acyclic weakly non-deterministic negotiations. Thm Soundness is CO NP-complete for very weakly non-deterministic negotiations. 21 / 25

  22. A process p is deterministic if δ ( n, a, p ) is at most a singleton, for all n, a . A negotiation is weakly non-deterministic if for every n ∈ N at least one of the processes in dom ( n ) is deterministic. Thm Soundness can be decided in P TIME for acyclic, weakly non-deterministic negotiations. 22 / 25

  23. A negotiation is weakly non-deterministic if for every n ∈ N at least one of the processes in dom ( n ) is deterministic. Lemma An acyclic weakly non-deterministic negotiation N is not sound if and only if: either its restriction N D to deterministic processes is not sound, or, for some non-deterministic process p , its restriction to p and the deterministic processes is not sound. Thm (Omitting) It can be decided in P TIME if for a given deterministic, acyclic, and sound negotiation N and a set B ⊆ N there is a successful run of N omitting B . 23 / 25

  24. A negotiation is weakly non-deterministic if for every n ∈ N at least one of the processes in dom ( n ) is deterministic. A negotiation is very weakly non-deterministic if for every n ∈ N a ∈ R and p ∈ Proc there is a deterministic process q such that q ∈ dom ( n ′ ) for all n ′ ∈ δ ( n, a, p ) . ( q decides about the next negotiation) det-acyclic: restriction to deterministic processes is acyclic. Thm Soundness of det-acyclic, very weakly non-deterministic negotiations is CO NP-complete. 24 / 25

  25. Soundness: every run can be completed to a successful run Deterministic acyclic negotiations Soundness in NLOGSPACE L(N) ∩ L(A)≠ ∅ NP-complete Verifying properties of sound acyclic deterministic negotiations some properties can be decided in PTIME races can be decided in PTIME Soundness for bigger classes for weakly deterministic acyclic in PTIME without acyclicity coNP-hard 25 / 25

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