Trace number 1779238

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) 686.44 197.83

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-14.cnf
MD5SUM5822cc7fe01f06c27406011d612b5e7d
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 variables69641
Number of clauses227010
Sum of the clauses size588274
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292498
Number of clauses of size 3134383
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.41	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779238-1243678551.cnf 
0.41/0.41	c Using SATTIMEOUT of 10000
0.41/0.41	c Using SATRAM of 2047
0.41/0.41	c Size of subset node = 16
0.41/0.41	c Variables = 69641
0.41/0.41	c Clauses = 227010
0.41/0.41	c Literals = 588274
0.41/0.41	c Reduced size:
0.41/0.41	c Variables = 69641
0.41/0.41	c Clauses = 226367
0.41/0.41	c Literals = 586604
0.41/0.41	c a2
0.81/0.83	c a1
33.02/33.08	c Independent sub-problems = 1
33.02/33.08	c Sub-problem with 69384 variables and 226367 clauses
33.02/33.08	c using permutation method 4
33.02/33.08	c count = 1
33.02/33.08	c Ordering finished 32.990 seconds
33.02/33.08	c mapped 33.080 seconds
33.02/33.08	c permuted 33.080 seconds
33.02/33.08	c about to sort
33.11/33.15	c sorted
34.41/34.50	c clauses now 226367
34.41/34.50	c init finished 33.600 seconds
34.41/34.50	c tree built 34.500 seconds
34.41/34.50	c 
34.41/34.50	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
34.41/34.50	c ---------------------------------|----------------------------------|------------------------------------------------------
34.41/34.50	c ................................ | ..........                       |                       34.5           0.0             
34.41/34.50	c ................................ | ..........                     1 |                       34.5           0.0             
34.41/34.50	c ................................ | ..........                     2 |                       34.5           0.1             
34.41/34.50	c ................................ | ..........                     3 |                       34.5           0.1             
34.41/34.50	c ................................ | ..........                     4 |                       34.5           0.1             
34.41/34.50	c ................................ | ..........                     5 |                       34.5           0.1             
34.51/34.51	c ................................ | ..........                  1000 |                       34.5          29.0             
199.73/75.99	c ................................ | ..........               2461000 | 187113               200.0       12304.4     25271764
399.75/126.10	c ................................ | ..........               3800000 | 301948               400.1        9497.4     59995760
599.86/176.17	c ................................ | ..........               4819000 | 394814               600.1        8029.8     92863936

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-1779238-1243678551/watcher-1779238-1243678551 -o /tmp/evaluation-result-1779238-1243678551/solver-1779238-1243678551 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779238-1243678551.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.93 3.19 2.63 2/98 20413
/proc/meminfo: memFree=3082632/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=1008 CPUtime=0.01
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 152 0 0 0 1 0 0 0 20 0 1 0 949431878 1032192 108 4294967295 134512640 135237372 3215144320 3215143188 134883210 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20413/statm: 252 108 74 177 0 74 0

[startup+0.072344 s]
/proc/loadavg: 3.93 3.19 2.63 2/98 20413
/proc/meminfo: memFree=3082632/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=4156 CPUtime=0.08
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 924 0 0 0 8 0 0 0 20 0 1 0 949431878 4255744 880 4294967295 134512640 135237372 3215144320 3215143768 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/20413/statm: 1039 880 75 177 0 861 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4156

[startup+0.112337 s]
/proc/loadavg: 3.93 3.19 2.63 2/98 20413
/proc/meminfo: memFree=3082632/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=5992 CPUtime=0.11
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 1393 0 0 0 11 0 0 0 21 0 1 0 949431878 6135808 1349 4294967295 134512640 135237372 3215144320 3215143768 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 1498 1349 75 177 0 1320 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5992

[startup+0.31232 s]
/proc/loadavg: 3.93 3.19 2.63 2/98 20413
/proc/meminfo: memFree=3082632/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=17392 CPUtime=0.31
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 3738 0 0 0 31 0 0 0 21 0 1 0 949431878 17809408 3694 4294967295 134512640 135237372 3215144320 3215144044 134533792 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 4348 3694 75 177 0 4170 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17392

[startup+0.712287 s]
/proc/loadavg: 3.93 3.19 2.63 2/98 20413
/proc/meminfo: memFree=3082632/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=34032 CPUtime=0.71
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 8196 0 0 0 70 1 0 0 22 0 1 0 949431878 34848768 8152 4294967295 134512640 135237372 3215144320 3215142544 134749339 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 8508 8152 76 177 0 8330 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 34032

[startup+1.51222 s]
/proc/loadavg: 3.93 3.19 2.63 2/99 20414
/proc/meminfo: memFree=3050244/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=42144 CPUtime=1.51
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 11021 0 0 0 149 2 0 0 25 0 1 0 949431878 43155456 10190 4294967295 134512640 135237372 3215144320 3215143648 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 10536 10190 77 177 0 10358 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 42144

[startup+3.11209 s]
/proc/loadavg: 3.93 3.19 2.63 3/99 20414
/proc/meminfo: memFree=3042696/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=42488 CPUtime=3.11
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 11117 0 0 0 309 2 0 0 25 0 1 0 949431878 43507712 10286 4294967295 134512640 135237372 3215144320 3215143680 134600963 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 10622 10286 77 177 0 10444 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 42488

[startup+6.31183 s]
/proc/loadavg: 3.70 3.15 2.62 2/99 20416
/proc/meminfo: memFree=3042112/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=43236 CPUtime=6.31
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 11271 0 0 0 629 2 0 0 25 0 1 0 949431878 44273664 10440 4294967295 134512640 135237372 3215144320 3215143680 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 10809 10440 77 177 0 10631 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 43236

[startup+12.7113 s]
/proc/loadavg: 3.48 3.11 2.61 2/99 20417
/proc/meminfo: memFree=3041036/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=44480 CPUtime=12.71
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 11543 0 0 0 1269 2 0 0 25 0 1 0 949431878 45547520 10712 4294967295 134512640 135237372 3215144320 3215143680 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 11120 10712 77 177 0 10942 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 44480

[startup+25.5103 s]
/proc/loadavg: 2.93 3.01 2.58 2/99 20418
/proc/meminfo: memFree=3039916/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=45272 CPUtime=25.51
/proc/20413/stat : 20413 (ttsth-5-0) R 20411 20413 30226 0 -1 4202496 11781 0 0 0 2549 2 0 0 25 0 1 0 949431878 46358528 10950 4294967295 134512640 135237372 3215144320 3215143680 134600718 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20413/statm: 11318 10950 77 177 0 11140 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 45272

[startup+51.1082 s]
/proc/loadavg: 2.94 2.99 2.59 5/103 20606
/proc/meminfo: memFree=2655256/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=469000 CPUtime=100.53
/proc/20413/stat : 20413 (ttsth-5-0) S 20411 20413 30226 0 -1 4202496 109737 0 0 0 10008 45 0 0 25 0 5 0 949431878 480256000 108333 4294967295 134512640 135237372 3215144320 3215143916 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20413/statm: 117250 108334 95 177 0 117072 0
[pid=20413/tid=20419] ppid=20411 vsize=469000 CPUtime=16.56
/proc/20413/task/20419/stat : 20419 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 9969 0 0 0 1655 1 0 0 25 0 5 0 949435329 480256000 108334 4294967295 134512640 135237372 3215144320 3070672512 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20413/tid=20420] ppid=20411 vsize=469000 CPUtime=16.5
/proc/20413/task/20420/stat : 20420 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 7660 0 0 0 1641 9 0 0 25 0 5 0 949435329 480256000 108334 4294967295 134512640 135237372 3215144320 3063566476 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20413/tid=20421] ppid=20411 vsize=469000 CPUtime=16.55
/proc/20413/task/20421/stat : 20421 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 10420 0 0 0 1652 3 0 0 25 0 5 0 949435329 480256000 108334 4294967295 134512640 135237372 3215144320 3055204912 134680257 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20413/tid=20422] ppid=20411 vsize=469000 CPUtime=16.42
/proc/20413/task/20422/stat : 20422 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 10421 0 0 0 1629 13 0 0 25 0 5 0 949435329 480256000 108334 4294967295 134512640 135237372 3215144320 3046847292 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.53
Current children cumulated vsize (KiB) 469000

[startup+102.314 s]
/proc/loadavg: 3.66 3.18 2.67 5/103 20614
/proc/meminfo: memFree=2072312/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=1077572 CPUtime=305.32
/proc/20413/stat : 20413 (ttsth-5-0) S 20411 20413 30226 0 -1 4202496 254827 0 0 0 30406 126 0 0 25 0 5 0 949431878 1103433728 253423 4294967295 134512640 135237372 3215144320 3215143916 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20413/statm: 269393 253423 95 177 0 269215 0
[pid=20413/tid=20419] ppid=20411 vsize=1077572 CPUtime=67.75
/proc/20413/task/20419/stat : 20419 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 43725 0 0 0 6758 17 0 0 25 0 5 0 949435329 1103433728 253423 4294967295 134512640 135237372 3215144320 3070630176 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20413/tid=20420] ppid=20411 vsize=1077572 CPUtime=67.68
/proc/20413/task/20420/stat : 20420 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 58571 0 0 0 6731 37 0 0 25 0 5 0 949435329 1103433728 253423 4294967295 134512640 135237372 3215144320 3062379904 134562328 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20413/tid=20421] ppid=20411 vsize=1077572 CPUtime=67.76
/proc/20413/task/20421/stat : 20421 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 39527 0 0 0 6762 14 0 0 25 0 5 0 949435329 1103433728 253423 4294967295 134512640 135237372 3215144320 3053895520 134562344 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20413/tid=20422] ppid=20411 vsize=1077572 CPUtime=67.63
/proc/20413/task/20422/stat : 20422 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 41736 0 0 0 6724 39 0 0 25 0 5 0 949435329 1103433728 253423 4294967295 134512640 135237372 3215144320 3045591204 134680212 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 305.32
Current children cumulated vsize (KiB) 1077572

[startup+162.309 s]
/proc/loadavg: 4.00 3.37 2.77 5/103 20806
/proc/meminfo: memFree=1457032/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=1736264 CPUtime=544.93
/proc/20413/stat : 20413 (ttsth-5-0) S 20411 20413 30226 0 -1 4202496 410304 0 0 0 54304 189 0 0 25 0 5 0 949431878 1777934336 408900 4294967295 134512640 135237372 3215144320 3215143916 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20413/statm: 434066 408901 95 177 0 433888 0
[pid=20413/tid=20419] ppid=20411 vsize=1736264 CPUtime=127.67
/proc/20413/task/20419/stat : 20419 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 72169 0 0 0 12739 28 0 0 25 0 5 0 949435329 1777934336 408901 4294967295 134512640 135237372 3215144320 3070759920 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20413/tid=20420] ppid=20411 vsize=1736264 CPUtime=127.5
/proc/20413/task/20420/stat : 20420 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 117521 0 0 0 12689 61 0 0 25 0 5 0 949435329 1777934336 408901 4294967295 134512640 135237372 3215144320 3062376400 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20413/tid=20421] ppid=20411 vsize=1736264 CPUtime=127.73
/proc/20413/task/20421/stat : 20421 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 71640 0 0 0 12748 25 0 0 25 0 5 0 949435329 1777934336 408901 4294967295 134512640 135237372 3215144320 3053813728 134680374 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20413/tid=20422] ppid=20411 vsize=1736264 CPUtime=127.53
/proc/20413/task/20422/stat : 20422 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 77707 0 0 0 12697 56 0 0 25 0 5 0 949435329 1777934336 408901 4294967295 134512640 135237372 3215144320 3045465648 134680467 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 544.93
Current children cumulated vsize (KiB) 1736264



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+197.706 s]
/proc/loadavg: 4.24 3.50 2.83 5/103 20991
/proc/meminfo: memFree=1107908/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=2096700 CPUtime=686.26
/proc/20413/stat : 20413 (ttsth-5-0) S 20411 20413 30226 0 -1 4202496 495314 0 0 0 68402 224 0 0 25 0 5 0 949431878 2147020800 493910 4294967295 134512640 135237372 3215144320 3215143916 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20413/statm: 524175 493910 95 177 0 523997 0
[pid=20413/tid=20419] ppid=20411 vsize=2096700 CPUtime=163.02
/proc/20413/task/20419/stat : 20419 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 88384 0 0 0 16263 39 0 0 25 0 5 0 949435329 2147020800 493910 4294967295 134512640 135237372 3215144320 3070766448 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20413/tid=20420] ppid=20411 vsize=2096700 CPUtime=162.82
/proc/20413/task/20420/stat : 20420 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 138548 0 0 0 16212 70 0 0 25 0 5 0 949435329 2147020800 493910 4294967295 134512640 135237372 3215144320 3062376816 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20413/tid=20421] ppid=20411 vsize=2096700 CPUtime=163.05
/proc/20413/task/20421/stat : 20421 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 97018 0 0 0 16273 32 0 0 25 0 5 0 949435329 2147020800 493910 4294967295 134512640 135237372 3215144320 3053810480 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20413/tid=20422] ppid=20411 vsize=2096700 CPUtime=162.87
/proc/20413/task/20422/stat : 20422 (ttsth-5-0) R 20411 20413 30226 0 -1 4202560 100096 0 0 0 16223 64 0 0 25 0 5 0 949435329 2147020800 493910 4294967295 134512640 135237372 3215144320 3045461760 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 686.26
Current children cumulated vsize (KiB) 2096700

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

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

[startup+197.826 s]
/proc/loadavg: 4.24 3.50 2.83 5/103 20991
/proc/meminfo: memFree=1107908/3368532 swapFree=1959840/1959888
[pid=20413] ppid=20411 vsize=0 CPUtime=686.44
/proc/20413/stat : 20413 (ttsth-5-0) Z 20411 20413 30226 0 -1 4203524 495342 0 0 0 68410 234 0 0 18 0 2 0 949431878 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/20413/statm: 0 0 0 0 0 0 0
[pid=20413/tid=20420] ppid=20411 vsize=0 CPUtime=162.94
/proc/20413/task/20420/stat : 20420 (ttsth-5-0) R 20411 20413 30226 0 -1 4203588 138556 0 0 0 16214 80 0 0 25 0 2 0 949435329 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 686.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20413 and gives
#  childrusage.ru_utime.tv_sec=684
#  childrusage.ru_utime.tv_usec=100000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=340000
# CPU time returned by wait4() is 686.44
# while last known CPU time is 686.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 197.83
CPU time (s): 686.44
CPU user time (s): 684.1
CPU system time (s): 2.34
CPU usage (%): 346.984
Max. virtual memory (cumulated for all children) (KiB): 2096700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 684.1
system time used= 2.34
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495342
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= 2447
involuntary context switches= 12371

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:15:51
IDJOB=1779238
IDBENCH=70824
IDSOLVER=632
FILE ID=tipi39/1779238-1243678551
PBS_JOBID=
Free space on /tmp= 5740 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-14.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779238-1243678551/watcher-1779238-1243678551 -o /tmp/evaluation-result-1779238-1243678551/solver-1779238-1243678551 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779238-1243678551.cnf

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

MD5SUM BENCH= 5822cc7fe01f06c27406011d612b5e7d
RANDOM SEED= 387288019

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:       3082484 kB
Buffers:         79556 kB
Cached:          94796 kB
SwapCached:          0 kB
Active:         119284 kB
Inactive:        71408 kB
HighTotal:     2489216 kB
HighFree:      2380364 kB
LowTotal:       879316 kB
LowFree:        702120 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            5032 kB
Writeback:           0 kB
AnonPages:       16120 kB
Mapped:           6348 kB
Slab:            84500 kB
SReclaimable:    73672 kB
SUnreclaim:      10828 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94792 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5740 MiB
End job on tipi39 at 2009-05-30 12:19:11