Trace number 1779015

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 (16 threads)? (MO) 534.86 49.6061

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.26
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779015-1244948594.cnf 
0.00/0.03	c Using SATTIMEOUT of 10000
0.00/0.03	c Using SATRAM of 2047
0.00/0.03	c Size of subset node = 16
0.00/0.03	c Variables = 11309
0.00/0.03	c Clauses = 33833
0.00/0.03	c Literals = 78941
0.00/0.03	c Reduced size:
0.00/0.03	c Variables = 11309
0.00/0.03	c Clauses = 33824
0.00/0.03	c Literals = 78922
0.00/0.03	c a2
0.00/0.07	c a1
1.20/1.26	c Independent sub-problems = 1
1.20/1.26	c Sub-problem with 11305 variables and 33824 clauses
1.20/1.26	c using permutation method 4
1.20/1.26	c count = 1
1.20/1.26	c Ordering finished 1.250 seconds
1.20/1.26	c mapped 1.260 seconds
1.20/1.26	c permuted 1.260 seconds
1.20/1.26	c about to sort
1.20/1.27	c sorted
1.58/1.61	c clauses now 33824
1.58/1.61	c init finished 1.480 seconds
1.58/1.61	c tree built 1.610 seconds
1.58/1.61	c 
1.58/1.61	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
1.58/1.61	c ---------------------------------|----------------------------------|------------------------------------------------------
1.58/1.61	c ................................ | ..........                       |                        1.6           0.0             
1.58/1.61	c ................................ | ..........                     1 |                        1.6           0.6             
1.58/1.61	c ................................ | ..........                     2 |                        1.6           1.2             
1.58/1.61	c ................................ | ..........                     3 |                        1.6           1.9             
1.58/1.61	c ................................ | ..........                     4 |                        1.6           2.5             
1.58/1.61	c ................................ | ..........                     5 |                        1.6           3.1             
1.58/1.62	c ................................ | ..........                  1000 | 18                     1.6         606.1          918
221.89/20.14	c ................................ | ..........                649000 | 37058                200.2        3242.2     29290742
436.65/41.08	c ................................ | ..........               1082000 | 61707                400.0        2705.0     60929772

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1779015-1244948594/watcher-1779015-1244948594 -o /tmp/evaluation-result-1779015-1244948594/solver-1779015-1244948594 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779015-1244948594.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: 1.17 3.66 4.12 2/184 22326
/proc/meminfo: memFree=19043528/36427776 swapFree=4080/7472
[pid=22326] ppid=22324 vsize=1540 CPUtime=0
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 283 0 0 0 0 0 0 0 20 0 1 0 654165799 1576960 239 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 385 239 75 177 0 207 0

[startup+0.088858 s]
/proc/loadavg: 1.17 3.66 4.12 2/184 22326
/proc/meminfo: memFree=19043528/36427776 swapFree=4080/7472
[pid=22326] ppid=22324 vsize=5644 CPUtime=0.08
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 1351 0 0 0 8 0 0 0 20 0 1 0 654165799 5779456 1238 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134730961 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 1411 1238 77 177 0 1233 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5644

[startup+0.100839 s]
/proc/loadavg: 1.17 3.66 4.12 2/184 22326
/proc/meminfo: memFree=19043528/36427776 swapFree=4080/7472
[pid=22326] ppid=22324 vsize=6832 CPUtime=0.1
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 1639 0 0 0 10 0 0 0 20 0 1 0 654165799 6995968 1526 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 1708 1527 77 177 0 1530 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6832

[startup+0.300844 s]
/proc/loadavg: 1.17 3.66 4.12 2/184 22326
/proc/meminfo: memFree=19043528/36427776 swapFree=4080/7472
[pid=22326] ppid=22324 vsize=7228 CPUtime=0.3
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 1761 0 0 0 30 0 0 0 20 0 1 0 654165799 7401472 1648 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134600972 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 1807 1648 77 177 0 1629 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7228

[startup+0.700876 s]
/proc/loadavg: 1.17 3.66 4.12 2/184 22326
/proc/meminfo: memFree=19043528/36427776 swapFree=4080/7472
[pid=22326] ppid=22324 vsize=7564 CPUtime=0.7
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 1811 0 0 0 70 0 0 0 20 0 1 0 654165799 7745536 1698 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134555272 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 1891 1698 77 177 0 1713 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7564

[startup+1.50097 s]
/proc/loadavg: 1.17 3.66 4.12 2/185 22327
/proc/meminfo: memFree=19036884/36427776 swapFree=4416/14596
[pid=22326] ppid=22324 vsize=116620 CPUtime=1.48
/proc/22326/stat : 22326 (ttsth-5-0) R 22324 22326 15497 0 -1 4202496 29170 0 0 0 138 10 0 0 20 0 1 0 654165799 119418880 29023 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134732614 0 0 1 0 0 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 29155 29024 88 177 0 28977 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116620

[startup+3.10432 s]
/proc/loadavg: 1.17 3.66 4.12 17/201 22343
/proc/meminfo: memFree=18901624/36427776 swapFree=4480/152556
[pid=22326] ppid=22324 vsize=320244 CPUtime=21.66
/proc/22326/stat : 22326 (ttsth-5-0) S 22324 22326 15497 0 -1 4202496 47313 0 0 0 1038 1128 0 0 20 0 17 0 654165799 327929856 47166 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 80061 47167 95 177 0 79883 0
[pid=22326/tid=22328] ppid=22324 vsize=320244 CPUtime=1.46
/proc/22326/task/22328/stat : 22328 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3430 0 0 0 142 4 0 0 20 0 17 0 654165961 327929856 47167 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134587833 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22326/tid=22329] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22329/stat : 22329 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 610 0 0 0 56 86 0 0 20 0 17 0 654165961 327929856 47168 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22330] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22330/stat : 22330 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 740 0 0 0 54 88 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22326/tid=22331] ppid=22324 vsize=320244 CPUtime=0.76
/proc/22326/task/22331/stat : 22331 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 452 0 0 0 28 48 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 953 0 0 0 62 80 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22326/tid=22333] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22333/stat : 22333 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 716 0 0 0 52 90 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22326/tid=22334] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22334/stat : 22334 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 987 0 0 0 62 80 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22335] ppid=22324 vsize=320244 CPUtime=1.4
/proc/22326/task/22335/stat : 22335 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 741 0 0 0 58 82 0 0 20 0 17 0 654165961 327929856 47169 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22326/tid=22336] ppid=22324 vsize=320244 CPUtime=1.4
/proc/22326/task/22336/stat : 22336 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 674 0 0 0 54 86 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22326/tid=22337] ppid=22324 vsize=320244 CPUtime=0.7
/proc/22326/task/22337/stat : 22337 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 544 0 0 0 28 42 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22338] ppid=22324 vsize=320244 CPUtime=1.4
/proc/22326/task/22338/stat : 22338 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 617 0 0 0 52 88 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22339] ppid=22324 vsize=320244 CPUtime=0.72
/proc/22326/task/22339/stat : 22339 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 416 0 0 0 30 42 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22340] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22340/stat : 22340 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 965 0 0 0 64 78 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22326/tid=22341] ppid=22324 vsize=320244 CPUtime=1.38
/proc/22326/task/22341/stat : 22341 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 666 0 0 0 52 86 0 0 20 0 17 0 654165961 327929856 47170 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22326/tid=22342] ppid=22324 vsize=320244 CPUtime=1.42
/proc/22326/task/22342/stat : 22342 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 863 0 0 0 60 82 0 0 20 0 17 0 654165962 327929856 47171 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22326/tid=22343] ppid=22324 vsize=320244 CPUtime=0.76
/proc/22326/task/22343/stat : 22343 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 491 0 0 0 30 46 0 0 20 0 17 0 654165962 327929856 47171 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 320244

[startup+6.30537 s]
/proc/loadavg: 2.28 3.85 4.18 17/201 22343
/proc/meminfo: memFree=18754624/36427776 swapFree=4692/301164
[pid=22326] ppid=22324 vsize=471312 CPUtime=64.55
/proc/22326/stat : 22326 (ttsth-5-0) S 22324 22326 15497 0 -1 4202496 83510 0 0 0 4665 1790 0 0 20 0 17 0 654165799 482623488 83363 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 117828 83366 95 177 0 117650 0
[pid=22326/tid=22328] ppid=22324 vsize=471312 CPUtime=4.58
/proc/22326/task/22328/stat : 22328 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 8838 0 0 0 448 10 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134751534 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22326/tid=22329] ppid=22324 vsize=471312 CPUtime=4.18
/proc/22326/task/22329/stat : 22329 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 1922 0 0 0 288 130 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22330] ppid=22324 vsize=471312 CPUtime=4.44
/proc/22326/task/22330/stat : 22330 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3241 0 0 0 310 134 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=22326/tid=22331] ppid=22324 vsize=471312 CPUtime=2.66
/proc/22326/task/22331/stat : 22331 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 1795 0 0 0 182 84 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=471312 CPUtime=4.48
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3661 0 0 0 312 136 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22326/tid=22333] ppid=22324 vsize=471312 CPUtime=4.46
/proc/22326/task/22333/stat : 22333 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3547 0 0 0 316 130 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22326/tid=22334] ppid=22324 vsize=471312 CPUtime=4.48
/proc/22326/task/22334/stat : 22334 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3126 0 0 0 312 136 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22335] ppid=22324 vsize=471312 CPUtime=4.4
/proc/22326/task/22335/stat : 22335 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3070 0 0 0 302 138 0 0 20 0 17 0 654165961 482623488 83368 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22326/tid=22336] ppid=22324 vsize=471312 CPUtime=4.44
/proc/22326/task/22336/stat : 22336 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 2794 0 0 0 302 142 0 0 20 0 17 0 654165961 482623488 83369 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22326/tid=22337] ppid=22324 vsize=471312 CPUtime=2.28
/proc/22326/task/22337/stat : 22337 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 2004 0 0 0 168 60 0 0 20 0 17 0 654165961 482623488 83369 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22338] ppid=22324 vsize=471312 CPUtime=3.2
/proc/22326/task/22338/stat : 22338 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 2321 0 0 0 206 114 0 0 20 0 17 0 654165961 482623488 83369 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22339] ppid=22324 vsize=471312 CPUtime=3.56
/proc/22326/task/22339/stat : 22339 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 2568 0 0 0 274 82 0 0 20 0 17 0 654165961 482623488 83369 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22340] ppid=22324 vsize=471312 CPUtime=4.52
/proc/22326/task/22340/stat : 22340 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3225 0 0 0 322 130 0 0 20 0 17 0 654165961 482623488 83370 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22326/tid=22341] ppid=22324 vsize=471312 CPUtime=4.38
/proc/22326/task/22341/stat : 22341 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 2971 0 0 0 304 134 0 0 20 0 17 0 654165961 482623488 83371 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22326/tid=22342] ppid=22324 vsize=471312 CPUtime=4.44
/proc/22326/task/22342/stat : 22342 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3099 0 0 0 308 136 0 0 20 0 17 0 654165962 482623488 83371 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22326/tid=22343] ppid=22324 vsize=471312 CPUtime=2.32
/proc/22326/task/22343/stat : 22343 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 1882 0 0 0 158 74 0 0 20 0 17 0 654165962 482623488 83372 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 64.55
Current children cumulated vsize (KiB) 471312

[startup+12.7045 s]
/proc/loadavg: 3.37 4.05 4.24 16/201 22343
/proc/meminfo: memFree=18479288/36427776 swapFree=4692/576620
[pid=22326] ppid=22324 vsize=754092 CPUtime=142.84
/proc/22326/stat : 22326 (ttsth-5-0) S 22324 22326 15497 0 -1 4202496 149661 0 0 0 11744 2540 0 0 20 0 17 0 654165799 772190208 149514 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 188523 149516 95 177 0 188345 0
[pid=22326/tid=22328] ppid=22324 vsize=754092 CPUtime=10.24
/proc/22326/task/22328/stat : 22328 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 16624 0 0 0 1004 20 0 0 20 0 17 0 654165961 772190208 149516 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546011 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22326/tid=22329] ppid=22324 vsize=754092 CPUtime=7.3
/proc/22326/task/22329/stat : 22329 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 3609 0 0 0 578 152 0 0 20 0 17 0 654165961 772190208 149517 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134545968 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22330] ppid=22324 vsize=754092 CPUtime=8.78
/proc/22326/task/22330/stat : 22330 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 7157 0 0 0 700 178 0 0 20 0 17 0 654165961 772190208 149517 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22326/tid=22331] ppid=22324 vsize=754092 CPUtime=8.46
/proc/22326/task/22331/stat : 22331 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 5503 0 0 0 700 146 0 0 20 0 17 0 654165961 772190208 149518 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=754092 CPUtime=10.16
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 8823 0 0 0 814 202 0 0 20 0 17 0 654165961 772190208 149519 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22326/tid=22333] ppid=22324 vsize=754092 CPUtime=7.98
/proc/22326/task/22333/stat : 22333 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6906 0 0 0 638 160 0 0 20 0 17 0 654165961 772190208 149519 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22326/tid=22334] ppid=22324 vsize=754092 CPUtime=10.24
/proc/22326/task/22334/stat : 22334 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 6943 0 0 0 828 196 0 0 20 0 17 0 654165961 772190208 149519 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134634454 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22335] ppid=22324 vsize=754092 CPUtime=10.12
/proc/22326/task/22335/stat : 22335 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 7916 0 0 0 808 204 0 0 20 0 17 0 654165961 772190208 149519 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22326/tid=22336] ppid=22324 vsize=754092 CPUtime=10.22
/proc/22326/task/22336/stat : 22336 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6878 0 0 0 826 196 0 0 20 0 17 0 654165961 772190208 149519 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22326/tid=22337] ppid=22324 vsize=754092 CPUtime=6.86
/proc/22326/task/22337/stat : 22337 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6396 0 0 0 582 104 0 0 20 0 17 0 654165961 772190208 149520 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22338] ppid=22324 vsize=754092 CPUtime=6.82
/proc/22326/task/22338/stat : 22338 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6092 0 0 0 522 160 0 0 20 0 17 0 654165961 772190208 149522 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22339] ppid=22324 vsize=754092 CPUtime=9.24
/proc/22326/task/22339/stat : 22339 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6511 0 0 0 786 138 0 0 20 0 17 0 654165961 772190208 149523 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22340] ppid=22324 vsize=754092 CPUtime=10.3
/proc/22326/task/22340/stat : 22340 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 7300 0 0 0 842 188 0 0 20 0 17 0 654165961 772190208 149523 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22326/tid=22341] ppid=22324 vsize=754092 CPUtime=9.9
/proc/22326/task/22341/stat : 22341 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 7669 0 0 0 796 194 0 0 20 0 17 0 654165961 772190208 149523 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546001 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22326/tid=22342] ppid=22324 vsize=754092 CPUtime=8.94
/proc/22326/task/22342/stat : 22342 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 6569 0 0 0 714 180 0 0 20 0 17 0 654165962 772190208 149523 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=22326/tid=22343] ppid=22324 vsize=754092 CPUtime=5.56
/proc/22326/task/22343/stat : 22343 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 5319 0 0 0 452 104 0 0 20 0 17 0 654165962 772190208 149524 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 142.84
Current children cumulated vsize (KiB) 754092

[startup+25.504 s]
/proc/loadavg: 6.09 4.62 4.42 17/201 22343
/proc/meminfo: memFree=17997688/36427776 swapFree=4692/1058176
[pid=22326] ppid=22324 vsize=1243160 CPUtime=273.93
/proc/22326/stat : 22326 (ttsth-5-0) S 22324 22326 15497 0 -1 4202496 264390 0 0 0 23990 3403 0 0 20 0 17 0 654165799 1272995840 264242 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 310790 264243 95 177 0 310612 0
[pid=22326/tid=22328] ppid=22324 vsize=1243160 CPUtime=20
/proc/22326/task/22328/stat : 22328 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 31575 0 0 0 1958 42 0 0 20 0 17 0 654165961 1272995840 264243 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134562388 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=22326/tid=22329] ppid=22324 vsize=1243160 CPUtime=15.14
/proc/22326/task/22329/stat : 22329 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 7070 0 0 0 1328 186 0 0 20 0 17 0 654165961 1272995840 264243 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134591214 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22326/tid=22330] ppid=22324 vsize=1243160 CPUtime=14.98
/proc/22326/task/22330/stat : 22330 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13259 0 0 0 1276 222 0 0 20 0 17 0 654165961 1272995840 264243 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=22326/tid=22331] ppid=22324 vsize=1243160 CPUtime=18.04
/proc/22326/task/22331/stat : 22331 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 11195 0 0 0 1602 202 0 0 20 0 17 0 654165961 1272995840 264244 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134562344 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=1243160 CPUtime=19.44
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 16569 0 0 0 1666 278 0 0 20 0 17 0 654165961 1272995840 264244 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22333] ppid=22324 vsize=1243160 CPUtime=13.54
/proc/22326/task/22333/stat : 22333 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 12710 0 0 0 1146 208 0 0 20 0 17 0 654165961 1272995840 264245 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22326/tid=22334] ppid=22324 vsize=1243160 CPUtime=20.4
/proc/22326/task/22334/stat : 22334 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13292 0 0 0 1784 256 0 0 20 0 17 0 654165961 1272995840 264245 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22335] ppid=22324 vsize=1243160 CPUtime=19.58
/proc/22326/task/22335/stat : 22335 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 17845 0 0 0 1672 286 0 0 20 0 17 0 654165961 1272995840 264245 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=22326/tid=22336] ppid=22324 vsize=1243160 CPUtime=18.64
/proc/22326/task/22336/stat : 22336 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 12506 0 0 0 1608 256 0 0 20 0 17 0 654165961 1272995840 264246 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636436 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=22326/tid=22337] ppid=22324 vsize=1243160 CPUtime=16.56
/proc/22326/task/22337/stat : 22337 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 15006 0 0 0 1482 174 0 0 20 0 17 0 654165961 1272995840 264246 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22338] ppid=22324 vsize=1243160 CPUtime=12.88
/proc/22326/task/22338/stat : 22338 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13337 0 0 0 1082 206 0 0 20 0 17 0 654165961 1272995840 264246 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=22326/tid=22339] ppid=22324 vsize=1243160 CPUtime=18.04
/proc/22326/task/22339/stat : 22339 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13295 0 0 0 1602 202 0 0 20 0 17 0 654165961 1272995840 264247 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22340] ppid=22324 vsize=1243160 CPUtime=18.6
/proc/22326/task/22340/stat : 22340 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13168 0 0 0 1620 240 0 0 20 0 17 0 654165961 1272995840 264247 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22341] ppid=22324 vsize=1243160 CPUtime=17.56
/proc/22326/task/22341/stat : 22341 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 14606 0 0 0 1512 244 0 0 20 0 17 0 654165961 1272995840 264248 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22342] ppid=22324 vsize=1243160 CPUtime=14.82
/proc/22326/task/22342/stat : 22342 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 11870 0 0 0 1268 214 0 0 20 0 17 0 654165962 1272995840 264249 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=22326/tid=22343] ppid=22324 vsize=1243160 CPUtime=13.98
/proc/22326/task/22343/stat : 22343 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 13640 0 0 0 1230 168 0 0 20 0 17 0 654165962 1272995840 264250 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 273.93
Current children cumulated vsize (KiB) 1243160



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+49.405 s]
/proc/loadavg: 8.89 5.35 4.67 3/201 22343
/proc/meminfo: memFree=17187300/36427776 swapFree=4692/1866992
[pid=22326] ppid=22324 vsize=2097064 CPUtime=534.57
/proc/22326/stat : 22326 (ttsth-5-0) S 22324 22326 15497 0 -1 4202496 464638 0 0 0 48612 4845 0 0 20 0 17 0 654165799 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 524266 464490 95 177 0 524088 0
[pid=22326/tid=22328] ppid=22324 vsize=2097064 CPUtime=38.07
/proc/22326/task/22328/stat : 22328 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 52183 0 0 0 3731 76 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=22326/tid=22329] ppid=22324 vsize=2097064 CPUtime=35.11
/proc/22326/task/22329/stat : 22329 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 12996 0 0 0 3253 258 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 7 0 0 0 0 0
[pid=22326/tid=22330] ppid=22324 vsize=2097064 CPUtime=31.32
/proc/22326/task/22330/stat : 22330 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 23941 0 0 0 2824 308 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 15 0 0 0 0 0
[pid=22326/tid=22331] ppid=22324 vsize=2097064 CPUtime=34.68
/proc/22326/task/22331/stat : 22331 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 22455 0 0 0 3168 300 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 11 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=2097064 CPUtime=36.02
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 31328 0 0 0 3220 382 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22333] ppid=22324 vsize=2097064 CPUtime=28.02
/proc/22326/task/22333/stat : 22333 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 27515 0 0 0 2496 306 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=22326/tid=22334] ppid=22324 vsize=2097064 CPUtime=38.87
/proc/22326/task/22334/stat : 22334 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 22725 0 0 0 3529 358 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22335] ppid=22324 vsize=2097064 CPUtime=33.52
/proc/22326/task/22335/stat : 22335 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 31814 0 0 0 2974 378 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 14 0 0 0 0 0
[pid=22326/tid=22336] ppid=22324 vsize=2097064 CPUtime=37.4
/proc/22326/task/22336/stat : 22336 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 23040 0 0 0 3390 350 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 9 0 0 0 0 0
[pid=22326/tid=22337] ppid=22324 vsize=2097064 CPUtime=32.06
/proc/22326/task/22337/stat : 22337 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 26957 0 0 0 2940 266 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 6 0 0 0 0 0
[pid=22326/tid=22338] ppid=22324 vsize=2097064 CPUtime=27.08
/proc/22326/task/22338/stat : 22338 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 29138 0 0 0 2388 320 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 10 0 0 0 0 0
[pid=22326/tid=22339] ppid=22324 vsize=2097064 CPUtime=35.16
/proc/22326/task/22339/stat : 22339 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 23686 0 0 0 3220 296 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 3 0 0 0 0 0
[pid=22326/tid=22340] ppid=22324 vsize=2097064 CPUtime=35.99
/proc/22326/task/22340/stat : 22340 (ttsth-5-0) R 22324 22326 15497 0 -1 4202560 23293 0 0 0 3283 316 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134683103 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=22326/tid=22341] ppid=22324 vsize=2097064 CPUtime=32.46
/proc/22326/task/22341/stat : 22341 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 28852 0 0 0 2896 350 0 0 20 0 17 0 654165961 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 5 0 0 0 0 0
[pid=22326/tid=22342] ppid=22324 vsize=2097064 CPUtime=30.1
/proc/22326/task/22342/stat : 22342 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 25891 0 0 0 2696 314 0 0 20 0 17 0 654165962 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=22326/tid=22343] ppid=22324 vsize=2097064 CPUtime=26.98
/proc/22326/task/22343/stat : 22343 (ttsth-5-0) S 22324 22326 15497 0 -1 4202560 25371 0 0 0 2450 248 0 0 20 0 17 0 654165962 2147393536 464490 18446744073709551615 134512640 135237372 4292611232 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 534.57
Current children cumulated vsize (KiB) 2097064

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

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

[startup+49.6049 s]
/proc/loadavg: 8.89 5.35 4.67 3/201 22343
/proc/meminfo: memFree=17187300/36427776 swapFree=4692/1866992
[pid=22326] ppid=22324 vsize=0 CPUtime=534.86
/proc/22326/stat : 22326 (ttsth-5-0) Z 22324 22326 15497 0 -1 4203532 464651 0 0 0 48619 4867 0 0 20 0 2 0 654165799 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22326/statm: 0 0 0 0 0 0 0
[pid=22326/tid=22332] ppid=22324 vsize=0 CPUtime=36.18
/proc/22326/task/22332/stat : 22332 (ttsth-5-0) R 22324 22326 15497 0 -1 4203588 31328 0 0 0 3220 398 0 0 20 0 2 0 654165961 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 534.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22326 and gives
#  childrusage.ru_utime.tv_sec=486
#  childrusage.ru_utime.tv_usec=190385
#  childrusage.ru_stime.tv_sec=48
#  childrusage.ru_stime.tv_usec=667041
# CPU time returned by wait4() is 534.857
# while last known CPU time is 534.86
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 49.6061
CPU time (s): 534.86
CPU user time (s): 486.19
CPU system time (s): 48.67
CPU usage (%): 1078.21
Max. virtual memory (cumulated for all children) (KiB): 2097064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 486.19
system time used= 48.667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 464651
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= 85793
involuntary context switches= 4548

runsolver used 0.16801 second user time and 0.756047 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 05:03:14
IDJOB=1779015
IDBENCH=70792
IDSOLVER=634
FILE ID=xenhost3-49/1779015-1244948594
PBS_JOBID=
Free space on /tmp= 7024 MiB

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

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED= 25325037

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      19043528 kB
Buffers:        482572 kB
Cached:       14116796 kB
SwapCached:          0 kB
Active:        4128252 kB
Inactive:     10478528 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1908 kB
Writeback:           0 kB
AnonPages:        7472 kB
Mapped:           3416 kB
Slab:           723020 kB
SReclaimable:   695828 kB
SUnreclaim:      27192 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29524 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7024 MiB
End job on xenhost3-49 at 2009-06-14 05:04:06