Trace number 1779675

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) 718.797 60.1012

General information on the benchmark

NameAPPLICATIONS/aprove09/
AProVE09-05.cnf
MD5SUMaf775a2959a121dbdf88d251c7971506
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.9
Satisfiable
(Un)Satisfiability was proved
Number of variables14685
Number of clauses49510
Sum of the clauses size127630
Maximum clause length38
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 222578
Number of clauses of size 325464
Number of clauses of size 41414
Number of clauses of size 515
Number of clauses of size over 538

Solver Data

0.04/0.06	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779675-1244955081.cnf 
0.04/0.06	c Using SATTIMEOUT of 10000
0.04/0.06	c Using SATRAM of 2047
0.04/0.06	c Size of subset node = 16
0.04/0.06	c Variables = 14685
0.04/0.06	c Clauses = 49510
0.04/0.06	c Literals = 127630
0.04/0.06	c Reduced size:
0.04/0.06	c Variables = 14685
0.04/0.06	c Clauses = 49029
0.04/0.06	c Literals = 126227
0.04/0.06	c a2
0.10/0.12	c a1
1.58/1.67	c Independent sub-problems = 1
1.58/1.67	c Sub-problem with 14639 variables and 49029 clauses
1.58/1.67	c using permutation method 4
1.58/1.67	c count = 1
1.58/1.67	c Ordering finished 1.650 seconds
1.58/1.67	c mapped 1.660 seconds
1.58/1.67	c permuted 1.660 seconds
1.58/1.67	c about to sort
1.58/1.68	c sorted
2.10/2.15	c clauses now 49029
2.10/2.15	c init finished 1.960 seconds
2.10/2.15	c tree built 2.140 seconds
2.10/2.15	c 
2.10/2.15	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
2.10/2.15	c ---------------------------------|----------------------------------|------------------------------------------------------
2.10/2.15	c ................................ | ..........                       |                        2.1           0.0             
2.10/2.15	c ................................ | ..........                     1 |                        2.1           0.5            1
2.10/2.15	c ................................ | ..........                     2 |                        2.1           0.9            2
2.10/2.15	c ................................ | ..........                     3 |                        2.1           1.4            2
2.10/2.15	c ................................ | ..........                     4 |                        2.1           1.9            2
2.10/2.15	c ................................ | ..........                     5 |                        2.1           2.3            2
2.10/2.16	c ................................ | ..........                  1000 | 22                     2.2         454.5          902
214.07/20.48	c ................................ | ..........               1093000 | 102264               200.3        5456.0     33090579
424.49/38.08	c ................................ | ..........               1567000 | 150452               400.4        3913.6     61254130
630.87/54.04	c ................................ | ..........               1975000 | 190632               600.3        3290.2     85954053

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-1779675-1244955081/watcher-1779675-1244955081 -o /tmp/evaluation-result-1779675-1244955081/solver-1779675-1244955081 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1779675-1244955081.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: 13.07 13.88 14.25 2/184 25053
/proc/meminfo: memFree=19045620/36427776 swapFree=3648/7892
[pid=25053] ppid=25051 vsize=1540 CPUtime=0
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 654814476 1576960 233 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134732614 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 385 233 75 177 0 207 0

[startup+0.059757 s]
/proc/loadavg: 13.07 13.88 14.25 2/184 25053
/proc/meminfo: memFree=19045620/36427776 swapFree=3648/7892
[pid=25053] ppid=25051 vsize=4564 CPUtime=0.04
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 978 0 0 0 4 0 0 0 20 0 1 0 654814476 4673536 935 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134534164 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 1141 935 75 177 0 963 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4564

[startup+0.103757 s]
/proc/loadavg: 13.07 13.88 14.25 2/184 25053
/proc/meminfo: memFree=19045620/36427776 swapFree=3648/7892
[pid=25053] ppid=25051 vsize=7996 CPUtime=0.1
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 1857 0 0 0 10 0 0 0 20 0 1 0 654814476 8187904 1813 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134749353 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 1999 1813 76 177 0 1821 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7996

[startup+0.30376 s]
/proc/loadavg: 13.07 13.88 14.25 2/184 25053
/proc/meminfo: memFree=19045620/36427776 swapFree=3648/7892
[pid=25053] ppid=25051 vsize=10012 CPUtime=0.28
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 2472 0 0 0 28 0 0 0 20 0 1 0 654814476 10252288 2331 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134600972 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 2503 2331 77 177 0 2325 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10012

[startup+0.703766 s]
/proc/loadavg: 13.07 13.88 14.25 2/184 25053
/proc/meminfo: memFree=19045620/36427776 swapFree=3648/7892
[pid=25053] ppid=25051 vsize=10184 CPUtime=0.68
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 2512 0 0 0 68 0 0 0 20 0 1 0 654814476 10428416 2371 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134600975 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 2546 2371 77 177 0 2368 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10184

[startup+1.50385 s]
/proc/loadavg: 13.07 13.88 14.25 2/185 25054
/proc/meminfo: memFree=19036184/36427776 swapFree=4468/17208
[pid=25053] ppid=25051 vsize=10764 CPUtime=1.48
/proc/25053/stat : 25053 (ttsth-5-0) R 25051 25053 15497 0 -1 4202496 2649 0 0 0 148 0 0 0 20 0 1 0 654814476 11022336 2508 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134555287 0 0 1 0 0 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 2691 2508 77 177 0 2513 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10764

[startup+3.10391 s]
/proc/loadavg: 13.07 13.88 14.25 2/185 25054
/proc/meminfo: memFree=18874648/36427776 swapFree=4876/177196
[pid=25053] ppid=25051 vsize=333492 CPUtime=14.28
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 50501 0 0 0 814 614 0 0 20 0 17 0 654814476 341495808 50262 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 83373 50263 95 177 0 83195 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 333492

[startup+6.30389 s]
/proc/loadavg: 13.22 13.90 14.25 17/201 25070
/proc/meminfo: memFree=18760232/36427776 swapFree=4692/294164
[pid=25053] ppid=25051 vsize=456608 CPUtime=51.49
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 79474 0 0 0 3873 1276 0 0 20 0 17 0 654814476 467566592 79235 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 114152 79235 95 177 0 113974 0
[pid=25053/tid=25055] ppid=25051 vsize=456608 CPUtime=4.04
/proc/25053/task/25055/stat : 25055 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 4575 0 0 0 394 10 0 0 20 0 17 0 654814691 467566592 79236 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25053/tid=25056] ppid=25051 vsize=456608 CPUtime=3.9
/proc/25053/task/25056/stat : 25056 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2322 0 0 0 288 102 0 0 20 0 17 0 654814691 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=456608 CPUtime=3.96
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2730 0 0 0 280 116 0 0 20 0 17 0 654814691 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25053/tid=25058] ppid=25051 vsize=456608 CPUtime=2.64
/proc/25053/task/25058/stat : 25058 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1869 0 0 0 192 72 0 0 20 0 17 0 654814692 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25053/tid=25059] ppid=25051 vsize=456608 CPUtime=2.16
/proc/25053/task/25059/stat : 25059 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1465 0 0 0 160 56 0 0 20 0 17 0 654814692 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25060] ppid=25051 vsize=456608 CPUtime=3.48
/proc/25053/task/25060/stat : 25060 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2895 0 0 0 232 116 0 0 20 0 17 0 654814692 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=456608 CPUtime=2.08
/proc/25053/task/25061/stat : 25061 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1751 0 0 0 148 60 0 0 20 0 17 0 654814692 467566592 79237 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=456608 CPUtime=2.02
/proc/25053/task/25062/stat : 25062 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1762 0 0 0 138 64 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=456608 CPUtime=3.96
/proc/25053/task/25063/stat : 25063 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2373 0 0 0 298 98 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=456608 CPUtime=2.58
/proc/25053/task/25064/stat : 25064 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1498 0 0 0 188 70 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=456608 CPUtime=2.5
/proc/25053/task/25065/stat : 25065 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1263 0 0 0 184 66 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=456608 CPUtime=3.94
/proc/25053/task/25066/stat : 25066 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 3025 0 0 0 300 94 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=456608 CPUtime=3.94
/proc/25053/task/25067/stat : 25067 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2858 0 0 0 288 106 0 0 20 0 17 0 654814692 467566592 79238 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636436 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25068] ppid=25051 vsize=456608 CPUtime=2.08
/proc/25053/task/25068/stat : 25068 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1065 0 0 0 142 66 0 0 20 0 17 0 654814692 467566592 79239 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25069] ppid=25051 vsize=456608 CPUtime=3.52
/proc/25053/task/25069/stat : 25069 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 2630 0 0 0 254 98 0 0 20 0 17 0 654814692 467566592 79239 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25070] ppid=25051 vsize=456608 CPUtime=2.44
/proc/25053/task/25070/stat : 25070 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 1756 0 0 0 184 60 0 0 20 0 17 0 654814692 467566592 79240 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.49
Current children cumulated vsize (KiB) 456608

[startup+12.7048 s]
/proc/loadavg: 13.36 13.92 14.25 17/201 25070
/proc/meminfo: memFree=18545272/36427776 swapFree=4692/510524
[pid=25053] ppid=25051 vsize=679496 CPUtime=123.26
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 132099 0 0 0 10412 1914 0 0 20 0 17 0 654814476 695803904 131860 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 169874 131861 95 177 0 169696 0
[pid=25053/tid=25055] ppid=25051 vsize=679496 CPUtime=9.96
/proc/25053/task/25055/stat : 25055 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 10723 0 0 0 976 20 0 0 20 0 17 0 654814691 695803904 131861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25053/tid=25056] ppid=25051 vsize=679496 CPUtime=9.92
/proc/25053/task/25056/stat : 25056 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 5129 0 0 0 844 148 0 0 20 0 17 0 654814691 695803904 131861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=679496 CPUtime=9.94
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 6164 0 0 0 812 182 0 0 20 0 17 0 654814691 695803904 131861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25053/tid=25058] ppid=25051 vsize=679496 CPUtime=8.54
/proc/25053/task/25058/stat : 25058 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 6076 0 0 0 728 126 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25053/tid=25059] ppid=25051 vsize=679496 CPUtime=5.68
/proc/25053/task/25059/stat : 25059 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 3990 0 0 0 478 90 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25060] ppid=25051 vsize=679496 CPUtime=6.62
/proc/25053/task/25060/stat : 25060 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 4764 0 0 0 512 150 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=679496 CPUtime=5.14
/proc/25053/task/25061/stat : 25061 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 5309 0 0 0 420 94 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134634454 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=679496 CPUtime=5.12
/proc/25053/task/25062/stat : 25062 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 5523 0 0 0 408 104 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=679496 CPUtime=9.74
/proc/25053/task/25063/stat : 25063 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 5535 0 0 0 824 150 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=679496 CPUtime=6.28
/proc/25053/task/25064/stat : 25064 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 3881 0 0 0 534 94 0 0 20 0 17 0 654814692 695803904 131862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=679496 CPUtime=5.62
/proc/25053/task/25065/stat : 25065 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 3240 0 0 0 470 92 0 0 20 0 17 0 654814692 695803904 131863 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=679496 CPUtime=8.34
/proc/25053/task/25066/stat : 25066 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 6771 0 0 0 696 138 0 0 20 0 17 0 654814692 695803904 131863 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134634609 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=679496 CPUtime=9.62
/proc/25053/task/25067/stat : 25067 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 6801 0 0 0 812 150 0 0 20 0 17 0 654814692 695803904 131864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25068] ppid=25051 vsize=679496 CPUtime=5.22
/proc/25053/task/25068/stat : 25068 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 3329 0 0 0 430 92 0 0 20 0 17 0 654814692 695803904 131866 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25051 vsize=679496 CPUtime=8.76
/proc/25053/task/25069/stat : 25069 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 6866 0 0 0 714 162 0 0 20 0 17 0 654814692 695803904 131866 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25070] ppid=25051 vsize=679496 CPUtime=6.46
/proc/25053/task/25070/stat : 25070 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 4361 0 0 0 548 98 0 0 20 0 17 0 654814692 695803904 131866 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 123.26
Current children cumulated vsize (KiB) 679496

[startup+25.5019 s]
/proc/loadavg: 13.87 14.00 14.28 15/201 25070
/proc/meminfo: memFree=18134564/36427776 swapFree=4692/919424
[pid=25053] ppid=25051 vsize=1097924 CPUtime=274.38
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 230100 0 0 0 24654 2784 0 0 20 0 17 0 654814476 1124274176 229861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 274481 229861 95 177 0 274303 0
[pid=25053/tid=25055] ppid=25051 vsize=1097924 CPUtime=21.86
/proc/25053/task/25055/stat : 25055 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 23976 0 0 0 2142 44 0 0 20 0 17 0 654814691 1124274176 229861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25053/tid=25056] ppid=25051 vsize=1097924 CPUtime=19.96
/proc/25053/task/25056/stat : 25056 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 9758 0 0 0 1790 206 0 0 20 0 17 0 654814691 1124274176 229861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=1097924 CPUtime=18.52
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 11357 0 0 0 1614 238 0 0 20 0 17 0 654814691 1124274176 229861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134561669 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25058] ppid=25051 vsize=1097924 CPUtime=20.46
/proc/25053/task/25058/stat : 25058 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 12446 0 0 0 1850 196 0 0 20 0 17 0 654814692 1124274176 229861 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25053/tid=25059] ppid=25051 vsize=1097924 CPUtime=12.22
/proc/25053/task/25059/stat : 25059 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 8452 0 0 0 1090 132 0 0 20 0 17 0 654814692 1124274176 229862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25060] ppid=25051 vsize=1097924 CPUtime=17.68
/proc/25053/task/25060/stat : 25060 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 10289 0 0 0 1558 210 0 0 20 0 17 0 654814692 1124274176 229862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=1097924 CPUtime=15.72
/proc/25053/task/25061/stat : 25061 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 15833 0 0 0 1388 184 0 0 20 0 17 0 654814692 1124274176 229862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=1097924 CPUtime=15.52
/proc/25053/task/25062/stat : 25062 (ttsth-5-0) S 25051 25053 15497 0 -1 4202560 14606 0 0 0 1380 172 0 0 20 0 17 0 654814692 1124274176 229862 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 18446744071564503368 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=1097924 CPUtime=17.16
/proc/25053/task/25063/stat : 25063 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 9112 0 0 0 1518 198 0 0 20 0 17 0 654814692 1124274176 229863 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=1097924 CPUtime=12.66
/proc/25053/task/25064/stat : 25064 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 7958 0 0 0 1130 136 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 14 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=1097924 CPUtime=15.14
/proc/25053/task/25065/stat : 25065 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 8688 0 0 0 1376 138 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=1097924 CPUtime=17.22
/proc/25053/task/25066/stat : 25066 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 13111 0 0 0 1518 204 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=1097924 CPUtime=16.14
/proc/25053/task/25067/stat : 25067 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 10461 0 0 0 1428 186 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25068] ppid=25051 vsize=1097924 CPUtime=15.9
/proc/25053/task/25068/stat : 25068 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 8993 0 0 0 1446 144 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25069] ppid=25051 vsize=1097924 CPUtime=19.54
/proc/25053/task/25069/stat : 25069 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 12100 0 0 0 1730 224 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25053/tid=25070] ppid=25051 vsize=1097924 CPUtime=16.4
/proc/25053/task/25070/stat : 25070 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 9323 0 0 0 1494 146 0 0 20 0 17 0 654814692 1124274176 229864 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 274.38
Current children cumulated vsize (KiB) 1097924

[startup+51.1026 s]
/proc/loadavg: 14.48 14.13 14.31 17/201 25070
/proc/meminfo: memFree=17461912/36427776 swapFree=4692/1591164
[pid=25053] ppid=25051 vsize=1827680 CPUtime=588.42
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 400522 0 0 0 54896 3946 0 0 20 0 17 0 654814476 1871544320 400283 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 456920 400283 95 177 0 456742 0
[pid=25053/tid=25055] ppid=25051 vsize=1827680 CPUtime=44.15
/proc/25053/task/25055/stat : 25055 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 41151 0 0 0 4341 74 0 0 20 0 17 0 654814691 1871544320 400283 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562272 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25056] ppid=25051 vsize=1827680 CPUtime=39.92
/proc/25053/task/25056/stat : 25056 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 17310 0 0 0 3730 262 0 0 20 0 17 0 654814691 1871544320 400283 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=1827680 CPUtime=37.21
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 22360 0 0 0 3399 322 0 0 20 0 17 0 654814691 1871544320 400285 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25053/tid=25058] ppid=25051 vsize=1827680 CPUtime=43.47
/proc/25053/task/25058/stat : 25058 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 23818 0 0 0 4067 280 0 0 20 0 17 0 654814692 1871544320 400285 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25059] ppid=25051 vsize=1827680 CPUtime=29.14
/proc/25053/task/25059/stat : 25059 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 19624 0 0 0 2710 204 0 0 20 0 17 0 654814692 1871544320 400285 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134680326 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25060] ppid=25051 vsize=1827680 CPUtime=37.12
/proc/25053/task/25060/stat : 25060 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 16796 0 0 0 3454 258 0 0 20 0 17 0 654814692 1871544320 400285 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=1827680 CPUtime=33.96
/proc/25053/task/25061/stat : 25061 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 29771 0 0 0 3100 296 0 0 20 0 17 0 654814692 1871544320 400286 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=1827680 CPUtime=34.34
/proc/25053/task/25062/stat : 25062 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 25869 0 0 0 3178 256 0 0 20 0 17 0 654814692 1871544320 400286 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=1827680 CPUtime=32.98
/proc/25053/task/25063/stat : 25063 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 14310 0 0 0 3042 256 0 0 20 0 17 0 654814692 1871544320 400287 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=1827680 CPUtime=31.82
/proc/25053/task/25064/stat : 25064 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 17692 0 0 0 2978 204 0 0 20 0 17 0 654814692 1871544320 400287 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=1827680 CPUtime=38.2
/proc/25053/task/25065/stat : 25065 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 20603 0 0 0 3590 230 0 0 20 0 17 0 654814692 1871544320 400287 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=1827680 CPUtime=37.87
/proc/25053/task/25066/stat : 25066 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 25187 0 0 0 3497 290 0 0 20 0 17 0 654814692 1871544320 400288 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=1827680 CPUtime=35.8
/proc/25053/task/25067/stat : 25067 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 17868 0 0 0 3330 250 0 0 20 0 17 0 654814692 1871544320 400288 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25068] ppid=25051 vsize=1827680 CPUtime=36.83
/proc/25053/task/25068/stat : 25068 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 22180 0 0 0 3463 220 0 0 20 0 17 0 654814692 1871544320 400288 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562323 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25069] ppid=25051 vsize=1827680 CPUtime=42.29
/proc/25053/task/25069/stat : 25069 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 26675 0 0 0 3905 324 0 0 20 0 17 0 654814692 1871544320 400289 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25053/tid=25070] ppid=25051 vsize=1827680 CPUtime=31.08
/proc/25053/task/25070/stat : 25070 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 15670 0 0 0 2912 196 0 0 20 0 17 0 654814692 1871544320 400289 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636382 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 588.42
Current children cumulated vsize (KiB) 1827680



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+59.9049 s]
/proc/loadavg: 14.72 14.19 14.33 17/201 25070
/proc/meminfo: memFree=17192716/36427776 swapFree=4692/1860420
[pid=25053] ppid=25051 vsize=2096384 CPUtime=718.45
/proc/25053/stat : 25053 (ttsth-5-0) S 25051 25053 15497 0 -1 4202496 463360 0 0 0 67521 4324 0 0 20 0 17 0 654814476 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134629544 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 524096 463121 95 177 0 523918 0
[pid=25053/tid=25055] ppid=25051 vsize=2096384 CPUtime=52.84
/proc/25053/task/25055/stat : 25055 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 47170 0 0 0 5202 82 0 0 20 0 17 0 654814691 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 4 0 0 0 0 0
[pid=25053/tid=25056] ppid=25051 vsize=2096384 CPUtime=47.69
/proc/25053/task/25056/stat : 25056 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 19834 0 0 0 4485 284 0 0 20 0 17 0 654814691 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 10 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=2096384 CPUtime=45.15
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 26008 0 0 0 4167 348 0 0 20 0 17 0 654814691 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25053/tid=25058] ppid=25051 vsize=2096384 CPUtime=52.17
/proc/25053/task/25058/stat : 25058 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 27768 0 0 0 4911 306 0 0 20 0 17 0 654814692 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25059] ppid=25051 vsize=2096384 CPUtime=34.1
/proc/25053/task/25059/stat : 25059 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 22666 0 0 0 3186 224 0 0 20 0 17 0 654814692 2146697216 463121 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
[pid=25053/tid=25060] ppid=25051 vsize=2096384 CPUtime=45.75
/proc/25053/task/25060/stat : 25060 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 18679 0 0 0 4299 276 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134565869 0 0 1 0 0 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25061] ppid=25051 vsize=2096384 CPUtime=41.4
/proc/25053/task/25061/stat : 25061 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 36343 0 0 0 3812 328 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 9 0 0 0 0 0
[pid=25053/tid=25062] ppid=25051 vsize=2096384 CPUtime=43.01
/proc/25053/task/25062/stat : 25062 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 31078 0 0 0 4011 290 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 15 0 0 0 0 0
[pid=25053/tid=25063] ppid=25051 vsize=2096384 CPUtime=41.11
/proc/25053/task/25063/stat : 25063 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 15906 0 0 0 3843 268 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546026 0 0 1 0 0 0 0 -1 13 0 0 0 0 0
[pid=25053/tid=25064] ppid=25051 vsize=2096384 CPUtime=40.49
/proc/25053/task/25064/stat : 25064 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 21418 0 0 0 3825 224 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 12 0 0 0 0 0
[pid=25053/tid=25065] ppid=25051 vsize=2096384 CPUtime=46.87
/proc/25053/task/25065/stat : 25065 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 24224 0 0 0 4433 254 0 0 20 0 17 0 654814692 2146697216 463122 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 2 0 0 0 0 0
[pid=25053/tid=25066] ppid=25051 vsize=2096384 CPUtime=46.52
/proc/25053/task/25066/stat : 25066 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 29080 0 0 0 4334 318 0 0 20 0 17 0 654814692 2146697216 463124 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134546034 0 0 1 0 0 0 0 -1 11 0 0 0 0 0
[pid=25053/tid=25067] ppid=25051 vsize=2096384 CPUtime=44.44
/proc/25053/task/25067/stat : 25067 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 21619 0 0 0 4170 274 0 0 20 0 17 0 654814692 2146697216 463125 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 0 0 0 0 0 0
[pid=25053/tid=25068] ppid=25051 vsize=2096384 CPUtime=45.04
/proc/25053/task/25068/stat : 25068 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 25341 0 0 0 4256 248 0 0 20 0 17 0 654814692 2146697216 463125 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134562338 0 0 1 0 0 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25069] ppid=25051 vsize=2096384 CPUtime=50.96
/proc/25053/task/25069/stat : 25069 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 33365 0 0 0 4738 358 0 0 20 0 17 0 654814692 2146697216 463125 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 6 0 0 0 0 0
[pid=25053/tid=25070] ppid=25051 vsize=2096384 CPUtime=38.65
/proc/25053/task/25070/stat : 25070 (ttsth-5-0) R 25051 25053 15497 0 -1 4202560 19223 0 0 0 3651 214 0 0 20 0 17 0 654814692 2146697216 463125 18446744073709551615 134512640 135237372 4292539520 18446744073709551615 134636641 0 0 1 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 718.45
Current children cumulated vsize (KiB) 2096384

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

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

[startup+60.0249 s]
/proc/loadavg: 14.72 14.19 14.33 17/201 25070
/proc/meminfo: memFree=17192716/36427776 swapFree=4692/1860420
[pid=25053] ppid=25051 vsize=0 CPUtime=718.71
/proc/25053/stat : 25053 (ttsth-5-0) Z 25051 25053 15497 0 -1 4203532 463415 0 0 0 67533 4338 0 0 20 0 2 0 654814476 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 0 0 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=0 CPUtime=45.25
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4203588 26008 0 0 0 4167 358 0 0 20 0 2 0 654814691 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 718.71
Current children cumulated vsize (KiB) 0

[startup+60.1009 s]
/proc/loadavg: 14.72 14.19 14.33 17/201 25070
/proc/meminfo: memFree=17192716/36427776 swapFree=4692/1860420
[pid=25053] ppid=25051 vsize=0 CPUtime=718.79
/proc/25053/stat : 25053 (ttsth-5-0) Z 25051 25053 15497 0 -1 4203532 463415 0 0 0 67533 4346 0 0 20 0 2 0 654814476 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/25053/statm: 0 0 0 0 0 0 0
[pid=25053/tid=25057] ppid=25051 vsize=0 CPUtime=45.33
/proc/25053/task/25057/stat : 25057 (ttsth-5-0) R 25051 25053 15497 0 -1 4203588 26008 0 0 0 4167 366 0 0 20 0 2 0 654814691 0 0 18446744073709551615 0 0 0 0 0 0 0 1 0 0 0 0 -1 8 0 0 0 0 0
Current children cumulated CPU time (s) 718.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 60.1012
CPU time (s): 718.797
CPU user time (s): 675.338
CPU system time (s): 43.4587
CPU usage (%): 1195.98
Max. virtual memory (cumulated for all children) (KiB): 2096384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 675.338
system time used= 43.4587
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 463415
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= 78419
involuntary context switches= 5707

runsolver used 0.268016 second user time and 0.816051 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 06:51:21
IDJOB=1779675
IDBENCH=70888
IDSOLVER=634
FILE ID=xenhost3-49/1779675-1244955081
PBS_JOBID=
Free space on /tmp= 7023 MiB

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

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

MD5SUM BENCH= af775a2959a121dbdf88d251c7971506
RANDOM SEED= 1271811984

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:      19045620 kB
Buffers:        483476 kB
Cached:       14116864 kB
SwapCached:          0 kB
Active:        4128928 kB
Inactive:     10479324 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:            1352 kB
Writeback:           0 kB
AnonPages:        7892 kB
Mapped:           3648 kB
Slab:           721692 kB
SReclaimable:   694860 kB
SUnreclaim:      26832 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    29496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7023 MiB
End job on xenhost3-49 at 2009-06-14 06:52:23