Trace number 4080687

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.02 901.357

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45168146369
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4978502603
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29637219205243
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29637219205243
Number of bits of the biggest sum of numbers45
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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080687-1465228820.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
3.49/2.14	c ... done. Wall clock time 2.038s.
3.49/2.14	c declared #vars     155000
3.49/2.14	c #constraints  5300
3.49/2.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.49/2.15	c constraints type 
3.49/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
3.49/2.15	c 5300 constraints processed.
3.49/2.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.49/2.15	c constraints type 
3.49/2.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
3.49/2.15	c 5300 constraints processed.
3.49/2.15	c objective function length is 155000 literals
12.53/5.80	c cleaning 2496 clauses out of 5000 with flag 12351/5000
25.60/12.20	c cleaning 4251 clauses out of 8506 with flag 24940/11002
32.68/15.67	c cleaning 5627 clauses out of 11253 with flag 39026/18000
47.23/22.73	c cleaning 6814 clauses out of 13627 with flag 55226/26001
62.64/30.46	c cleaning 7900 clauses out of 15812 with flag 73675/35000
74.46/36.39	c cleaning 8955 clauses out of 17913 with flag 93713/45001
88.47/43.33	c cleaning 9976 clauses out of 19957 with flag 115782/56000
103.87/51.06	c cleaning 10989 clauses out of 21981 with flag 139837/68000
123.49/60.82	c cleaning 11995 clauses out of 23993 with flag 165885/81001
148.56/73.68	c cleaning 12996 clauses out of 25997 with flag 193978/95000
172.35/85.56	c cleaning 13998 clauses out of 28002 with flag 224011/110001
197.37/98.07	c cleaning 14999 clauses out of 30003 with flag 256019/126000
225.16/111.93	c cleaning 15998 clauses out of 32004 with flag 290059/143000
256.56/127.69	c cleaning 16997 clauses out of 34007 with flag 326066/161001
291.35/145.08	c cleaning 18000 clauses out of 36009 with flag 364188/180000
322.55/160.67	c cleaning 19004 clauses out of 38010 with flag 404197/200001
356.53/177.69	c cleaning 19998 clauses out of 40006 with flag 446209/221001
396.75/198.35	c cleaning 20996 clauses out of 42007 with flag 490211/243000
440.74/220.35	c cleaning 22001 clauses out of 44012 with flag 536222/266001
505.92/252.94	c cleaning 22999 clauses out of 46013 with flag 584244/290003
571.11/285.54	c cleaning 23998 clauses out of 48011 with flag 634262/315000
650.60/325.60	c cleaning 25002 clauses out of 50015 with flag 686340/341002
718.40/359.59	c cleaning 26005 clauses out of 52012 with flag 740357/368001
788.40/394.56	c cleaning 26999 clauses out of 54008 with flag 796404/396002
862.21/431.46	c cleaning 28002 clauses out of 56008 with flag 854424/425001
940.78/470.72	c cleaning 28997 clauses out of 58006 with flag 914439/455001
1015.78/508.88	c cleaning 30001 clauses out of 60008 with flag 976486/486000
1096.17/549.09	c cleaning 30998 clauses out of 62008 with flag 1040533/518001
1198.34/600.17	c cleaning 31999 clauses out of 64011 with flag 1106593/551002
1299.31/650.54	c cleaning 33002 clauses out of 66011 with flag 1174622/585001
1394.19/697.82	c cleaning 33999 clauses out of 68009 with flag 1244692/620001
1485.71/744.15	c cleaning 35003 clauses out of 70009 with flag 1316791/656000
1582.68/792.68	c cleaning 35996 clauses out of 72007 with flag 1390861/693001
1686.10/844.27	c cleaning 37002 clauses out of 74011 with flag 1466943/731001
1800.02/901.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.30	c starts		: 183
1800.02/901.30	c conflicts		: 768851
1800.02/901.30	c decisions		: 1172769
1800.02/901.30	c propagations		: 21091111
1800.02/901.30	c inspects		: 5888184602
1800.02/901.30	c shortcuts		: 0
1800.02/901.30	c learnt literals	: 0
1800.02/901.30	c learnt binary clauses	: 0
1800.02/901.30	c learnt ternary clauses	: 0
1800.02/901.30	c learnt constraints	: 768850
1800.02/901.30	c ignored constraints	: 0
1800.02/901.30	c root simplifications	: 0
1800.02/901.30	c removed literals (reason simplification)	: 4524821
1800.02/901.30	c reason swapping (by a shorter reason)	: 0
1800.02/901.30	c Calls to reduceDB	: 34
1800.02/901.30	c Number of update (reduction) of LBD	: 1453
1800.02/901.30	c Imported unit clauses	: 0
1800.02/901.30	c number of reductions to clauses (during analyze)	: 0
1800.02/901.30	c number of learned constraints concerned by reduction	: 0
1800.02/901.30	c number of learning phase by resolution	: 0
1800.02/901.30	c number of learning phase by cutting planes	: 0
1800.02/901.30	c speed (assignments/second)	: 23460.06104411238
1800.02/901.31	c non guided choices	69158
1800.02/901.33	c learnt constraints type 
1800.02/901.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74859
1800.02/901.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.33	c starts		: 2
1800.02/901.33	c conflicts		: 510
1800.02/901.33	c decisions		: 500037
1800.02/901.33	c propagations		: 6444782
1800.02/901.33	c inspects		: 57780904
1800.02/901.33	c shortcuts		: 0
1800.02/901.33	c learnt literals	: 0
1800.02/901.33	c learnt binary clauses	: 0
1800.02/901.33	c learnt ternary clauses	: 0
1800.02/901.33	c learnt constraints	: 509
1800.02/901.33	c ignored constraints	: 0
1800.02/901.33	c root simplifications	: 0
1800.02/901.33	c removed literals (reason simplification)	: 0
1800.02/901.33	c reason swapping (by a shorter reason)	: 0
1800.02/901.33	c Calls to reduceDB	: 0
1800.02/901.33	c Number of update (reduction) of LBD	: 0
1800.02/901.33	c Imported unit clauses	: 0
1800.02/901.33	c number of reductions to clauses (during analyze)	: 0
1800.02/901.33	c number of learned constraints concerned by reduction	: 0
1800.02/901.33	c number of learning phase by resolution	: 0
1800.02/901.33	c number of learning phase by cutting planes	: 0
1800.02/901.33	c speed (assignments/second)	: 7168.427597544522
1800.02/901.33	c non guided choices	0
1800.02/901.33	c learnt constraints type 
1800.02/901.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 509
1800.02/901.33	s UNKNOWN
1800.02/901.33	c Total wall clock time (in seconds): 901.228

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-4080687-1465228820/watcher-4080687-1465228820 -o /tmp/evaluation-result-4080687-1465228820/solver-4080687-1465228820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31432 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080687-1465228820.opb 

pid=2226
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.37 4.38 4.33 3/198 2229
/proc/meminfo: memFree=25802732/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 104815627 98570240 978 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 24065 978 744 9 0 16771 0
[pid=2229/tid=2230] ppid=2226 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 104815628 98578432 980 33554432000 1073741824 1073778376 140733934582944 140062246231592 266435662663 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.37 4.38 4.33 3/198 2229
/proc/meminfo: memFree=25802732/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 4542 0 1 0 10 1 0 0 20 0 18 0 104815627 9787879424 5663 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2389619 5663 2158 9 0 2380296 0
[pid=2229/tid=2230] ppid=2226 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 2443 0 1 0 8 0 0 0 20 0 18 0 104815628 9787879424 5663 33554432000 1073741824 1073778376 140733934582944 140062246235400 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.37 4.38 4.33 3/198 2229
/proc/meminfo: memFree=25802732/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 5395 0 1 0 30 2 0 0 20 0 18 0 104815627 9787879424 8832 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2389619 8832 2227 9 0 2380296 0
[pid=2229/tid=2230] ppid=2226 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 2466 0 1 0 17 0 0 0 20 0 18 0 104815628 9787879424 8832 33554432000 1073741824 1073778376 140733934582944 140062246235400 140062118329345 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300362 s]
/proc/loadavg: 4.37 4.38 4.33 3/198 2229
/proc/meminfo: memFree=25802732/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 6259 0 1 0 45 2 0 0 20 0 18 0 104815627 9787879424 14842 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2389619 14842 2232 9 0 2380296 0
[pid=2229/tid=2230] ppid=2226 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 2478 0 1 0 26 1 0 0 20 0 18 0 104815628 9787879424 14842 33554432000 1073741824 1073778376 140733934582944 140062246235400 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700303 s]
/proc/loadavg: 4.37 4.38 4.33 3/198 2229
/proc/meminfo: memFree=25802732/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 6585 0 1 0 109 9 0 0 20 0 18 0 104815627 9787879424 47781 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2389619 47781 2263 9 0 2380296 0
[pid=2229/tid=2230] ppid=2226 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 2533 0 1 0 61 2 0 0 20 0 18 0 104815628 9787879424 47781 33554432000 1073741824 1073778376 140733934582944 140062246235560 140062118275442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.37 4.38 4.33 10/216 2247
/proc/meminfo: memFree=25522864/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9558476 CPUtime=2.3 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 7595 0 1 0 210 20 0 0 20 0 18 0 104815627 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2389619 88969 2263 9 0 2380296 0
[pid=2229/tid=2230] ppid=2226 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) R 2226 2229 31415 0 -1 4202560 2578 0 1 0 130 3 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062246227920 140062118664763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2232] ppid=2226 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31415 0 -1 4202560 158 0 0 0 3 2 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062089890216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2233] ppid=2226 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31415 0 -1 4202560 77 0 0 0 2 1 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062088837672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2234] ppid=2226 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 107 0 0 0 3 2 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 187 0 0 0 9 3 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 170 0 0 0 3 2 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 76 0 0 0 2 1 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 18 0 104815628 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 104815629 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 104815630 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 104815630 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104815632 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062067165456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2244] ppid=2226 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31415 0 -1 4202560 1186 0 0 0 19 0 0 0 20 0 18 0 104815632 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062066113336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2245] ppid=2226 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/2229/task/2245/stat : 2245 (java) S 2226 2229 31415 0 -1 4202560 1681 0 0 0 20 0 0 0 20 0 18 0 104815632 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062065060792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2246] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2246/stat : 2246 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104815632 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062064007928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2247] ppid=2226 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2247/stat : 2247 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 104815632 9787879424 88969 33554432000 1073741824 1073778376 140733934582944 140062062955592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 4.37 4.38 4.33 5/220 2251
/proc/meminfo: memFree=25306288/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 20147 0 1 0 639 38 0 0 20 0 22 0 104815627 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2456183 135860 2284 9 0 2446860 0
[pid=2229/tid=2230] ppid=2226 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) S 2226 2229 31415 0 -1 4202560 2599 0 1 0 181 4 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062246237048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2232] ppid=2226 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31415 0 -1 4202560 219 0 0 0 11 4 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062089890216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2233] ppid=2226 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31415 0 -1 4202560 106 0 0 0 8 3 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062088837672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2234] ppid=2226 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 159 0 0 0 12 4 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 261 0 0 0 15 4 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 127 0 0 0 10 3 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 239 0 0 0 17 6 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 191 0 0 0 9 2 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 110 0 0 0 11 4 0 0 20 0 22 0 104815628 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104815629 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062067165456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2244] ppid=2226 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31415 0 -1 4202560 9139 0 0 0 91 2 0 0 20 0 22 0 104815632 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062066113336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2245] ppid=2226 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2229/task/2245/stat : 2245 (java) R 2226 2229 31415 0 -1 4202560 5484 0 0 0 85 2 0 0 20 0 22 0 104815632 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062065060792 140062247791816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2246] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2246/stat : 2246 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062064007928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2247] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2247/stat : 2247 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062062955592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2248] ppid=2226 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) R 2226 2229 31415 0 -1 4202560 25 0 0 0 85 0 0 0 20 0 22 0 104815842 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062061898424 140062249522071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2249] ppid=2226 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/2229/task/2249/stat : 2249 (java) R 2226 2229 31415 0 -1 4202560 24 0 0 0 85 0 0 0 20 0 22 0 104815842 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062060846544 140062119074305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2250] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2250/stat : 2250 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062059795240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2251] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2251/stat : 2251 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 135860 33554432000 1073741824 1073778376 140733934582944 140062058742696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.34 4.37 4.33 5/220 2251
/proc/meminfo: memFree=25159084/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9824732 CPUtime=13.54 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 21224 0 1 0 1313 41 0 0 20 0 22 0 104815627 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2456183 170863 2290 9 0 2446860 0
[pid=2229/tid=2230] ppid=2226 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) S 2226 2229 31415 0 -1 4202560 2599 0 1 0 181 4 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062246237048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2232] ppid=2226 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31415 0 -1 4202560 219 0 0 0 11 4 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062089890216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2233] ppid=2226 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31415 0 -1 4202560 106 0 0 0 8 3 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062088837672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2234] ppid=2226 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 159 0 0 0 12 4 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 261 0 0 0 15 4 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 127 0 0 0 10 3 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 239 0 0 0 17 6 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 191 0 0 0 9 2 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 110 0 0 0 11 4 0 0 20 0 22 0 104815628 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104815629 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 170863 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 3462 0 0 0 78 25 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 3035 0 0 0 86 25 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 3107 0 0 0 75 31 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 3074 0 0 0 89 31 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 4630 0 0 0 72 23 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 2079 0 0 0 64 20 0 0 20 0 22 0 104815628 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9824732 CPUtime=6.76 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 18249 0 0 0 668 8 0 0 20 0 22 0 104815629 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062067165456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2244] ppid=2226 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31415 0 -1 4202560 9965 0 0 0 131 2 0 0 20 0 22 0 104815632 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062066113336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2245] ppid=2226 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/2229/task/2245/stat : 2245 (java) S 2226 2229 31415 0 -1 4202560 5780 0 0 0 117 2 0 0 20 0 22 0 104815632 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062065060792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2246] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2246/stat : 2246 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062064007928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2247] ppid=2226 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/2229/task/2247/stat : 2247 (java) S 2226 2229 31415 0 -1 4202560 47 0 0 0 11 17 0 0 20 0 22 0 104815632 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062062955592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2248] ppid=2226 vsize=9824732 CPUtime=809.26 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) R 2226 2229 31415 0 -1 4202560 737 0 0 0 80906 20 0 0 20 0 22 0 104815842 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062061891456 140062119101494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2249] ppid=2226 vsize=9824732 CPUtime=809.07 cores=1,3,5,7
/proc/2229/task/2249/stat : 2249 (java) R 2226 2229 31415 0 -1 4202560 731 0 0 0 80872 35 0 0 20 0 22 0 104815842 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062060846160 140062119463524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2250] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2250/stat : 2250 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062059795240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2251] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2251/stat : 2251 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 981381 33554432000 1073741824 1073778376 140733934582944 140062058742696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.07
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.19 4.29 4.28 5/219 2495
/proc/meminfo: memFree=23590852/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9824732 CPUtime=1761.94 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 68755 0 1 0 175881 313 0 0 20 0 22 0 104815627 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2456183 1056636 2298 9 0 2446860 0
[pid=2229/tid=2230] ppid=2226 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) S 2226 2229 31415 0 -1 4202560 2603 0 1 0 183 5 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062246237048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2232] ppid=2226 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31415 0 -1 4202560 5014 0 0 0 95 33 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062089890216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2233] ppid=2226 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31415 0 -1 4202560 4213 0 0 0 102 28 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062088837672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2234] ppid=2226 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 3576 0 0 0 115 30 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 3140 0 0 0 113 29 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 3227 0 0 0 103 35 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 3155 0 0 0 126 37 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 4711 0 0 0 110 28 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 2155 0 0 0 99 25 0 0 20 0 22 0 104815628 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 18423 0 0 0 824 8 0 0 20 0 22 0 104815629 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062067165456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2244] ppid=2226 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31415 0 -1 4202560 9965 0 0 0 131 2 0 0 20 0 22 0 104815632 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062066113336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2245] ppid=2226 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/2229/task/2245/stat : 2245 (java) S 2226 2229 31415 0 -1 4202560 5781 0 0 0 118 2 0 0 20 0 22 0 104815632 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062065060792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2246] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2246/stat : 2246 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062064007928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2247] ppid=2226 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2229/task/2247/stat : 2247 (java) S 2226 2229 31415 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 104815632 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062062955592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2248] ppid=2226 vsize=9824732 CPUtime=866.77 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) R 2226 2229 31415 0 -1 4202560 738 0 0 0 86655 22 0 0 20 0 22 0 104815842 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062061898400 140062119469438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2249] ppid=2226 vsize=9824732 CPUtime=866.58 cores=1,3,5,7
/proc/2229/task/2249/stat : 2249 (java) R 2226 2229 31415 0 -1 4202560 737 0 0 0 86622 36 0 0 20 0 22 0 104815842 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062060846224 140062119483916 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2250] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2250/stat : 2250 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062059795240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2251] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2251/stat : 2251 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 1056636 33554432000 1073741824 1073778376 140733934582944 140062058742696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1761.94
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.301 s]
/proc/loadavg: 4.21 4.29 4.27 5/219 2495
/proc/meminfo: memFree=23590728/32872528 swapFree=14448/1543360
[pid=2229] ppid=2226 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/2229/stat : 2229 (java) S 2226 2229 31415 0 -1 4202496 68795 0 1 0 179689 313 0 0 20 0 22 0 104815627 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140733934574080 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/2229/statm: 2456183 1056671 2298 9 0 2446860 0
[pid=2229/tid=2230] ppid=2226 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/2229/task/2230/stat : 2230 (java) S 2226 2229 31415 0 -1 4202560 2603 0 1 0 183 5 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062246237048 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2232] ppid=2226 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/2229/task/2232/stat : 2232 (java) S 2226 2229 31415 0 -1 4202560 5014 0 0 0 101 33 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062089890216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2233] ppid=2226 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/2229/task/2233/stat : 2233 (java) S 2226 2229 31415 0 -1 4202560 4240 0 0 0 107 28 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062088837672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2234] ppid=2226 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/2229/task/2234/stat : 2234 (java) S 2226 2229 31415 0 -1 4202560 3576 0 0 0 116 30 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062087784616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2235] ppid=2226 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/2229/task/2235/stat : 2235 (java) S 2226 2229 31415 0 -1 4202560 3140 0 0 0 115 30 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062086732072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2236] ppid=2226 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/2229/task/2236/stat : 2236 (java) S 2226 2229 31415 0 -1 4202560 3227 0 0 0 104 35 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062085680040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2237] ppid=2226 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/2229/task/2237/stat : 2237 (java) S 2226 2229 31415 0 -1 4202560 3155 0 0 0 128 37 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062084627496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2238] ppid=2226 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/2229/task/2238/stat : 2238 (java) S 2226 2229 31415 0 -1 4202560 4711 0 0 0 112 28 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062083574440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2239] ppid=2226 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2229/task/2239/stat : 2239 (java) S 2226 2229 31415 0 -1 4202560 2155 0 0 0 101 25 0 0 20 0 22 0 104815628 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062082521896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2240] ppid=2226 vsize=9824732 CPUtime=8.32 cores=1,3,5,7
/proc/2229/task/2240/stat : 2240 (java) S 2226 2229 31415 0 -1 4202560 18433 0 0 0 824 8 0 0 20 0 22 0 104815629 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062070323560 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2241] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2241/stat : 2241 (java) S 2226 2229 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062069269880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2242] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2242/stat : 2242 (java) S 2226 2229 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104815630 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062068216712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2243] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2243/stat : 2243 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062067165456 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2244] ppid=2226 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/2229/task/2244/stat : 2244 (java) S 2226 2229 31415 0 -1 4202560 9965 0 0 0 131 2 0 0 20 0 22 0 104815632 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062066113336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2245] ppid=2226 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/2229/task/2245/stat : 2245 (java) S 2226 2229 31415 0 -1 4202560 5781 0 0 0 118 2 0 0 20 0 22 0 104815632 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062065060792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2246] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2246/stat : 2246 (java) S 2226 2229 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104815632 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062064007928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2247] ppid=2226 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2229/task/2247/stat : 2247 (java) S 2226 2229 31415 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 104815632 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062062955592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2229/tid=2248] ppid=2226 vsize=9824732 CPUtime=885.66 cores=1,3,5,7
/proc/2229/task/2248/stat : 2248 (java) R 2226 2229 31415 0 -1 4202560 738 0 0 0 88544 22 0 0 20 0 22 0 104815842 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062061898320 140062118809949 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2229/tid=2249] ppid=2226 vsize=9824732 CPUtime=885.46 cores=1,3,5,7
/proc/2229/task/2249/stat : 2249 (java) R 2226 2229 31415 0 -1 4202560 738 0 0 0 88510 36 0 0 20 0 22 0 104815842 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062060846192 140062119463446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2229/tid=2250] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2250/stat : 2250 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062059795240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2229/tid=2251] ppid=2226 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2229/task/2251/stat : 2251 (java) S 2226 2229 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104815856 10060525568 1056671 33554432000 1073741824 1073778376 140733934582944 140062058742696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 2229 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 2229 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=308527
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=562458
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.357
CPU time (s): 1800.02
CPU user time (s): 1796.89
CPU system time (s): 3.13
CPU usage (%): 199.701
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.31
system time used= 3.56246
maximum resident set size= 4244496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68836
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22497
involuntary context switches= 15953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17306 second user time and 7.01493 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 18:00:20
IDJOB=4080687
IDBENCH=2284
IDSOLVER=2543
FILE ID=node116/4080687-1465228820
RUNJOBID= node116-1465218446-31432
PBS_JOBID= 19843214
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370a.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080687-1465228820/watcher-4080687-1465228820 -o /tmp/evaluation-result-4080687-1465228820/solver-4080687-1465228820 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31432 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080687-1465228820.opb

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

MD5SUM BENCH= 28d10e1d13e82e070b03ac2e5d475941
RANDOM SEED=400165352

node116.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.134
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.26
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.134
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.134
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.55
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.134
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.134
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.134
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.134
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.134
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:        25803112 kB
Buffers:           21368 kB
Cached:           104652 kB
SwapCached:         1432 kB
Active:          4734716 kB
Inactive:          56068 kB
Active(anon):    4665976 kB
Inactive(anon):     1372 kB
Active(file):      68740 kB
Inactive(file):    54696 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098876 kB
Dirty:              9368 kB
Writeback:             0 kB
AnonPages:       6234508 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             566312 kB
SReclaimable:      10088 kB
SUnreclaim:       556224 kB
KernelStack:        1600 kB
PageTables:        16440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    7122244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6117376 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= 71692 MiB
End job on node116 at 2016-06-06 18:15:22