Trace number 1716246

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
ttsth-5-0 2009-03-19Signal 477.578 478.008

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-19-u.cnf
MD5SUM1f049803198bb32ab05476465773cc39
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables246502
Number of clauses1169243
Sum of the clauses size2711964
Maximum clause length10
Minimum clause length1
Number of clauses of size 120518
Number of clauses of size 2893029
Number of clauses of size 3209596
Number of clauses of size 45120
Number of clauses of size 520480
Number of clauses of size over 520500

Solver Data

45.15/45.28	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716246-1240613092.cnf 
45.15/45.28	c Using SATTIMEOUT of 1200
45.15/45.28	c Using SATRAM of 1800
45.15/45.28	c Size of subset node = 16
45.15/45.28	c Variables = 246502
45.15/45.28	c Clauses = 1169243
45.15/45.28	c Literals = 2711964
45.15/45.28	c Reduced size:
45.15/45.28	c Variables = 246502
45.15/45.28	c Clauses = 901839
45.15/45.28	c Literals = 2133506
45.15/45.28	c a2
47.35/47.46	c a1
472.48/472.70	c Independent sub-problems = 1
472.48/472.70	c Sub-problem with 191855 variables and 901839 clauses
472.48/472.70	c using permutation method 4
472.48/472.70	c count = 1
472.48/472.70	c Ordering finished 472.160 seconds
472.48/472.70	c mapped 472.550 seconds
472.48/472.70	c permuted 472.560 seconds
472.48/472.70	c about to sort
472.69/472.97	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1716246-1240613092/watcher-1716246-1240613092 -o /tmp/evaluation-result-1716246-1240613092/solver-1716246-1240613092 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716246-1240613092.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10750
/proc/meminfo: memFree=1382344/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=932 CPUtime=0
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 89342033 954368 120 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 233 120 77 176 0 55 0

[startup+0.0977321 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10750
/proc/meminfo: memFree=1382344/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=5148 CPUtime=0.08
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 1169 0 0 0 8 0 0 0 18 0 1 0 89342033 5271552 1153 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 1287 1153 78 176 0 1109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5148

[startup+0.10273 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10750
/proc/meminfo: memFree=1382344/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=5412 CPUtime=0.09
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 1225 0 0 0 9 0 0 0 18 0 1 0 89342033 5541888 1209 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 1353 1211 78 176 0 1175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5412

[startup+0.301745 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10750
/proc/meminfo: memFree=1382344/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=14580 CPUtime=0.29
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 3456 0 0 0 28 1 0 0 19 0 1 0 89342033 14929920 3440 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 3645 3441 78 176 0 3467 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14580

[startup+0.702784 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10750
/proc/meminfo: memFree=1382344/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=31544 CPUtime=0.69
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 7599 0 0 0 65 4 0 0 23 0 1 0 89342033 32301056 7583 1992294400 134512640 135237372 4294956192 18446744073709551615 134886274 0 0 4096 0 0 0 0 17 1 0 0
/proc/10750/statm: 7886 7583 78 176 0 7708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31544

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1341440/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=61820 CPUtime=1.48
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 15300 0 0 0 140 8 0 0 25 0 1 0 89342033 63303680 15284 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 15455 15285 78 176 0 15277 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61820

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1304576/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=81824 CPUtime=3.09
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 19466 0 0 0 299 10 0 0 25 0 1 0 89342033 83787776 19450 1992294400 134512640 135237372 4294956192 18446744073709551615 134534072 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 20456 19450 78 176 0 20278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81824

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1304576/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=81824 CPUtime=6.28
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 19466 0 0 0 618 10 0 0 25 0 1 0 89342033 83787776 19450 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 20456 19450 78 176 0 20278 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 81824

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1304576/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=81824 CPUtime=12.68
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 19466 0 0 0 1258 10 0 0 25 0 1 0 89342033 83787776 19450 1992294400 134512640 135237372 4294956192 18446744073709551615 134534282 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 20456 19450 78 176 0 20278 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81824

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1304704/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=81824 CPUtime=25.47
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 19466 0 0 0 2537 10 0 0 25 0 1 0 89342033 83787776 19450 1992294400 134512640 135237372 4294956192 18446744073709551615 134534262 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 20456 19450 78 176 0 20278 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 81824

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 10751
/proc/meminfo: memFree=1213504/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=172312 CPUtime=51.05
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 54467 0 0 0 5082 23 0 0 25 0 1 0 89342033 176447488 42280 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 43078 42280 80 176 0 42900 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 172312

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10751
/proc/meminfo: memFree=1208128/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=177820 CPUtime=102.24
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 55819 0 0 0 10199 25 0 0 25 0 1 0 89342033 182087680 43632 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 44455 43632 80 176 0 44277 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 177820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 10751
/proc/meminfo: memFree=1204352/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=182136 CPUtime=162.21
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 56765 0 0 0 16194 27 0 0 25 0 1 0 89342033 186507264 44578 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 45534 44578 80 176 0 45356 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 182136

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 10751
/proc/meminfo: memFree=1201728/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=184248 CPUtime=222.18
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57414 0 0 0 22191 27 0 0 25 0 1 0 89342033 188669952 45227 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 46062 45227 80 176 0 45884 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 184248

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10751
/proc/meminfo: memFree=1200960/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=184908 CPUtime=282.16
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57595 0 0 0 28189 27 0 0 25 0 1 0 89342033 189345792 45408 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 46227 45408 80 176 0 46049 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 184908

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 10751
/proc/meminfo: memFree=1200448/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=187864 CPUtime=342.12
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57731 0 0 0 34185 27 0 0 25 0 1 0 89342033 192372736 45544 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 46966 45544 80 176 0 46788 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 187864

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10751
/proc/meminfo: memFree=1200000/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=188128 CPUtime=402.1
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57831 0 0 0 40183 27 0 0 25 0 1 0 89342033 192643072 45644 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 47032 45644 80 176 0 46854 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 188128

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10751
/proc/meminfo: memFree=1199808/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=188392 CPUtime=462.09
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57891 0 0 0 46181 28 0 0 25 0 1 0 89342033 192913408 45704 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 47098 45704 80 176 0 46920 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 188392

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

[startup+467.102 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 10751
/proc/meminfo: memFree=1199808/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=188392 CPUtime=466.89
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 57892 0 0 0 46661 28 0 0 25 0 1 0 89342033 192913408 45705 1992294400 134512640 135237372 4294956192 18446744073709551615 134600721 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 47098 45705 80 176 0 46920 0
Current children cumulated CPU time (s) 466.89
Current children cumulated vsize (KiB) 188392

[startup+473.501 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=1197312/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=335344 CPUtime=473.29
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 96421 0 0 0 47287 42 0 0 25 0 1 0 89342033 343392256 82472 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 83836 82476 91 176 0 83658 0
Current children cumulated CPU time (s) 473.29
Current children cumulated vsize (KiB) 335344

[startup+475.102 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=925632/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=461676 CPUtime=474.89
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4194304 128352 0 0 0 47434 55 0 0 25 0 1 0 89342033 472756224 114176 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 115419 114176 94 176 0 115241 0
Current children cumulated CPU time (s) 474.89
Current children cumulated vsize (KiB) 461676

[startup+476.702 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=770304/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=504456 CPUtime=476.47
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4195840 139128 0 0 0 47499 148 0 0 25 0 1 0 89342033 516562944 124682 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/10750/statm: 126114 124682 94 176 0 125936 0
Current children cumulated CPU time (s) 476.47
Current children cumulated vsize (KiB) 504456

[startup+477.502 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=523456/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=504456 CPUtime=477.07
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4195840 139128 0 0 0 47499 208 0 0 25 0 1 0 89342033 516562944 124682 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 126114 124682 94 176 0 125936 0
Current children cumulated CPU time (s) 477.07
Current children cumulated vsize (KiB) 504456

[startup+477.903 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=523456/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=504456 CPUtime=477.46
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4195840 140464 0 0 0 47499 247 0 0 25 0 1 0 89342033 516562944 124682 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 126114 124682 94 176 0 125936 0
Current children cumulated CPU time (s) 477.46
Current children cumulated vsize (KiB) 504456

[startup+478.002 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 10751
/proc/meminfo: memFree=523456/2055920 swapFree=4192956/4192956
[pid=10750] ppid=10748 vsize=0 CPUtime=477.56
/proc/10750/stat : 10750 (ttsth-5-0) R 10748 10750 10464 0 -1 4195844 140464 0 0 0 47499 257 0 0 25 0 1 0 89342033 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/10750/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 477.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 478.008
CPU time (s): 477.578
CPU user time (s): 474.998
CPU system time (s): 2.58061
CPU usage (%): 99.9101
Max. virtual memory (cumulated for all children) (KiB): 504456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.998
system time used= 2.58061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140464
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= 5
involuntary context switches= 1336

runsolver used 0.515921 second user time and 1.22881 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 00:44:54
IDJOB=1716246
IDBENCH=20372
IDSOLVER=549
FILE ID=node34/1716246-1240613092
PBS_JOBID= 9186280
Free space on /tmp= 66368 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-19-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716246-1240613092/watcher-1716246-1240613092 -o /tmp/evaluation-result-1716246-1240613092/solver-1716246-1240613092 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1716246-1240613092.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 1f049803198bb32ab05476465773cc39
RANDOM SEED=2005938826

node34.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.214
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.214
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:       1382824 kB
Buffers:         81668 kB
Cached:         492796 kB
SwapCached:          0 kB
Active:         201884 kB
Inactive:       386512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382824 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           22032 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            70756 kB
Committed_AS:   288604 kB
PageTables:       1400 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= 65880 MiB
End job on node34 at 2009-04-25 00:52:52