Trace number 4103434

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.17 898.835

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-trento1.opb
MD5SUM3e144bcef2d8d517e1e9ee592d533dc8
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 21491069266217984
Optimality of the best value was proved NO
Number of variables44575
Total number of constraints1264
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 constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 3578049115531221094637
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 3578151515531221094637
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.41	c See www.sat4j.org for details.
0.07/0.42	c version PB16.v20160501
0.07/0.42	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.42	c java.vm.version	19.1-b02
0.07/0.42	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.42	c sun.arch.data.model	64
0.07/0.42	c java.version		1.6.0_24
0.07/0.42	c os.name		Linux
0.07/0.42	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.42	c os.arch		amd64
0.07/0.42	c Free memory 		501472288
0.07/0.42	c Max memory 		7480803328
0.07/0.42	c Total memory 		504102912
0.07/0.42	c Number of processors 	8
0.07/0.46	c Pseudo Boolean Optimization by upper bound
0.07/0.46	c ManyCore solver with 2 solvers running in parallel
0.07/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.46	c --- Begin Solver configuration ---
0.07/0.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.46	c Learn all clauses as in MiniSAT
0.07/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.46	c Expensive reason simplification
0.07/0.46	c Glucose 2.1 dynamic restart strategy
0.07/0.46	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.07/0.46	c timeout=2147483s
0.07/0.46	c DB Simplification allowed=false
0.07/0.46	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.46	c --- End Solver configuration ---
0.07/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.46	c --- Begin Solver configuration ---
0.07/0.46	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.46	c Learn all clauses as in MiniSAT
0.07/0.46	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.46	c No reason simplification
0.07/0.46	c Armin Biere (Picosat) restarts strategy
0.07/0.46	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.07/0.46	c timeout=2147483s
0.07/0.46	c DB Simplification allowed=false
0.07/0.46	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.46	c --- End Solver configuration ---
0.07/0.46	c solving HOME/instance-4103434-1466240588.opb
0.07/0.46	c reading problem ... 
0.07/0.46	c  objective function found
1.98/1.42	c ... done. Wall clock time 0.96s.
1.98/1.42	c declared #vars     44575
1.98/1.42	c #constraints  2512
1.98/1.43	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.98/1.43	c constraints type 
1.98/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2511
1.98/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.98/1.43	c 2512 constraints processed.
1.98/1.43	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.98/1.43	c constraints type 
1.98/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2512
1.98/1.43	c 2512 constraints processed.
1.98/1.43	c objective function length is 44575 literals
84.94/41.65	c cleaning 2500 clauses out of 5000 with flag 13428/5000
209.60/103.73	c cleaning 4250 clauses out of 8500 with flag 29960/11000
361.04/179.85	c cleaning 5625 clauses out of 11250 with flag 48972/18000
532.48/265.68	c cleaning 6814 clauses out of 13628 with flag 71694/26003
694.24/346.25	c cleaning 7893 clauses out of 15813 with flag 97505/35002
867.35/432.76	c cleaning 8940 clauses out of 17918 with flag 128335/45000
1067.06/532.52	c cleaning 9986 clauses out of 19978 with flag 159229/56000
1288.51/643.28	c cleaning 10995 clauses out of 21997 with flag 191630/68005
1516.93/757.37	c cleaning 11978 clauses out of 23997 with flag 226914/81000
1783.44/890.56	c cleaning 13010 clauses out of 26020 with flag 266051/95001
1800.17/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/898.81	c starts		: 4
1800.17/898.81	c conflicts		: 95897
1800.17/898.81	c decisions		: 538973
1800.17/898.81	c propagations		: 261410724
1800.17/898.81	c inspects		: 2495409614
1800.17/898.81	c shortcuts		: 0
1800.17/898.81	c learnt literals	: 0
1800.17/898.81	c learnt binary clauses	: 0
1800.17/898.81	c learnt ternary clauses	: 0
1800.17/898.81	c learnt constraints	: 95896
1800.17/898.81	c ignored constraints	: 0
1800.17/898.81	c root simplifications	: 0
1800.17/898.81	c removed literals (reason simplification)	: 454345
1800.17/898.81	c reason swapping (by a shorter reason)	: 0
1800.17/898.81	c Calls to reduceDB	: 10
1800.17/898.81	c Number of update (reduction) of LBD	: 38015
1800.17/898.81	c Imported unit clauses	: 0
1800.17/898.81	c number of reductions to clauses (during analyze)	: 0
1800.17/898.81	c number of learned constraints concerned by reduction	: 0
1800.17/898.81	c number of learning phase by resolution	: 0
1800.17/898.81	c number of learning phase by cutting planes	: 0
1800.17/898.81	c speed (assignments/second)	: 291340.09161122073
1800.17/898.81	c non guided choices	0
1800.17/898.82	c learnt constraints type 
1800.17/898.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13906
1800.17/898.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/898.82	c starts		: 1
1800.17/898.82	c conflicts		: 335
1800.17/898.82	c decisions		: 879660
1800.17/898.82	c propagations		: 2367536
1800.17/898.82	c inspects		: 24166315
1800.17/898.82	c shortcuts		: 0
1800.17/898.82	c learnt literals	: 0
1800.17/898.82	c learnt binary clauses	: 0
1800.17/898.82	c learnt ternary clauses	: 0
1800.17/898.82	c learnt constraints	: 334
1800.17/898.82	c ignored constraints	: 0
1800.17/898.82	c root simplifications	: 0
1800.17/898.82	c removed literals (reason simplification)	: 0
1800.17/898.82	c reason swapping (by a shorter reason)	: 0
1800.17/898.82	c Calls to reduceDB	: 0
1800.17/898.82	c Number of update (reduction) of LBD	: 0
1800.17/898.82	c Imported unit clauses	: 0
1800.17/898.82	c number of reductions to clauses (during analyze)	: 0
1800.17/898.82	c number of learned constraints concerned by reduction	: 0
1800.17/898.82	c number of learning phase by resolution	: 0
1800.17/898.82	c number of learning phase by cutting planes	: 0
1800.17/898.82	c speed (assignments/second)	: 2638.5875440500895
1800.17/898.82	c non guided choices	0
1800.17/898.82	c learnt constraints type 
1800.17/898.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 334
1800.17/898.82	s UNKNOWN
1800.17/898.82	c Total wall clock time (in seconds): 898.36

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

pid=22123
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.11 1.30 1.75 3/170 22126
/proc/meminfo: memFree=30397704/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/22126/stat : 22126 (java) D 22123 22126 22091 0 -1 4202496 156 0 1 0 0 0 0 0 20 0 1 0 26104371 278528 33 33554432000 1073741824 1073778376 140736959732880 140736959730056 239863950631 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/22126/statm: 68 33 25 9 0 25 0

[startup+0.100132 s]
/proc/loadavg: 1.11 1.30 1.75 3/170 22126
/proc/meminfo: memFree=30397704/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22126/stat : 22126 (java) D 22123 22126 22091 0 -1 4202496 1137 0 17 0 0 0 0 0 20 0 1 0 26104371 23793664 805 33554432000 1073741824 1073778376 140733621058736 140733621048728 140623466615568 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 6 0 0
/proc/22126/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200252 s]
/proc/loadavg: 1.11 1.30 1.75 3/170 22126
/proc/meminfo: memFree=30397704/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9014776 CPUtime=0.01 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 2281 0 25 0 0 1 0 0 20 0 10 0 26104371 9231130624 2929 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2253694 2929 1079 9 0 2244803 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9014776

[startup+0.300193 s]
/proc/loadavg: 1.11 1.30 1.75 3/170 22126
/proc/meminfo: memFree=30397704/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 3109 0 27 0 3 1 0 0 20 0 13 0 26104371 9446973440 3756 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2306390 3756 1705 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.700179 s]
/proc/loadavg: 1.11 1.30 1.75 3/170 22126
/proc/meminfo: memFree=30397704/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 6380 0 29 0 56 2 0 0 20 0 18 0 26104371 9787879424 14413 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2389619 14413 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 1.11 1.30 1.75 10/211 22172
/proc/meminfo: memFree=30000016/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9691604 CPUtime=2.19 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 15429 0 29 0 211 8 0 0 20 0 20 0 26104371 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2422901 52024 2279 9 0 2413578 0
[pid=22126/tid=22139] ppid=22123 vsize=9691604 CPUtime=1.01 cores=0,2,4,6
/proc/22126/task/22139/stat : 22139 (java) S 22123 22126 22091 0 -1 4202560 2458 0 7 0 98 3 0 0 20 0 20 0 26104383 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623460971384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 20 0 0
[pid=22126/tid=22145] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22145/stat : 22145 (java) S 22123 22126 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623422462248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22147] ppid=22123 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/22126/task/22147/stat : 22147 (java) S 22123 22126 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623421409448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22149] ppid=22123 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 26104391 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 20 0 26104394 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26104396 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26104396 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26104407 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9691604 CPUtime=0.43 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7218 0 1 0 43 0 0 0 20 0 20 0 26104407 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9691604 CPUtime=0.43 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) R 22123 22126 22091 0 -1 4202560 4351 0 1 0 43 0 0 0 20 0 20 0 26104407 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623279524408 140623463674947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26104407 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26104407 9924202496 52024 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9691604

[startup+3.10085 s]
/proc/loadavg: 1.11 1.30 1.75 5/219 22180
/proc/meminfo: memFree=29849196/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 16747 0 29 0 620 16 0 0 20 0 22 0 26104371 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2456183 88314 2285 9 0 2446860 0
[pid=22126/tid=22139] ppid=22123 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/22126/task/22139/stat : 22139 (java) S 22123 22126 22091 0 -1 4202560 2458 0 7 0 98 3 0 0 20 0 22 0 26104383 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623460971384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 20 0 0
[pid=22126/tid=22145] ppid=22123 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22126/task/22145/stat : 22145 (java) S 22123 22126 22091 0 -1 4202560 137 0 0 0 5 2 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623422462248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22147] ppid=22123 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22126/task/22147/stat : 22147 (java) S 22123 22126 22091 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623421409448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22149] ppid=22123 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 86 0 0 0 2 2 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 70 0 0 0 2 0 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 132 0 0 0 3 0 0 0 20 0 22 0 26104391 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26104394 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7227 0 1 0 86 0 0 0 20 0 22 0 26104407 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) S 22123 22126 22091 0 -1 4202560 5123 0 1 0 88 0 0 0 20 0 22 0 26104407 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623279524408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22173] ppid=22123 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/22126/task/22173/stat : 22173 (java) R 22123 22126 22091 0 -1 4202560 28 0 0 0 157 0 0 0 20 0 22 0 26104515 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623276364392 140623286557941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22174] ppid=22123 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/22126/task/22174/stat : 22174 (java) R 22123 22126 22091 0 -1 4202560 62 0 0 0 154 2 0 0 20 0 22 0 26104515 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623275309248 140623286803161 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22175] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22175/stat : 22175 (java) S 22123 22126 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623274259624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22176] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22176/stat : 22176 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 88314 33554432000 1073741824 1073778376 140733621058736 140623273206824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 1.34 1.34 1.76 5/219 22180
/proc/meminfo: memFree=29367404/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9824732 CPUtime=13.1 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 17156 0 29 0 1281 29 0 0 20 0 22 0 26104371 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2456183 114487 2285 9 0 2446860 0
[pid=22126/tid=22139] ppid=22123 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/22126/task/22139/stat : 22139 (java) S 22123 22126 22091 0 -1 4202560 2458 0 7 0 98 3 0 0 20 0 22 0 26104383 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623460971384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 20 0 0
[pid=22126/tid=22145] ppid=22123 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/22126/task/22145/stat : 22145 (java) S 22123 22126 22091 0 -1 4202560 162 0 0 0 7 3 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623422462248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22147] ppid=22123 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22126/task/22147/stat : 22147 (java) S 22123 22126 22091 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623421409448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22149] ppid=22123 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 92 0 0 0 12 4 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 53 0 0 0 5 3 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 129 0 0 0 9 3 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 90 0 0 0 6 2 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 181 0 0 0 10 3 0 0 20 0 22 0 26104391 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26104394 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7227 0 1 0 88 0 0 0 20 0 22 0 26104407 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) S 22123 22126 22091 0 -1 4202560 5123 0 1 0 94 0 0 0 20 0 22 0 26104407 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623279524408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 114487 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22173] ppid=22123 vsize=9824732 CPUtime=4.62 cores=0,2,4,6

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

/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 461 0 0 0 99 18 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 426 0 0 0 86 15 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 799 0 0 0 116 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 575 0 0 0 117 21 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 505 0 0 0 133 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 598 0 0 0 111 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 2470 0 0 0 267 4 0 0 20 0 22 0 26104394 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7248 0 1 0 99 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) S 22123 22126 22091 0 -1 4202560 5142 0 1 0 129 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623279524408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 47 0 0 0 11 13 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22173] ppid=22123 vsize=9824732 CPUtime=813.26 cores=0,2,4,6
/proc/22126/task/22173/stat : 22173 (java) R 22123 22126 22091 0 -1 4202560 426 0 0 0 81302 24 0 0 20 0 22 0 26104515 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623276363056 140623286472039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22174] ppid=22123 vsize=9824732 CPUtime=813.24 cores=0,2,4,6
/proc/22126/task/22174/stat : 22174 (java) R 22123 22126 22091 0 -1 4202560 1143 0 0 0 81298 26 0 0 20 0 22 0 26104515 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623275308976 140623287132841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22175] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22175/stat : 22175 (java) S 22123 22126 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623274259624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22176] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22176/stat : 22176 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623273206824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1647.08
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.07 3.25 5/219 22200
/proc/meminfo: memFree=25416708/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9824732 CPUtime=1767.05 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 24512 0 29 0 176498 207 0 0 20 0 22 0 26104371 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2456183 851349 2298 9 0 2446860 0
[pid=22126/tid=22139] ppid=22123 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/22126/task/22139/stat : 22139 (java) S 22123 22126 22091 0 -1 4202560 2460 0 7 0 100 5 0 0 20 0 22 0 26104383 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623460971384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 20 0 0
[pid=22126/tid=22145] ppid=22123 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/22126/task/22145/stat : 22145 (java) S 22123 22126 22091 0 -1 4202560 415 0 0 0 81 16 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623422462248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22147] ppid=22123 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/22126/task/22147/stat : 22147 (java) S 22123 22126 22091 0 -1 4202560 544 0 0 0 123 21 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623421409448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22149] ppid=22123 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 461 0 0 0 99 18 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 426 0 0 0 86 15 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 799 0 0 0 116 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 575 0 0 0 117 21 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 505 0 0 0 133 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 598 0 0 0 111 23 0 0 20 0 22 0 26104391 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 2470 0 0 0 267 4 0 0 20 0 22 0 26104394 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7248 0 1 0 99 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) S 22123 22126 22091 0 -1 4202560 5142 0 1 0 129 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623279524408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 26104407 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22173] ppid=22123 vsize=9824732 CPUtime=873.07 cores=0,2,4,6
/proc/22126/task/22173/stat : 22173 (java) R 22123 22126 22091 0 -1 4202560 426 0 0 0 87282 25 0 0 20 0 22 0 26104515 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623276363056 140623286673925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22174] ppid=22123 vsize=9824732 CPUtime=873.09 cores=0,2,4,6
/proc/22126/task/22174/stat : 22174 (java) R 22123 22126 22091 0 -1 4202560 1143 0 0 0 87282 27 0 0 20 0 22 0 26104515 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623275308976 140623287131824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22175] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22175/stat : 22175 (java) S 22123 22126 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623274259624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22176] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22176/stat : 22176 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851349 33554432000 1073741824 1073778376 140733621058736 140623273206824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1767.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.23 4.08 3.27 7/215 22265
/proc/meminfo: memFree=26845452/32872528 swapFree=1459628/1655852
[pid=22126] ppid=22123 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/22126/stat : 22126 (java) S 22123 22126 22091 0 -1 4202496 24550 0 29 0 179810 207 0 0 20 0 22 0 26104371 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140733621049872 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/22126/statm: 2456183 851384 2298 9 0 2446860 0
[pid=22126/tid=22139] ppid=22123 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/22126/task/22139/stat : 22139 (java) S 22123 22126 22091 0 -1 4202560 2460 0 7 0 100 5 0 0 20 0 22 0 26104383 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623460971384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 20 0 0
[pid=22126/tid=22145] ppid=22123 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22126/task/22145/stat : 22145 (java) S 22123 22126 22091 0 -1 4202560 417 0 0 0 83 16 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623422462248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22147] ppid=22123 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/22126/task/22147/stat : 22147 (java) S 22123 22126 22091 0 -1 4202560 544 0 0 0 125 21 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623421409448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22149] ppid=22123 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/22126/task/22149/stat : 22149 (java) S 22123 22126 22091 0 -1 4202560 462 0 0 0 103 18 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623420357160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22150] ppid=22123 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/22126/task/22150/stat : 22150 (java) S 22123 22126 22091 0 -1 4202560 429 0 0 0 92 15 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623419304360 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22152] ppid=22123 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/22126/task/22152/stat : 22152 (java) S 22123 22126 22091 0 -1 4202560 800 0 0 0 119 23 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623418252072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22154] ppid=22123 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/22126/task/22154/stat : 22154 (java) S 22123 22126 22091 0 -1 4202560 575 0 0 0 119 21 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623417199272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22155] ppid=22123 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/22126/task/22155/stat : 22155 (java) S 22123 22126 22091 0 -1 4202560 529 0 0 0 136 23 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623416146984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22156] ppid=22123 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/22126/task/22156/stat : 22156 (java) S 22123 22126 22091 0 -1 4202560 598 0 0 0 113 23 0 0 20 0 22 0 26104391 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623415094184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22126/tid=22157] ppid=22123 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/22126/task/22157/stat : 22157 (java) S 22123 22126 22091 0 -1 4202560 2476 0 0 0 267 4 0 0 20 0 22 0 26104394 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623284787432 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22160] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22160/stat : 22160 (java) S 22123 22126 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623283733496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22162] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22162/stat : 22162 (java) S 22123 22126 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26104396 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623282681096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22163] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22163/stat : 22163 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623281629584 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22165] ppid=22123 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/22126/task/22165/stat : 22165 (java) S 22123 22126 22091 0 -1 4202560 7248 0 1 0 99 0 0 0 20 0 22 0 26104407 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623280577208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22166] ppid=22123 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/22126/task/22166/stat : 22166 (java) S 22123 22126 22091 0 -1 4202560 5142 0 1 0 129 0 0 0 20 0 22 0 26104407 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623279524408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22168] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22168/stat : 22168 (java) S 22123 22126 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26104407 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623278472312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22170] ppid=22123 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/22126/task/22170/stat : 22170 (java) S 22123 22126 22091 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 26104407 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623277419720 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22173] ppid=22123 vsize=9824732 CPUtime=889.46 cores=0,2,4,6
/proc/22126/task/22173/stat : 22173 (java) R 22123 22126 22091 0 -1 4202560 427 0 0 0 88921 25 0 0 20 0 22 0 26104515 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623276363024 140623286675734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22126/tid=22174] ppid=22123 vsize=9824732 CPUtime=889.49 cores=0,2,4,6
/proc/22126/task/22174/stat : 22174 (java) R 22123 22126 22091 0 -1 4202560 1143 0 0 0 88922 27 0 0 20 0 22 0 26104515 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623275308976 140623287127948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22126/tid=22175] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22175/stat : 22175 (java) S 22123 22126 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623274259624 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22126/tid=22176] ppid=22123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22126/task/22176/stat : 22176 (java) S 22123 22126 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26104526 10060525568 851384 33554432000 1073741824 1073778376 140733621058736 140623273206824 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 22126 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 22126 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=539340
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=523616
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.835
CPU time (s): 1800.17
CPU user time (s): 1798.1
CPU system time (s): 2.07
CPU usage (%): 200.278
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.54
system time used= 2.52362
maximum resident set size= 3405652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24583
page faults= 29
swaps= 0
block input operations= 19648
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22153
involuntary context switches= 18767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45617 second user time and 7.41087 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 11:03:09
IDJOB=4103434
IDBENCH=2357
IDSOLVER=2543
FILE ID=node136/4103434-1466240588
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
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/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-trento1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103434-1466240588/watcher-4103434-1466240588 -o /tmp/evaluation-result-4103434-1466240588/solver-4103434-1466240588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103434-1466240588.opb

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

MD5SUM BENCH= 3e144bcef2d8d517e1e9ee592d533dc8
RANDOM SEED=1046546318

node136.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.278
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.55
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.278
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.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.278
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.278
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.56
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.278
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.67
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.278
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:        30395944 kB
Buffers:            2400 kB
Cached:            62864 kB
SwapCached:        47200 kB
Active:            33848 kB
Inactive:          83116 kB
Active(anon):       7220 kB
Inactive(anon):    47112 kB
Active(file):      26628 kB
Inactive(file):    36004 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67053932 kB
Dirty:              7936 kB
Writeback:             8 kB
AnonPages:       1660876 kB
Mapped:             8412 kB
Shmem:                 0 kB
Slab:             569352 kB
SReclaimable:      13608 kB
SUnreclaim:       555744 kB
KernelStack:        1376 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1756712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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 node136 at 2016-06-18 11:18:07