Trace number 1778968

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) 244.43 124.543

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs032.cnf
MD5SUM431823fbe355abc605baf058be5925a0
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 variables18792
Number of clauses56183
Sum of the clauses size131091
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237454
Number of clauses of size 318727
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.10	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778968-1243677546.cnf 
0.10/0.10	c Using SATTIMEOUT of 10000
0.10/0.10	c Using SATRAM of 2047
0.10/0.10	c Size of subset node = 16
0.10/0.10	c Variables = 18792
0.10/0.10	c Clauses = 56183
0.10/0.10	c Literals = 131091
0.10/0.10	c Reduced size:
0.10/0.10	c Variables = 18792
0.10/0.10	c Clauses = 56179
0.10/0.10	c Literals = 131084
0.10/0.10	c a2
0.12/0.17	c a1
4.12/4.12	c Independent sub-problems = 1
4.12/4.12	c Sub-problem with 18790 variables and 56179 clauses
4.12/4.12	c using permutation method 4
4.12/4.12	c count = 1
4.12/4.12	c Ordering finished 4.100 seconds
4.12/4.12	c mapped 4.120 seconds
4.12/4.12	c permuted 4.120 seconds
4.12/4.12	c about to sort
4.12/4.13	c sorted
4.43/4.47	c clauses now 56179
4.43/4.47	c init finished 4.260 seconds
4.43/4.47	c tree built 4.480 seconds
4.43/4.47	c 
4.43/4.47	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
4.43/4.47	c ---------------------------------|----------------------------------|------------------------------------------------------
4.43/4.47	c ................................ | ..........                       |                        4.5           0.0             
4.43/4.47	c ................................ | ..........                     1 |                        4.5           0.2             
4.43/4.47	c ................................ | ..........                     2 |                        4.5           0.4             
4.43/4.47	c ................................ | ..........                     3 |                        4.5           0.7             
4.43/4.47	c ................................ | ..........                     4 |                        4.5           0.9             
4.43/4.47	c ................................ | ..........                     5 |                        4.5           1.1             
4.43/4.47	c ................................ | ..........                  1000 | 1                      4.5         223.2           25
199.94/102.09	c ................................ | ..........               1437000 | 62538                200.1        7181.8    100548183

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-1778968-1243677546/watcher-1778968-1243677546 -o /tmp/evaluation-result-1778968-1243677546/solver-1778968-1243677546 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778968-1243677546.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: 6.14 5.97 5.15 4/113 28222
/proc/meminfo: memFree=3123192/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=1012 CPUtime=0.01
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 134 0 0 0 1 0 0 0 20 0 1 0 1132418571 1036288 90 4294967295 134512640 135237372 3213935696 3213934564 134884286 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 253 90 74 177 0 75 0

[startup+0.091017 s]
/proc/loadavg: 6.14 5.97 5.15 4/113 28222
/proc/meminfo: memFree=3123192/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=5460 CPUtime=0.1
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 1215 0 0 0 9 1 0 0 20 0 1 0 1132418571 5591040 1171 4294967295 134512640 135237372 3213935696 3213935048 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 1365 1175 76 177 0 1187 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5460

[startup+0.111011 s]
/proc/loadavg: 6.14 5.97 5.15 4/113 28222
/proc/meminfo: memFree=3123192/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=8232 CPUtime=0.12
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 1913 0 0 0 11 1 0 0 21 0 1 0 1132418571 8429568 1869 4294967295 134512640 135237372 3213935696 3213934964 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 2058 1870 76 177 0 1880 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8232

[startup+0.310993 s]
/proc/loadavg: 6.14 5.97 5.15 4/113 28222
/proc/meminfo: memFree=3123192/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=11304 CPUtime=0.32
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 2791 0 0 0 31 1 0 0 21 0 1 0 1132418571 11575296 2636 4294967295 134512640 135237372 3213935696 3213935056 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 2826 2636 77 177 0 2648 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 11304

[startup+0.710959 s]
/proc/loadavg: 6.14 5.97 5.15 4/113 28222
/proc/meminfo: memFree=3123192/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=11472 CPUtime=0.72
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 2822 0 0 0 71 1 0 0 22 0 1 0 1132418571 11747328 2667 4294967295 134512640 135237372 3213935696 3213935024 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 2868 2667 77 177 0 2690 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 11472

[startup+1.51089 s]
/proc/loadavg: 6.14 5.97 5.15 4/114 28223
/proc/meminfo: memFree=3112812/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=11640 CPUtime=1.52
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 2880 0 0 0 151 1 0 0 25 0 1 0 1132418571 11919360 2725 4294967295 134512640 135237372 3213935696 3213935024 134555279 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 2910 2725 77 177 0 2732 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 11640

[startup+3.11075 s]
/proc/loadavg: 6.14 5.97 5.15 4/116 28226
/proc/meminfo: memFree=3111924/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=11928 CPUtime=3.12
/proc/28222/stat : 28222 (ttsth-5-0) R 28220 28222 32205 0 -1 4202496 2966 0 0 0 311 1 0 0 25 0 1 0 1132418571 12214272 2811 4294967295 134512640 135237372 3213935696 3213935024 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/28222/statm: 2982 2811 77 177 0 2804 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11928

[startup+6.31048 s]
/proc/loadavg: 5.89 5.92 5.14 8/118 28236
/proc/meminfo: memFree=3039852/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=123764 CPUtime=8.15
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 22906 0 0 0 809 6 0 0 25 0 5 0 1132418571 126734336 22631 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 30941 22631 95 177 0 30763 0
[pid=28222/tid=28229] ppid=28220 vsize=123764 CPUtime=1.35
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 1333 0 0 0 134 1 0 0 25 0 5 0 1132419018 126734336 22631 4294967295 134512640 135237372 3213935696 3082211524 134636382 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=123764 CPUtime=1.09
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 797 0 0 0 109 0 0 0 25 0 5 0 1132419018 126734336 22631 4294967295 134512640 135237372 3213935696 3073836160 134590129 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=123764 CPUtime=0.49
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 495 0 0 0 48 1 0 0 25 0 5 0 1132419020 126734336 22631 4294967295 134512640 135237372 3213935696 3065604208 134549888 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=123764 CPUtime=0.74
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 715 0 0 0 74 0 0 0 25 0 5 0 1132419020 126734336 22631 4294967295 134512640 135237372 3213935696 3057066148 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 123764

[startup+12.7099 s]
/proc/loadavg: 6.22 5.99 5.17 7/118 28428
/proc/meminfo: memFree=2903616/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=271704 CPUtime=20.73
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 59228 0 0 0 2056 17 0 0 25 0 5 0 1132418571 278224896 58953 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 67926 58953 95 177 0 67748 0
[pid=28222/tid=28229] ppid=28220 vsize=271704 CPUtime=4.91
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 16035 0 0 0 487 4 0 0 25 0 5 0 1132419018 278224896 58953 4294967295 134512640 135237372 3213935696 3081982512 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=271704 CPUtime=4.16
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 7348 0 0 0 414 2 0 0 25 0 5 0 1132419018 278224896 58953 4294967295 134512640 135237372 3213935696 3073654624 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=271704 CPUtime=3.45
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 7805 0 0 0 340 5 0 0 25 0 5 0 1132419020 278224896 58953 4294967295 134512640 135237372 3213935696 3065219916 134519936 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=271704 CPUtime=3.73
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 8474 0 0 0 371 2 0 0 25 0 5 0 1132419020 278224896 58953 4294967295 134512640 135237372 3213935696 3056813024 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.73
Current children cumulated vsize (KiB) 271704

[startup+25.5188 s]
/proc/loadavg: 6.24 6.01 5.18 7/118 28448
/proc/meminfo: memFree=2620696/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=557148 CPUtime=46.15
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 127194 0 0 0 4578 37 0 0 25 0 5 0 1132418571 570519552 126919 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 139287 126919 95 177 0 139109 0
[pid=28222/tid=28229] ppid=28220 vsize=557148 CPUtime=11.75
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) D 28220 28222 32205 0 -1 4202560 38623 0 0 0 1167 8 0 0 25 0 5 0 1132419018 570519552 126919 4294967295 134512640 135237372 3213935696 3081998784 134546026 0 0 0 0 3223098951 0 0 -1 2 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=557148 CPUtime=10.48
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 21733 0 0 0 1039 9 0 0 25 0 5 0 1132419018 570519552 126919 4294967295 134512640 135237372 3213935696 3073577480 134758929 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=557148 CPUtime=9.37
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) D 28220 28222 32205 0 -1 4202560 23680 0 0 0 931 6 0 0 25 0 5 0 1132419020 570519552 126919 4294967295 134512640 135237372 3213935696 3065247200 134546026 0 0 0 0 3223098951 0 0 -1 2 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=557148 CPUtime=10.07
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 23592 0 0 0 997 10 0 0 25 0 5 0 1132419020 570519552 126919 4294967295 134512640 135237372 3213935696 3056817264 134562373 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.15
Current children cumulated vsize (KiB) 557148

[startup+51.1166 s]
/proc/loadavg: 6.31 6.04 5.21 8/118 28484
/proc/meminfo: memFree=2207468/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=991252 CPUtime=97.95
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 230881 0 0 0 9721 74 0 0 25 0 5 0 1132418571 1015042048 230606 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 247813 230606 95 177 0 247635 0
[pid=28222/tid=28229] ppid=28220 vsize=991252 CPUtime=24.42
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 71049 0 0 0 2420 22 0 0 25 0 5 0 1132419018 1015042048 230606 4294967295 134512640 135237372 3213935696 3081975332 134680212 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=991252 CPUtime=23.81
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 46925 0 0 0 2363 18 0 0 25 0 5 0 1132419018 1015042048 230606 4294967295 134512640 135237372 3213935696 3073590384 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=991252 CPUtime=22.15
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 47577 0 0 0 2205 10 0 0 25 0 5 0 1132419020 1015042048 230606 4294967295 134512640 135237372 3213935696 3065211552 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=991252 CPUtime=23.09
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 45764 0 0 0 2289 20 0 0 25 0 5 0 1132419020 1015042048 230606 4294967295 134512640 135237372 3213935696 3056839536 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 97.95
Current children cumulated vsize (KiB) 991252

[startup+102.312 s]
/proc/loadavg: 6.48 6.12 5.29 6/118 28755
/proc/meminfo: memFree=1451756/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=1782452 CPUtime=200.51
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 418355 0 0 0 19921 130 0 0 25 0 5 0 1132418571 1825230848 418080 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 445613 418080 95 177 0 445435 0
[pid=28222/tid=28229] ppid=28220 vsize=1782452 CPUtime=50.59
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 136446 0 0 0 5018 41 0 0 25 0 5 0 1132419018 1825230848 418080 4294967295 134512640 135237372 3213935696 3081991856 134562290 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=1782452 CPUtime=49.31
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 91265 0 0 0 4901 30 0 0 25 0 5 0 1132419018 1825230848 418080 4294967295 134512640 135237372 3213935696 3073628144 134562344 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=1782452 CPUtime=47.85
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 93311 0 0 0 4757 28 0 0 25 0 5 0 1132419020 1825230848 418080 4294967295 134512640 135237372 3213935696 3065245936 134549905 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=1782452 CPUtime=48.28
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 77767 0 0 0 4801 27 0 0 25 0 5 0 1132419020 1825230848 418080 4294967295 134512640 135237372 3213935696 3056847936 134562380 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 200.51
Current children cumulated vsize (KiB) 1782452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+124.41 s]
/proc/loadavg: 6.38 6.13 5.31 7/118 28787
/proc/meminfo: memFree=1150240/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=2097512 CPUtime=244.29
/proc/28222/stat : 28222 (ttsth-5-0) S 28220 28222 32205 0 -1 4202496 493298 0 0 0 24279 150 0 0 25 0 5 0 1132418571 2147852288 493023 4294967295 134512640 135237372 3213935696 3213935292 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 524378 493023 95 177 0 524200 0
[pid=28222/tid=28229] ppid=28220 vsize=2097512 CPUtime=61.75
/proc/28222/task/28229/stat : 28229 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 162984 0 0 0 6127 48 0 0 25 0 5 0 1132419018 2147852288 493023 4294967295 134512640 135237372 3213935696 3082000128 134593463 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=28222/tid=28230] ppid=28220 vsize=2097512 CPUtime=60.31
/proc/28222/task/28230/stat : 28230 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 108300 0 0 0 5998 33 0 0 25 0 5 0 1132419018 2147852288 493023 4294967295 134512640 135237372 3213935696 3073572576 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=2097512 CPUtime=58.65
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 109743 0 0 0 5831 34 0 0 25 0 5 0 1132419020 2147852288 493023 4294967295 134512640 135237372 3213935696 3065240192 134591514 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=28222/tid=28232] ppid=28220 vsize=2097512 CPUtime=59.1
/proc/28222/task/28232/stat : 28232 (ttsth-5-0) R 28220 28222 32205 0 -1 4202560 92705 0 0 0 5879 31 0 0 25 0 5 0 1132419020 2147852288 493023 4294967295 134512640 135237372 3213935696 3056841840 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 244.29
Current children cumulated vsize (KiB) 2097512

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

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

[startup+124.53 s]
/proc/loadavg: 6.38 6.13 5.31 7/118 28787
/proc/meminfo: memFree=1150240/3368532 swapFree=1954888/1959888
[pid=28222] ppid=28220 vsize=0 CPUtime=244.42
/proc/28222/stat : 28222 (ttsth-5-0) Z 28220 28222 32205 0 -1 4203524 493337 0 0 0 24283 159 0 0 18 0 2 0 1132418571 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/28222/statm: 0 0 0 0 0 0 0
[pid=28222/tid=28231] ppid=28220 vsize=0 CPUtime=58.74
/proc/28222/task/28231/stat : 28231 (ttsth-5-0) R 28220 28222 32205 0 -1 4203588 109743 0 0 0 5831 43 0 0 25 0 2 0 1132419020 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) 244.42
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 124.543
CPU time (s): 244.43
CPU user time (s): 242.83
CPU system time (s): 1.6
CPU usage (%): 196.261
Max. virtual memory (cumulated for all children) (KiB): 2097512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.83
system time used= 1.6
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493337
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= 5185
involuntary context switches= 9829

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 11:59:06
IDJOB=1778968
IDBENCH=70786
IDSOLVER=632
FILE ID=/1778968-1243677546
PBS_JOBID=
Free space on /tmp= 15879 MiB

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

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

MD5SUM BENCH= 431823fbe355abc605baf058be5925a0
RANDOM SEED= 1680578604

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.105
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.43
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.105
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.11
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.105
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.105
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:       3123192 kB
Buffers:         53216 kB
Cached:          91700 kB
SwapCached:        720 kB
Active:         116508 kB
Inactive:        44020 kB
HighTotal:     2489216 kB
HighFree:      2377852 kB
LowTotal:       879316 kB
LowFree:        745340 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:       14900 kB
Mapped:           6224 kB
Slab:            74248 kB
SReclaimable:    64884 kB
SUnreclaim:       9364 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117280 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-30 12:01:12