Refining restarts strategies for SAT and UNSAT

  • Authors:
  • Gilles Audemard;Laurent Simon

  • Affiliations:
  • CRIL / CNRS UMR8188, Univ Lille-Nord de France, Lens, France;LRI / CNRS UMR8623, Univ Paris-Sud, Orsay, France

  • Venue:
  • CP'12 Proceedings of the 18th international conference on Principles and Practice of Constraint Programming
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

So-called Modern SAT solvers are built upon a few --- but essential --- ingredients: branching, learning, restarting and clause database cleaning. Most of them have been greatly improved since their first introduction, more than ten years ago. In many cases, the initial reasons that lead to their introduction do not explain anymore their current usage (for instance: very rapid restarts, aggressive clause database cleaning). Modern SAT solvers themselves share fewer and fewer properties with their ancestor, the classical backtrack search DPLL procedure. In this paper, we explore restart strategies in the light of a new vision of SAT solvers. Following the successful results of Glucose, we consider CDCL solvers as resolution-based producers of clauses. We show that this vision is particularly salient for targeting UNSAT formulae. In a second part, we show how detecting sudden increases in the number of variable assignments can help the solver to target SAT instances too. By varying our restart strategy, we show an important improvement over Glucose 2.0, the winner of the 2011 SAT Competition, category Application SAT+UNSAT formulae. Finally we would like to point out that this new version of Glucose was the winner of the SAT Challenge 2012.