Trace number 1773008

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CircUs 2009-03-23UNSAT 473.293 473.433

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark471.155
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

1.49/1.56	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.49/1.56	c Eliminate time :       1.28 
473.25/473.43	c CNF read time  :       0.23 
473.25/473.43	c CNF solve time :     473.09 
473.25/473.43	c Memory usage :    54.6602 MB
473.25/473.43	c Restart : 247
473.25/473.43	c Decisions : random(8541), heuristic(591678), history(0/0)
473.25/473.43	c Implications : 331784951
473.25/473.43	c Forced Restart : 0
473.25/473.43	c Polarity Change : 1225
473.25/473.43	c Learned clasues  : 24702 out of 302977
473.25/473.43	c Learned literals : 1273100 out of 18975554
473.25/473.43	c Number of first UIP : 108055 out of 302977
473.25/473.43	c Number of simplify : 1
473.25/473.43	c Number of continuous distill : 1297
473.25/473.43	c Average depth of OTS : 44
473.25/473.43	c Average depth of additional conflict : 208
473.25/473.43	c Saved conflict clasues : 558
473.25/473.43	c Saved conflict literals : 14077
473.25/473.43	c Additional conflict clauses : 22982
473.25/473.43	c Additional conflict literals : 849052
473.25/473.43	c Additional conflict analysis : 47242
473.25/473.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773008-1241314957/watcher-1773008-1241314957 -o /tmp/evaluation-result-1773008-1241314957/solver-1773008-1241314957 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773008-1241314957.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21982
/proc/meminfo: memFree=1355312/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=4000 CPUtime=0
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 729 0 0 0 0 0 0 0 18 0 1 1000000 159528549 4096000 714 1992294400 134512640 135224549 4294956224 18446744073709551615 134632128 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 1582 719 66 173 0 1407 0

[startup+0.0595091 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21982
/proc/meminfo: memFree=1355312/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=10480 CPUtime=0.05
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 1951 0 0 0 5 0 0 0 18 0 1 1000000 159528549 10731520 1903 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 2620 1903 70 173 0 2445 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10480

[startup+0.101515 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21982
/proc/meminfo: memFree=1355312/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=12848 CPUtime=0.09
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 2651 0 0 0 8 1 0 0 18 0 1 1000000 159528549 13156352 2538 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 3212 2538 70 173 0 3037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12848

[startup+0.301543 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21982
/proc/meminfo: memFree=1355312/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=21672 CPUtime=0.29
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 5165 0 0 0 27 2 0 0 19 0 1 1000000 159528549 22192128 4922 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 5418 4923 77 173 0 5243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21672

[startup+0.701599 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21982
/proc/meminfo: memFree=1355312/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=32880 CPUtime=0.69
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 8225 0 0 0 66 3 0 0 22 0 1 1000000 159528549 33669120 7725 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 8220 7726 77 173 0 8045 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32880

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1321512/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=36464 CPUtime=1.49
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 9233 0 0 0 145 4 0 0 25 0 1 1000000 159528549 37339136 8733 1992294400 134512640 135224549 4294956224 18446744073709551615 134548182 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 9116 8733 77 173 0 8941 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36464

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1319016/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=38720 CPUtime=3.09
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 10091 0 0 0 305 4 0 0 25 0 1 1000000 159528549 39649280 9111 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 9680 9111 92 173 0 9505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38720

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1318384/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=39380 CPUtime=6.29
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 10257 0 0 0 624 5 0 0 25 0 1 1000000 159528549 40325120 9277 1992294400 134512640 135224549 4294956224 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 9845 9277 92 173 0 9670 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39380

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1317936/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=39644 CPUtime=12.69
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 10321 0 0 0 1263 6 0 0 25 0 1 1000000 159528549 40595456 9341 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 9911 9341 92 173 0 9736 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39644

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1317616/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=40172 CPUtime=25.49
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 10461 0 0 0 2543 6 0 0 25 0 1 1000000 159528549 41136128 9481 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 10043 9481 92 173 0 9868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40172

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1316464/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=41360 CPUtime=51.07
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 10749 0 0 0 5101 6 0 0 25 0 1 1000000 159528549 42352640 9769 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 10340 9769 92 173 0 10165 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41360

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1314416/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=43456 CPUtime=102.26
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 11246 0 0 0 10219 7 0 0 25 0 1 1000000 159528549 44498944 10266 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 10864 10266 92 173 0 10689 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43456

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1312304/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=45568 CPUtime=162.24
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 11797 0 0 0 16216 8 0 0 25 0 1 1000000 159528549 46661632 10817 1992294400 134512640 135224549 4294956224 18446744073709551615 134595216 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 11392 10817 92 173 0 11217 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45568

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1310256/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=47420 CPUtime=222.22
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 12276 0 0 0 22214 8 0 0 25 0 1 1000000 159528549 48558080 11296 1992294400 134512640 135224549 4294956224 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 11855 11296 92 173 0 11680 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47420

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1308144/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=49732 CPUtime=282.21
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 12821 0 0 0 28212 9 0 0 25 0 1 1000000 159528549 50925568 11841 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 12433 11841 92 173 0 12258 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 49732

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1305840/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=51868 CPUtime=342.19
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 13357 0 0 0 34209 10 0 0 25 0 1 1000000 159528549 53112832 12377 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 12967 12377 92 173 0 12792 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 51868

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1305328/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=52396 CPUtime=402.17
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 13482 0 0 0 40207 10 0 0 25 0 1 1000000 159528549 53653504 12502 1992294400 134512640 135224549 4294956224 18446744073709551615 134587860 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13099 12502 92 173 0 12924 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 52396

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=462.15
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 46203 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 55968

Solver just ended. Dumping a history of the last processes samples

[startup+467.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=466.95
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 46683 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 466.95
Current children cumulated vsize (KiB) 55968

[startup+470.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=470.15
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 47003 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 470.15
Current children cumulated vsize (KiB) 55968

[startup+471.905 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=471.75
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 47163 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 471.75
Current children cumulated vsize (KiB) 55968

[startup+472.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=472.55
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 47243 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134618764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 472.55
Current children cumulated vsize (KiB) 55968

[startup+473.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=472.95
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14379 0 0 0 47283 12 0 0 25 0 1 1000000 159528549 57311232 13399 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 472.95
Current children cumulated vsize (KiB) 55968

[startup+473.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=55968 CPUtime=473.15
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14383 0 0 0 47303 12 0 0 25 0 1 1000000 159528549 57311232 13402 1992294400 134512640 135224549 4294956224 18446744073709551615 134598871 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 13992 13402 95 173 0 13817 0
Current children cumulated CPU time (s) 473.15
Current children cumulated vsize (KiB) 55968

[startup+473.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21983
/proc/meminfo: memFree=1301808/2055920 swapFree=4181364/4192956
[pid=21982] ppid=21980 vsize=49908 CPUtime=473.25
/proc/21982/stat : 21982 (CirCUs) R 21980 21982 21945 0 -1 4194304 14383 0 0 0 47313 12 0 0 25 0 1 1000000 159528549 51105792 12262 1992294400 134512640 135224549 4294956224 18446744073709551615 134721443 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21982/statm: 12477 12262 95 173 0 12302 0
Current children cumulated CPU time (s) 473.25
Current children cumulated vsize (KiB) 49908

Child status: 0
Real time (s): 473.433
CPU time (s): 473.293
CPU user time (s): 473.157
CPU system time (s): 0.135979
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 55968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 473.157
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 886

runsolver used 0.352946 second user time and 0.999848 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-03 03:42:37
IDJOB=1773008
IDBENCH=20425
IDSOLVER=614
FILE ID=node29/1773008-1241314957
PBS_JOBID= 9225297
Free space on /tmp= 66460 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773008-1241314957/watcher-1773008-1241314957 -o /tmp/evaluation-result-1773008-1241314957/solver-1773008-1241314957 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773008-1241314957.cnf -t 10000

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1866686713

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1355792 kB
Buffers:         75956 kB
Cached:         530284 kB
SwapCached:       5420 kB
Active:          25444 kB
Inactive:       588548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355792 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:            4524 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            72144 kB
Committed_AS:   763820 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node29 at 2009-05-03 03:50:30