Trace number 4100261

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1792.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-dano3_5.opb
MD5SUMf6a27dde9dccc9cbc26fd12ecc1b234d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 535830
Number of bits of the biggest sum of numbers20
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100261-1466211734.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
6.96/4.71	c ... done. Wall clock time 4.598s.
6.96/4.71	c declared #vars     404336
6.96/4.71	c #constraints  4887
6.96/4.71	c constraints type 
6.96/4.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
6.96/4.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4877
6.96/4.71	c 4887 constraints processed.
6.96/4.71	c objective function length is 30 literals
11.79/9.07	c cleaning 2499 clauses out of 5000 with flag 10017/5000
14.01/11.19	c cleaning 4251 clauses out of 8503 with flag 22021/11002
16.40/13.56	c cleaning 5621 clauses out of 11250 with flag 36017/18000
19.31/16.47	c cleaning 6814 clauses out of 13630 with flag 52019/26001
22.85/19.91	c cleaning 7908 clauses out of 15818 with flag 70023/35003
26.44/23.56	c cleaning 8953 clauses out of 17908 with flag 90019/45001
30.55/27.70	c cleaning 9976 clauses out of 19954 with flag 112017/56000
35.13/32.26	c cleaning 10979 clauses out of 21979 with flag 136019/68001
40.34/37.40	c cleaning 12000 clauses out of 24001 with flag 162021/81002
46.03/43.12	c cleaning 12997 clauses out of 25999 with flag 190017/95000
52.24/49.32	c cleaning 13996 clauses out of 28002 with flag 220017/110000
59.05/56.15	c cleaning 15000 clauses out of 30006 with flag 252017/126000
66.14/63.29	c cleaning 16002 clauses out of 32007 with flag 286019/143001
75.97/72.48	c cleaning 17003 clauses out of 34007 with flag 322023/161003
84.16/80.66	c cleaning 18000 clauses out of 36003 with flag 360021/180002
92.57/89.06	c cleaning 18998 clauses out of 38001 with flag 400017/200000
102.37/98.83	c cleaning 19997 clauses out of 40004 with flag 442019/221001
112.36/108.80	c cleaning 20999 clauses out of 42006 with flag 486017/243000
122.66/119.13	c cleaning 21997 clauses out of 44007 with flag 532017/266000
133.76/130.21	c cleaning 23001 clauses out of 46011 with flag 580019/290001
145.96/142.44	c cleaning 24003 clauses out of 48010 with flag 630019/315001
158.76/155.26	c cleaning 24995 clauses out of 50008 with flag 682021/341002
174.81/170.65	c cleaning 26000 clauses out of 52012 with flag 736019/368001
188.60/184.47	c cleaning 27001 clauses out of 54011 with flag 792017/396000
203.09/198.99	c cleaning 28002 clauses out of 56013 with flag 850023/425003
218.80/214.68	c cleaning 28996 clauses out of 58008 with flag 910017/455000
235.09/230.96	c cleaning 30000 clauses out of 60012 with flag 972017/486000
253.49/249.40	c cleaning 31003 clauses out of 62012 with flag 1036017/518000
273.01/268.87	c cleaning 32003 clauses out of 64009 with flag 1102017/551000
293.51/289.38	c cleaning 33002 clauses out of 66006 with flag 1170017/585000
314.71/310.56	c cleaning 33997 clauses out of 68004 with flag 1240017/620000
336.02/331.88	c cleaning 35001 clauses out of 70011 with flag 1312025/656004
358.22/354.04	c cleaning 35998 clauses out of 72006 with flag 1386017/693000
380.53/376.38	c cleaning 36993 clauses out of 74008 with flag 1462017/731000
406.69/401.61	c cleaning 38008 clauses out of 76018 with flag 1540023/770003
432.99/427.99	c cleaning 39001 clauses out of 78007 with flag 1620017/810000
460.69/455.61	c cleaning 40002 clauses out of 80008 with flag 1702021/851002
490.39/485.32	c cleaning 40998 clauses out of 82004 with flag 1786017/893000
519.69/514.60	c cleaning 42001 clauses out of 84008 with flag 1872021/936002
550.60/545.58	c cleaning 42996 clauses out of 86005 with flag 1960017/980000
582.80/577.74	c cleaning 44002 clauses out of 88011 with flag 2050021/1025002
617.59/612.51	c cleaning 45001 clauses out of 90007 with flag 2142017/1071000
652.50/647.40	c cleaning 46000 clauses out of 92008 with flag 2236021/1118002
694.45/688.75	c cleaning 46993 clauses out of 94007 with flag 2332019/1166001
738.35/732.68	c cleaning 48004 clauses out of 96018 with flag 2430027/1215005
781.95/776.29	c cleaning 49002 clauses out of 98012 with flag 2530023/1265003
826.46/820.77	c cleaning 50001 clauses out of 100008 with flag 2632019/1316001
877.15/871.42	c cleaning 50996 clauses out of 102008 with flag 2736021/1368002
928.17/922.49	c cleaning 51999 clauses out of 104010 with flag 2842017/1421000
980.87/975.17	c cleaning 53006 clauses out of 106014 with flag 2950023/1475003
1037.34/1030.87	c cleaning 53998 clauses out of 108006 with flag 3060019/1530001
1092.24/1085.79	c cleaning 54994 clauses out of 110007 with flag 3172017/1586000
1146.84/1140.31	c cleaning 56001 clauses out of 112014 with flag 3286019/1643001
1206.34/1199.81	c cleaning 57003 clauses out of 114012 with flag 3402017/1701000
1270.94/1264.41	c cleaning 57996 clauses out of 116009 with flag 3520017/1760000
1340.33/1333.43	c cleaning 58996 clauses out of 118013 with flag 3640017/1820000
1408.34/1401.48	c cleaning 60003 clauses out of 120017 with flag 3762017/1881000
1477.14/1470.26	c cleaning 61001 clauses out of 122014 with flag 3886017/1943000
1551.64/1544.70	c cleaning 61999 clauses out of 124015 with flag 4012021/2006002
1625.85/1618.99	c cleaning 63002 clauses out of 126016 with flag 4140021/2070002
1708.75/1701.37	c cleaning 64003 clauses out of 128015 with flag 4270023/2135003
1794.16/1786.77	c cleaning 64999 clauses out of 130011 with flag 4402021/2201002
1800.06/1792.60	c starts		: 4
1800.06/1792.60	c conflicts		: 2208914
1800.06/1792.60	c decisions		: 2220430
1800.06/1792.60	c propagations		: 12192175
1800.06/1792.60	c inspects		: 19671656731
1800.06/1792.60	c shortcuts		: 0
1800.06/1792.60	c learnt literals	: 0
1800.06/1792.60	c learnt binary clauses	: 0
1800.06/1792.60	c learnt ternary clauses	: 0
1800.06/1792.60	c learnt constraints	: 2208914
1800.06/1792.60	c ignored constraints	: 0
1800.06/1792.60	c root simplifications	: 0
1800.06/1792.60	c removed literals (reason simplification)	: 0
1800.06/1792.60	c reason swapping (by a shorter reason)	: 0
1800.06/1792.60	c Calls to reduceDB	: 62
1800.06/1792.60	c Number of update (reduction) of LBD	: 7
1800.06/1792.60	c Imported unit clauses	: 0
1800.06/1792.60	c number of reductions to clauses (during analyze)	: 0
1800.06/1792.60	c number of learned constraints concerned by reduction	: 0
1800.06/1792.60	c number of learning phase by resolution	: 0
1800.06/1792.60	c number of learning phase by cutting planes	: 0
1800.06/1792.60	c speed (assignments/second)	: 6820.00741732286
1800.06/1792.60	c non guided choices	3772
1800.06/1792.63	c learnt constraints type 
1800.06/1792.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72924
1800.06/1792.63	s UNKNOWN
1800.06/1792.63	c Total wall clock time (in seconds): 1792.512

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-4100261-1466211734/watcher-4100261-1466211734 -o /tmp/evaluation-result-4100261-1466211734/solver-4100261-1466211734 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100261-1466211734.opb 

pid=15211
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: 2.05 2.03 2.00 3/197 15214
/proc/meminfo: memFree=31652988/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15214/stat : 15214 (java) R 15211 15214 11773 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 23219367 9515008 184 33554432000 1073741824 1073778376 140734950623936 140734950615160 206408674743 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15214/statm: 2323 184 142 9 0 71 0

[startup+0.100161 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 15214
/proc/meminfo: memFree=31652988/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 4445 0 1 0 8 1 0 0 20 0 18 0 23219367 9787879424 5576 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 5576 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 15214
/proc/meminfo: memFree=31652988/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 5146 0 1 0 26 2 0 0 20 0 18 0 23219367 9787879424 9091 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 9091 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30035 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 15214
/proc/meminfo: memFree=31652988/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 8176 0 1 0 51 3 0 0 20 0 18 0 23219367 9787879424 12432 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 12435 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700324 s]
/proc/loadavg: 2.05 2.03 2.00 3/197 15214
/proc/meminfo: memFree=31652988/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 11435 0 1 0 122 8 0 0 20 0 18 0 23219367 9787879424 49820 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 49820 2268 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.05 2.03 2.00 3/215 15232
/proc/meminfo: memFree=31410316/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=2.59 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 12217 0 1 0 235 24 0 0 20 0 18 0 23219367 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 109194 2268 9 0 2380296 0
[pid=15214/tid=15216] ppid=15211 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 2574 0 1 0 121 4 0 0 20 0 18 0 23219368 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504353208584 140504226389335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 141 0 0 0 8 3 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 163 0 0 0 11 4 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 60 0 0 0 10 3 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 127 0 0 0 7 3 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 114 0 0 0 4 2 0 0 20 0 18 0 23219369 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) S 15211 15214 11773 0 -1 4202560 2951 0 0 0 23 0 0 0 20 0 18 0 23219373 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) S 15211 15214 11773 0 -1 4202560 4550 0 0 0 24 1 0 0 20 0 18 0 23219373 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504172214840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 109194 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 2.05 2.03 2.00 3/215 15232
/proc/meminfo: memFree=31145644/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9558476 CPUtime=4.55 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 12957 0 1 0 418 37 0 0 20 0 18 0 23219367 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2389619 183926 2268 9 0 2380296 0
[pid=15214/tid=15216] ppid=15211 vsize=9558476 CPUtime=2.73 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 2861 0 1 0 265 8 0 0 20 0 18 0 23219368 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504353202128 140504226274771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 201 0 0 0 17 5 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 175 0 0 0 13 5 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 362 0 0 0 19 5 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 178 0 0 0 16 5 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 18 0 23219369 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23219370 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) S 15211 15214 11773 0 -1 4202560 2951 0 0 0 24 0 0 0 20 0 18 0 23219373 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) S 15211 15214 11773 0 -1 4202560 4551 0 0 0 25 1 0 0 20 0 18 0 23219373 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504172214840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23219373 9787879424 183926 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 2.05 2.03 2.00 3/216 15233
/proc/meminfo: memFree=30756024/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9625040 CPUtime=8.98 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 14213 0 1 0 842 56 0 0 20 0 19 0 23219367 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2406260 227886 2280 9 0 2396937 0
[pid=15214/tid=15216] ppid=15211 vsize=9625040 CPUtime=5.63 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 2879 0 1 0 555 8 0 0 20 0 19 0 23219368 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504353210744 140504226516559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 79 0 0 0 16 4 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 238 0 0 0 28 7 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 65 0 0 0 13 3 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 236 0 0 0 31 8 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 403 0 0 0 30 7 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 213 0 0 0 26 7 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 104 0 0 0 14 4 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 186 0 0 0 20 5 0 0 20 0 19 0 23219369 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) R 15211 15214 11773 0 -1 4202560 3393 0 0 0 43 0 0 0 20 0 19 0 23219373 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412233784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) R 15211 15214 11773 0 -1 4202560 4623 0 0 0 48 1 0 0 20 0 19 0 23219373 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504172202120 206412243381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15233] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15233/stat : 15233 (java) S 15211 15214 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23219857 9856040960 227886 33554432000 1073741824 1073778376 140734574646304 140504169005992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.04 2.03 2.00 3/216 15233
/proc/meminfo: memFree=30759812/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9625040 CPUtime=15.6 cores=1,3,5,7

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

[pid=15214/tid=15233] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15233/stat : 15233 (java) S 15211 15214 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23219857 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504169005992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.75
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.09 2.03 3/216 15545
/proc/meminfo: memFree=27786224/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9625040 CPUtime=1729.75 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 32541 0 1 0 172717 258 0 0 20 0 19 0 23219367 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2406260 944979 2293 9 0 2396937 0
[pid=15214/tid=15216] ppid=15211 vsize=9625040 CPUtime=1710.22 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 3923 0 1 0 170970 52 0 0 20 0 19 0 23219368 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504353201856 140504226602048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 2078 0 0 0 86 28 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 2335 0 0 0 71 22 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 2067 0 0 0 66 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 3446 0 0 0 89 26 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 2391 0 0 0 72 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 2407 0 0 0 86 33 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 858 0 0 0 60 15 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 1526 0 0 0 91 30 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9625040 CPUtime=5.41 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 2074 0 0 0 534 7 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) S 15211 15214 11773 0 -1 4202560 3405 0 0 0 51 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) S 15211 15214 11773 0 -1 4202560 4675 0 0 0 66 1 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504172214840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 99 0 0 0 29 40 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15233] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15233/stat : 15233 (java) S 15211 15214 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23219857 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504169005992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.75
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.07 2.02 3/215 15547
/proc/meminfo: memFree=27786124/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9625040 CPUtime=1789.76 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 32545 0 1 0 178717 259 0 0 20 0 19 0 23219367 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2406260 944979 2293 9 0 2396937 0
[pid=15214/tid=15216] ppid=15211 vsize=9625040 CPUtime=1770.07 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 3923 0 1 0 176954 53 0 0 20 0 19 0 23219368 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504353201856 140504226608719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 2078 0 0 0 86 28 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 2335 0 0 0 71 22 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 2067 0 0 0 66 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 3446 0 0 0 89 26 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 2391 0 0 0 72 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 2407 0 0 0 86 33 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 858 0 0 0 60 15 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 1526 0 0 0 91 30 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9625040 CPUtime=5.41 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 2074 0 0 0 534 7 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) S 15211 15214 11773 0 -1 4202560 3405 0 0 0 51 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) S 15211 15214 11773 0 -1 4202560 4675 0 0 0 66 1 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504172214840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 103 0 0 0 30 42 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15233] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15233/stat : 15233 (java) S 15211 15214 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23219857 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504169005992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 2.01 2.07 2.02 3/215 15547
/proc/meminfo: memFree=27786372/32872528 swapFree=7780/7780
[pid=15214] ppid=15211 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/15214/stat : 15214 (java) S 15211 15214 11773 0 -1 4202496 32545 0 1 0 179747 259 0 0 20 0 19 0 23219367 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140734574637440 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15214/statm: 2406260 944979 2293 9 0 2396937 0
[pid=15214/tid=15216] ppid=15211 vsize=9625040 CPUtime=1780.34 cores=1,3,5,7
/proc/15214/task/15216/stat : 15216 (java) R 15211 15214 11773 0 -1 4202560 3923 0 1 0 177980 54 0 0 20 0 19 0 23219368 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504353201856 140504226601992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15217] ppid=15211 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/15214/task/15217/stat : 15217 (java) S 15211 15214 11773 0 -1 4202560 2078 0 0 0 86 28 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504197257512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15218] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15218/stat : 15218 (java) S 15211 15214 11773 0 -1 4202560 2335 0 0 0 71 22 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504196204712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15219] ppid=15211 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/15214/task/15219/stat : 15219 (java) S 15211 15214 11773 0 -1 4202560 2067 0 0 0 66 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504195152424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15220] ppid=15211 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/15214/task/15220/stat : 15220 (java) S 15211 15214 11773 0 -1 4202560 3446 0 0 0 89 26 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504194099624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15214/tid=15221] ppid=15211 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/15214/task/15221/stat : 15221 (java) S 15211 15214 11773 0 -1 4202560 2391 0 0 0 72 21 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504193047336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15222] ppid=15211 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/15214/task/15222/stat : 15222 (java) S 15211 15214 11773 0 -1 4202560 2407 0 0 0 86 33 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504191994536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15223] ppid=15211 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/15214/task/15223/stat : 15223 (java) S 15211 15214 11773 0 -1 4202560 858 0 0 0 60 15 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504190942248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15224] ppid=15211 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/15214/task/15224/stat : 15224 (java) S 15211 15214 11773 0 -1 4202560 1526 0 0 0 91 30 0 0 20 0 19 0 23219369 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504189889448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15225] ppid=15211 vsize=9625040 CPUtime=5.41 cores=1,3,5,7
/proc/15214/task/15225/stat : 15225 (java) S 15211 15214 11773 0 -1 4202560 2074 0 0 0 534 7 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504177477864 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15226] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15226/stat : 15226 (java) S 15211 15214 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504176423928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15227] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15227/stat : 15227 (java) S 15211 15214 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23219370 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504175371528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15228] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15228/stat : 15228 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504174320016 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15229] ppid=15211 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15214/task/15229/stat : 15229 (java) S 15211 15214 11773 0 -1 4202560 3405 0 0 0 51 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504173267640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15214/tid=15230] ppid=15211 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15214/task/15230/stat : 15230 (java) S 15211 15214 11773 0 -1 4202560 4675 0 0 0 66 1 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504172214840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15231] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15231/stat : 15231 (java) S 15211 15214 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504171162744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15214/tid=15232] ppid=15211 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/15214/task/15232/stat : 15232 (java) S 15211 15214 11773 0 -1 4202560 103 0 0 0 30 42 0 0 20 0 19 0 23219373 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504170110152 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15214/tid=15233] ppid=15211 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15214/task/15233/stat : 15233 (java) S 15211 15214 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23219857 9856040960 944979 33554432000 1073741824 1073778376 140734574646304 140504169005992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 15214 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 15214 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=28418
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=172517
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.64
CPU time (s): 1800.06
CPU user time (s): 1797.47
CPU system time (s): 2.59
CPU usage (%): 100.414
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.03
system time used= 3.17252
maximum resident set size= 3780424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32680
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38789
involuntary context switches= 9161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9203 second user time and 13.316 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 03:02:15
IDJOB=4100261
IDBENCH=1594
IDSOLVER=2546
FILE ID=node133/4100261-1466211734
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-dano3_5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100261-1466211734/watcher-4100261-1466211734 -o /tmp/evaluation-result-4100261-1466211734/solver-4100261-1466211734 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100261-1466211734.opb

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

MD5SUM BENCH= f6a27dde9dccc9cbc26fd12ecc1b234d
RANDOM SEED=328138927

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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.56
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        31653904 kB
Buffers:           43264 kB
Cached:           102788 kB
SwapCached:          876 kB
Active:           429512 kB
Inactive:          76512 kB
Active(anon):     361400 kB
Inactive(anon):     1316 kB
Active(file):      68112 kB
Inactive(file):    75196 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099828 kB
Dirty:             25696 kB
Writeback:             0 kB
AnonPages:        371732 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             573128 kB
SReclaimable:      16484 kB
SUnreclaim:       556644 kB
KernelStack:        1640 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     510440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71688 MiB
End job on node133 at 2016-06-18 03:32:07