Modeling Data in Formal Verification Bits, Bit Vectors, or Words

Slides:



Advertisements
Similar presentations
Exploiting SAT solvers in unbounded model checking
Advertisements

Copyright 2000 Cadence Design Systems. Permission is granted to reproduce without modification. Introduction An overview of formal methods for hardware.
Satisfiability modulo the Theory of Bit Vectors
50.530: Software Engineering
SMT Solvers (an extension of SAT) Kenneth Roe. Slide thanks to C. Barrett & S. A. Seshia, ICCAD 2009 Tutorial 2 Boolean Satisfiability (SAT) ⋁ ⋀ ¬ ⋁ ⋀
Panel on Decision Procedures Panel on Decision Procedures Randal E. Bryant Lintao Zhang Nils Klarlund Harald Ruess Sergey Berezin Rajeev Joshi.
SAT and Model Checking. Bounded Model Checking (BMC) A.I. Planning problems: can we reach a desired state in k steps? Verification of safety properties:
PROOF TRANSLATION AND SMT LIB CERTIFICATION Yeting Ge Clark Barrett SMT 2008 July 7 Princeton.
Department of Electrical and Computer Engineering M.A. Basith, T. Ahmad, A. Rossi *, M. Ciesielski ECE Dept. Univ. Massachusetts, Amherst * Univ. Bretagne.
On the Use of Automata Techniques to Decide Satisfiability Mia Minnes May 3, 2005.
Randal E. Bryant Carnegie Mellon University SRC ‘07 Word-Level Modeling and Verification of Systems Using Selective Term-Level Abstraction Sanjit A. Seshia.
Interpolants [Craig 1957] G(y,z) F(x,y)
1 Satisfiability Modulo Theories Sinan Hanay. 2 Boolean Satisfiability (SAT) Is there an assignment to the p 1, p 2, …, p n variables such that  evaluates.
Modeling Data in Formal Verification Bits, Bit Vectors, or Words Randal E. Bryant Carnegie Mellon University.
Bit Vector Decision Procedures A Basis for Reasoning about Hardware & Software Randal E. Bryant Carnegie Mellon University.
1 Predicate Abstraction of ANSI-C Programs using SAT Edmund Clarke Daniel Kroening Natalia Sharygina Karen Yorav (modified by Zaher Andraus for presentation.
1 Deciding separation formulas with SAT Ofer Strichman Sanjit A. Seshia Randal E. Bryant School of Computer Science, Carnegie Mellon University.
Modeling Data in Formal Verification Bits, Bit Vectors, or Words Randal E. Bryant Carnegie Mellon University.
SAT-Based Decision Procedures for Subsets of First-Order Logic
Technion 1 Generating minimum transitivity constraints in P-time for deciding Equality Logic Ofer Strichman and Mirron Rozanov Technion, Haifa, Israel.
1 Backdoors To Typical Case Complexity Ryan Williams Carnegie Mellon University Joint work with: Carla Gomes and Bart Selman Cornell University.
Technion 1 (Yet another) decision procedure for Equality Logic Ofer Strichman and Orly Meir Technion.
Computing Over­Approximations with Bounded Model Checking Daniel Kroening ETH Zürich.
1 A propositional world Ofer Strichman School of Computer Science, Carnegie Mellon University.
Formal Verification of SpecC Programs using Predicate Abstraction Himanshu Jain Daniel Kroening Edmund Clarke Carnegie Mellon University.
On Solving Presburger and Linear Arithmetic with SAT Ofer Strichman Carnegie Mellon University.
Daniel Kroening and Ofer Strichman 1 Decision Procedures in First Order Logic Decision Procedures for Equality Logic.
Daniel Kroening and Ofer Strichman Decision Procedure
272: Software Engineering Fall 2012 Instructor: Tevfik Bultan Lecture 4: SMT-based Bounded Model Checking of Concurrent Software.
SAT and SMT solvers Ayrat Khalimov (based on Georg Hofferek‘s slides) AKDV 2014.
Solvers for the Problem of Boolean Satisfiability (SAT) Will Klieber Aug 31, 2011 TexPoint fonts used in EMF. Read the TexPoint manual before you.
Introduction to Satisfiability Modulo Theories
Inferring Specifications to Detect Errors in Code Mana Taghdiri Presented by: Robert Seater MIT Computer Science & AI Lab.
Daniel Kroening and Ofer Strichman 1 Decision Procedures An Algorithmic Point of View BDDs.
1 The Theory of NP-Completeness 2 Cook ’ s Theorem (1971) Prof. Cook Toronto U. Receiving Turing Award (1982) Discussing difficult problems: worst case.
Propositional Calculus CS 270: Mathematical Foundations of Computer Science Jeremy Johnson.
Modeling Data in Formal Verification Bits, Bit Vectors, or Words Karam AbdElkader Based on: Presentations form Randal E. Bryant - Carnegie Mellon University.
On the Relation between SAT and BDDs for Equivalence Checking Sherief Reda Rolf Drechsler Alex Orailoglu Computer Science & Engineering Dept. University.
Verification & Validation By: Amir Masoud Gharehbaghi
Symbolic and Concolic Execution of Programs Information Security, CS 526 Omar Chowdhury 10/7/2015Information Security, CS 5261.
Verifying Programs with BDDs Topics Representing Boolean functions with Binary Decision Diagrams Application to program verification class-bdd.ppt
© 2006 Carnegie Mellon University Introduction to CBMC: Part 1 Software Engineering Institute Carnegie Mellon University Pittsburgh, PA Arie Gurfinkel,
CS357 Lecture 13: Symbolic model checking without BDDs Alex Aiken David Dill 1.
Daniel Kroening and Ofer Strichman 1 Decision Procedures An Algorithmic Point of View Basic Concepts and Background.
Knowledge Repn. & Reasoning Lecture #9: Propositional Logic UIUC CS 498: Section EA Professor: Eyal Amir Fall Semester 2005.
© 2006 Carnegie Mellon University Introduction to CBMC: Part 1 Software Engineering Institute Carnegie Mellon University Pittsburgh, PA Arie Gurfinkel,
Daniel Kroening and Ofer Strichman 1 Decision Procedures in First Order Logic Decision Procedures for Equality Logic.
SAT for Software Model Checking Introduction to SAT-problem for newbie
Automatic Test Generation
Computational Complexity Theory
Hybrid BDD and All-SAT Method for Model Checking
SS 2017 Software Verification Bounded Model Checking, Outlook
Instructor: David Ferry
Lazy Proofs for DPLL(T)-Based SMT Solvers
Solving Linear Arithmetic with SAT-based MC
Introduction to Software Verification
Satisfiability Modulo Theories
Lifting Propositional Interpolants to the Word-Level
LPSAT: A Unified Approach to RTL Satisfiability
Property Directed Reachability with Word-Level Abstraction
Programming Languages 2nd edition Tucker and Noonan
Over-Approximating Boolean Programs with Unbounded Thread Creation
ECE 667 Synthesis and Verification of Digital Circuits
A Progressive Approach for Satisfiability Modulo Theories
Resolution Proofs for Combinational Equivalence
Recent from Dr. Dan Lo regarding 12/11/17 Dept Exam
Verifying Programs with BDDs Sept. 22, 2006
Automatic Abstraction of Microprocessors for Verification
Instructor: Aaron Roth
Programming Languages 2nd edition Tucker and Noonan
Presentation transcript:

Modeling Data in Formal Verification Bits, Bit Vectors, or Words Randal E. Bryant Carnegie Mellon University http://www.cs.cmu.edu/~bryant

Overview Issue Approaches How should data be modeled in formal analysis? Verification, test generation, security analysis, … Approaches Bits: Every bit is represented individually Basis for most CAD, model checking Words: View each word as arbitrary value E.g., unbounded integers Historic program verification work Bit Vectors: Finite precision words Captures true semantics of hardware and software More opportunities for abstraction than with bits

Bit-Level Modeling Represent Every Bit of State Individually Control Logic Data Path Com. Log. 1 Com.Log. 2 Represent Every Bit of State Individually Behavior expressed as Boolean next-state over current state Historic method for most CAD, testing, and verification tools E.g., model checkers

Bit-Level Modeling in Practice Strengths Allows precise modeling of system Well developed technology BDDs & SAT for Boolean reasoning Limitations Every state bit introduces two Boolean variables Current state & next state Overly detailed modeling of system functions Don’t want to capture full details of FPU Making It Work Use extensive abstraction to reduce bit count Hard to abstract functionality

Word-Level Abstraction #1: Bits → Integers x0 x1 x  x2 xn-1 View Data as Symbolic Words Arbitrary integers No assumptions about size or encoding Classic model for reasoning about software Can store in memories & registers

What do we do about logic functions? Abstracting Data Bits Control Logic Data Path Com. Log. 1 Com.Log. 2 Data Path Com. Log. 1 ? What do we do about logic functions?

Word-Level Abstraction #2: Uninterpreted Functions ALU f For any Block that Transforms or Evaluates Data: Replace with generic, unspecified function Only assumed property is functional consistency: a = x  b = y  f (a, b) = f (x, y)

Abstracting Functions Control Logic Data Path F1 F2 Com. Log. 1 Com. Log. 1 For Any Block that Transforms Data: Replace by uninterpreted function Ignore detailed functionality Conservative approximation of actual system

Word-Level Modeling: History Historic Used by theorem provers More Recently Burch & Dill, CAV ’94 Verify that pipelined processor has same behavior as unpipelined reference model Use word-level abstractions of data paths and memories Use decision procedure to determine equivalence Bryant, Lahiri, Seshia, CAV ’02 UCLID verifier Tool for describing & verifying systems at word level

Pipeline Verification Example Pipelined Processor Reference Model

Abstracted Pipeline Verification Pipelined Processor Reference Model

Experience with Word-Level Modeling Powerful Abstraction Tool Allows focus on control of large-scale system Can model systems with very large memories Hard to Generate Abstract Model Hand-generated: how to validate? Automatic abstraction: limited success Andraus & Sakallah, DAC 2004 Realistic Features Break Abstraction E.g., Set ALU function to A+0 to pass operand to output Desire Should be able to mix detailed bit-level representation with abstracted word-level representation

Bit Vectors: Motivating Example #1 int abs(int x) { int mask = x>>31; return (x ^ mask) + ~mask + 1; } int test_abs(int x) { return (x < 0) ? -x : x; } Do these functions produce identical results? Strategy Represent and reason about bit-level program behavior Specific to machine word size, integer representations, and operations

Motivating Example #2 void fun() { char fmt[16]; fgets(fmt, 16, stdin); fmt[15] = '\0'; printf(fmt); } Is there an input string that causes value 234 to be written to address a4a3a2a1? Answer Yes: "a1a2a3a4%230g%n" Depends on details of compilation But no exploit for buffer size less than 8 [Ganapathy, Seshia, Jha, Reps, Bryant, ICSE ’05]

Motivating Example #3 bit[W] popSpec(bit[W] x) { int cnt = 0; for (int i=0; i<W; i++) { if (x[i]) cnt++; } return cnt; bit[W] popSketch(bit[W] x) { loop (??) { x = (x&??) + ((x>>??)&??); } return x; Is there a way to expand the program sketch to make it match the spec? Answer W=16: [Solar-Lezama, et al., ASPLOS ‘06] x = (x&0x5555) + ((x>>1)&0x5555); x = (x&0x3333) + ((x>>2)&0x3333); x = (x&0x0077) + ((x>>8)&0x0077); x = (x&0x000f) + ((x>>4)&0x000f);

Pipelined Microprocessor Sequential Reference Model Motivating Example #4 Pipelined Microprocessor Sequential Reference Model Is pipelined microprocessor identical to sequential reference model? Strategy Represent machine instructions, data, and state as bit vectors Compatible with hardware description language representation Verifier finds abstractions automatically

Bit Vector Formulas Fixed width data words Arithmetic operations Add/subtract/multiply/divide, … Two’s complement, unsigned, … Bit-wise logical operations Bitwise and/or/xor, shift/extract, concatenate Predicates ==, <= Task Is formula satisfiable? E.g., a > 0 && a*a < 0 50000 * 50000 = -1794967296 (on 32-bit machine)

Decision Procedures Boolean SAT SAT Modulo Theories (SMT) Core technology for formal reasoning Boolean SAT Pure Boolean formula SAT Modulo Theories (SMT) Support additional logic fragments Example theories Linear arithmetic over reals or integers Functions with equality Bit vectors Combinations of theories Formula Decision Procedure Satisfying solution Unsatisfiable (+ proof)

Recent Progress in SAT Solving

BV Decision Procedures: Some History B.C. (Before Chaff) String operations (concatenate, field extraction) Linear arithmetic with bounds checking Modular arithmetic Limitations Cannot handle full range of bit-vector operations

BV Decision Procedures: Using SAT SAT-Based “Bit Blasting” Generate Boolean circuit based on bit-level behavior of operations Convert to Conjunctive Normal Form (CNF) and check with best available SAT checker Handles arbitrary operations Effective in Many Applications CBMC [Clarke, Kroening, Lerda, TACAS ’04] Microsoft Cogent + SLAM [Cook, Kroening, Sharygina, CAV ’05] CVC-Lite [Dill, Barrett, Ganesh], Yices [deMoura, et al]

Bit-Vector Challenge Is there a better way than bit blasting? Requirements Provide same functionality as with bit blasting Find abstractions based on word-level structure Improve on performance of bit blasting Observation Must have bit blasting at core Only approach that covers full functionality Want to exploit special cases Formula satisfied by small values Simple algebraic properties imply unsatisfiability Small unsatisfiable core Solvable by modular arithmetic …

Some Recent Ideas Iterative Approximation Using Modular Arithmetic UCLID: Bryant, Kroening, Ouaknine, Seshia, Strichman, Brady, TACAS ’07 Use bit blasting as core technique Apply to simplified versions of formula Successive approximations until solve or show unsatisfiable Using Modular Arithmetic STP: Ganesh & Dill, CAV ’07 Algebraic techniques to solve special case forms Layered Approach MathSat: Bruttomesso, Cimatti, Franzen, Griggio, Hanna, Nadel, Palti, Sebastiani, CAV ’07 Use successively more detailed solvers

Iterative Approach Background: Approximating Formula   + Overapproximation + More solutions: If unsatisfiable, then so is   Original Formula Underapproximation −   − Fewer solutions: Satisfying solution also satisfies  Example Approximation Techniques Underapproximating Restrict word-level variables to smaller ranges of values Overapproximating Replace subformula with Boolean variable

Starting Iterations  1− Initial Underapproximation (Greatly) restrict ranges of word-level variables Intuition: Satisfiable formula often has small-domain solution

First Half of Iteration 1+ UNSAT proof: generate overapproximation  If SAT, then done 1− SAT Result for 1− Satisfiable Then have found solution for  Unsatisfiable Use UNSAT proof to generate overapproximation 1+ (Described later)

Second Half of Iteration If UNSAT, then done 1+ SAT: Use solution to generate refined underapproximation 2−  1− SAT Result for 1+ Unsatisfiable Then have shown  unsatisfiable Satisfiable Solution indicates variable ranges that must be expanded Generate refined underapproximation

Iterative Behavior 2+ 1+ Underapproximations k+ Overapproximations Successively more precise abstractions of  Allow wider variable ranges Overapproximations No predictable relation UNSAT proof not unique    k+  k−    2− 1−

Overall Effect 2+ 1+ Soundness k+ Completeness  k− 2− 1−    k− 2+ k+ Soundness Only terminate with solution on underapproximation Only terminate as UNSAT on overapproximation Completeness Successive underapproximations approach  Finite variable ranges guarantee termination In worst case, get k−   UNSAT SAT

Generating Overapproximation Given Underapproximation 1− Bit-blasted translation of 1− into Boolean formula Proof that Boolean formula unsatisfiable Generate Overapproximation 1+ If 1+ satisfiable, must lead to refined underapproximation Generate 2− such that 1−  2−    1− 1+ UNSAT proof: generate overapproximation 2−

Bit-Vector Formula Structure DAG representation to allow shared subformulas x + 2 z  1 x % 26 = v w & 0xFFFF = x x = y a 

Structure of Underapproximation Range Constraints w x y z Æ x + 2 z  1 x % 26 = v w & 0xFFFF = x x = y a − Linear complexity translation to CNF Each word-level variable encoded as set of Boolean variables Additional Boolean variables represent subformula values

Encoding Range Constraints Explicit View as additional predicates in formula Implicit Reduce number of variables in encoding Constraint Encoding 0  w  8 0 0 0 ··· 0 w2w1w0 −4  x  4 xsxsxs··· xsxsx1x0 Yields smaller SAT encodings Range Constraints w x 0  w  8  −4  x  4

UNSAT Proof Subset of clauses that is unsatisfiable Clause variables define portion of DAG Subgraph that cannot be satisfied with given range constraints Range Constraints w x y z Æ x = y Ç x + 2 z  1 Æ : a Æ Ç w & 0xFFFF = x Ç x % 26 = v

Extracting Circuit from UNSAT Proof Subgraph that cannot be satisfied with given range constraints Even when replace rest of graph with unconstrained variables Range Constraints w x y z Æ x = y Ç x + 2 z  1 Æ : UNSAT a Æ Ç b1 b2

Generated Overapproximation Remove range constraints on word-level variables Creates overapproximation Ignores correlations between values of subformulas x = y Ç x + 2 z  1 Æ : a 1+ Æ Ç b1 b2

Refinement Property Claim 1+ 1+ has no solutions that satisfy 1−’s range constraints Because 1+ contains portion of 1− that was shown to be unsatisfiable under range constraints Range Constraints w x y z Æ x = y Ç x + 2 z  1 Æ : UNSAT a Æ 1+ Ç b1 b2

Refinement Property (Cont.) Consequence Solving 1+ will expand range of some variables Leading to more exact underapproximation 2− x = y Ç x + 2 z  1 Æ : a 1+ Æ Ç b1 b2

Effect of Iteration 1+  2− 1− Each Complete Iteration SAT: Use solution to generate refined underapproximation 2− UNSAT proof: generate overapproximation  1− Each Complete Iteration Expands ranges of some word-level variables Creates refined underapproximation

Approximation Methods So Far Range constraints Underapproximate by constraining values of word-level variables Subformula elimination Overapproximate by assuming subformula value arbitrary General Requirements Systematic under- and over-approximations Way to connect from one to another Goal: Devise Additional Approximation Strategies

Function Approximation Example 1 else y § * x y Motivation Multiplication (and division) are difficult cases for SAT §: Prohibit Via Additional Range Constraints Gives underapproximation Restricts values of (possibly intermediate) terms §: Abstract as f (x,y) Overapproximate as uninterpreted function f Value constrained only by functional consistency

Results: UCLID BV vs. Bit-blasting [results on 2.8 GHz Xeon, 2 GB RAM] UCLID always better than bit blasting Generally better than other available procedures SAT time is the dominating factor

Challenges with Iterative Approximation Formulating Overall Strategy Which abstractions to apply, when and where How quickly to relax constraints in iterations Which variables to expand and by how much? Too conservative: Each call to SAT solver incurs cost Too lenient: Devolves to complete bit blasting. Predicting SAT Solver Performance Hard to predict time required by call to SAT solver Will particular abstraction simplify or complicate SAT? Combination Especially Difficult Multiple iterations with unpredictable inner loop

STP: Linear Equation Solving Ganesh & Dill, CAV ’07 Solve linear equations over integers mod 2w Capture range of solutions with Boolean Variables Example Problem Variables: 3-bit unsigned integers x: [x2 x1 x0] y: [y2 y1 y0] z: [z2 z1 z0] Linear equations: conjunction of linear constraints General Form A x = b mod 2w 3x + 4y + 2z = 0 mod 8 2x + 2y + 2

Solution Method Equations Some Number Theory Odd number has multiplicative inverse mod 2w Mod 8: 3−1 = 3 Additive inverse mod 2w: −x = 2w − x Mod 8: −4 = 4 −2 = 6 Solve first equation for x: 3x + 4y + 2z = 0 mod 8 2x + 2y + 2 3·3x = 3·4y + 3·6z mod 8 x = 4y + 2z mod 8

Solution Method (cont.) Substitutions 2x + 2y + 2 = 0 mod 8 + 4y + 2z x = 4y + 2z mod 8 2(4y+2z) + 2y + 2 = 0 mod 8 + 4y + 2z 2y + 4z + 2 = 0 mod 8 4y + 6z

What if All Coefficients Even? Result of Substitutions Even numbers do not have multiplicative inverses mod 8 Observation Can divide through and reduce modulus 2y + 4z + 2 = 0 mod 8 4y + 6z y + 2z + 1 = 0 mod 4 2y + 3z y = 2z + 3 mod 4 z = 2 mod 4 y = 3 mod 4

General Solutions Back Substitution Original variables: 3-bit unsigned integers x: [x2 x1 x0] y: [y2 y1 y0] z: [z2 z1 z0] Solutions Constrained variables y: [y2 1 1] z: [z2 1 0] Back Substitution x: [0 0 0] y = 3 mod 4 z = 2 mod 4 x = 4y + 6z mod 8 x = mod 8

Linear Equation Solutions Encoding All Possible Solutions x: [0 0 0] y: [y2 1 1] z: [z2 1 0] y2, z2 arbitrary Boolean variables 4 possible solutions (out of original 512) General Principle Form of LU decomposition Polynomial time algorithm Boolean variables in solution to express set of solutions Only works when have conjunction of linear constraints 3x + 4y + 2z = 0 mod 8 2x + 2y + 2

Layered Solver DPLL(T) Framework Bruttomesso, et al, CAV ’07 Part of MathSAT project DPLL(T) Framework SAT solver coupled with solver for mathematical theory T BV theory solver works with conjunctions of constraints

DPLL(T): Formula Structure Atoms Boolean Structure x + 2 z  1 x % 26 = v w & 0xFFFF = x x = y x << 1 > y  Atoms Predicates applied to bit-vector expressions Boolean Variables

DPLL(T): Operation     Actions 1 Actions DPLL engine satisfies Boolean portion Theory solver determines whether resulting conjunction of atoms satifiable     x = y x + 2 z > 1 x << 1 > y w & 0xFFFF ≠ x x % 26 = v Solver provides information to DPLL engine to aid search Nonchronological backtracking Conflict clause generation Successful approach for other decision procedures

MathSAT Layers Layers Uses increasingly detailed solver layers Only progress if can’t find conflict using more abstract rules Layers Equality with uninterpreted functions Treats all bit-level functions and operators as uninterpreted Simple handling of concatenations, extractions, and transitivity Full solver using linear arithmetic + SAT

Summary: Modeling Levels Bits Limited ability to scale Hard to apply functional abstractions Words Allows abstracting data while precisely representing control Overlooks finite word-size effects Bit Vectors Realistic semantic model for hardware & software Captures all details of actual operation Detects errors related to overflow and other artifacts of finite representation Can apply abstractions found at word-level

Areas of Agreement SAT-Based Framework Is Only Logical Choice SAT solvers are good & getting better Want to Automatically Exploit Abstractions Function structure Arithmetic properties E.g., associativity, commutativity Arithmetic reductions E.g., LU decomposition Base Level Should Be SAT Only semantically complete approach

Choices Optimize for Special Formula Classes Iterative Abstraction E.g., STP optimized for conjunctions of constraints Common in software verification & testing Iterative Abstraction Natural framework for attempting different abstractions Having SAT solver in inner loop makes performance tuning difficult DPLL(T) Framework Theory solver only deals with conjunctions May need to invoke SAT solver in inner loop Hard to coordinate outer and inner search procedures Others?

Observations Bit-Vector Modeling Gaining in Popularity Recognition of importance Benchmarks and competitions Just Now Improving on Bit Blasting + SAT Lots More Work to be Done