Trace number 1778728

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)? (MO) 351.15 89.8392

General information on the benchmark

NameAPPLICATIONS/bitverif/
minor/minor064.cnf
MD5SUM1a151a1e93387c74239b48070e3eed97
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.53
Satisfiable
(Un)Satisfiability was proved
Number of variables14578
Number of clauses42581
Sum of the clauses size99353
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 228386
Number of clauses of size 314193
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778728-1243676907.cnf 
0.00/0.07	c Using SATTIMEOUT of 10000
0.00/0.07	c Using SATRAM of 2047
0.00/0.07	c Size of subset node = 16
0.00/0.07	c Variables = 14578
0.00/0.07	c Clauses = 42581
0.00/0.07	c Literals = 99353
0.00/0.07	c Reduced size:
0.00/0.07	c Variables = 14578
0.00/0.07	c Clauses = 42537
0.00/0.07	c Literals = 99250
0.00/0.07	c a2
0.11/0.14	c a1
1.91/2.00	c Independent sub-problems = 1
1.91/2.00	c Sub-problem with 14560 variables and 42537 clauses
1.91/2.00	c using permutation method 4
1.91/2.00	c count = 1
1.91/2.00	c Ordering finished 1.980 seconds
1.91/2.00	c mapped 2.000 seconds
1.91/2.00	c permuted 2.000 seconds
1.91/2.00	c about to sort
2.01/2.01	c sorted
2.21/2.29	c clauses now 42537
2.21/2.29	c init finished 2.100 seconds
2.21/2.29	c tree built 2.290 seconds
2.21/2.29	c 
2.21/2.29	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.21/2.29	c ---------------------------------|----------------------------------|------------------------------------------------------
2.21/2.29	c ................................ | ..........                       |                        2.3           0.0             
2.21/2.29	c ................................ | ..........                     1 |                        2.3           0.4             
2.21/2.29	c ................................ | ..........                     2 |                        2.3           0.9             
2.21/2.29	c ................................ | ..........                     3 |                        2.3           1.3             
2.21/2.29	c ................................ | ..........                     4 |                        2.3           1.7             
2.21/2.29	c ................................ | ..........                     5 |                        2.3           2.2             
2.21/2.29	c ................................ | ..........                  1000 |                        2.3         436.7             
199.80/51.86	c ................................ | ..........               1506000 | 35843                200.0        7529.2     71091287

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-1778728-1243676907/watcher-1778728-1243676907 -o /tmp/evaluation-result-1778728-1243676907/solver-1778728-1243676907 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778728-1243676907.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: 0.92 1.03 1.35 3/98 14673
/proc/meminfo: memFree=3117216/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=1144 CPUtime=0
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 172 0 0 0 0 0 0 0 18 0 1 0 949267490 1171456 128 4294967295 134512640 135237372 3213663248 3213662696 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 286 128 75 177 0 108 0

[startup+0.080261 s]
/proc/loadavg: 0.92 1.03 1.35 3/98 14673
/proc/meminfo: memFree=3117216/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=4948 CPUtime=0.08
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 1093 0 0 0 8 0 0 0 18 0 1 0 949267490 5066752 1049 4294967295 134512640 135237372 3213663248 3213662516 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 1237 1051 76 177 0 1059 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4948

[startup+0.110258 s]
/proc/loadavg: 0.92 1.03 1.35 3/98 14673
/proc/meminfo: memFree=3117216/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=7060 CPUtime=0.11
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 1619 0 0 0 11 0 0 0 18 0 1 0 949267490 7229440 1574 4294967295 134512640 135237372 3213663248 3213662096 134749345 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 1765 1574 76 177 0 1587 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7060

[startup+0.310239 s]
/proc/loadavg: 0.92 1.03 1.35 3/98 14673
/proc/meminfo: memFree=3117216/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=8924 CPUtime=0.31
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 2192 0 0 0 31 0 0 0 18 0 1 0 949267490 9138176 2063 4294967295 134512640 135237372 3213663248 3213662576 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 2231 2063 77 177 0 2053 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 8924

[startup+0.710206 s]
/proc/loadavg: 0.92 1.03 1.35 3/98 14673
/proc/meminfo: memFree=3117216/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=9092 CPUtime=0.71
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 2219 0 0 0 71 0 0 0 18 0 1 0 949267490 9310208 2090 4294967295 134512640 135237372 3213663248 3213662576 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 2273 2090 77 177 0 2095 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9092

[startup+1.51014 s]
/proc/loadavg: 0.92 1.03 1.35 2/99 14674
/proc/meminfo: memFree=3109480/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=9260 CPUtime=1.51
/proc/14673/stat : 14673 (ttsth-5-0) R 14671 14673 30226 0 -1 4202496 2259 0 0 0 151 0 0 0 20 0 1 0 949267490 9482240 2130 4294967295 134512640 135237372 3213663248 3213662576 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/14673/statm: 2315 2130 77 177 0 2137 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9260

[startup+3.11002 s]
/proc/loadavg: 0.92 1.03 1.35 2/99 14674
/proc/meminfo: memFree=3073516/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=116056 CPUtime=5.43
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 22102 0 0 0 533 10 0 0 22 0 5 0 949267490 118841344 21889 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 29014 21889 95 177 0 28836 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 116056

[startup+6.30976 s]
/proc/loadavg: 1.17 1.08 1.37 5/103 14679
/proc/meminfo: memFree=2977948/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=198480 CPUtime=18.23
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 42539 0 0 0 1806 17 0 0 22 0 5 0 949267490 203243520 42326 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 49620 42327 95 177 0 49442 0
[pid=14673/tid=14675] ppid=14671 vsize=198480 CPUtime=3.99
/proc/14673/task/14675/stat : 14675 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 4200 0 0 0 393 6 0 0 25 0 5 0 949267720 203243520 42327 4294967295 134512640 135237372 3213663248 3084309668 134732614 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=198480 CPUtime=4.01
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 8433 0 0 0 397 4 0 0 25 0 5 0 949267720 203243520 42327 4294967295 134512640 135237372 3213663248 3076217760 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14673/tid=14677] ppid=14671 vsize=198480 CPUtime=3.96
/proc/14673/task/14677/stat : 14677 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 7204 0 0 0 394 2 0 0 25 0 5 0 949267721 203243520 42327 4294967295 134512640 135237372 3213663248 3067846056 134636641 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14673/tid=14678] ppid=14671 vsize=198480 CPUtime=3.99
/proc/14673/task/14678/stat : 14678 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 7413 0 0 0 399 0 0 0 25 0 5 0 949267721 203243520 42327 4294967295 134512640 135237372 3213663248 3059250256 134680729 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.23
Current children cumulated vsize (KiB) 198480

[startup+12.7092 s]
/proc/loadavg: 1.39 1.13 1.38 6/104 14694
/proc/meminfo: memFree=2799716/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=374780 CPUtime=43.69
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 84152 0 0 0 4347 22 0 0 22 0 5 0 949267490 383774720 83939 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 93695 83940 95 177 0 93517 0
[pid=14673/tid=14675] ppid=14671 vsize=374780 CPUtime=10.37
/proc/14673/task/14675/stat : 14675 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 11971 0 0 0 1030 7 0 0 25 0 5 0 949267720 383774720 83940 4294967295 134512640 135237372 3213663248 3084439680 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=374780 CPUtime=10.41
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 19962 0 0 0 1036 5 0 0 25 0 5 0 949267720 383774720 83940 4294967295 134512640 135237372 3213663248 3075845756 134749296 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14673/tid=14677] ppid=14671 vsize=374780 CPUtime=10.36
/proc/14673/task/14677/stat : 14677 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 19375 0 0 0 1033 3 0 0 25 0 5 0 949267721 383774720 83940 4294967295 134512640 135237372 3213663248 3067772240 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=14673/tid=14678] ppid=14671 vsize=374780 CPUtime=10.27
/proc/14673/task/14678/stat : 14678 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 17555 0 0 0 1025 2 0 0 25 0 5 0 949267721 383774720 83940 4294967295 134512640 135237372 3213663248 3059189760 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.69
Current children cumulated vsize (KiB) 374780

[startup+25.5082 s]
/proc/loadavg: 2.04 1.28 1.43 5/103 14863
/proc/meminfo: memFree=2460368/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=719052 CPUtime=94.63
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 166192 0 0 0 9410 53 0 0 22 0 5 0 949267490 736309248 165979 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 179763 165979 95 177 0 179585 0
[pid=14673/tid=14675] ppid=14671 vsize=719052 CPUtime=23.16
/proc/14673/task/14675/stat : 14675 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 24400 0 0 0 2307 9 0 0 25 0 5 0 949267720 736309248 165980 4294967295 134512640 135237372 3213663248 3084380528 134680257 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=719052 CPUtime=23.14
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 40854 0 0 0 2304 10 0 0 25 0 5 0 949267720 736309248 165980 4294967295 134512640 135237372 3213663248 3076157796 134680212 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14673/tid=14677] ppid=14671 vsize=719052 CPUtime=23.06
/proc/14673/task/14677/stat : 14677 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 44652 0 0 0 2295 11 0 0 25 0 5 0 949267721 736309248 165980 4294967295 134512640 135237372 3213663248 3067624320 134749343 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14673/tid=14678] ppid=14671 vsize=719052 CPUtime=22.99
/proc/14673/task/14678/stat : 14678 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 40997 0 0 0 2281 18 0 0 25 0 5 0 949267721 736309248 165980 4294967295 134512640 135237372 3213663248 3059182560 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 94.63
Current children cumulated vsize (KiB) 719052

[startup+51.1061 s]
/proc/loadavg: 2.77 1.52 1.50 5/103 14865
/proc/meminfo: memFree=1922248/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=1293640 CPUtime=197
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 302554 0 0 0 19602 98 0 0 22 0 5 0 949267490 1324687360 302341 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 323410 302341 95 177 0 323232 0
[pid=14673/tid=14675] ppid=14671 vsize=1293640 CPUtime=48.73
/proc/14673/task/14675/stat : 14675 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 53311 0 0 0 4854 19 0 0 25 0 5 0 949267720 1324687360 302341 4294967295 134512640 135237372 3213663248 3084418416 134590241 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=1293640 CPUtime=48.74
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 63654 0 0 0 4861 13 0 0 25 0 5 0 949267720 1324687360 302341 4294967295 134512640 135237372 3213663248 3075911984 134680480 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14673/tid=14677] ppid=14671 vsize=1293640 CPUtime=48.66
/proc/14673/task/14677/stat : 14677 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 82806 0 0 0 4840 26 0 0 25 0 5 0 949267721 1324687360 302341 4294967295 134512640 135237372 3213663248 3067661440 134680282 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14673/tid=14678] ppid=14671 vsize=1293640 CPUtime=48.59
/proc/14673/task/14678/stat : 14678 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 87493 0 0 0 4824 35 0 0 25 0 5 0 949267721 1324687360 302341 4294967295 134512640 135237372 3213663248 3059307840 134546034 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 197
Current children cumulated vsize (KiB) 1293640



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+89.713 s]
/proc/loadavg: 3.51 1.86 1.62 5/103 15052
/proc/meminfo: memFree=1147516/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=2096264 CPUtime=350.99
/proc/14673/stat : 14673 (ttsth-5-0) S 14671 14673 30226 0 -1 4202496 492479 0 0 0 34931 168 0 0 22 0 5 0 949267490 2146574336 492266 4294967295 134512640 135237372 3213663248 3213662844 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 524066 492267 95 177 0 523888 0
[pid=14673/tid=14675] ppid=14671 vsize=2096264 CPUtime=87.25
/proc/14673/task/14675/stat : 14675 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 88149 0 0 0 8691 34 0 0 25 0 5 0 949267720 2146574336 492268 4294967295 134512640 135237372 3213663248 3084443232 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=2096264 CPUtime=87.3
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 95532 0 0 0 8706 24 0 0 25 0 5 0 949267720 2146574336 492268 4294967295 134512640 135237372 3213663248 3076030816 134593348 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=14673/tid=14677] ppid=14671 vsize=2096264 CPUtime=86.98
/proc/14673/task/14677/stat : 14677 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 122459 0 0 0 8653 45 0 0 25 0 5 0 949267721 2146574336 492268 4294967295 134512640 135237372 3213663248 3067671968 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=14673/tid=14678] ppid=14671 vsize=2096264 CPUtime=87.17
/proc/14673/task/14678/stat : 14678 (ttsth-5-0) R 14671 14673 30226 0 -1 4202560 171051 0 0 0 8657 60 0 0 25 0 5 0 949267721 2146574336 492268 4294967295 134512640 135237372 3213663248 3059343744 134546026 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 350.99
Current children cumulated vsize (KiB) 2096264

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+89.833 s]
/proc/loadavg: 3.51 1.86 1.62 5/103 15052
/proc/meminfo: memFree=1147516/3368532 swapFree=1959840/1959888
[pid=14673] ppid=14671 vsize=0 CPUtime=351.14
/proc/14673/stat : 14673 (ttsth-5-0) Z 14671 14673 30226 0 -1 4203524 492556 0 0 0 34937 177 0 0 18 0 2 0 949267490 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/14673/statm: 0 0 0 0 0 0 0
[pid=14673/tid=14676] ppid=14671 vsize=0 CPUtime=87.41
/proc/14673/task/14676/stat : 14676 (ttsth-5-0) R 14671 14673 30226 0 -1 4203588 95553 0 0 0 8708 33 0 0 25 0 2 0 949267720 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 351.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 89.8392
CPU time (s): 351.15
CPU user time (s): 349.37
CPU system time (s): 1.78
CPU usage (%): 390.865
Max. virtual memory (cumulated for all children) (KiB): 2096264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.37
system time used= 1.78
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492556
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= 6508
involuntary context switches= 6651

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 11:48:27
IDJOB=1778728
IDBENCH=70756
IDSOLVER=632
FILE ID=tipi39/1778728-1243676907
PBS_JOBID=
Free space on /tmp= 5743 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minor/minor064.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778728-1243676907/watcher-1778728-1243676907 -o /tmp/evaluation-result-1778728-1243676907/solver-1778728-1243676907 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778728-1243676907.cnf

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

MD5SUM BENCH= 1a151a1e93387c74239b48070e3eed97
RANDOM SEED= 1213591064

Linux tipi39 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.067
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.067
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.10
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.067
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.16
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.067
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3117216 kB
Buffers:         64524 kB
Cached:          82036 kB
SwapCached:          0 kB
Active:          98820 kB
Inactive:        63612 kB
HighTotal:     2489216 kB
HighFree:      2393268 kB
LowTotal:       879316 kB
LowFree:        723948 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            1364 kB
Writeback:           0 kB
AnonPages:       16096 kB
Mapped:           6128 kB
Slab:            78572 kB
SReclaimable:    68496 kB
SUnreclaim:      10076 kB
PageTables:        532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5743 MiB
End job on tipi39 at 2009-05-30 11:49:59