Lemma Exchange in a Microcontroller Based Parallel SAT Solver

  • Authors:
  • Tobias Schubert;Bernd Becker

  • Affiliations:
  • Albert-Ludwigs-University of Freiburg;Albert-Ludwigs-University of Freiburg

  • Venue:
  • ISVLSI '05 Proceedings of the IEEE Computer Society Annual Symposium on VLSI: New Frontiers in VLSI Design
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a new and more powerful variant of our distributed SAT procedure for Microchip PIC microcontrollers. The algorithm is an adaption of the state-of-theart solver CHAFF optimised for the limited resources of the Microchip processors. It contains features of modern SAT engines like conflict-driven learning and non-chronological backtracking as well as an efficient work stealing method to run several processors in parallel. The underlying hardware environment is a special multiprocessor system based on a PC ISA slot card holding up to 9 PIC microcontrollers. Thereby the communication topology between the computing units can be reconfigured during runtime. In this work we focus on what is sometimes called Lemma Exchange in the literature: the possibility to exchange useful information (conflict clauses / lemmas) between processors working on different parts of the search tree of the same problem instance. Besides technical aspects we also analyse the speedup obtained by Lemma Exchange and describe the effects observed during our experiments.