Trace number 1778758

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) 1914.66 866.141

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand064.cnf
MD5SUM1394bf507e3ed448c81b5502d6550d78
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.35
Satisfiable
(Un)Satisfiability was proved
Number of variables40042
Number of clauses119357
Sum of the clauses size278497
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 279570
Number of clauses of size 339785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.21/0.22	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778758-1243677086.cnf 
0.21/0.22	c Using SATTIMEOUT of 10000
0.21/0.22	c Using SATRAM of 2047
0.21/0.22	c Size of subset node = 16
0.21/0.22	c Variables = 40042
0.21/0.22	c Clauses = 119357
0.21/0.22	c Literals = 278497
0.21/0.22	c Reduced size:
0.21/0.22	c Variables = 40042
0.21/0.22	c Clauses = 119333
0.21/0.22	c Literals = 278442
0.21/0.22	c a2
0.41/0.41	c a1
7.91/7.95	c Independent sub-problems = 1
7.91/7.95	c Sub-problem with 40032 variables and 119333 clauses
7.91/7.95	c using permutation method 4
7.91/7.95	c count = 1
7.91/7.95	c Ordering finished 7.910 seconds
7.91/7.95	c mapped 7.950 seconds
7.91/7.95	c permuted 7.950 seconds
7.91/7.95	c about to sort
7.91/7.98	c sorted
8.81/8.84	c clauses now 119333
8.81/8.84	c init finished 8.240 seconds
8.81/8.84	c tree built 8.840 seconds
8.81/8.84	c 
8.81/8.84	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
8.81/8.84	c ---------------------------------|----------------------------------|------------------------------------------------------
8.81/8.84	c ................................ | ..........                       |                        8.8           0.0             
8.81/8.84	c ................................ | ..........                     1 |                        8.8           0.1             
8.81/8.84	c ................................ | ..........                     2 |                        8.8           0.2             
8.81/8.84	c ................................ | ..........                     3 |                        8.8           0.3             
8.81/8.84	c ................................ | ..........                     4 |                        8.8           0.5             
8.81/8.84	c ................................ | ..........                     5 |                        8.8           0.6             
8.81/8.84	c ................................ | ..........                  1000 | 2                      8.8         113.1          149
199.95/104.57	c ................................ | ..........               3626000 | 102524               200.1       18125.5     13896644
399.92/193.20	c ................................ | ..........               6603000 | 203437               400.1       16503.4     27868474
600.02/287.72	c ................................ | ..........               8181000 | 270317               600.0       13634.1     41143926
800.30/382.63	c ................................ | ..........               9580000 | 326621               800.4       11969.6     54614090
999.89/473.78	c ................................ | *.........              10928000 | 383962              1000.0       10927.9     64795863
1199.93/571.23	c ................................ | *.........              12178000 | 437133              1200.0       10148.3     74356460
1400.09/656.95	c ................................ | *.........              13349000 | 486698              1400.2        9533.8     85007879
1600.04/737.84	c ................................ | *.........              14189000 | 522426              1600.1        8867.4     94655811
1799.93/819.58	c ................................ | *.........              15423000 | 574199              1800.0        8568.1    107006639

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-1778758-1243677086/watcher-1778758-1243677086 -o /tmp/evaluation-result-1778758-1243677086/solver-1778758-1243677086 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778758-1243677086.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.61 4.95 4.00 4/104 20082
/proc/meminfo: memFree=2141544/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1404 CPUtime=0.01
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 243 0 0 0 1 0 0 0 20 0 1 0 1121809780 1437696 198 4294967295 134512640 135237372 3217727472 3217726068 134893376 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 351 198 75 177 0 173 0

[startup+0.079492 s]
/proc/loadavg: 6.61 4.95 4.00 4/104 20082
/proc/meminfo: memFree=2141544/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=4552 CPUtime=0.08
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 1027 0 0 0 8 0 0 0 20 0 1 0 1121809780 4661248 982 4294967295 134512640 135237372 3217727472 3217725996 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 1138 983 75 177 0 960 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4552

[startup+0.109513 s]
/proc/loadavg: 6.61 4.95 4.00 4/104 20082
/proc/meminfo: memFree=2141544/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=5992 CPUtime=0.11
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 1384 0 0 0 11 0 0 0 21 0 1 0 1121809780 6135808 1339 4294967295 134512640 135237372 3217727472 3217726920 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 1498 1340 75 177 0 1320 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5992

[startup+0.309471 s]
/proc/loadavg: 6.61 4.95 4.00 4/104 20082
/proc/meminfo: memFree=2141544/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=17964 CPUtime=0.31
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 4279 0 0 0 31 0 0 0 21 0 1 0 1121809780 18395136 4233 4294967295 134512640 135237372 3217727472 3217726288 134680499 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 4491 4233 76 177 0 4313 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17964

[startup+0.709444 s]
/proc/loadavg: 6.61 4.95 4.00 4/104 20082
/proc/meminfo: memFree=2141544/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=23088 CPUtime=0.71
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 5979 0 0 0 70 1 0 0 22 0 1 0 1121809780 23642112 5499 4294967295 134512640 135237372 3217727472 3217726800 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 5772 5499 77 177 0 5594 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 23088

[startup+1.50939 s]
/proc/loadavg: 6.32 4.92 3.99 4/105 20083
/proc/meminfo: memFree=2119984/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=23248 CPUtime=1.51
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 6011 0 0 0 150 1 0 0 25 0 1 0 1121809780 23805952 5531 4294967295 134512640 135237372 3217727472 3217726800 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 5812 5531 77 177 0 5634 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 23248

[startup+3.10928 s]
/proc/loadavg: 6.32 4.92 3.99 4/105 20083
/proc/meminfo: memFree=2119840/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=23408 CPUtime=3.11
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 6081 0 0 0 310 1 0 0 25 0 1 0 1121809780 23969792 5601 4294967295 134512640 135237372 3217727472 3217726800 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 5852 5601 77 177 0 5674 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 23408

[startup+6.30906 s]
/proc/loadavg: 6.06 4.89 3.99 4/105 20084
/proc/meminfo: memFree=2119368/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=24216 CPUtime=6.31
/proc/20082/stat : 20082 (ttsth-5-0) R 20080 20082 2540 0 -1 4202496 6217 0 0 0 629 2 0 0 25 0 1 0 1121809780 24797184 5737 4294967295 134512640 135237372 3217727472 3217726800 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/20082/statm: 6054 5737 77 177 0 5876 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 24216

[startup+12.7086 s]
/proc/loadavg: 6.05 4.91 4.00 7/109 20089
/proc/meminfo: memFree=1949608/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=225248 CPUtime=16.56
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 49510 0 0 0 1641 15 0 0 25 0 5 0 1121809780 230653952 48667 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 56312 48667 95 177 0 56134 0
[pid=20082/tid=20086] ppid=20080 vsize=225248 CPUtime=2.34
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 2691 0 0 0 232 2 0 0 25 0 5 0 1121810664 230653952 48667 4294967295 134512640 135237372 3217727472 3077099440 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=225248 CPUtime=1.79
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 2192 0 0 0 179 0 0 0 25 0 5 0 1121810664 230653952 48667 4294967295 134512640 135237372 3217727472 3068694320 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=225248 CPUtime=2.06
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 886 0 0 0 205 1 0 0 25 0 5 0 1121810664 230653952 48667 4294967295 134512640 135237372 3217727472 3059978276 134636382 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=225248 CPUtime=1.53
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 1224 0 0 0 153 0 0 0 25 0 5 0 1121810668 230653952 48667 4294967295 134512640 135237372 3217727472 3051915312 134680285 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.56
Current children cumulated vsize (KiB) 225248

[startup+25.5078 s]
/proc/loadavg: 6.11 4.98 4.03 7/109 20089
/proc/meminfo: memFree=1915560/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=257452 CPUtime=42.14
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 57550 0 0 0 4195 19 0 0 25 0 5 0 1121809780 263630848 56707 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 64363 56707 95 177 0 64185 0
[pid=20082/tid=20086] ppid=20080 vsize=257452 CPUtime=10.94
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 3406 0 0 0 1090 4 0 0 25 0 5 0 1121810664 263630848 56707 4294967295 134512640 135237372 3217727472 3077083808 134593221 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=257452 CPUtime=8.63
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 7408 0 0 0 861 2 0 0 25 0 5 0 1121810664 263630848 56707 4294967295 134512640 135237372 3217727472 3068716080 134680262 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=257452 CPUtime=8.01
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 1193 0 0 0 800 1 0 0 25 0 5 0 1121810664 263630848 56707 4294967295 134512640 135237372 3217727472 3059815552 134589798 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=257452 CPUtime=5.72
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 3026 0 0 0 572 0 0 0 25 0 5 0 1121810668 263630848 56707 4294967295 134512640 135237372 3217727472 3051942860 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.14
Current children cumulated vsize (KiB) 257452

[startup+51.116 s]
/proc/loadavg: 6.26 5.10 4.10 7/109 20275
/proc/meminfo: memFree=1854128/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=321732 CPUtime=93.31
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 73066 0 0 0 9301 30 0 0 25 0 5 0 1121809780 329453568 72223 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 80433 72223 95 177 0 80255 0
[pid=20082/tid=20086] ppid=20080 vsize=321732 CPUtime=26.24
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 3992 0 0 0 2620 4 0 0 25 0 5 0 1121810664 329453568 72223 4294967295 134512640 135237372 3217727472 3077087116 134549872 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=321732 CPUtime=22.22
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 17625 0 0 0 2213 9 0 0 25 0 5 0 1121810664 329453568 72223 4294967295 134512640 135237372 3217727472 3068708576 134680336 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=321732 CPUtime=20.03
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 1795 0 0 0 2001 2 0 0 25 0 5 0 1121810664 329453568 72223 4294967295 134512640 135237372 3217727472 3059185664 134561524 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=321732 CPUtime=15.98
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 7137 0 0 0 1595 3 0 0 25 0 5 0 1121810668 329453568 72223 4294967295 134512640 135237372 3217727472 3051932656 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 93.31
Current children cumulated vsize (KiB) 321732

[startup+102.313 s]
/proc/loadavg: 6.27 5.27 4.21 9/110 20390
/proc/meminfo: memFree=1745648/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=432292 CPUtime=195.61
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 99636 0 0 0 19518 43 0 0 25 0 5 0 1121809780 442667008 98793 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 108073 98793 95 177 0 107895 0
[pid=20082/tid=20086] ppid=20080 vsize=432292 CPUtime=57.44
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 5650 0 0 0 5736 8 0 0 25 0 5 0 1121810664 442667008 98793 4294967295 134512640 135237372 3217727472 3077084672 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=432292 CPUtime=48.72
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 34521 0 0 0 4861 11 0 0 25 0 5 0 1121810664 442667008 98793 4294967295 134512640 135237372 3217727472 3068705248 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=432292 CPUtime=44.72
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 2827 0 0 0 4468 4 0 0 25 0 5 0 1121810664 442667008 98793 4294967295 134512640 135237372 3217727472 3059945708 134550038 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=432292 CPUtime=35.89
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 14121 0 0 0 3581 8 0 0 25 0 5 0 1121810668 442667008 98793 4294967295 134512640 135237372 3217727472 3051966688 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 195.61
Current children cumulated vsize (KiB) 432292

[startup+162.308 s]
/proc/loadavg: 6.31 5.45 4.33 9/110 20577
/proc/meminfo: memFree=1587628/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=598480 CPUtime=338.32
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 139259 0 0 0 33760 72 0 0 25 0 5 0 1121809780 612843520 138416 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 149620 138416 95 177 0 149442 0
[pid=20082/tid=20086] ppid=20080 vsize=598480 CPUtime=112.54
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 7721 0 0 0 11234 20 0 0 25 0 5 0 1121810664 612843520 138416 4294967295 134512640 135237372 3217727472 3077109728 134587943 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=598480 CPUtime=80.52
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 51684 0 0 0 8033 19 0 0 25 0 5 0 1121810664 612843520 138416 4294967295 134512640 135237372 3217727472 3068733360 134680467 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=598480 CPUtime=70.82
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 10430 0 0 0 7072 10 0 0 25 0 5 0 1121810664 612843520 138416 4294967295 134512640 135237372 3217727472 3060332368 134587914 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=598480 CPUtime=65.6
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 26907 0 0 0 6549 11 0 0 25 0 5 0 1121810668 612843520 138416 4294967295 134512640 135237372 3217727472 3051921440 134590245 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 338.32
Current children cumulated vsize (KiB) 598480

[startup+222.304 s]
/proc/loadavg: 6.41 5.64 4.47 8/110 20704
/proc/meminfo: memFree=1456880/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=732988 CPUtime=460.69
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 171610 0 0 0 45982 87 0 0 25 0 5 0 1121809780 750579712 170767 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 183247 170767 95 177 0 183069 0
[pid=20082/tid=20086] ppid=20080 vsize=732988 CPUtime=144.74
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 8807 0 0 0 14451 23 0 0 25 0 5 0 1121810664 750579712 170767 4294967295 134512640 135237372 3217727472 3077087216 134680285 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=732988 CPUtime=113.19
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 63210 0 0 0 11293 26 0 0 25 0 5 0 1121810664 750579712 170767 4294967295 134512640 135237372 3217727472 3068718336 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=732988 CPUtime=99.01
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 18722 0 0 0 9889 12 0 0 25 0 5 0 1121810664 750579712 170767 4294967295 134512640 135237372 3217727472 3060344960 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=732988 CPUtime=94.91
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 38354 0 0 0 9477 14 0 0 25 0 5 0 1121810668 750579712 170767 4294967295 134512640 135237372 3217727472 3051891408 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 460.69
Current children cumulated vsize (KiB) 732988

[startup+282.31 s]
/proc/loadavg: 6.50 5.81 4.60 7/109 20848
/proc/meminfo: memFree=1324628/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=873356 CPUtime=589.22
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 204791 0 0 0 58826 96 0 0 25 0 5 0 1121809780 894316544 203948 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 218339 203948 95 177 0 218161 0
[pid=20082/tid=20086] ppid=20080 vsize=873356 CPUtime=180.42
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 9876 0 0 0 18018 24 0 0 25 0 5 0 1121810664 894316544 203948 4294967295 134512640 135237372 3217727472 3077103200 134562413 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=873356 CPUtime=144.52
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 76257 0 0 0 14423 29 0 0 25 0 5 0 1121810664 894316544 203948 4294967295 134512640 135237372 3217727472 3068697648 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=873356 CPUtime=131.09
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 27678 0 0 0 13094 15 0 0 25 0 5 0 1121810664 894316544 203948 4294967295 134512640 135237372 3217727472 3060316240 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=873356 CPUtime=124.35
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 48463 0 0 0 12419 16 0 0 25 0 5 0 1121810668 894316544 203948 4294967295 134512640 135237372 3217727472 3051946064 134591181 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 589.22
Current children cumulated vsize (KiB) 873356

################
# More data... #
################

/proc/meminfo: memFree=1064672/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1147056 CPUtime=840.23
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 269423 0 0 0 83870 153 0 0 25 0 5 0 1121809780 1174585344 268580 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 286764 268580 95 177 0 286586 0
[pid=20082/tid=20086] ppid=20080 vsize=1147056 CPUtime=242.26
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 11634 0 0 0 24199 27 0 0 25 0 5 0 1121810664 1174585344 268580 4294967295 134512640 135237372 3217727472 3077090896 134680273 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1147056 CPUtime=206.32
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 103970 0 0 0 20580 52 0 0 25 0 5 0 1121810664 1174585344 268580 4294967295 134512640 135237372 3217727472 3068694828 134562272 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1147056 CPUtime=189.26
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 43426 0 0 0 18893 33 0 0 25 0 5 0 1121810664 1174585344 268580 4294967295 134512640 135237372 3217727472 3060322176 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1147056 CPUtime=193.55
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 67876 0 0 0 19326 29 0 0 25 0 5 0 1121810668 1174585344 268580 4294967295 134512640 135237372 3217727472 3051924608 134680499 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 840.23
Current children cumulated vsize (KiB) 1147056

[startup+462.318 s]
/proc/loadavg: 6.35 6.10 4.92 7/109 21412
/proc/meminfo: memFree=955164/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1260852 CPUtime=977.09
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 296276 0 0 0 97543 166 0 0 25 0 5 0 1121809780 1291112448 295433 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 315213 295433 95 177 0 315035 0
[pid=20082/tid=20086] ppid=20080 vsize=1260852 CPUtime=280.64
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 12630 0 0 0 28036 28 0 0 25 0 5 0 1121810664 1291112448 295433 4294967295 134512640 135237372 3217727472 3077083312 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1260852 CPUtime=238.53
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 111255 0 0 0 23798 55 0 0 25 0 5 0 1121810664 1291112448 295434 4294967295 134512640 135237372 3217727472 3068696784 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1260852 CPUtime=226.03
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 53552 0 0 0 22564 39 0 0 25 0 5 0 1121810664 1291112448 295434 4294967295 134512640 135237372 3217727472 3060308276 134680212 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1260852 CPUtime=223.05
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 76323 0 0 0 22273 32 0 0 25 0 5 0 1121810668 1291112448 295434 4294967295 134512640 135237372 3217727472 3051915680 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 977.09
Current children cumulated vsize (KiB) 1260852

[startup+522.314 s]
/proc/loadavg: 6.45 6.19 5.03 7/109 21602
/proc/meminfo: memFree=873116/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1349908 CPUtime=1097.09
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 316804 0 0 0 109533 176 0 0 25 0 5 0 1121809780 1382305792 315961 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 337477 315961 95 177 0 337299 0
[pid=20082/tid=20086] ppid=20080 vsize=1349908 CPUtime=310.94
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 13387 0 0 0 31066 28 0 0 25 0 5 0 1121810664 1382305792 315961 4294967295 134512640 135237372 3217727472 3077084784 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1349908 CPUtime=268.23
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 118123 0 0 0 26764 59 0 0 25 0 5 0 1121810664 1382305792 315961 4294967295 134512640 135237372 3217727472 3068713760 134749358 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1349908 CPUtime=255.71
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 61787 0 0 0 25526 45 0 0 25 0 5 0 1121810664 1382305792 315961 4294967295 134512640 135237372 3217727472 3060321792 134680285 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1349908 CPUtime=253.37
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 80990 0 0 0 25305 32 0 0 25 0 5 0 1121810668 1382305792 315961 4294967295 134512640 135237372 3217727472 3051910032 134551002 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1097.09
Current children cumulated vsize (KiB) 1349908

[startup+582.31 s]
/proc/loadavg: 6.39 6.23 5.11 7/109 21791
/proc/meminfo: memFree=768836/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1463068 CPUtime=1225.4
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 342614 0 0 0 122348 192 0 0 25 0 5 0 1121809780 1498181632 341771 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 365767 341771 95 177 0 365589 0
[pid=20082/tid=20086] ppid=20080 vsize=1463068 CPUtime=347.94
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 14292 0 0 0 34764 30 0 0 25 0 5 0 1121810664 1498181632 341771 4294967295 134512640 135237372 3217727472 3077078160 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1463068 CPUtime=300.22
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 127047 0 0 0 29960 62 0 0 25 0 5 0 1121810664 1498181632 341771 4294967295 134512640 135237372 3217727472 3068693408 134680343 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1463068 CPUtime=285.37
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 69951 0 0 0 28485 52 0 0 25 0 5 0 1121810664 1498181632 341771 4294967295 134512640 135237372 3217727472 3060333280 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1463068 CPUtime=283.03
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 88807 0 0 0 28267 36 0 0 25 0 5 0 1121810668 1498181632 341771 4294967295 134512640 135237372 3217727472 3051912940 134549872 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1225.4
Current children cumulated vsize (KiB) 1463068

[startup+642.316 s]
/proc/loadavg: 6.58 6.32 5.21 8/109 21979
/proc/meminfo: memFree=647280/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1589920 CPUtime=1363.68
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 372518 0 0 0 136159 209 0 0 25 0 5 0 1121809780 1628078080 371675 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 397480 371675 95 177 0 397302 0
[pid=20082/tid=20086] ppid=20080 vsize=1589920 CPUtime=384.74
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 15144 0 0 0 38444 30 0 0 25 0 5 0 1121810664 1628078080 371675 4294967295 134512640 135237372 3217727472 3077093680 134562320 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1589920 CPUtime=331.71
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 135385 0 0 0 33104 67 0 0 25 0 5 0 1121810664 1628078080 371675 4294967295 134512640 135237372 3217727472 3068730528 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1589920 CPUtime=314.41
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 78393 0 0 0 31379 62 0 0 25 0 5 0 1121810664 1628078080 371675 4294967295 134512640 135237372 3217727472 3060334812 134549872 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1589920 CPUtime=323.98
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 101079 0 0 0 32360 38 0 0 25 0 5 0 1121810668 1628078080 371675 4294967295 134512640 135237372 3217727472 3051925276 134680502 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1363.68
Current children cumulated vsize (KiB) 1589920

[startup+702.311 s]
/proc/loadavg: 6.56 6.36 5.29 7/109 22166
/proc/meminfo: memFree=543820/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1698720 CPUtime=1513.42
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 398548 0 0 0 151105 237 0 0 25 0 5 0 1121809780 1739489280 397705 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 424680 397705 95 177 0 424502 0
[pid=20082/tid=20086] ppid=20080 vsize=1698720 CPUtime=414.58
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 15774 0 0 0 41427 31 0 0 25 0 5 0 1121810664 1739489280 397705 4294967295 134512640 135237372 3217727472 3077079008 134680467 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1698720 CPUtime=361.92
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 140205 0 0 0 36113 79 0 0 25 0 5 0 1121810664 1739489280 397705 4294967295 134512640 135237372 3217727472 3068690128 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1698720 CPUtime=344.12
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 86773 0 0 0 34343 69 0 0 25 0 5 0 1121810664 1739489280 397705 4294967295 134512640 135237372 3217727472 3060346304 134680367 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1698720 CPUtime=383.96
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 113279 0 0 0 38350 46 0 0 25 0 5 0 1121810668 1739489280 397705 4294967295 134512640 135237372 3217727472 3051912016 134562430 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1513.42
Current children cumulated vsize (KiB) 1698720

[startup+762.307 s]
/proc/loadavg: 6.53 6.39 5.37 6/109 22355
/proc/meminfo: memFree=406572/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1843140 CPUtime=1666.08
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 432505 0 0 0 166337 271 0 0 25 0 5 0 1121809780 1887375360 431662 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 460785 431662 95 177 0 460607 0
[pid=20082/tid=20086] ppid=20080 vsize=1843140 CPUtime=455.17
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 16651 0 0 0 45476 41 0 0 25 0 5 0 1121810664 1887375360 431662 4294967295 134512640 135237372 3217727472 3077083952 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1843140 CPUtime=400.17
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 149179 0 0 0 39932 85 0 0 25 0 5 0 1121810664 1887375360 431662 4294967295 134512640 135237372 3217727472 3068682816 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1843140 CPUtime=378.05
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 95927 0 0 0 37728 77 0 0 25 0 5 0 1121810664 1887375360 431662 4294967295 134512640 135237372 3217727472 3060315296 134562380 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1843140 CPUtime=423.85
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 128231 0 0 0 42329 56 0 0 25 0 5 0 1121810668 1887375360 431662 4294967295 134512640 135237372 3217727472 3051924176 134593481 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.08
Current children cumulated vsize (KiB) 1843140

[startup+822.313 s]
/proc/loadavg: 6.65 6.44 5.44 7/109 22541
/proc/meminfo: memFree=269872/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=1988508 CPUtime=1806.81
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 466874 0 0 0 180396 285 0 0 25 0 5 0 1121809780 2036232192 466031 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 497127 466031 95 177 0 496949 0
[pid=20082/tid=20086] ppid=20080 vsize=1988508 CPUtime=496.27
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 17507 0 0 0 49583 44 0 0 25 0 5 0 1121810664 2036232192 466031 4294967295 134512640 135237372 3217727472 3077100032 134549888 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=1988508 CPUtime=433.42
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 160165 0 0 0 43251 91 0 0 25 0 5 0 1121810664 2036232192 466031 4294967295 134512640 135237372 3217727472 3068697568 134562341 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=1988508 CPUtime=415.41
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 106070 0 0 0 41464 77 0 0 25 0 5 0 1121810664 2036232192 466031 4294967295 134512640 135237372 3217727472 3060308528 134562380 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=1988508 CPUtime=452.87
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 140615 0 0 0 45226 61 0 0 25 0 5 0 1121810668 2036232192 466031 4294967295 134512640 135237372 3217727472 3051918288 134749358 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1806.81
Current children cumulated vsize (KiB) 1988508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+866.01 s]
/proc/loadavg: 6.60 6.44 5.49 8/110 22686
/proc/meminfo: memFree=162840/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=2097280 CPUtime=1914.49
/proc/20082/stat : 20082 (ttsth-5-0) S 20080 20082 2540 0 -1 4202496 492825 0 0 0 191155 294 0 0 25 0 5 0 1121809780 2147614720 491982 4294967295 134512640 135237372 3217727472 3217727068 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 524320 491982 95 177 0 524142 0
[pid=20082/tid=20086] ppid=20080 vsize=2097280 CPUtime=526.59
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 18101 0 0 0 52614 45 0 0 25 0 5 0 1121810664 2147614720 491982 4294967295 134512640 135237372 3217727472 3077083360 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=20082/tid=20087] ppid=20080 vsize=2097280 CPUtime=465.71
/proc/20082/task/20087/stat : 20087 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 171098 0 0 0 46479 92 0 0 25 0 5 0 1121810664 2147614720 491982 4294967295 134512640 135237372 3217727472 3068708976 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=20082/tid=20088] ppid=20080 vsize=2097280 CPUtime=437.91
/proc/20082/task/20088/stat : 20088 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 111939 0 0 0 43712 79 0 0 25 0 5 0 1121810664 2147614720 491982 4294967295 134512640 135237372 3217727472 3060310032 134680503 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=20082/tid=20089] ppid=20080 vsize=2097280 CPUtime=475.44
/proc/20082/task/20089/stat : 20089 (ttsth-5-0) R 20080 20082 2540 0 -1 4202560 149170 0 0 0 47478 66 0 0 25 0 5 0 1121810668 2147614720 491982 4294967295 134512640 135237372 3217727472 3051944912 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1914.49
Current children cumulated vsize (KiB) 2097280

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

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

[startup+866.13 s]
/proc/loadavg: 6.60 6.44 5.49 8/110 22686
/proc/meminfo: memFree=162840/3368532 swapFree=1954076/1959888
[pid=20082] ppid=20080 vsize=0 CPUtime=1914.65
/proc/20082/stat : 20082 (ttsth-5-0) Z 20080 20082 2540 0 -1 4203524 492833 0 0 0 191161 304 0 0 18 0 2 0 1121809780 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/20082/statm: 0 0 0 0 0 0 0
[pid=20082/tid=20086] ppid=20080 vsize=0 CPUtime=526.71
/proc/20082/task/20086/stat : 20086 (ttsth-5-0) R 20080 20082 2540 0 -1 4203588 18102 0 0 0 52616 55 0 0 25 0 2 0 1121810664 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) 1914.65
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 866.141
CPU time (s): 1914.66
CPU user time (s): 1911.61
CPU system time (s): 3.05
CPU usage (%): 221.056
Max. virtual memory (cumulated for all children) (KiB): 2097280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1911.61
system time used= 3.05
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 492833
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= 1730
involuntary context switches= 47657

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 11:51:26
IDJOB=1778758
IDBENCH=70758
IDSOLVER=632
FILE ID=tipi44/1778758-1243677086
PBS_JOBID=
Free space on /tmp= 15892 MiB

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

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

MD5SUM BENCH= 1394bf507e3ed448c81b5502d6550d78
RANDOM SEED= 1985724736

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:       2141544 kB
Buffers:        176484 kB
Cached:         722352 kB
SwapCached:       2152 kB
Active:         809824 kB
Inactive:       309420 kB
HighTotal:     2489216 kB
HighFree:      1552100 kB
LowTotal:       879316 kB
LowFree:        589444 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            4328 kB
Writeback:           0 kB
AnonPages:      219684 kB
Mapped:           5668 kB
Slab:            97380 kB
SReclaimable:    87188 kB
SUnreclaim:      10192 kB
PageTables:        756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   302360 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15892 MiB
End job on tipi44 at 2009-05-30 12:05:54