SAT 2011 Competition: main competition (phase 2): list of solvers

List of solvers

Details on each solver


EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterYu Li
Date of submission2011-03-02 21:51
Nameadaptg2wsat2011
Version2011-03-02
AuthorsChumin LI, Yu Li, Wanxia Wei
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command lineadaptg2wsat2011 BENCHNAME RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-03-02 23:46
Nameborg-sat
Version11.03.02-industrial
AuthorsBryan Silverthorn and Risto Miikkulainen
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linepython DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
Conversion script command line
CommentsThe solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. Please contact me if you run into any issues\!
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-05-11 23:36
Nameborg-sat
Version11.03.02-par-industrial (fixed)
AuthorsBryan Silverthorn
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linepython DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
Conversion script command line
CommentsParallel industrial-instance portfolio. Only the command line differs from other borg-sat submissions.

The solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. (Please contact me if you run into any issues\!)
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-05-11 23:29
Nameborg-sat
Version11.03.02-par-random (fixed)
AuthorsBryan Silverthorn
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command linepython DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
Conversion script command line
CommentsParallel random-instance portfolio. Only the command line differs from other borg-sat submissions.

The solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. (Please contact me if you run into any issues\!)
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-03-02 23:41
Nameborg-sat
Version11.03.02-random
AuthorsBryan Silverthorn
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command linepython DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
Conversion script command line
CommentsThe solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. (Please contact me if you run into any issues\!)
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-05-11 23:33
Nameborg-sat
Version11.03.02-seq-industrial (fixed)
AuthorsBryan Silverthorn
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linepython DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
Conversion script command line
CommentsSequential industrial-instance portfolio. Only the command line differs from other borg-sat submissions.

The solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. (Please contact me if you run into any issues\!)
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Silverthorn
Date of submission2011-05-11 23:26
Nameborg-sat
Version11.03.02-seq-random (fixed)
AuthorsBryan Silverthorn
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command linepython DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
Conversion script command line
CommentsSequential random-instance portfolio. Only the command line differs from other borg-sat submissions.

The solver tarball includes a README with detailed instructions for installing the Python dependencies on CentOS 5.4. (Please contact me if you run into any issues\!)
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBenjamin Kaufmann
Date of submission2011-03-02 13:33
Nameclasp
Version2.0-R4092-crafted
AuthorsBenjamin Kaufmann
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineHOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
Conversion script command line
CommentsInstallation Instructions:
==========================
1. tar xfz clasp-2.0-R4092.tar.gz
2. cd clasp-2.0-R4092/
3. ./configure.sh --strip --static
3. cd build/release_static/
4. make
5. cp bin/clasp HOME/clasp
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBenjamin Kaufmann
Date of submission2011-03-02 18:13
Nameclaspmt
Version2.0-R4095
AuthorsBenjamin Kaufmann
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command lineHOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
Conversion script command line
CommentsInstallation Instructions:
==========================
NOTE: claspmt requires Intel Threading Building Blocks
version 3.0 or higher. Assuming the TBB header files are located
in TBB30_INSTALL_DIR/include and the TBB library files are
located in TBB30_INSTALL_DIR/lib:

1. tar xfz claspmt-2.0-R4092.tar.gz
2. cd claspmt-2.0-R4092/
3. ./configure.sh --with-mt TBB_INCLUDE=TBB30_INSTALL_DIR/include TBB_LIB=TBB30_INSTALL_DIR/lib
3. cd build/release_mt/
4. make
5. cp bin/clasp HOME/claspmt
6. cp ../../tools/sat11-port.txt HOME/
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBenjamin Kaufmann
Date of submission2011-05-12 11:03
Nameclaspmt
Version2.0-R4095-patched (fixed)
AuthorsBenjamin Kaufmann
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command lineHOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
Conversion script command line
CommentsBUG FIX FOR claspmt-2.0-R4095 which gave wrong
answers in some of the test runs.

Installation instructions and command line remain
the same.



Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMate Soos
Date of submission2011-03-02 15:16
NameCryptoMiniSat
VersionStrange-Night-2-mt
AuthorsMate Soos
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command line./strangenight2-mt --threads=NBCORE BENCHNAME
Conversion script command line
CommentsMulti-threaded version
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMate Soos
Date of submission2011-05-14 00:00
NameCryptoMiniSat
VersionStrange-Night-2-mt (fixed)
AuthorsMate Soos
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command line./strangenight2-mt --threads=NBCORE BENCHNAME
Conversion script command line
CommentsMulti-threaded version
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMate Soos
Date of submission2011-05-14 00:00
NameCryptoMiniSat
VersionStrange-Night2-st (fixed)
AuthorsMate Soos
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command line./strangenight2-st BENCHNAME
Conversion script command line
CommentsSingle-threaded version.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterAlejandro Arbelaez
Date of submission2011-03-01 12:27
Namecsls
Versionpnorm-8cores
AuthorsAlejandro Arbelaez and Youssef Hamadi
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command lineHOME/csls-pnorm -maxcores 8 BENCHNAME NBCORE RANDOMSEED
Conversion script command line
Commentscsls limited to 8 cores.

in order to compile the solver please type:

make clean
make static_pnorm
or
make clean
make pnorm
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterOliver Gableske
Date of submission2011-02-21 14:35
NameEagleUP
Version1.565.350
AuthorsOliver Gableske
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command lineHOME/EagleUP BENCHNAME RANDOMSEED
Conversion script command line
CommentsUncompress the .tar.gz file. There is a binary there. Run the solver with a formula name and random seed like ./EagleUP
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Matsuo
Date of submission2011-03-02 23:32
NameEBGlucose
Version1.0
AuthorsBryan Matsuo
Complete/IncompleteIncomplete
Is able to solveAPPLICATION
Solver command lineDIR/ebglucose.sh BENCHNAME
Conversion script command line
CommentsA hacked version of the Glucose solver.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterGilles Audemard
Date of submission2011-03-21 09:59
Nameglucose
Version2
AuthorsGilles Audemard and Laurent Simon
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command lineglucose.sh BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterHidetomo NABESHIMA
Date of submission2011-03-02 10:13
Nameglueminisat
Version2.2.5
AuthorsHidetomo NABESHIMA
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineglueminisat -compe BENCHNAME
Conversion script command line
CommentsGlueMiniSat is a SAT solver based on literal blocks distance (LBD) proposed by Audemard and Simon which is an evaluation criteria to predict learnt clauses quality in CDCL solvers. The effectiveness of LBD was shown in their SAT solver glucose at the latest SAT competition. GlueMiniSat uses a slightly restricted concept of LBD, called strict LBD, and a dynamic restart strategy based on local averages of decision levels and LBDs of learnt clauses.

Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterCarsten Sinz
Date of submission2011-03-08 03:54
NamejMiniSat
Version2011
AuthorsCarsten Sinz
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command line./jMiniSat -sc-mode BENCHNAME
Conversion script command line
CommentsjMiniSat is a Java port of MiniSat 2.2.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-03-02 14:33
NameLingeling
Version587
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linelingeling BENCHNAME
Conversion script command line
CommentsPlease try to use
./configure --competition; make
If this does not work (uses profiling and runs one
instances for about 20 seconds), then use
./configure; make
I will use the same archive for Plingeling.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-05-13 10:43
NameLingeling
Version587f (fixed)
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linelingeling BENCHNAME
Conversion script command line
Comments./configure --competition; make
If this does not work (uses profiling and runs one
instances for about 20 seconds), then use
./configure; make
I will use the same archive for Plingeling.

The fix is for a bug, that occurs if too many
literals of the same glue are kept. This
bug was triggered for Plingeling for
the 'plain' worker, but Lingeling and Plingeling
share the same source, so I submit Lingeling
also (now even with my 'profile.cnf.gz', which
I forgot to add first).
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMarijn Heule
Date of submission2011-03-02 15:23
Namemarch_rw
Version2011-03-02
AuthorsMarijn Heule
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command line./march_rw BENCHNAME
Conversion script command line
Commentsfor compilation run: make
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterTomohiro Sonobe
Date of submission2011-05-13 20:28
Nameminisat hack: cir_minisat
Version2011-05-13 (simp)
AuthorsTomohiro Sonobe
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineHOME/cir_minisat BENCHNAME
Conversion script command line
CommentsPlease type the compile command (make) in simp directory.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterAllen Van Gelder
Date of submission2011-03-03 02:39
Nameminisat hack: contrasat
Version2011-03-02
AuthorsAllen Van Gelder
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linecontrasat_release BENCHNAME
Conversion script command line
Commentstar.gz file.
find contrasat_static in Minisat-2.2.0-hack/simp/contrasat_static

this is 64-bit static binary.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBryan Matsuo
Date of submission2011-03-02 23:35
Nameminisat hack: EBMiniSAT
Version2011-03-02
AuthorsBryan Matsuo
Complete/IncompleteIncomplete
Is able to solveAPPLICATION
Solver command lineDIR/ebminisat_release BENCHNAME -verb=0
Conversion script command line
CommentsA hacked MiniSat developed in conjunction with EBGlucose in the competition main track.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterVadim Ryvchin
Date of submission2011-03-02 21:57
Nameminisat hack: LR_GL_SHR
Version2011-03-02
AuthorsVadim Ryvchin
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineHOME/lr_gl_shr BENCHNAME -verb=0 -model
Conversion script command line
CommentsThe solver contains 3 additional techniques:
1. Local Restarts
2. Glucose deletion strategy
3. Assignment stack shrinking
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-02-25 16:16
Nameminisat hack: MiniSAT
Version2.2.0-agile-26
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineminisat BENCHNAME
Conversion script command line
Commentsadded an additional top level makefile
that will produce 'minisat' in the top
level of the directory, just use
'make' to compile ...

This just adds my agility based restart heuristic
from my SAT'08 paper ...
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJean-Marie Lagniez
Date of submission2011-04-01 08:24
Nameminisat hack: minisat_psm
Version2011-04-01
AuthorsJean-Marie Lagniez
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command line./esg_static.sh BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterOlivier ROUSSEL
Date of submission2011-05-13 16:29
Nameminisat hack reference: minisat
Version2.2.0
AuthorsNiklas Sorensson
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineminisat_release BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJingchao chen
Date of submission2011-02-15 01:05
NameMPhaseSAT
Version2011-02-15
AuthorsJingchao chen
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineMPhaseSAT BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJingchao chen
Date of submission2011-05-14 07:59
NameMPhaseSAT64
Version2011-05-14 (fixed)
AuthorsJingchao chen
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineMPhaseSAT64 BENCHNAME
Conversion script command line
CommentsIn function Loadsolver(decision_limit,...), because the memory of Clit is destroyed,
the initial version results in a SEGMENTATION
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJingchao chen
Date of submission2011-02-16 01:12
NameMPhaseSAT_M
Version2011-02-16
AuthorsJingchao chen
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command lineMPhaseSAT_M BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-02-23 11:23
NamePicoSAT
Version941
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command linepicosat BENCHNAME
Conversion script command line
Comments./configure && make

(will also compile 'picomus' and 'picogcnf', but
I will upload those for the respective tracks
seperately using the same tar file).
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-03-02 14:35
NamePlingeling
Version587
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineplingeling -t NBCORE BENCHNAME
Conversion script command line
CommentsLingeling and Plingeling are compiled together,
since they share the same base library. I also
submitted the same archive for Lingeling and
for Plingeling. As with Lingeling pleas try
to use
./configure --competition; make
This will run and profile Lingeling for a second
compilation. The run will take approximately 20 seconds.
Again if this does not work, use the following:
./configure; make
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2011-05-13 10:46
NamePlingeling
Version587f (fixed)
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command lineplingeling -t NBCORE BENCHNAME
Conversion script command line
Comments./configure --competition; make
If this does not work (uses profiling and runs one
instances for about 20 seconds), then use
./configure; make
I will use the same archive for Lingeling.

The fix is for a bug, that occurs if too many
literals of the same glue are kept. This
bug was triggered for Plingeling for
the 'plain' worker, but Lingeling and Plingeling
share the same source, so I submitted Lingeling
also (now even with my 'profile.cnf.gz', which
I forgot to add first).
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterOlivier ROUSSEL
Date of submission2011-03-03 22:54
Nameppfolio
Versionpar
AuthorsOlivier ROUSSEL
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
RANDOM
Solver command lineppfolio BENCHNAME
Conversion script command line
CommentsA very naive portfolio
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterOlivier ROUSSEL
Date of submission2011-03-03 22:54
Nameppfolio
Versionseq
AuthorsOlivier ROUSSEL
Complete/IncompleteComplete
Is able to solveCRAFTED
RANDOM
Solver command lineppfolio --nbcore=1 BENCHNAME
Conversion script command line
CommentsA very naive portfolio
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterNorbert Manthey
Date of submission2011-03-02 16:36
Namepriss
Version1.0
AuthorsNorbert Manthey
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineDIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
Conversion script command line
CommentsBuild solver:

make clean
make priss
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterChi-An Wu
Date of submission2011-05-12 19:12
NameQuteRSat
Version2011-05-12 (fixed)
AuthorsChi-An Wu
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command linequtersat_release BENCHNAME RANDOMSEED
Conversion script command line
CommentsI fixed two bugs:

1. Because of memory limitation causing bad allocations,
I lower the limitation of cut generation in src/techmap/tmCut.cpp

2. The function about XORs and Partition has errors,
I turn off them in
src/techmap/tmSat.cpp
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJean-Marie Lagniez
Date of submission2011-04-01 16:43
Namercl
Version2011-04-01
AuthorsJean-Marie Lagniez
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command line./esg_static.sh BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterAntonio Ramos
Date of submission2011-03-02 16:19
NameRestartSAT
VersionB95
AuthorsPeter van der Tak, Marijn Heule, Antonio Ramos
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
Solver command lineHOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterStephan Kottler
Date of submission2011-05-15 00:58
NameSApperloT2010
Version2011-05-15 (fixed)
AuthorsStephan Kottler and Christian Zielke
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineSApperloT2010 BENCHNAME
Conversion script command line
CommentsBy mistake, I had chosen a wrong cvs branch for submission.
I did not change the complete version now, but only incorporated the modifications that are necessary for soundness (as e.g. the very stupid error with a shift of indexes in the printed values line).
I'm sorry for the inconveniences\!
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterStephan Kottler
Date of submission2011-05-15 23:00
NameSArTagnan
Version2011-05-15 (fixed)
AuthorsStephan Kottler
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineSArTagnan BENCHNAME -threads=NBCORE
Conversion script command line
CommentsCorrect elimination of binary clauses in combination with DMRP. I'm sorry for any inconvenience\!
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterNiklas Sorensson
Date of submission2007-02-08 18:08
NameSAT07 reference solver: minisat
VersionSAT 2007
AuthorsNiklas Sorensson and Niklas Een
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineHOME/minisat_noassertions BENCHNAME
Conversion script command line
Commentseen
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterBenjamin Kaufmann
Date of submission2009-03-21 13:43
NameSAT09 reference solver: clasp
Version1.2.0-SAT09-32
AuthorsBenjamin Kaufmann
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineHOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
Conversion script command line
CommentsBuild instructions:
1. unzip archive
2. cd clasp
3. make rs32
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterGilles Audemard
Date of submission2009-03-09 15:31
NameSAT09 reference solver:glucose
Version1.0
AuthorsGilles Audemard and Laurent Simon
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineglucose.sh BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterDuc-Nghia Pham
Date of submission2009-03-22 22:45
NameSAT09 reference solver: gnovelty+2
Version2009-03-22
AuthorsDuc-Nghia Pham and Charles Gretton
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command lineHOME/gnovelty+2 BENCHNAME RANDOMSEED
Conversion script command line
CommentsPlease install boost 1.38 and update the path in Makefile before compiling
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterLakhdar SAIS
Date of submission2009-03-20 21:08
NameSAT09 reference solver: ManySAT 1.1
Versionaimd 1/2009-03-20
AuthorsYoussef Hamadi, Saïd Jabbour, Lakhdar Saïs
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command linemanysat.sh BENCHNAME aimd 1
Conversion script command line
CommentsThere are three versions submitted which can be distinguished with one parameter, aimd (0,1 or 2):

manysat.sh BENCHNAME aimd 0

manysat.sh BENCHNAME aimd 1

manysat.sh BENCHNAME aimd 2
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMarijn Heule
Date of submission2009-03-22 17:59
NameSAT09 reference solver: march_hi
Versionhi
AuthorsMarijn Heule
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command lineHOME/march_hi BENCHNAME
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterArmin Biere
Date of submission2009-03-22 09:20
NameSAT09 reference solver:precosat
Version236
AuthorsArmin Biere
Complete/IncompleteComplete
Is able to solveAPPLICATION
Solver command lineHOME/precosat BENCHNAME
Conversion script command line
Comments./configure && make
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterLin Xu
Date of submission2009-03-22 21:49
NameSAT09 reference solver: SATzilla2009_C
Version2009-03-22
AuthorsLin Xu, Frank Hutter, Holger H. Hoos and Kevin Leyton-Brown
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command lineHOME/SATzilla2009_C BENCHNAME
Conversion script command line
CommentsSATzilla2009 for CRAFTED
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterLin Xu
Date of submission2009-03-22 21:39
NameSAT09 reference solver: SATzilla2009_R
Version2009-03-22
AuthorsLin Xu, Frank Hutter, Holger H. Hoos and Kevin Leyton-Brown
Complete/IncompleteComplete
Is able to solveRANDOM
Solver command lineHOME/SATzilla2009_R BENCHNAME
Conversion script command line
CommentsSATzilla2009 for RANDOM
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterWanxia Wei
Date of submission2009-03-22 21:54
NameSAT09 reference solver: TNM
Version2009-03-22
AuthorsWanxia Wei and Chu Min Li
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command lineHOME/TNM BENCHNAME RANDOMSEED
Conversion script command line
CommentsDear Organizers:

The make file that I will submit works fine on the severs I use. When running this solver, two options are needed: the first one is the name of the instance file and the second one is a random seed. If there is any problem with the make file and options, please let me know. Thanks!

Wanxia
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterJean-Marie Lagniez
Date of submission2011-04-01 16:42
Namesathys
Version2011-04-01
AuthorsJean-Marie Lagniez
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command line./esg_static.sh BENCHNAME rnovelty
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMeinolf Sellmann
Date of submission2011-03-18 04:28
NameSatisfiability Solver Selector
Version2011-03-18
AuthorsMeinolf Sellmann
Complete/IncompleteComplete
Is able to solveAPPLICATION
CRAFTED
RANDOM
Solver command linepython portfolio_solver.py -t TIMELIMIT -s RANDOMSEED BENCHNAME
Conversion script command line
CommentsDear Organizers,

Coach is invoked through a python script. It is important that this script is called from within the coach-1.0 directory.

Before the solver can be used for the first time with any given TMPDIR, the script coach-executables-test.sh
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterChumin Li
Date of submission2011-03-02 21:27
Namesattime
Version2011-03-02
AuthorsChumin Li, Yu Li
Complete/IncompleteIncomplete
Is able to solveCRAFTED
Solver command linesattime BENCHNAME RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterYu Li
Date of submission2011-03-02 21:43
Namesattime+
Version2011-03-02
AuthorsChumin LI, Yu Li
Complete/IncompleteIncomplete
Is able to solveCRAFTED
Solver command linesattime+ BENCHNAME RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterChumin Li
Date of submission2011-03-02 22:07
Namesattime2011
Version2011-03-02
AuthorsChumin Li, Yu Li
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command linesattime2011 BENCHNAME RANDOMSEED
Conversion script command line
Comments
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterMichael Ostapenko
Date of submission2011-04-04 17:55
NameSol
Version2011-04-04
AuthorsMichael Ostapenko
Complete/IncompleteComplete
Is able to solveCRAFTED
Solver command linemono Main.exe BENCHNAME
Conversion script command line
Commentsa replacement for the previous submission.
a couple of minor bugs have been corrected.
Solver files and checksums
[Show/Hide files]

EventSAT 2011 Competition: main competition (phase 2)
TypeSAT
SubmitterAdrian Balint
Date of submission2011-03-02 22:53
Namesparrow2011
Versionsparrow2011_ubcsat1.2_2011-03-02
AuthorsAdrian Balint & Andreas Froehlich and Dave Tompkins & Holger Hoos
Complete/IncompleteIncomplete
Is able to solveRANDOM
Solver command linesparrow2011 BENCHNAME RANDOMSEED
Conversion script command line
CommentsWe've provided a 32bit binary just in case, but use the sparrow2011 binary.

please contact Dave Tompkins [davet@cs.ubc.ca] for any technical issues regarding the submission.

Solver files and checksums
[Show/Hide files]