Trace number 1779118

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) 283.43 138.461

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.09	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779118-1243678125.cnf 
0.04/0.09	c Using SATTIMEOUT of 10000
0.04/0.09	c Using SATRAM of 2047
0.04/0.09	c Size of subset node = 16
0.04/0.09	c Variables = 17818
0.04/0.09	c Clauses = 52685
0.04/0.09	c Literals = 122929
0.04/0.09	c Reduced size:
0.04/0.09	c Variables = 17818
0.04/0.09	c Clauses = 52681
0.04/0.09	c Literals = 122922
0.04/0.09	c a2
0.12/0.16	c a1
3.52/3.56	c Independent sub-problems = 1
3.52/3.56	c Sub-problem with 17816 variables and 52681 clauses
3.52/3.56	c using permutation method 4
3.52/3.56	c count = 1
3.52/3.56	c Ordering finished 3.550 seconds
3.52/3.56	c mapped 3.570 seconds
3.52/3.56	c permuted 3.570 seconds
3.52/3.56	c about to sort
3.52/3.57	c sorted
3.79/3.90	c clauses now 52681
3.79/3.90	c init finished 3.690 seconds
3.79/3.90	c tree built 3.880 seconds
3.79/3.90	c 
3.79/3.90	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
3.79/3.90	c ---------------------------------|----------------------------------|------------------------------------------------------
3.79/3.90	c ................................ | ..........                       |                        3.9           0.0             
3.79/3.90	c ................................ | ..........                     1 |                        3.9           0.3             
3.79/3.90	c ................................ | ..........                     2 |                        3.9           0.5             
3.79/3.90	c ................................ | ..........                     3 |                        3.9           0.8             
3.79/3.90	c ................................ | ..........                     4 |                        3.9           1.0             
3.79/3.90	c ................................ | ..........                     5 |                        3.9           1.3             
3.79/3.90	c ................................ | ..........                  1000 | 1                      3.9         257.7          190
199.89/99.38	c ................................ | ..........               3418000 | 213066               200.0       17087.4     98526639

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-1779118-1243678125/watcher-1779118-1243678125 -o /tmp/evaluation-result-1779118-1243678125/solver-1779118-1243678125 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779118-1243678125.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.39 6.42 5.64 4/104 23376
/proc/meminfo: memFree=2131396/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=1008 CPUtime=0.01
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 162 0 0 0 0 1 0 0 20 0 1 0 1121913694 1032192 117 4294967295 134512640 135237372 3217282944 3217281468 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 252 117 74 177 0 74 0

[startup+0.033187 s]
/proc/loadavg: 6.39 6.42 5.64 4/104 23376
/proc/meminfo: memFree=2131396/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=2328 CPUtime=0.04
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 474 0 0 0 3 1 0 0 20 0 1 0 1121913694 2383872 429 4294967295 134512640 135237372 3217282944 3217281468 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 582 430 75 177 0 404 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2328

[startup+0.113178 s]
/proc/loadavg: 6.39 6.42 5.64 4/104 23376
/proc/meminfo: memFree=2131396/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=7804 CPUtime=0.12
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 1817 0 0 0 10 2 0 0 21 0 1 0 1121913694 7991296 1772 4294967295 134512640 135237372 3217282944 3217281840 134680285 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 1951 1772 76 177 0 1773 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7804

[startup+0.313161 s]
/proc/loadavg: 6.39 6.42 5.64 4/104 23376
/proc/meminfo: memFree=2131396/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=10736 CPUtime=0.32
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 2655 0 0 0 30 2 0 0 21 0 1 0 1121913694 10993664 2506 4294967295 134512640 135237372 3217282944 3217282304 134600963 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 2684 2506 77 177 0 2506 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10736

[startup+0.713135 s]
/proc/loadavg: 6.39 6.42 5.64 4/104 23376
/proc/meminfo: memFree=2131396/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=10904 CPUtime=0.72
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 2690 0 0 0 70 2 0 0 22 0 1 0 1121913694 11165696 2541 4294967295 134512640 135237372 3217282944 3217282272 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 2726 2541 77 177 0 2548 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10904

[startup+1.51308 s]
/proc/loadavg: 6.12 6.36 5.62 4/105 23377
/proc/meminfo: memFree=2121480/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=11076 CPUtime=1.52
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 2752 0 0 0 150 2 0 0 25 0 1 0 1121913694 11341824 2603 4294967295 134512640 135237372 3217282944 3217282272 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 2769 2603 77 177 0 2591 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 11076

[startup+3.11297 s]
/proc/loadavg: 6.12 6.36 5.62 4/105 23377
/proc/meminfo: memFree=2121288/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=11824 CPUtime=3.12
/proc/23376/stat : 23376 (ttsth-5-0) R 23374 23376 2540 0 -1 4202496 2901 0 0 0 310 2 0 0 25 0 1 0 1121913694 12107776 2752 4294967295 134512640 135237372 3217282944 3217282304 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/23376/statm: 2956 2752 77 177 0 2778 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11824

[startup+6.31276 s]
/proc/loadavg: 6.12 6.36 5.62 7/109 23381
/proc/meminfo: memFree=2040352/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=139984 CPUtime=8.65
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 27091 0 0 0 856 9 0 0 25 0 5 0 1121913694 143343616 26838 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 34996 26838 95 177 0 34818 0
[pid=23376/tid=23378] ppid=23374 vsize=139984 CPUtime=1.85
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 2994 0 0 0 184 1 0 0 25 0 5 0 1121914085 143343616 26838 4294967295 134512640 135237372 3217282944 3084066944 134550999 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=139984 CPUtime=0.56
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 1249 0 0 0 55 1 0 0 25 0 5 0 1121914085 143343616 26838 4294967295 134512640 135237372 3217282944 3075626788 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=139984 CPUtime=1.03
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 1958 0 0 0 103 0 0 0 25 0 5 0 1121914088 143343616 26838 4294967295 134512640 135237372 3217282944 3067036672 134680499 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=139984 CPUtime=1.33
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 2579 0 0 0 132 1 0 0 25 0 5 0 1121914088 143343616 26838 4294967295 134512640 135237372 3217282944 3058854320 134562399 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 139984

[startup+12.7123 s]
/proc/loadavg: 6.10 6.35 5.63 7/109 23382
/proc/meminfo: memFree=1909580/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=274384 CPUtime=21.39
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 59222 0 0 0 2122 17 0 0 25 0 5 0 1121913694 280969216 58969 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 68596 58969 95 177 0 68418 0
[pid=23376/tid=23378] ppid=23374 vsize=274384 CPUtime=6.12
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 13995 0 0 0 608 4 0 0 25 0 5 0 1121914085 280969216 58969 4294967295 134512640 135237372 3217282944 3083518960 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=274384 CPUtime=3.61
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 7562 0 0 0 358 3 0 0 25 0 5 0 1121914085 280969216 58969 4294967295 134512640 135237372 3217282944 3075656576 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=274384 CPUtime=3.85
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 8812 0 0 0 383 2 0 0 25 0 5 0 1121914088 280969216 58969 4294967295 134512640 135237372 3217282944 3067240208 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=274384 CPUtime=3.93
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 10542 0 0 0 391 2 0 0 25 0 5 0 1121914088 280969216 58969 4294967295 134512640 135237372 3217282944 3058895228 134549969 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.39
Current children cumulated vsize (KiB) 274384

[startup+25.5114 s]
/proc/loadavg: 6.08 6.34 5.63 7/109 23384
/proc/meminfo: memFree=1676640/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=511748 CPUtime=46.99
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 115455 0 0 0 4663 36 0 0 25 0 5 0 1121913694 524029952 115202 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 127937 115202 95 177 0 127759 0
[pid=23376/tid=23378] ppid=23374 vsize=511748 CPUtime=13.85
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 29545 0 0 0 1377 8 0 0 25 0 5 0 1121914085 524029952 115202 4294967295 134512640 135237372 3217282944 3083521664 134680346 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=511748 CPUtime=9.51
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 17933 0 0 0 946 5 0 0 25 0 5 0 1121914085 524029952 115202 4294967295 134512640 135237372 3217282944 3075670016 134588771 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=511748 CPUtime=10.12
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 26473 0 0 0 1001 11 0 0 25 0 5 0 1121914088 524029952 115202 4294967295 134512640 135237372 3217282944 3067285056 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=511748 CPUtime=9.63
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 23193 0 0 0 957 6 0 0 25 0 5 0 1121914088 524029952 115202 4294967295 134512640 135237372 3217282944 3058889296 134562344 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.99
Current children cumulated vsize (KiB) 511748

[startup+51.1097 s]
/proc/loadavg: 6.11 6.33 5.64 8/109 23386
/proc/meminfo: memFree=1220276/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=996328 CPUtime=98.35
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 230172 0 0 0 9757 78 0 0 25 0 5 0 1121913694 1020239872 229919 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 249082 229919 95 177 0 248904 0
[pid=23376/tid=23378] ppid=23374 vsize=996328 CPUtime=31.08
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 66453 0 0 0 3086 22 0 0 25 0 5 0 1121914085 1020239872 229919 4294967295 134512640 135237372 3217282944 3083519920 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=996328 CPUtime=21.28
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 38870 0 0 0 2114 14 0 0 25 0 5 0 1121914085 1020239872 229919 4294967295 134512640 135237372 3217282944 3075657152 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=996328 CPUtime=20.58
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 57240 0 0 0 2041 17 0 0 25 0 5 0 1121914088 1020239872 229920 4294967295 134512640 135237372 3217282944 3067268372 134634454 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=996328 CPUtime=21.53
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 49298 0 0 0 2134 19 0 0 25 0 5 0 1121914088 1020239872 229920 4294967295 134512640 135237372 3217282944 3058881504 134562416 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.35
Current children cumulated vsize (KiB) 996328

[startup+102.316 s]
/proc/loadavg: 6.39 6.37 5.70 7/109 23573
/proc/meminfo: memFree=464676/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=1787472 CPUtime=206.59
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 417077 0 0 0 20514 145 0 0 25 0 5 0 1121913694 1830371328 416824 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 446868 416824 95 177 0 446690 0
[pid=23376/tid=23378] ppid=23374 vsize=1787472 CPUtime=57.02
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 134630 0 0 0 5658 44 0 0 25 0 5 0 1121914085 1830371328 416824 4294967295 134512640 135237372 3217282944 3083514736 134590206 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=1787472 CPUtime=48.51
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 68853 0 0 0 4825 26 0 0 25 0 5 0 1121914085 1830371328 416824 4294967295 134512640 135237372 3217282944 3075659888 134562388 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=1787472 CPUtime=48.15
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 98407 0 0 0 4779 36 0 0 25 0 5 0 1121914088 1830371328 416825 4294967295 134512640 135237372 3217282944 3066746160 134592223 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=1787472 CPUtime=49.03
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 96877 0 0 0 4870 33 0 0 25 0 5 0 1121914088 1830371328 416825 4294967295 134512640 135237372 3217282944 3058883632 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 206.59
Current children cumulated vsize (KiB) 1787472



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+138.304 s]
/proc/loadavg: 6.68 6.44 5.74 8/109 23763
/proc/meminfo: memFree=169600/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=2097168 CPUtime=283.27
/proc/23376/stat : 23376 (ttsth-5-0) S 23374 23376 2540 0 -1 4202496 490188 0 0 0 28150 177 0 0 25 0 5 0 1121913694 2147500032 489935 4294967295 134512640 135237372 3217282944 3217282540 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 524292 489935 95 177 0 524114 0
[pid=23376/tid=23378] ppid=23374 vsize=2097168 CPUtime=76.12
/proc/23376/task/23378/stat : 23378 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 164020 0 0 0 7552 60 0 0 25 0 5 0 1121914085 2147500032 489935 4294967295 134512640 135237372 3217282944 3083520400 134749318 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23379] ppid=23374 vsize=2097168 CPUtime=68.71
/proc/23376/task/23379/stat : 23379 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 84101 0 0 0 6836 35 0 0 25 0 5 0 1121914085 2147500032 489935 4294967295 134512640 135237372 3217282944 3075664528 134562317 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=2097168 CPUtime=67.83
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 100780 0 0 0 6745 38 0 0 25 0 5 0 1121914088 2147500032 489935 4294967295 134512640 135237372 3217282944 3066747696 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23376/tid=23381] ppid=23374 vsize=2097168 CPUtime=66.73
/proc/23376/task/23381/stat : 23381 (ttsth-5-0) R 23374 23376 2540 0 -1 4202560 122976 0 0 0 6635 38 0 0 25 0 5 0 1121914088 2147500032 489935 4294967295 134512640 135237372 3217282944 3058889200 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 283.27
Current children cumulated vsize (KiB) 2097168

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

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

[startup+138.424 s]
/proc/loadavg: 6.68 6.44 5.74 8/109 23763
/proc/meminfo: memFree=169600/3368532 swapFree=1954076/1959888
[pid=23376] ppid=23374 vsize=0 CPUtime=283.4
/proc/23376/stat : 23376 (ttsth-5-0) Z 23374 23376 2540 0 -1 4203524 490215 0 0 0 28156 184 0 0 18 0 2 0 1121913694 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23376/statm: 0 0 0 0 0 0 0
[pid=23376/tid=23380] ppid=23374 vsize=0 CPUtime=67.92
/proc/23376/task/23380/stat : 23380 (ttsth-5-0) R 23374 23376 2540 0 -1 4203588 100780 0 0 0 6747 45 0 0 25 0 2 0 1121914088 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 283.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 138.461
CPU time (s): 283.43
CPU user time (s): 281.56
CPU system time (s): 1.87
CPU usage (%): 204.7
Max. virtual memory (cumulated for all children) (KiB): 2097168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.56
system time used= 1.87
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 490215
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= 7858
involuntary context switches= 10082

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 12:08:45
IDJOB=1779118
IDBENCH=70812
IDSOLVER=632
FILE ID=tipi44/1779118-1243678125
PBS_JOBID=
Free space on /tmp= 15893 MiB

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

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED= 149717652

Linux tipi44 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.116
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.42
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.116
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2131496 kB
Buffers:        176484 kB
Cached:         729944 kB
SwapCached:       2152 kB
Active:         818996 kB
Inactive:       309768 kB
HighTotal:     2489216 kB
HighFree:      1545048 kB
LowTotal:       879316 kB
LowFree:        586448 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            3592 kB
Writeback:           0 kB
AnonPages:      221624 kB
Mapped:           5556 kB
Slab:            98136 kB
SReclaimable:    87220 kB
SUnreclaim:      10916 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   304276 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15893 MiB
End job on tipi44 at 2009-05-30 12:11:06