Trace number 4084557

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1797.66

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-122.opb
MD5SUM45533d52c524a74641c715d4320b890b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084557-1465277527.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
8.16/6.62	c ... done. Wall clock time 6.521s.
8.16/6.62	c declared #vars     48411
8.16/6.62	c #constraints  1123290
8.16/6.62	c constraints type 
8.16/6.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
8.16/6.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.16/6.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
8.16/6.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.16/6.62	c 1123290 constraints processed.
12.17/10.25	c cleaning 2499 clauses out of 5000 with flag 114630/5000
15.95/13.98	c cleaning 4247 clauses out of 8501 with flag 153034/11000
21.05/19.09	c cleaning 5578 clauses out of 11254 with flag 288972/18000
31.35/29.39	c cleaning 6759 clauses out of 13676 with flag 828665/26000
37.96/35.94	c cleaning 7948 clauses out of 15919 with flag 1177608/35002
49.38/47.30	c cleaning 8975 clauses out of 17971 with flag 1648990/45002
54.37/52.39	c cleaning 9990 clauses out of 19995 with flag 1713347/56001
62.57/60.59	c cleaning 10997 clauses out of 22004 with flag 1842058/68000
74.86/72.88	c cleaning 11948 clauses out of 24007 with flag 2317573/81000
85.46/83.48	c cleaning 12989 clauses out of 26060 with flag 2686377/95001
94.36/92.32	c cleaning 13814 clauses out of 28072 with flag 3114728/110002
108.17/106.15	c cleaning 15115 clauses out of 30257 with flag 3495081/126001
122.87/120.82	c cleaning 15929 clauses out of 32141 with flag 3907779/143000
136.37/134.39	c cleaning 17056 clauses out of 34213 with flag 4265681/161001
148.17/146.15	c cleaning 18051 clauses out of 36156 with flag 4557412/180000
168.18/166.14	c cleaning 19043 clauses out of 38106 with flag 4940145/200001
193.58/191.58	c cleaning 19941 clauses out of 40062 with flag 5440399/221000
207.38/205.32	c cleaning 21049 clauses out of 42123 with flag 5649807/243002
229.39/227.31	c cleaning 22035 clauses out of 44072 with flag 5956756/266000
249.09/247.06	c cleaning 23002 clauses out of 46038 with flag 6253484/290001
268.69/266.64	c cleaning 23946 clauses out of 48037 with flag 6532445/315002
290.50/288.46	c cleaning 24986 clauses out of 50087 with flag 6807770/341000
307.41/305.34	c cleaning 26038 clauses out of 52101 with flag 7026747/368000
326.33/324.20	c cleaning 27030 clauses out of 54059 with flag 7320464/396002
350.34/348.29	c cleaning 27975 clauses out of 56024 with flag 7633178/425001
379.85/377.72	c cleaning 29011 clauses out of 58048 with flag 7934992/455000
403.05/400.94	c cleaning 29895 clauses out of 60037 with flag 8459506/486001
425.86/423.78	c cleaning 30942 clauses out of 62140 with flag 8780251/518000
444.48/442.32	c cleaning 32089 clauses out of 64198 with flag 9039976/551000
466.98/464.82	c cleaning 33041 clauses out of 66112 with flag 9517134/585004
492.29/490.10	c cleaning 33983 clauses out of 68067 with flag 9934420/620000
513.89/511.80	c cleaning 35030 clauses out of 70083 with flag 10297587/656000
543.20/541.05	c cleaning 36018 clauses out of 72054 with flag 10589579/693001
568.50/566.39	c cleaning 37014 clauses out of 74036 with flag 10892909/731001
596.11/593.91	c cleaning 37992 clauses out of 76022 with flag 11376633/770001
627.02/624.85	c cleaning 39003 clauses out of 78030 with flag 11641219/810001
656.42/654.22	c cleaning 40001 clauses out of 80026 with flag 11944422/851000
692.82/690.66	c cleaning 40806 clauses out of 82025 with flag 12472769/893000
726.53/724.30	c cleaning 41937 clauses out of 84221 with flag 12958614/936002
759.63/757.49	c cleaning 43127 clauses out of 86283 with flag 13282328/980001
792.24/790.00	c cleaning 44065 clauses out of 88155 with flag 13623540/1025000
829.04/826.83	c cleaning 45027 clauses out of 90090 with flag 14000384/1071000
864.85/862.68	c cleaning 46021 clauses out of 92067 with flag 14386771/1118004
902.66/900.42	c cleaning 47006 clauses out of 94042 with flag 14792840/1166000
940.17/937.92	c cleaning 48008 clauses out of 96036 with flag 15224476/1215000
978.78/976.57	c cleaning 49003 clauses out of 98031 with flag 15840234/1265003
1022.58/1020.34	c cleaning 50003 clauses out of 100027 with flag 16307805/1316002
1063.48/1061.26	c cleaning 50990 clauses out of 102023 with flag 17258579/1368001
1105.10/1102.85	c cleaning 51958 clauses out of 104032 with flag 17909087/1421000
1150.42/1148.17	c cleaning 53027 clauses out of 106076 with flag 18668220/1475002
1196.72/1194.43	c cleaning 53815 clauses out of 108047 with flag 19333930/1530000
1233.83/1231.59	c cleaning 55102 clauses out of 110236 with flag 19950181/1586004
1273.03/1270.79	c cleaning 56044 clauses out of 112130 with flag 20569058/1643000
1309.75/1307.44	c cleaning 56941 clauses out of 114086 with flag 21213785/1701000
1360.45/1358.12	c cleaning 58006 clauses out of 116145 with flag 22012097/1760000
1399.66/1397.34	c cleaning 58994 clauses out of 118139 with flag 22696495/1820000
1449.87/1447.60	c cleaning 60036 clauses out of 120146 with flag 23386043/1881001
1489.68/1487.33	c cleaning 60933 clauses out of 122109 with flag 24093254/1943000
1535.09/1532.73	c cleaning 61924 clauses out of 124176 with flag 24851015/2006000
1598.00/1595.63	c cleaning 62483 clauses out of 126252 with flag 25910528/2070000
1642.83/1640.46	c cleaning 63725 clauses out of 128769 with flag 26625609/2135000
1695.24/1692.82	c cleaning 64718 clauses out of 131044 with flag 27601832/2201000
1749.74/1747.37	c cleaning 65401 clauses out of 133326 with flag 28595973/2268000
1800.05/1797.60	c starts		: 7180
1800.05/1797.60	c conflicts		: 2329091
1800.05/1797.60	c decisions		: 50029342
1800.05/1797.60	c propagations		: 3176136886
1800.05/1797.60	c inspects		: 20312579571
1800.05/1797.60	c shortcuts		: 0
1800.05/1797.60	c learnt literals	: 16
1800.05/1797.60	c learnt binary clauses	: 1879
1800.05/1797.60	c learnt ternary clauses	: 4697
1800.05/1797.60	c learnt constraints	: 2329075
1800.05/1797.60	c ignored constraints	: 0
1800.05/1797.60	c root simplifications	: 0
1800.05/1797.60	c removed literals (reason simplification)	: 0
1800.05/1797.60	c reason swapping (by a shorter reason)	: 0
1800.05/1797.60	c Calls to reduceDB	: 63
1800.05/1797.60	c Number of update (reduction) of LBD	: 1294505
1800.05/1797.60	c Imported unit clauses	: 0
1800.05/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.60	c number of learned constraints concerned by reduction	: 0
1800.05/1797.60	c number of learning phase by resolution	: 0
1800.05/1797.60	c number of learning phase by cutting planes	: 0
1800.05/1797.60	c speed (assignments/second)	: 1773434.9586141896
1800.05/1797.60	c non guided choices	3148472
1800.05/1797.61	c timeout
1800.05/1797.65	c learnt constraints type 
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1879
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127137
1800.05/1797.65	s UNKNOWN
1800.05/1797.65	c Total wall clock time (in seconds): 1797.543

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4084557-1465277527/watcher-4084557-1465277527 -o /tmp/evaluation-result-4084557-1465277527/solver-4084557-1465277527 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11091 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084557-1465277527.opb 

pid=11134
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.42 2.00 2.15 6/193 11137
/proc/meminfo: memFree=30068012/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 109686364 98570240 978 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 24065 978 744 9 0 16771 0
[pid=11137/tid=11138] ppid=11134 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109686365 98570240 978 33554432000 1073741824 1073778376 140736140938656 140426919321128 217410520448 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 1.42 2.00 2.15 6/193 11137
/proc/meminfo: memFree=30068012/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 4451 0 1 0 9 1 0 0 20 0 18 0 109686364 9787879424 6088 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 6088 2155 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 109686365 9787879424 6088 33554432000 1073741824 1073778376 140736140938656 140426919323968 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 1.42 2.00 2.15 6/193 11137
/proc/meminfo: memFree=30068012/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 4785 0 1 0 25 2 0 0 20 0 18 0 109686364 9787879424 7866 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 7866 2215 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 109686365 9787879424 7866 33554432000 1073741824 1073778376 140736140938656 140426919325704 140426791204328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30028 s]
/proc/loadavg: 1.42 2.00 2.15 6/193 11137
/proc/meminfo: memFree=30068012/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 6245 0 1 0 47 2 0 0 20 0 18 0 109686364 9787879424 10646 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 10646 2232 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 18 0 109686365 9787879424 10646 33554432000 1073741824 1073778376 140736140938656 140426919325704 140426791602598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700352 s]
/proc/loadavg: 1.42 2.00 2.15 6/193 11137
/proc/meminfo: memFree=30068012/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 7354 0 1 0 110 4 0 0 20 0 18 0 109686364 9787879424 40326 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 40326 2263 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2467 0 1 0 64 3 0 0 20 0 18 0 109686365 9787879424 40326 33554432000 1073741824 1073778376 140736140938656 140426919317456 140426791689804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 1.39 1.99 2.14 5/211 11155
/proc/meminfo: memFree=29652148/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=2.15 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 8890 0 1 0 207 8 0 0 20 0 18 0 109686364 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 77304 2263 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2529 0 1 0 138 5 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426919324800 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109686365 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 109686366 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2152 0 0 0 25 0 0 0 20 0 18 0 109686369 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 2695 0 0 0 30 0 0 0 20 0 18 0 109686369 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11155/stat : 11155 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 77304 33554432000 1073741824 1073778376 140736140938656 140426736200264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 1.39 1.99 2.14 3/211 11155
/proc/meminfo: memFree=29280432/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=4 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 9374 0 1 0 382 18 0 0 20 0 18 0 109686364 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 149765 2263 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=2.95 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2646 0 1 0 286 9 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426919317456 140426791359549 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 15 0 0 0 3 1 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 18 0 109686365 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 18 0 109686366 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2152 0 0 0 25 0 0 0 20 0 18 0 109686369 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 2695 0 0 0 32 0 0 0 20 0 18 0 109686369 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11155/stat : 11155 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 149765 33554432000 1073741824 1073778376 140736140938656 140426736200264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 1.39 1.99 2.14 3/212 11156
/proc/meminfo: memFree=28160776/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9558476 CPUtime=7.85 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 10992 0 1 0 741 44 0 0 20 0 18 0 109686364 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2389619 306996 2263 9 0 2380296 0
[pid=11137/tid=11138] ppid=11134 vsize=9558476 CPUtime=5.9 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 2878 0 1 0 575 15 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426919317616 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 83 0 0 0 13 3 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 129 0 0 0 10 4 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 132 0 0 0 13 4 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 139 0 0 0 11 4 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 85 0 0 0 8 2 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 189 0 0 0 9 2 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 211 0 0 0 17 5 0 0 20 0 18 0 109686365 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 993 0 0 0 0 0 0 0 20 0 18 0 109686366 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109686367 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2152 0 0 0 25 0 0 0 20 0 18 0 109686369 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 2695 0 0 0 34 0 0 0 20 0 18 0 109686369 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109686369 9787879424 306996 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=11137/tid=11157] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11157/stat : 11157 (java) S 11134 11137 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109687030 9856040960 453762 33554432000 1073741824 1073778376 140736140938656 140426735097384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.73
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/214 11200
/proc/meminfo: memFree=26898668/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9625040 CPUtime=1724.73 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 14367 0 1 0 172382 91 0 0 20 0 19 0 109686364 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2406260 462466 2286 9 0 2396937 0
[pid=11137/tid=11138] ppid=11134 vsize=9625040 CPUtime=1717.44 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 3580 0 1 0 171692 52 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426919326120 140426792012407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 83 0 0 0 13 3 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 129 0 0 0 10 4 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 132 0 0 0 13 4 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 139 0 0 0 11 4 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 85 0 0 0 8 2 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 189 0 0 0 9 2 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 211 0 0 0 17 5 0 0 20 0 19 0 109686365 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 996 0 0 0 0 3 0 0 20 0 19 0 109686366 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2572 0 0 0 45 0 0 0 20 0 19 0 109686369 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 4840 0 0 0 75 1 0 0 20 0 19 0 109686369 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/11137/task/11155/stat : 11155 (java) S 11134 11137 11074 0 -1 4202560 99 0 0 0 31 43 0 0 20 0 19 0 109686369 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426736200264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11157] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11157/stat : 11157 (java) S 11134 11137 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109687030 9856040960 462466 33554432000 1073741824 1073778376 140736140938656 140426735097384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.18 2.18 3/214 11224
/proc/meminfo: memFree=26865168/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9625040 CPUtime=1784.75 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 14387 0 1 0 178382 93 0 0 20 0 19 0 109686364 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2406260 470658 2286 9 0 2396937 0
[pid=11137/tid=11138] ppid=11134 vsize=9625040 CPUtime=1777.29 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 3596 0 1 0 177675 54 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426919317184 140426791911402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 83 0 0 0 13 3 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 129 0 0 0 10 4 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 132 0 0 0 13 4 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 139 0 0 0 11 4 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 85 0 0 0 8 2 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 189 0 0 0 9 2 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 211 0 0 0 17 5 0 0 20 0 19 0 109686365 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 996 0 0 0 0 4 0 0 20 0 19 0 109686366 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2572 0 0 0 45 0 0 0 20 0 19 0 109686369 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 4840 0 0 0 75 1 0 0 20 0 19 0 109686369 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11137/task/11155/stat : 11155 (java) S 11134 11137 11074 0 -1 4202560 103 0 0 0 32 45 0 0 20 0 19 0 109686369 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426736200264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11157] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11157/stat : 11157 (java) S 11134 11137 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109687030 9856040960 470658 33554432000 1073741824 1073778376 140736140938656 140426735097384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.13 2.17 2.17 3/191 11249
/proc/meminfo: memFree=28216184/32872528 swapFree=16080/1655368
[pid=11137] ppid=11134 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/11137/stat : 11137 (java) S 11134 11137 11074 0 -1 4202496 14391 0 1 0 179912 93 0 0 20 0 19 0 109686364 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140736140929792 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11137/statm: 2406260 472706 2286 9 0 2396937 0
[pid=11137/tid=11138] ppid=11134 vsize=9625040 CPUtime=1792.55 cores=1,3,5,7
/proc/11137/task/11138/stat : 11138 (java) R 11134 11137 11074 0 -1 4202560 3600 0 1 0 179201 54 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426919317184 140426791883174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11140] ppid=11134 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11137/task/11140/stat : 11140 (java) S 11134 11137 11074 0 -1 4202560 83 0 0 0 13 3 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426763348904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11141] ppid=11134 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/11137/task/11141/stat : 11141 (java) S 11134 11137 11074 0 -1 4202560 129 0 0 0 10 4 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426762296360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11142] ppid=11134 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11137/task/11142/stat : 11142 (java) S 11134 11137 11074 0 -1 4202560 132 0 0 0 13 4 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426761243304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11143] ppid=11134 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11137/task/11143/stat : 11143 (java) S 11134 11137 11074 0 -1 4202560 139 0 0 0 11 4 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426760190760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11144] ppid=11134 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/11137/task/11144/stat : 11144 (java) S 11134 11137 11074 0 -1 4202560 85 0 0 0 8 2 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426759137704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11145] ppid=11134 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/11137/task/11145/stat : 11145 (java) S 11134 11137 11074 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426758085160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11146] ppid=11134 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/11137/task/11146/stat : 11146 (java) S 11134 11137 11074 0 -1 4202560 189 0 0 0 9 2 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426757032104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11147] ppid=11134 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11137/task/11147/stat : 11147 (java) S 11134 11137 11074 0 -1 4202560 211 0 0 0 17 5 0 0 20 0 19 0 109686365 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426755979560 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11137/tid=11148] ppid=11134 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/11137/task/11148/stat : 11148 (java) S 11134 11137 11074 0 -1 4202560 996 0 0 0 0 4 0 0 20 0 19 0 109686366 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426743569256 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11149] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11149/stat : 11149 (java) S 11134 11137 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426742515576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11150] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11150/stat : 11150 (java) S 11134 11137 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109686367 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426741462408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11151] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11151/stat : 11151 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426740411152 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11152] ppid=11134 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/11137/task/11152/stat : 11152 (java) S 11134 11137 11074 0 -1 4202560 2572 0 0 0 45 0 0 0 20 0 19 0 109686369 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426739358008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11153] ppid=11134 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/11137/task/11153/stat : 11153 (java) S 11134 11137 11074 0 -1 4202560 4840 0 0 0 75 1 0 0 20 0 19 0 109686369 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426738305464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11137/tid=11154] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11154/stat : 11154 (java) S 11134 11137 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109686369 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426737252600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11137/tid=11155] ppid=11134 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11137/task/11155/stat : 11155 (java) S 11134 11137 11074 0 -1 4202560 103 0 0 0 32 45 0 0 20 0 19 0 109686369 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426736200264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11137/tid=11157] ppid=11134 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11137/task/11157/stat : 11157 (java) S 11134 11137 11074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109687030 9856040960 472706 33554432000 1073741824 1073778376 140736140938656 140426735097384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11137 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11137 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=649171
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=452779
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.66
CPU time (s): 1800.05
CPU user time (s): 1799.12
CPU system time (s): 0.93
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.45278
maximum resident set size= 1897548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14630
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38311
involuntary context switches= 4213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.053 second user time and 15.0497 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 07:32:08
IDJOB=4084557
IDBENCH=89800
IDSOLVER=2546
FILE ID=node122/4084557-1465277527
RUNJOBID= node122-1465277527-11091
PBS_JOBID= 19843311
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-122.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084557-1465277527/watcher-4084557-1465277527 -o /tmp/evaluation-result-4084557-1465277527/solver-4084557-1465277527 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11091 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084557-1465277527.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 45533d52c524a74641c715d4320b890b
RANDOM SEED=997598258

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30070440 kB
Buffers:          129876 kB
Cached:           242032 kB
SwapCached:          860 kB
Active:           195304 kB
Inactive:         202924 kB
Active(anon):      27292 kB
Inactive(anon):     1632 kB
Active(file):     168012 kB
Inactive(file):   201292 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:             84044 kB
Writeback:             0 kB
AnonPages:       1673152 kB
Mapped:            14340 kB
Shmem:                 0 kB
Slab:             604384 kB
SReclaimable:      48212 kB
SUnreclaim:       556172 kB
KernelStack:        1408 kB
PageTables:         7536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2343056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1644544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node122 at 2016-06-07 08:02:06