Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Yu Li |
Date of submission | 2011-03-02 21:51 |
Name | adaptg2wsat2011 |
Version | 2011-03-02 |
Authors | Chumin LI, Yu Li, Wanxia Wei |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | adaptg2wsat2011 BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-03-02 23:46 |
Name | borg-sat |
Version | 11.03.02-industrial |
Authors | Bryan Silverthorn and Risto Miikkulainen |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE |
Conversion script command line | |
Comments | 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-05-11 23:36 |
Name | borg-sat |
Version | 11.03.02-par-industrial (fixed) |
Authors | Bryan Silverthorn |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE |
Conversion script command line | |
Comments | Parallel 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-05-11 23:29 |
Name | borg-sat |
Version | 11.03.02-par-random (fixed) |
Authors | Bryan Silverthorn |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE |
Conversion script command line | |
Comments | Parallel 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-03-02 23:41 |
Name | borg-sat |
Version | 11.03.02-random |
Authors | Bryan Silverthorn |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE |
Conversion script command line | |
Comments | 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-05-11 23:33 |
Name | borg-sat |
Version | 11.03.02-seq-industrial (fixed) |
Authors | Bryan Silverthorn |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT |
Conversion script command line | |
Comments | Sequential 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Silverthorn |
Date of submission | 2011-05-11 23:26 |
Name | borg-sat |
Version | 11.03.02-seq-random (fixed) |
Authors | Bryan Silverthorn |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT |
Conversion script command line | |
Comments | Sequential 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Benjamin Kaufmann |
Date of submission | 2011-03-02 13:33 |
Name | clasp |
Version | 2.0-R4092-crafted |
Authors | Benjamin Kaufmann |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | HOME/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 | |
Comments | Installation 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Benjamin Kaufmann |
Date of submission | 2011-03-02 18:13 |
Name | claspmt |
Version | 2.0-R4095 |
Authors | Benjamin Kaufmann |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME |
Conversion script command line | |
Comments | Installation 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Benjamin Kaufmann |
Date of submission | 2011-05-12 11:03 |
Name | claspmt |
Version | 2.0-R4095-patched (fixed) |
Authors | Benjamin Kaufmann |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME |
Conversion script command line | |
Comments | BUG 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Mate Soos |
Date of submission | 2011-03-02 15:16 |
Name | CryptoMiniSat |
Version | Strange-Night-2-mt |
Authors | Mate Soos |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | ./strangenight2-mt --threads=NBCORE BENCHNAME |
Conversion script command line | |
Comments | Multi-threaded version |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Mate Soos |
Date of submission | 2011-05-14 00:00 |
Name | CryptoMiniSat |
Version | Strange-Night-2-mt (fixed) |
Authors | Mate Soos |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | ./strangenight2-mt --threads=NBCORE BENCHNAME |
Conversion script command line | |
Comments | Multi-threaded version |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Mate Soos |
Date of submission | 2011-05-14 00:00 |
Name | CryptoMiniSat |
Version | Strange-Night2-st (fixed) |
Authors | Mate Soos |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | ./strangenight2-st BENCHNAME |
Conversion script command line | |
Comments | Single-threaded version. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Alejandro Arbelaez |
Date of submission | 2011-03-01 12:27 |
Name | csls |
Version | pnorm-8cores |
Authors | Alejandro Arbelaez and Youssef Hamadi |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | HOME/csls-pnorm -maxcores 8 BENCHNAME NBCORE RANDOMSEED |
Conversion script command line | |
Comments | csls 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Oliver Gableske |
Date of submission | 2011-02-21 14:35 |
Name | EagleUP |
Version | 1.565.350 |
Authors | Oliver Gableske |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | HOME/EagleUP BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | Uncompress 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Matsuo |
Date of submission | 2011-03-02 23:32 |
Name | EBGlucose |
Version | 1.0 |
Authors | Bryan Matsuo |
Complete/Incomplete | Incomplete |
Is able to solve | APPLICATION |
Solver command line | DIR/ebglucose.sh BENCHNAME |
Conversion script command line | |
Comments | A hacked version of the Glucose solver. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Gilles Audemard |
Date of submission | 2011-03-21 09:59 |
Name | glucose |
Version | 2 |
Authors | Gilles Audemard and Laurent Simon |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | glucose.sh BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Hidetomo NABESHIMA |
Date of submission | 2011-03-02 10:13 |
Name | glueminisat |
Version | 2.2.5 |
Authors | Hidetomo NABESHIMA |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | glueminisat -compe BENCHNAME |
Conversion script command line | |
Comments | GlueMiniSat 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Carsten Sinz |
Date of submission | 2011-03-08 03:54 |
Name | jMiniSat |
Version | 2011 |
Authors | Carsten Sinz |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | ./jMiniSat -sc-mode BENCHNAME |
Conversion script command line | |
Comments | jMiniSat is a Java port of MiniSat 2.2. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-03-02 14:33 |
Name | Lingeling |
Version | 587 |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | lingeling BENCHNAME |
Conversion script command line | |
Comments | Please 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-05-13 10:43 |
Name | Lingeling |
Version | 587f (fixed) |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | lingeling 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Marijn Heule |
Date of submission | 2011-03-02 15:23 |
Name | march_rw |
Version | 2011-03-02 |
Authors | Marijn Heule |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | ./march_rw BENCHNAME |
Conversion script command line | |
Comments | for compilation run: make |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Tomohiro Sonobe |
Date of submission | 2011-05-13 20:28 |
Name | minisat hack: cir_minisat |
Version | 2011-05-13 (simp) |
Authors | Tomohiro Sonobe |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | HOME/cir_minisat BENCHNAME |
Conversion script command line | |
Comments | Please type the compile command (make) in simp directory. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Allen Van Gelder |
Date of submission | 2011-03-03 02:39 |
Name | minisat hack: contrasat |
Version | 2011-03-02 |
Authors | Allen Van Gelder |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | contrasat_release BENCHNAME |
Conversion script command line | |
Comments | tar.gz file. find contrasat_static in Minisat-2.2.0-hack/simp/contrasat_static this is 64-bit static binary. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Bryan Matsuo |
Date of submission | 2011-03-02 23:35 |
Name | minisat hack: EBMiniSAT |
Version | 2011-03-02 |
Authors | Bryan Matsuo |
Complete/Incomplete | Incomplete |
Is able to solve | APPLICATION |
Solver command line | DIR/ebminisat_release BENCHNAME -verb=0 |
Conversion script command line | |
Comments | A hacked MiniSat developed in conjunction with EBGlucose in the competition main track. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Vadim Ryvchin |
Date of submission | 2011-03-02 21:57 |
Name | minisat hack: LR_GL_SHR |
Version | 2011-03-02 |
Authors | Vadim Ryvchin |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | HOME/lr_gl_shr BENCHNAME -verb=0 -model |
Conversion script command line | |
Comments | The solver contains 3 additional techniques: 1. Local Restarts 2. Glucose deletion strategy 3. Assignment stack shrinking |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-02-25 16:16 |
Name | minisat hack: MiniSAT |
Version | 2.2.0-agile-26 |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | minisat BENCHNAME |
Conversion script command line | |
Comments | added 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jean-Marie Lagniez |
Date of submission | 2011-04-01 08:24 |
Name | minisat hack: minisat_psm |
Version | 2011-04-01 |
Authors | Jean-Marie Lagniez |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | ./esg_static.sh BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Olivier ROUSSEL |
Date of submission | 2011-05-13 16:29 |
Name | minisat hack reference: minisat |
Version | 2.2.0 |
Authors | Niklas Sorensson |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | minisat_release BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jingchao chen |
Date of submission | 2011-02-15 01:05 |
Name | MPhaseSAT |
Version | 2011-02-15 |
Authors | Jingchao chen |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | MPhaseSAT BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jingchao chen |
Date of submission | 2011-05-14 07:59 |
Name | MPhaseSAT64 |
Version | 2011-05-14 (fixed) |
Authors | Jingchao chen |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | MPhaseSAT64 BENCHNAME |
Conversion script command line | |
Comments | In function Loadsolver(decision_limit,...), because the memory of Clit is destroyed, the initial version results in a SEGMENTATION |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jingchao chen |
Date of submission | 2011-02-16 01:12 |
Name | MPhaseSAT_M |
Version | 2011-02-16 |
Authors | Jingchao chen |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | MPhaseSAT_M BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-02-23 11:23 |
Name | PicoSAT |
Version | 941 |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | picosat 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-03-02 14:35 |
Name | Plingeling |
Version | 587 |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | plingeling -t NBCORE BENCHNAME |
Conversion script command line | |
Comments | Lingeling 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2011-05-13 10:46 |
Name | Plingeling |
Version | 587f (fixed) |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | plingeling -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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Olivier ROUSSEL |
Date of submission | 2011-03-03 22:54 |
Name | ppfolio |
Version | par |
Authors | Olivier ROUSSEL |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED RANDOM |
Solver command line | ppfolio BENCHNAME |
Conversion script command line | |
Comments | A very naive portfolio |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Olivier ROUSSEL |
Date of submission | 2011-03-03 22:54 |
Name | ppfolio |
Version | seq |
Authors | Olivier ROUSSEL |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED RANDOM |
Solver command line | ppfolio --nbcore=1 BENCHNAME |
Conversion script command line | |
Comments | A very naive portfolio |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Norbert Manthey |
Date of submission | 2011-03-02 16:36 |
Name | priss |
Version | 1.0 |
Authors | Norbert Manthey |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE |
Conversion script command line | |
Comments | Build solver: make clean make priss |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Chi-An Wu |
Date of submission | 2011-05-12 19:12 |
Name | QuteRSat |
Version | 2011-05-12 (fixed) |
Authors | Chi-An Wu |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | qutersat_release BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | I 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jean-Marie Lagniez |
Date of submission | 2011-04-01 16:43 |
Name | rcl |
Version | 2011-04-01 |
Authors | Jean-Marie Lagniez |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | ./esg_static.sh BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Antonio Ramos |
Date of submission | 2011-03-02 16:19 |
Name | RestartSAT |
Version | B95 |
Authors | Peter van der Tak, Marijn Heule, Antonio Ramos |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED |
Solver command line | HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Stephan Kottler |
Date of submission | 2011-05-15 00:58 |
Name | SApperloT2010 |
Version | 2011-05-15 (fixed) |
Authors | Stephan Kottler and Christian Zielke |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | SApperloT2010 BENCHNAME |
Conversion script command line | |
Comments | By 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Stephan Kottler |
Date of submission | 2011-05-15 23:00 |
Name | SArTagnan |
Version | 2011-05-15 (fixed) |
Authors | Stephan Kottler |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | SArTagnan BENCHNAME -threads=NBCORE |
Conversion script command line | |
Comments | Correct elimination of binary clauses in combination with DMRP. I'm sorry for any inconvenience\! |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Niklas Sorensson |
Date of submission | 2007-02-08 18:08 |
Name | SAT07 reference solver: minisat |
Version | SAT 2007 |
Authors | Niklas Sorensson and Niklas Een |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | HOME/minisat_noassertions BENCHNAME |
Conversion script command line | |
Comments | een |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Benjamin Kaufmann |
Date of submission | 2009-03-21 13:43 |
Name | SAT09 reference solver: clasp |
Version | 1.2.0-SAT09-32 |
Authors | Benjamin Kaufmann |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 |
Conversion script command line | |
Comments | Build instructions: 1. unzip archive 2. cd clasp 3. make rs32 |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Gilles Audemard |
Date of submission | 2009-03-09 15:31 |
Name | SAT09 reference solver:glucose |
Version | 1.0 |
Authors | Gilles Audemard and Laurent Simon |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | glucose.sh BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Duc-Nghia Pham |
Date of submission | 2009-03-22 22:45 |
Name | SAT09 reference solver: gnovelty+2 |
Version | 2009-03-22 |
Authors | Duc-Nghia Pham and Charles Gretton |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | HOME/gnovelty+2 BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | Please install boost 1.38 and update the path in Makefile before compiling |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Lakhdar SAIS |
Date of submission | 2009-03-20 21:08 |
Name | SAT09 reference solver: ManySAT 1.1 |
Version | aimd 1/2009-03-20 |
Authors | Youssef Hamadi, Saïd Jabbour, Lakhdar Saïs |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | manysat.sh BENCHNAME aimd 1 |
Conversion script command line | |
Comments | There 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Marijn Heule |
Date of submission | 2009-03-22 17:59 |
Name | SAT09 reference solver: march_hi |
Version | hi |
Authors | Marijn Heule |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | HOME/march_hi BENCHNAME |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Armin Biere |
Date of submission | 2009-03-22 09:20 |
Name | SAT09 reference solver:precosat |
Version | 236 |
Authors | Armin Biere |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION |
Solver command line | HOME/precosat BENCHNAME |
Conversion script command line | |
Comments | ./configure && make |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Lin Xu |
Date of submission | 2009-03-22 21:49 |
Name | SAT09 reference solver: SATzilla2009_C |
Version | 2009-03-22 |
Authors | Lin Xu, Frank Hutter, Holger H. Hoos and Kevin Leyton-Brown |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | HOME/SATzilla2009_C BENCHNAME |
Conversion script command line | |
Comments | SATzilla2009 for CRAFTED |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Lin Xu |
Date of submission | 2009-03-22 21:39 |
Name | SAT09 reference solver: SATzilla2009_R |
Version | 2009-03-22 |
Authors | Lin Xu, Frank Hutter, Holger H. Hoos and Kevin Leyton-Brown |
Complete/Incomplete | Complete |
Is able to solve | RANDOM |
Solver command line | HOME/SATzilla2009_R BENCHNAME |
Conversion script command line | |
Comments | SATzilla2009 for RANDOM |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Wanxia Wei |
Date of submission | 2009-03-22 21:54 |
Name | SAT09 reference solver: TNM |
Version | 2009-03-22 |
Authors | Wanxia Wei and Chu Min Li |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | HOME/TNM BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | Dear 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Jean-Marie Lagniez |
Date of submission | 2011-04-01 16:42 |
Name | sathys |
Version | 2011-04-01 |
Authors | Jean-Marie Lagniez |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | ./esg_static.sh BENCHNAME rnovelty |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Meinolf Sellmann |
Date of submission | 2011-03-18 04:28 |
Name | Satisfiability Solver Selector |
Version | 2011-03-18 |
Authors | Meinolf Sellmann |
Complete/Incomplete | Complete |
Is able to solve | APPLICATION CRAFTED RANDOM |
Solver command line | python portfolio_solver.py -t TIMELIMIT -s RANDOMSEED BENCHNAME |
Conversion script command line | |
Comments | Dear 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 |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Chumin Li |
Date of submission | 2011-03-02 21:27 |
Name | sattime |
Version | 2011-03-02 |
Authors | Chumin Li, Yu Li |
Complete/Incomplete | Incomplete |
Is able to solve | CRAFTED |
Solver command line | sattime BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Yu Li |
Date of submission | 2011-03-02 21:43 |
Name | sattime+ |
Version | 2011-03-02 |
Authors | Chumin LI, Yu Li |
Complete/Incomplete | Incomplete |
Is able to solve | CRAFTED |
Solver command line | sattime+ BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Chumin Li |
Date of submission | 2011-03-02 22:07 |
Name | sattime2011 |
Version | 2011-03-02 |
Authors | Chumin Li, Yu Li |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | sattime2011 BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Michael Ostapenko |
Date of submission | 2011-04-04 17:55 |
Name | Sol |
Version | 2011-04-04 |
Authors | Michael Ostapenko |
Complete/Incomplete | Complete |
Is able to solve | CRAFTED |
Solver command line | mono Main.exe BENCHNAME |
Conversion script command line | |
Comments | a replacement for the previous submission. a couple of minor bugs have been corrected. |
Solver files and checksums |
Event | SAT 2011 Competition: main competition (phase 2) |
Type | SAT |
Submitter | Adrian Balint |
Date of submission | 2011-03-02 22:53 |
Name | sparrow2011 |
Version | sparrow2011_ubcsat1.2_2011-03-02 |
Authors | Adrian Balint & Andreas Froehlich and Dave Tompkins & Holger Hoos |
Complete/Incomplete | Incomplete |
Is able to solve | RANDOM |
Solver command line | sparrow2011 BENCHNAME RANDOMSEED |
Conversion script command line | |
Comments | We'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 |