Download PDFOpen PDF in browser

Towards Improving the Resource Usage of SAT-solvers

13 pagesPublished: May 15, 2012

Abstract

The paper presents our work on cache analysis of SAT-solving. The aim is to study how resources are utilized by a SAT-solver and to use this knowledge to improve the resource usage in SAT-solving. The analysis is performed mainly on our CDCL-based SAT-solver and additionally on MiniSAT and PrecoSAT. The measurement is conducted using sample-based profiling on some industrial benchmark from the SAT-competition 2009. During the measurement the following hardware events are traced: total cycles, stall cycles, L2 cache hits and L2 cache misses. From the measurement results, our runtime and implementation analysis unveil that several improvements on resource usage can be done, i.e. on data structures and memory access. These improvements bring about 60% speedup of runtime performance for our solver.

Keyphrases: cache analysis, SAT solving

In: Daniel Le Berre (editor). POS-10. Pragmatics of SAT, vol 8, pages 28--40

Links:
BibTeX entry
@inproceedings{POS-10:Towards_Improving_Resource_Usage,
  author    = {Norbert Manthey and Ari Saptawijaya},
  title     = {Towards Improving the Resource Usage of SAT-solvers},
  booktitle = {POS-10. Pragmatics of SAT},
  editor    = {Daniel Le Berre},
  series    = {EPiC Series in Computing},
  volume    = {8},
  pages     = {28--40},
  year      = {2012},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/9W},
  doi       = {10.29007/3vwv}}
Download PDFOpen PDF in browser