Trace number 4103686

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 Res+CP PB16? (TO) 1800.03 894.965

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow7.opb
MD5SUMc73bf29c796f0bf48406f571c4c43173
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables7994
Total number of constraints420
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints420
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 623
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 68719476658
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4103686-1466245345.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.35/0.60	c ... done. Wall clock time 0.496s.
1.35/0.60	c declared #vars     7994
1.35/0.60	c #constraints  560
1.35/0.61	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.35/0.61	c constraints type 
1.35/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 560
1.35/0.61	c 560 constraints processed.
1.35/0.61	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.35/0.61	c constraints type 
1.35/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 560
1.35/0.61	c 560 constraints processed.
1.35/0.61	c objective function length is 623 literals
4.56/1.60	c cleaning 2492 clauses out of 5000 with flag 13600/5001
6.35/2.40	c cleaning 4250 clauses out of 8508 with flag 26380/11001
8.45/3.45	c cleaning 5629 clauses out of 11258 with flag 41194/18001
11.12/4.76	c cleaning 6814 clauses out of 13628 with flag 57196/26000
14.34/6.35	c cleaning 7908 clauses out of 15815 with flag 75200/35001
18.43/8.36	c cleaning 8951 clauses out of 17906 with flag 95211/45000
23.12/10.60	c cleaning 9977 clauses out of 19955 with flag 117230/56000
28.13/13.12	c cleaning 10986 clauses out of 21979 with flag 141266/68001
34.67/16.37	c cleaning 11993 clauses out of 23993 with flag 167274/81001
42.03/19.96	c cleaning 12999 clauses out of 25999 with flag 195315/95000
50.08/23.96	c cleaning 13995 clauses out of 28000 with flag 225328/110000
59.65/28.63	c cleaning 15001 clauses out of 30007 with flag 257374/126002
69.24/33.40	c cleaning 15995 clauses out of 32005 with flag 291392/143001
79.44/38.53	c cleaning 17001 clauses out of 34009 with flag 327447/161000
91.99/44.77	c cleaning 18003 clauses out of 36008 with flag 365460/180000
107.35/52.37	c cleaning 19000 clauses out of 38006 with flag 405471/200001
126.79/62.21	c cleaning 20004 clauses out of 40007 with flag 447496/221002
146.63/72.12	c cleaning 20997 clauses out of 42001 with flag 491553/243000
170.13/83.84	c cleaning 22002 clauses out of 44005 with flag 537582/266001
196.75/97.16	c cleaning 23002 clauses out of 46003 with flag 585617/290001
206.62/102.05	c cleaning 0 clauses out of 5001 with flag 0/5001
224.27/110.57	c cleaning 23996 clauses out of 48000 with flag 635705/315000
247.41/122.05	c cleaning 24999 clauses out of 50004 with flag 687799/341000
274.46/135.47	c cleaning 26000 clauses out of 52005 with flag 741861/368000
303.72/150.09	c cleaning 27001 clauses out of 54005 with flag 797900/396000
334.49/165.33	c cleaning 28001 clauses out of 56006 with flag 855954/425002
372.36/184.15	c cleaning 29001 clauses out of 58004 with flag 915996/455001
414.96/205.26	c cleaning 29999 clauses out of 60004 with flag 978065/486002
461.51/228.82	c cleaning 31002 clauses out of 62004 with flag 1042096/518001
509.90/252.93	c cleaning 31996 clauses out of 64001 with flag 1108114/551000
561.18/278.49	c cleaning 33001 clauses out of 66005 with flag 1176155/585000
616.31/305.83	c cleaning 33997 clauses out of 68004 with flag 1246172/620000
674.58/334.79	c cleaning 34998 clauses out of 70007 with flag 1318215/656000
738.27/366.27	c cleaning 36004 clauses out of 72009 with flag 1392244/693000
769.01/381.51	c cleaning 0 clauses out of 11002 with flag 0/11002
807.85/400.85	c cleaning 37003 clauses out of 74007 with flag 1468258/731002
880.47/436.94	c cleaning 38000 clauses out of 76002 with flag 1546289/770000
961.63/477.94	c cleaning 38998 clauses out of 78004 with flag 1626307/810002
1056.83/525.30	c cleaning 40001 clauses out of 80005 with flag 1708350/851001
1155.67/574.51	c cleaning 41001 clauses out of 82005 with flag 1792374/893002
1263.34/627.94	c cleaning 41999 clauses out of 84002 with flag 1878386/936000
1369.53/680.78	c cleaning 42998 clauses out of 86003 with flag 1966410/980000
1484.94/738.17	c cleaning 43999 clauses out of 88005 with flag 2056440/1025000
1609.28/800.09	c cleaning 45001 clauses out of 90006 with flag 2148483/1071000
1742.70/866.41	c cleaning 46001 clauses out of 92006 with flag 2242506/1118001
1800.03/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.90	c starts		: 165
1800.03/894.90	c conflicts		: 1143152
1800.03/894.90	c decisions		: 1181576
1800.03/894.90	c propagations		: 7740041
1800.03/894.90	c inspects		: 10051904578
1800.03/894.90	c shortcuts		: 0
1800.03/894.90	c learnt literals	: 1
1800.03/894.90	c learnt binary clauses	: 0
1800.03/894.90	c learnt ternary clauses	: 1
1800.03/894.90	c learnt constraints	: 1143151
1800.03/894.90	c ignored constraints	: 0
1800.03/894.90	c root simplifications	: 0
1800.03/894.90	c removed literals (reason simplification)	: 10917631
1800.03/894.90	c reason swapping (by a shorter reason)	: 0
1800.03/894.90	c Calls to reduceDB	: 43
1800.03/894.90	c Number of update (reduction) of LBD	: 1933
1800.03/894.90	c Imported unit clauses	: 0
1800.03/894.90	c number of reductions to clauses (during analyze)	: 0
1800.03/894.90	c number of learned constraints concerned by reduction	: 0
1800.03/894.90	c number of learning phase by resolution	: 0
1800.03/894.90	c number of learning phase by cutting planes	: 0
1800.03/894.90	c speed (assignments/second)	: 8655.066260082145
1800.03/894.90	c non guided choices	138
1800.03/894.93	c learnt constraints type 
1800.03/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71157
1800.03/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.93	c starts		: 43
1800.03/894.93	c conflicts		: 15839
1800.03/894.93	c decisions		: 31513
1800.03/894.93	c propagations		: 138202
1800.03/894.93	c inspects		: 407720051
1800.03/894.93	c shortcuts		: 0
1800.03/894.93	c learnt literals	: 0
1800.03/894.93	c learnt binary clauses	: 0
1800.03/894.93	c learnt ternary clauses	: 0
1800.03/894.93	c learnt constraints	: 15838
1800.03/894.93	c ignored constraints	: 0
1800.03/894.93	c root simplifications	: 0
1800.03/894.93	c removed literals (reason simplification)	: 0
1800.03/894.93	c reason swapping (by a shorter reason)	: 0
1800.03/894.93	c Calls to reduceDB	: 2
1800.03/894.93	c Number of update (reduction) of LBD	: 0
1800.03/894.93	c Imported unit clauses	: 0
1800.03/894.93	c number of reductions to clauses (during analyze)	: 0
1800.03/894.93	c number of learned constraints concerned by reduction	: 0
1800.03/894.93	c number of learning phase by resolution	: 0
1800.03/894.93	c number of learning phase by cutting planes	: 0
1800.03/894.93	c speed (assignments/second)	: 154.5378914269612
1800.03/894.93	c non guided choices	0
1800.03/894.94	c learnt constraints type 
1800.03/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 143
1800.03/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15695
1800.03/894.94	s UNKNOWN
1800.03/894.94	c Total wall clock time (in seconds): 894.829

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-4103686-1466245345/watcher-4103686-1466245345 -o /tmp/evaluation-result-4103686-1466245345/solver-4103686-1466245345 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103686-1466245345.opb 

pid=21246
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: 4.23 4.27 4.18 4/193 21249
/proc/meminfo: memFree=30463816/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 26581118 98570240 977 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 24065 977 743 9 0 16771 0
[pid=21249/tid=21250] ppid=21246 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) R 21246 21249 20157 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 26581118 98570240 977 33554432000 1073741824 1073778376 140735981418304 140225175952936 214537422208 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.23 4.27 4.18 4/193 21249
/proc/meminfo: memFree=30463816/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 4519 0 1 0 10 1 0 0 20 0 18 0 26581118 9787879424 5639 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2389619 5639 2156 9 0 2380296 0
[pid=21249/tid=21250] ppid=21246 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) R 21246 21249 20157 0 -1 4202560 2437 0 1 0 7 0 0 0 20 0 18 0 26581118 9787879424 5639 33554432000 1073741824 1073778376 140735981418304 140225175956384 214540805389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 4.23 4.27 4.18 4/193 21249
/proc/meminfo: memFree=30463816/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 5218 0 1 0 29 1 0 0 20 0 18 0 26581118 9787879424 7206 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2389619 7206 2210 9 0 2380296 0
[pid=21249/tid=21250] ppid=21246 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) R 21246 21249 20157 0 -1 4202560 2468 0 1 0 17 0 0 0 20 0 18 0 26581118 9787879424 7206 33554432000 1073741824 1073778376 140735981418304 140225175939224 140225116090880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 4.23 4.27 4.18 4/193 21249
/proc/meminfo: memFree=30463816/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 8210 0 1 0 57 2 0 0 20 0 18 0 26581118 9787879424 11550 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2389619 11550 2233 9 0 2380296 0
[pid=21249/tid=21250] ppid=21246 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) R 21246 21249 20157 0 -1 4202560 2474 0 1 0 27 0 0 0 20 0 18 0 26581118 9787879424 11550 33554432000 1073741824 1073778376 140735981418304 140225175939224 140225115760496 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 4.23 4.27 4.18 4/193 21249
/proc/meminfo: memFree=30463816/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 16501 0 1 0 157 4 0 0 20 0 22 0 26581118 10060525568 32382 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 32382 2267 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2520 0 1 0 57 1 0 0 20 0 22 0 26581118 10060525568 32382 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.23 4.27 4.18 9/219 21275
/proc/meminfo: memFree=30161708/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 22362 0 1 0 426 8 0 0 20 0 22 0 26581118 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 50093 2287 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2520 0 1 0 57 1 0 0 20 0 22 0 26581118 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21252] ppid=21246 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21249/task/21252/stat : 21252 (java) S 21246 21249 20157 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225114688424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21253] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21253/stat : 21253 (java) S 21246 21249 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225113635880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21254] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21259/stat : 21259 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581119 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225012230440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21260] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21260/stat : 21260 (java) S 21246 21249 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140225000033128 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21261] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21261/stat : 21261 (java) S 21246 21249 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224998979448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21262] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21262/stat : 21262 (java) S 21246 21249 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224997926280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21263] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21263/stat : 21263 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224996875024 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21264] ppid=21246 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/21249/task/21264/stat : 21264 (java) S 21246 21249 20157 0 -1 4202560 9009 0 0 0 100 0 0 0 20 0 22 0 26581123 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224995821880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21265] ppid=21246 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/21249/task/21265/stat : 21265 (java) S 21246 21249 20157 0 -1 4202560 9348 0 0 0 101 2 0 0 20 0 22 0 26581123 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224994769336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21266] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21266/stat : 21266 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224993716472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21267] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21267/stat : 21267 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224992664136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21270] ppid=21246 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/21249/task/21270/stat : 21270 (java) R 21246 21249 20157 0 -1 4202560 26 0 0 0 77 0 0 0 20 0 22 0 26581179 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224991610056 140225116402306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21271] ppid=21246 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/21249/task/21271/stat : 21271 (java) R 21246 21249 20157 0 -1 4202560 44 0 0 0 74 0 0 0 20 0 22 0 26581179 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224990557176 140225116500453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21272] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21272/stat : 21272 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224989504808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21273] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21273/stat : 21273 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 50093 33554432000 1073741824 1073778376 140735981418304 140224988452264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.29 4.28 4.18 6/219 21275
/proc/meminfo: memFree=30074320/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=7.84 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 23036 0 1 0 767 17 0 0 20 0 22 0 26581118 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 93084 2291 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2520 0 1 0 57 1 0 0 20 0 22 0 26581118 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21252] ppid=21246 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21249/task/21252/stat : 21252 (java) S 21246 21249 20157 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225114688424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21253] ppid=21246 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21249/task/21253/stat : 21253 (java) S 21246 21249 20157 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225113635880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21254] ppid=21246 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 79 0 0 0 2 1 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 117 0 0 0 3 1 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 78 0 0 0 4 0 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21249/task/21259/stat : 21259 (java) S 21246 21249 20157 0 -1 4202560 148 0 0 0 2 1 0 0 20 0 22 0 26581119 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225012230440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21260] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21260/stat : 21260 (java) S 21246 21249 20157 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140225000033128 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21261] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21261/stat : 21261 (java) S 21246 21249 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224998979448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21262] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21262/stat : 21262 (java) S 21246 21249 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224997926280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21263] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21263/stat : 21263 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224996875024 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21264] ppid=21246 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/21249/task/21264/stat : 21264 (java) S 21246 21249 20157 0 -1 4202560 9024 0 0 0 106 0 0 0 20 0 22 0 26581123 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224995821880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21265] ppid=21246 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/21249/task/21265/stat : 21265 (java) S 21246 21249 20157 0 -1 4202560 9362 0 0 0 110 2 0 0 20 0 22 0 26581123 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224994769336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21266] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21266/stat : 21266 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224993716472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21267] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21267/stat : 21267 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224992664136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21270] ppid=21246 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/21249/task/21270/stat : 21270 (java) R 21246 21249 20157 0 -1 4202560 37 0 0 0 228 0 0 0 20 0 22 0 26581179 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224991607784 140225116617114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21271] ppid=21246 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21249/task/21271/stat : 21271 (java) R 21246 21249 20157 0 -1 4202560 88 0 0 0 223 2 0 0 20 0 22 0 26581179 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224990555424 140225116577802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21272] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21272/stat : 21272 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224989504808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21273] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21273/stat : 21273 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 93084 33554432000 1073741824 1073778376 140735981418304 140224988452264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.29 4.28 4.18 6/219 21275
/proc/meminfo: memFree=29809128/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=14.34 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 23394 0 1 0 1411 23 0 0 20 0 22 0 26581118 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 122349 2291 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2520 0 1 0 57 1 0 0 20 0 22 0 26581118 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21252] ppid=21246 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21249/task/21252/stat : 21252 (java) S 21246 21249 20157 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225114688424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21253] ppid=21246 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21249/task/21253/stat : 21253 (java) S 21246 21249 20157 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225113635880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21254] ppid=21246 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 84 0 0 0 3 1 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 144 0 0 0 6 3 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 109 0 0 0 6 2 0 0 20 0 22 0 26581119 10060525568 122349 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 515 0 0 0 240 13 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 565 0 0 0 245 14 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 515 0 0 0 245 18 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 718 0 0 0 251 15 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 622 0 0 0 235 14 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/21249/task/21259/stat : 21259 (java) S 21246 21249 20157 0 -1 4202560 619 0 0 0 240 16 0 0 20 0 22 0 26581119 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225012230440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21260] ppid=21246 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/21249/task/21260/stat : 21260 (java) S 21246 21249 20157 0 -1 4202560 2086 0 0 0 236 9 0 0 20 0 22 0 26581120 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140225000033128 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21261] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21261/stat : 21261 (java) S 21246 21249 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224998979448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21262] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21262/stat : 21262 (java) S 21246 21249 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224997926280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21263] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21263/stat : 21263 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224996875024 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21264] ppid=21246 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/21249/task/21264/stat : 21264 (java) S 21246 21249 20157 0 -1 4202560 9037 0 0 0 112 2 0 0 20 0 22 0 26581123 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224995821880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21265] ppid=21246 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21249/task/21265/stat : 21265 (java) S 21246 21249 20157 0 -1 4202560 16488 0 0 0 194 3 0 0 20 0 22 0 26581123 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224994769336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21266] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21266/stat : 21266 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224993716472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21267] ppid=21246 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21249/task/21267/stat : 21267 (java) S 21246 21249 20157 0 -1 4202560 49 0 0 0 14 22 0 0 20 0 22 0 26581123 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224992664136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21270] ppid=21246 vsize=9824732 CPUtime=811.51 cores=1,3,5,7
/proc/21249/task/21270/stat : 21270 (java) R 21246 21249 20157 0 -1 4202560 114 0 0 0 81137 14 0 0 20 0 22 0 26581179 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224991607968 140225116461996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21271] ppid=21246 vsize=9824732 CPUtime=811.45 cores=1,3,5,7
/proc/21249/task/21271/stat : 21271 (java) R 21246 21249 20157 0 -1 4202560 2011 0 0 0 81104 41 0 0 20 0 22 0 26581179 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224990556128 140225116476634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21272] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21272/stat : 21272 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224989504808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21273] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21273/stat : 21273 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 931195 33554432000 1073741824 1073778376 140735981418304 140224988452264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1654.07
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.30 4.23 4.19 5/219 21303
/proc/meminfo: memFree=23615028/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=1774.72 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 38268 0 1 0 177283 189 0 0 20 0 22 0 26581118 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 933322 2299 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2529 0 1 0 59 4 0 0 20 0 22 0 26581118 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21252] ppid=21246 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/21249/task/21252/stat : 21252 (java) S 21246 21249 20157 0 -1 4202560 502 0 0 0 235 16 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225114688424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21253] ppid=21246 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/21249/task/21253/stat : 21253 (java) S 21246 21249 20157 0 -1 4202560 561 0 0 0 263 18 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225113635880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21254] ppid=21246 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 545 0 0 0 258 13 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 566 0 0 0 262 14 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 516 0 0 0 268 18 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 734 0 0 0 269 15 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 623 0 0 0 255 14 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/21249/task/21259/stat : 21259 (java) S 21246 21249 20157 0 -1 4202560 619 0 0 0 254 16 0 0 20 0 22 0 26581119 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225012230440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21260] ppid=21246 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/21249/task/21260/stat : 21260 (java) S 21246 21249 20157 0 -1 4202560 2097 0 0 0 237 9 0 0 20 0 22 0 26581120 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140225000033128 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21261] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21261/stat : 21261 (java) S 21246 21249 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224998979448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21262] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21262/stat : 21262 (java) S 21246 21249 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224997926280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21263] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21263/stat : 21263 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224996875024 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21264] ppid=21246 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/21249/task/21264/stat : 21264 (java) S 21246 21249 20157 0 -1 4202560 9037 0 0 0 112 2 0 0 20 0 22 0 26581123 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224995821880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21265] ppid=21246 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21249/task/21265/stat : 21265 (java) S 21246 21249 20157 0 -1 4202560 16488 0 0 0 194 3 0 0 20 0 22 0 26581123 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224994769336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21266] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21266/stat : 21266 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224993716472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21267] ppid=21246 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/21249/task/21267/stat : 21267 (java) S 21246 21249 20157 0 -1 4202560 51 0 0 0 14 25 0 0 20 0 22 0 26581123 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224992664136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21270] ppid=21246 vsize=9824732 CPUtime=870.98 cores=1,3,5,7
/proc/21249/task/21270/stat : 21270 (java) R 21246 21249 20157 0 -1 4202560 115 0 0 0 87083 15 0 0 20 0 22 0 26581179 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224991608752 140225116461996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21271] ppid=21246 vsize=9824732 CPUtime=870.9 cores=1,3,5,7
/proc/21249/task/21271/stat : 21271 (java) R 21246 21249 20157 0 -1 4202560 2015 0 0 0 87048 42 0 0 20 0 22 0 26581179 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224990555424 140225116138220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21272] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21272/stat : 21272 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224989504808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21273] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21273/stat : 21273 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 933322 33554432000 1073741824 1073778376 140735981418304 140224988452264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.72
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.33 4.24 4.19 5/219 21304
/proc/meminfo: memFree=23606724/32872528 swapFree=1191052/1305516
[pid=21249] ppid=21246 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/21249/stat : 21249 (java) S 21246 21249 20157 0 -1 4202496 38307 0 1 0 179813 190 0 0 20 0 22 0 26581118 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140735981409440 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21249/statm: 2456183 935400 2299 9 0 2446860 0
[pid=21249/tid=21250] ppid=21246 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/21249/task/21250/stat : 21250 (java) S 21246 21249 20157 0 -1 4202560 2529 0 1 0 59 4 0 0 20 0 22 0 26581118 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225175958392 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21252] ppid=21246 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/21249/task/21252/stat : 21252 (java) S 21246 21249 20157 0 -1 4202560 503 0 0 0 241 16 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225114688424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21253] ppid=21246 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/21249/task/21253/stat : 21253 (java) S 21246 21249 20157 0 -1 4202560 586 0 0 0 266 18 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225113635880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21254] ppid=21246 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/21249/task/21254/stat : 21254 (java) S 21246 21249 20157 0 -1 4202560 546 0 0 0 260 13 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225017494184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21255] ppid=21246 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/21249/task/21255/stat : 21255 (java) S 21246 21249 20157 0 -1 4202560 567 0 0 0 268 14 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225016441640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21256] ppid=21246 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/21249/task/21256/stat : 21256 (java) S 21246 21249 20157 0 -1 4202560 517 0 0 0 270 18 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225015388584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21257] ppid=21246 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/21249/task/21257/stat : 21257 (java) S 21246 21249 20157 0 -1 4202560 735 0 0 0 271 15 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225014336040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21258] ppid=21246 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/21249/task/21258/stat : 21258 (java) S 21246 21249 20157 0 -1 4202560 623 0 0 0 257 14 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225013282984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21259] ppid=21246 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/21249/task/21259/stat : 21259 (java) S 21246 21249 20157 0 -1 4202560 619 0 0 0 256 16 0 0 20 0 22 0 26581119 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225012230440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21260] ppid=21246 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/21249/task/21260/stat : 21260 (java) S 21246 21249 20157 0 -1 4202560 2103 0 0 0 237 9 0 0 20 0 22 0 26581120 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140225000033128 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21261] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21261/stat : 21261 (java) S 21246 21249 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224998979448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21262] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21262/stat : 21262 (java) S 21246 21249 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26581120 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224997926280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21263] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21263/stat : 21263 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224996875024 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21249/tid=21264] ppid=21246 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/21249/task/21264/stat : 21264 (java) S 21246 21249 20157 0 -1 4202560 9037 0 0 0 112 2 0 0 20 0 22 0 26581123 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224995821880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21265] ppid=21246 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/21249/task/21265/stat : 21265 (java) S 21246 21249 20157 0 -1 4202560 16488 0 0 0 194 3 0 0 20 0 22 0 26581123 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224994769336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21266] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21266/stat : 21266 (java) S 21246 21249 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26581123 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224993716472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21267] ppid=21246 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/21249/task/21267/stat : 21267 (java) S 21246 21249 20157 0 -1 4202560 53 0 0 0 14 25 0 0 20 0 22 0 26581123 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224992664136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21249/tid=21270] ppid=21246 vsize=9824732 CPUtime=883.47 cores=1,3,5,7
/proc/21249/task/21270/stat : 21270 (java) R 21246 21249 20157 0 -1 4202560 116 0 0 0 88332 15 0 0 20 0 22 0 26581179 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224991608752 140225116461996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21249/tid=21271] ppid=21246 vsize=9824732 CPUtime=883.4 cores=1,3,5,7
/proc/21249/task/21271/stat : 21271 (java) R 21246 21249 20157 0 -1 4202560 2015 0 0 0 88298 42 0 0 20 0 22 0 26581179 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224990555296 140225116542330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21272] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21272/stat : 21272 (java) S 21246 21249 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224989504808 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21249/tid=21273] ppid=21246 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21249/task/21273/stat : 21273 (java) S 21246 21249 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26581181 10060525568 935400 33554432000 1073741824 1073778376 140735981418304 140224988452264 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

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 21249 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 21249 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=618328
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=412633
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.965
CPU time (s): 1800.03
CPU user time (s): 1798.13
CPU system time (s): 1.9
CPU usage (%): 201.129
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 2.41263
maximum resident set size= 3741724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38350
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23709
involuntary context switches= 26034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39018 second user time and 7.9158 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 12:22:25
IDJOB=4103686
IDBENCH=2430
IDSOLVER=2543
FILE ID=node127/4103686-1466245345
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103686-1466245345/watcher-4103686-1466245345 -o /tmp/evaluation-result-4103686-1466245345/solver-4103686-1466245345 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103686-1466245345.opb

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

MD5SUM BENCH= c73bf29c796f0bf48406f571c4c43173
RANDOM SEED=1331913361

node127.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.769
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.53
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.769
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.769
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		: 2666.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        30463880 kB
Buffers:           57576 kB
Cached:           116392 kB
SwapCached:          516 kB
Active:           232700 kB
Inactive:         118624 kB
Active(anon):     177648 kB
Inactive(anon):     2184 kB
Active(file):      55052 kB
Inactive(file):   116440 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              8080 kB
Writeback:             0 kB
AnonPages:       1394944 kB
Mapped:            15116 kB
Shmem:                 0 kB
Slab:             602460 kB
SReclaimable:      45708 kB
SUnreclaim:       556752 kB
KernelStack:        1568 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2121828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71732 MiB
End job on node127 at 2016-06-18 12:37:20