Trace number 1775563

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-19 (4 threads)Signal 653.77 663.939

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-15-s.cnf
MD5SUMa6b04ec2cace5c4e6bef212c7f2df796
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 variables261020
Number of clauses1211106
Sum of the clauses size2788072
Maximum clause length10
Minimum clause length1
Number of clauses of size 119537
Number of clauses of size 2952032
Number of clauses of size 3190917
Number of clauses of size 45400
Number of clauses of size 521600
Number of clauses of size over 521620

Solver Data

56.21/56.21	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775563-1243671484.cnf 
56.21/56.21	c Using SATTIMEOUT of 10000
56.21/56.21	c Using SATRAM of 2047
56.21/56.21	c Size of subset node = 16
56.21/56.21	c Variables = 261020
56.21/56.21	c Clauses = 1211106
56.21/56.21	c Literals = 2788072
56.21/56.21	c Reduced size:
56.21/56.21	c Variables = 261020
56.21/56.21	c Clauses = 921005
56.21/56.21	c Literals = 2155005
56.21/56.21	c a2
57.91/57.91	c a1
649.44/649.52	c Independent sub-problems = 1
649.44/649.52	c Sub-problem with 202120 variables and 921005 clauses
649.44/649.52	c using permutation method 4
649.44/649.52	c count = 1
649.44/649.52	c Ordering finished 648.990 seconds
649.44/649.52	c mapped 649.450 seconds
649.44/649.52	c permuted 649.450 seconds
649.44/649.52	c about to sort
649.64/649.77	c sorted

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1775563-1243671484/watcher-1775563-1243671484 -o /tmp/evaluation-result-1775563-1243671484/solver-1775563-1243671484 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775563-1243671484.cnf 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.00 3.00 3.00 6/111 20101
/proc/meminfo: memFree=3120548/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=1140 CPUtime=0.01
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 164 0 0 0 1 0 0 0 18 0 1 0 1131812669 1167360 120 4294967295 134512640 135237372 3216133744 3216133108 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 285 120 74 177 0 107 0

[startup+0.083164 s]
/proc/loadavg: 3.00 3.00 3.00 6/111 20101
/proc/meminfo: memFree=3120548/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=5364 CPUtime=0.09
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 1225 0 0 0 9 0 0 0 18 0 1 0 1131812669 5492736 1181 4294967295 134512640 135237372 3216133744 3216132268 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 1341 1182 75 177 0 1163 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5364

[startup+0.113163 s]
/proc/loadavg: 3.00 3.00 3.00 6/111 20101
/proc/meminfo: memFree=3120548/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=7128 CPUtime=0.12
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 1645 0 0 0 12 0 0 0 18 0 1 0 1131812669 7299072 1601 4294967295 134512640 135237372 3216133744 3216133192 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 1782 1601 75 177 0 1604 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7128

[startup+0.313145 s]
/proc/loadavg: 3.00 3.00 3.00 6/111 20101
/proc/meminfo: memFree=3120548/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=18096 CPUtime=0.32
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 4409 0 0 0 31 1 0 0 18 0 1 0 1131812669 18530304 4365 4294967295 134512640 135237372 3216133744 3216132540 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 4524 4366 75 177 0 4346 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 18096

[startup+0.713112 s]
/proc/loadavg: 3.00 3.00 3.00 6/111 20101
/proc/meminfo: memFree=3120548/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=37568 CPUtime=0.72
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 9196 0 0 0 70 2 0 0 18 0 1 0 1131812669 38469632 9152 4294967295 134512640 135237372 3216133744 3216133108 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 9392 9153 75 177 0 9214 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 37568

[startup+1.51305 s]
/proc/loadavg: 3.24 3.05 3.02 5/112 20102
/proc/meminfo: memFree=3068452/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=1.52
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 19219 0 0 0 144 8 0 0 20 0 1 0 1131812669 86880256 19175 4294967295 134512640 135237372 3216133744 3216133412 134522703 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 19175 75 177 0 21033 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 84844

[startup+3.11291 s]
/proc/loadavg: 3.24 3.05 3.02 6/112 20102
/proc/meminfo: memFree=3040072/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=3.12
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 20235 0 0 0 304 8 0 0 25 0 1 0 1131812669 86880256 20191 4294967295 134512640 135237372 3216133744 3216133436 134534121 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 20191 75 177 0 21033 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 84844

[startup+6.31265 s]
/proc/loadavg: 3.30 3.07 3.02 5/112 20102
/proc/meminfo: memFree=3040072/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=6.32
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 20235 0 0 0 624 8 0 0 25 0 1 0 1131812669 86880256 20191 4294967295 134512640 135237372 3216133744 3216133436 134534282 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 20191 75 177 0 21033 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 84844

[startup+12.7121 s]
/proc/loadavg: 3.36 3.08 3.03 5/112 20102
/proc/meminfo: memFree=3039896/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=12.72
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 20235 0 0 0 1264 8 0 0 25 0 1 0 1131812669 86880256 20191 4294967295 134512640 135237372 3216133744 3216133436 134534043 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 20191 75 177 0 21033 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 84844

[startup+25.5111 s]
/proc/loadavg: 3.79 3.19 3.06 6/113 20206
/proc/meminfo: memFree=3039112/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=25.51
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 20235 0 0 0 2543 8 0 0 25 0 1 0 1131812669 86880256 20191 4294967295 134512640 135237372 3216133744 3216133436 134534331 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 20191 75 177 0 21033 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 84844

[startup+51.1089 s]
/proc/loadavg: 4.12 3.32 3.11 6/112 20288
/proc/meminfo: memFree=3039432/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=84844 CPUtime=51.11
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 20235 0 0 0 5103 8 0 0 25 0 1 0 1131812669 86880256 20191 4294967295 134512640 135237372 3216133744 3216133436 134534394 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 21211 20191 75 177 0 21033 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 84844

[startup+102.315 s]
/proc/loadavg: 4.40 3.52 3.18 5/112 20479
/proc/meminfo: memFree=2939708/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=183708 CPUtime=102.32
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 57995 0 0 0 10214 18 0 0 25 0 1 0 1131812669 188116992 45061 4294967295 134512640 135237372 3216133744 3216133104 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 45927 45061 77 177 0 45749 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 183708

[startup+162.31 s]
/proc/loadavg: 4.53 3.70 3.26 6/113 20631
/proc/meminfo: memFree=2934440/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=189080 CPUtime=162.29
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59273 0 0 0 16209 20 0 0 25 0 1 0 1131812669 193617920 46339 4294967295 134512640 135237372 3216133744 3216133104 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 47270 46339 77 177 0 47092 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 189080

[startup+222.315 s]
/proc/loadavg: 4.59 3.86 3.34 8/113 20764
/proc/meminfo: memFree=2933984/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=189872 CPUtime=222.28
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59499 0 0 0 22208 20 0 0 25 0 1 0 1131812669 194428928 46565 4294967295 134512640 135237372 3216133744 3216133104 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 47468 46565 77 177 0 47290 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 189872

[startup+282.31 s]
/proc/loadavg: 4.59 3.99 3.41 6/113 20885
/proc/meminfo: memFree=2933464/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=190268 CPUtime=282.27
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59627 0 0 0 28207 20 0 0 25 0 1 0 1131812669 194834432 46693 4294967295 134512640 135237372 3216133744 3216133104 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 47567 46693 77 177 0 47389 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 190268

[startup+342.315 s]
/proc/loadavg: 4.58 4.10 3.49 5/112 21060
/proc/meminfo: memFree=2932652/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=193224 CPUtime=342.28
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59731 0 0 0 34208 20 0 0 25 0 1 0 1131812669 197861376 46797 4294967295 134512640 135237372 3216133744 3216133104 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48306 46797 77 177 0 48128 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 193224

[startup+402.31 s]
/proc/loadavg: 4.49 4.17 3.55 5/112 21248
/proc/meminfo: memFree=2932180/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=193488 CPUtime=402.27
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59821 0 0 0 40207 20 0 0 25 0 1 0 1131812669 198131712 46887 4294967295 134512640 135237372 3216133744 3216133104 134600978 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48372 46887 77 177 0 48194 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 193488

[startup+462.315 s]
/proc/loadavg: 4.60 4.27 3.62 5/112 21440
/proc/meminfo: memFree=2932304/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=193620 CPUtime=462.28
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59891 0 0 0 46208 20 0 0 25 0 1 0 1131812669 198266880 46957 4294967295 134512640 135237372 3216133744 3216133104 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48405 46957 77 177 0 48227 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 193620

[startup+522.31 s]
/proc/loadavg: 4.81 4.39 3.70 5/112 21629
/proc/meminfo: memFree=2931932/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=193884 CPUtime=522.27
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 59958 0 0 0 52207 20 0 0 25 0 1 0 1131812669 198537216 47024 4294967295 134512640 135237372 3216133744 3216133104 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48471 47024 77 177 0 48293 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 193884

[startup+582.305 s]
/proc/loadavg: 4.55 4.39 3.74 6/112 21817
/proc/meminfo: memFree=2931660/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=194016 CPUtime=582.23
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 60019 0 0 0 58203 20 0 0 25 0 1 0 1131812669 198672384 47085 4294967295 134512640 135237372 3216133744 3216133104 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48504 47085 77 177 0 48326 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 194016

[startup+642.31 s]
/proc/loadavg: 4.72 4.46 3.80 5/112 22003
/proc/meminfo: memFree=2931644/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=194280 CPUtime=642.24
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4202496 60062 0 0 0 64204 20 0 0 25 0 1 0 1131812669 198942720 47128 4294967295 134512640 135237372 3216133744 3216133104 134600978 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 48570 47128 77 177 0 48392 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 194280

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

[startup+652.709 s]
/proc/loadavg: 4.61 4.44 3.81 5/112 22005
/proc/meminfo: memFree=2358976/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=736700 CPUtime=652.51
/proc/20101/stat : 20101 (ttsth-5-0) D 20099 20101 20065 0 -1 4204032 198868 0 0 0 65139 112 0 0 25 0 1 0 1131812669 754380800 183007 4294967295 134512640 135237372 3216133744 3207749512 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/20101/statm: 184175 183007 104 177 0 183997 0
Current children cumulated CPU time (s) 652.51
Current children cumulated vsize (KiB) 736700

[startup+659.109 s]
/proc/loadavg: 4.56 4.43 3.81 4/112 22006
/proc/meminfo: memFree=1858356/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=736700 CPUtime=653.25
/proc/20101/stat : 20101 (ttsth-5-0) D 20099 20101 20065 0 -1 4204032 198868 0 0 0 65139 186 0 0 18 0 1 0 1131812669 754380800 183007 4294967295 134512640 135237372 3216133744 3207749512 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/20101/statm: 184175 183007 104 177 0 183997 0
Current children cumulated CPU time (s) 653.25
Current children cumulated vsize (KiB) 736700

[startup+662.308 s]
/proc/loadavg: 4.67 4.46 3.82 4/112 22006
/proc/meminfo: memFree=1729140/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=736700 CPUtime=653.53
/proc/20101/stat : 20101 (ttsth-5-0) D 20099 20101 20065 0 -1 4204032 198868 0 0 0 65139 214 0 0 18 0 1 0 1131812669 754380800 183007 4294967295 134512640 135237372 3216133744 3207749512 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/20101/statm: 184175 183007 104 177 0 183997 0
Current children cumulated CPU time (s) 653.53
Current children cumulated vsize (KiB) 736700

[startup+663.108 s]
/proc/loadavg: 4.67 4.46 3.82 4/112 22006
/proc/meminfo: memFree=1729140/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=736700 CPUtime=653.61
/proc/20101/stat : 20101 (ttsth-5-0) D 20099 20101 20065 0 -1 4204032 199320 0 0 0 65139 222 0 0 18 0 1 0 1131812669 754380800 183459 4294967295 134512640 135237372 3216133744 3207749512 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/20101/statm: 184175 183459 556 177 0 183997 0
Current children cumulated CPU time (s) 653.61
Current children cumulated vsize (KiB) 736700

[startup+663.508 s]
/proc/loadavg: 4.67 4.46 3.82 4/112 22006
/proc/meminfo: memFree=1668948/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=736700 CPUtime=653.67
/proc/20101/stat : 20101 (ttsth-5-0) D 20099 20101 20065 0 -1 4204032 199893 0 0 0 65139 228 0 0 18 0 1 0 1131812669 754380800 184032 4294967295 134512640 135237372 3216133744 3207749512 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/20101/statm: 184175 184032 1129 177 0 183997 0
Current children cumulated CPU time (s) 653.67
Current children cumulated vsize (KiB) 736700

[startup+663.908 s]
/proc/loadavg: 4.67 4.46 3.82 4/112 22006
/proc/meminfo: memFree=1668948/3368532 swapFree=1953788/1959888
[pid=20101] ppid=20099 vsize=0 CPUtime=653.74
/proc/20101/stat : 20101 (ttsth-5-0) R 20099 20101 20065 0 -1 4204036 199950 0 0 0 65139 235 0 0 18 0 1 0 1131812669 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20101/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 653.74
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 663.939
CPU time (s): 653.77
CPU user time (s): 651.39
CPU system time (s): 2.38
CPU usage (%): 98.4684
Max. virtual memory (cumulated for all children) (KiB): 736700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 651.39
system time used= 2.38
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199950
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= 68
involuntary context switches= 1728

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:18:04
IDJOB=1775563
IDBENCH=20352
IDSOLVER=632
FILE ID=/1775563-1243671484
PBS_JOBID=
Free space on /tmp= 6455 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-15-s.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775563-1243671484/watcher-1775563-1243671484 -o /tmp/evaluation-result-1775563-1243671484/solver-1775563-1243671484 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775563-1243671484.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= a6b04ec2cace5c4e6bef212c7f2df796
RANDOM SEED= 1081469112

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3121996 kB
Buffers:         73584 kB
Cached:          66184 kB
SwapCached:       2256 kB
Active:         131928 kB
Inactive:        24532 kB
HighTotal:     2489216 kB
HighFree:      2404516 kB
LowTotal:       879316 kB
LowFree:        717480 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           23012 kB
Writeback:           0 kB
AnonPages:       15748 kB
Mapped:           5240 kB
Slab:            80108 kB
SReclaimable:    66672 kB
SUnreclaim:      13436 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112676 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5738 MiB
End job on  at 2009-05-30 10:29:10