Difference between revisions of "Publications/menouer.17.pdp"

From LRDE

(Created page with "{{Publication | published = true | date = 2017-03-01 | authors = Tarek Menouer, Souheib Baarir | title = Parallel Satisfiability Solver Based on Hybrid Partitioning Method | b...")
 
Line 7: Line 7:
 
| address = St. Petersburg, Russia
 
| address = St. Petersburg, Russia
 
| pages = 54 to 60
 
| pages = 54 to 60
  +
| lrdepaper = http://www.lrde.epita.fr/dload/papers/menouer.17.pdp.pdf
  +
| abstract = This paper presents a hybrid partitioning method used to improve the performance of solving a Satisfiability (SAT) problems. The principle of our approach consist firstly to apply a static partitioning to decompose the search tree in finite set of disjoint sub-trees, than assign each sub-tree to one computing core. However it is not easy to choose the relevant branching variables to partition the search tree. We propose in this context to partition the search tree according to the variables that occur more frequently then others. The advantage of this method is that it gives a good disjoint sub- trees. However, the drawback is the imbalance load between all computing cores of the system. To overcome this drawback, we propose as novelty to extend the static partitioning by combining with a new dynamic partitioning that assure a good load balancing between cores. Each time a new waiting core is detected, the dynamic partitioning selects automatically using an estimation function the computing core which has the most work to do in order to partition dynamically its sub-tree in two parts. It keeps one part and gives the second part to the waiting core. Preliminary result show that a good speedup is achieved using our hybrid method.
 
| lrdenewsdate = 2017-03-01
 
| lrdenewsdate = 2017-03-01
 
| lrdeprojects = Spot
 
| lrdeprojects = Spot
Line 22: Line 24:
 
month = mar,
 
month = mar,
 
pages = <nowiki>{</nowiki>54--60<nowiki>}</nowiki>,
 
pages = <nowiki>{</nowiki>54--60<nowiki>}</nowiki>,
year = <nowiki>{</nowiki>2017<nowiki>}</nowiki>
+
year = <nowiki>{</nowiki>2017<nowiki>}</nowiki>,
  +
abstract = <nowiki>{</nowiki>This paper presents a hybrid partitioning method used to
  +
improve the performance of solving a Satisfiability (SAT)
  +
problems. The principle of our approach consist firstly to
  +
apply a static partitioning to decompose the search tree in
  +
finite set of disjoint sub-trees, than assign each sub-tree
  +
to one computing core. However it is not easy to choose the
  +
relevant branching variables to partition the search tree.
  +
We propose in this context to partition the search tree
  +
according to the variables that occur more frequently then
  +
others. The advantage of this method is that it gives a
  +
good disjoint sub- trees. However, the drawback is the
  +
imbalance load between all computing cores of the system.
  +
To overcome this drawback, we propose as novelty to extend
  +
the static partitioning by combining with a new dynamic
  +
partitioning that assure a good load balancing between
  +
cores. Each time a new waiting core is detected, the
  +
dynamic partitioning selects automatically using an
  +
estimation function the computing core which has the most
  +
work to do in order to partition dynamically its sub-tree
  +
in two parts. It keeps one part and gives the second part
  +
to the waiting core. Preliminary result show that a good
  +
speedup is achieved using our hybrid method.<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
 
<nowiki>}</nowiki>
   

Revision as of 10:30, 10 December 2018

Abstract

This paper presents a hybrid partitioning method used to improve the performance of solving a Satisfiability (SAT) problems. The principle of our approach consist firstly to apply a static partitioning to decompose the search tree in finite set of disjoint sub-trees, than assign each sub-tree to one computing core. However it is not easy to choose the relevant branching variables to partition the search tree. We propose in this context to partition the search tree according to the variables that occur more frequently then others. The advantage of this method is that it gives a good disjoint sub- trees. However, the drawback is the imbalance load between all computing cores of the system. To overcome this drawback, we propose as novelty to extend the static partitioning by combining with a new dynamic partitioning that assure a good load balancing between cores. Each time a new waiting core is detected, the dynamic partitioning selects automatically using an estimation function the computing core which has the most work to do in order to partition dynamically its sub-tree in two parts. It keeps one part and gives the second part to the waiting core. Preliminary result show that a good speedup is achieved using our hybrid method.

Documents

Bibtex (lrde.bib)

@InProceedings{	  menouer.17.pdp,
  author	= {Tarek Menouer and Souheib Baarir},
  title		= {Parallel Satisfiability Solver Based on Hybrid
		  Partitioning Method},
  booktitle	= {Proceedings of the 25th Euromicro International Conference
		  on Parallel, Distributed and Network-based Processing
		  (PDP)},
  address	= {St. Petersburg, Russia},
  month		= mar,
  pages		= {54--60},
  year		= {2017},
  abstract	= {This paper presents a hybrid partitioning method used to
		  improve the performance of solving a Satisfiability (SAT)
		  problems. The principle of our approach consist firstly to
		  apply a static partitioning to decompose the search tree in
		  finite set of disjoint sub-trees, than assign each sub-tree
		  to one computing core. However it is not easy to choose the
		  relevant branching variables to partition the search tree.
		  We propose in this context to partition the search tree
		  according to the variables that occur more frequently then
		  others. The advantage of this method is that it gives a
		  good disjoint sub- trees. However, the drawback is the
		  imbalance load between all computing cores of the system.
		  To overcome this drawback, we propose as novelty to extend
		  the static partitioning by combining with a new dynamic
		  partitioning that assure a good load balancing between
		  cores. Each time a new waiting core is detected, the
		  dynamic partitioning selects automatically using an
		  estimation function the computing core which has the most
		  work to do in order to partition dynamically its sub-tree
		  in two parts. It keeps one part and gives the second part
		  to the waiting core. Preliminary result show that a good
		  speedup is achieved using our hybrid method.}
}