Trace number 4103334

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 895.462

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103334-1466222166.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.05/1.14	c ... done. Wall clock time 1.022s.
2.05/1.14	c declared #vars     21720
2.05/1.14	c #constraints  1259
2.05/1.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.05/1.14	c constraints type 
2.05/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 48
2.05/1.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 755
2.05/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 456
2.05/1.14	c 1259 constraints processed.
2.05/1.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.05/1.14	c constraints type 
2.05/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
2.05/1.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
2.05/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
2.05/1.14	c 1259 constraints processed.
2.05/1.14	c objective function length is 6690 literals
13.33/6.04	c cleaning 2495 clauses out of 5000 with flag 17728/5000
25.08/11.60	c cleaning 4250 clauses out of 8506 with flag 42999/11001
32.23/15.17	c cleaning 5628 clauses out of 11256 with flag 72972/18001
38.24/18.10	c cleaning 6811 clauses out of 13629 with flag 100915/26002
44.93/21.45	c cleaning 7903 clauses out of 15816 with flag 132821/35000
52.64/25.26	c cleaning 8953 clauses out of 17915 with flag 178150/45002
61.51/29.62	c cleaning 9977 clauses out of 19961 with flag 214915/56001
73.17/35.42	c cleaning 10984 clauses out of 21986 with flag 271772/68003
78.97/38.37	c cleaning 0 clauses out of 5003 with flag 0/5003
87.14/42.21	c cleaning 11992 clauses out of 24001 with flag 335999/81002
103.55/50.52	c cleaning 12993 clauses out of 26009 with flag 415717/95002
122.85/60.10	c cleaning 14005 clauses out of 28017 with flag 515421/110003
142.58/69.97	c cleaning 15002 clauses out of 30010 with flag 627237/126001
164.51/80.87	c cleaning 15998 clauses out of 32008 with flag 758936/143001
190.40/93.90	c cleaning 17000 clauses out of 34009 with flag 898057/161000
212.91/105.10	c cleaning 18000 clauses out of 36011 with flag 1044635/180002
241.24/119.25	c cleaning 18997 clauses out of 38009 with flag 1196663/200000
269.67/133.38	c cleaning 19996 clauses out of 40012 with flag 1375750/221000
299.65/148.24	c cleaning 21007 clauses out of 42019 with flag 1559773/243003
315.33/156.04	c cleaning 0 clauses out of 11001 with flag 0/11001
331.85/164.24	c cleaning 21993 clauses out of 44009 with flag 1746994/266000
367.57/182.22	c cleaning 22999 clauses out of 46017 with flag 1972817/290001
404.52/200.64	c cleaning 24004 clauses out of 48017 with flag 2193058/315000
442.42/219.45	c cleaning 25002 clauses out of 50020 with flag 2391037/341007
483.90/239.92	c cleaning 26003 clauses out of 52016 with flag 2633994/368005
530.17/262.89	c cleaning 27001 clauses out of 54009 with flag 2897998/396001
576.80/286.42	c cleaning 28002 clauses out of 56010 with flag 3165936/425003
623.91/309.82	c cleaning 28993 clauses out of 58005 with flag 3469707/455000
676.60/336.01	c cleaning 30004 clauses out of 60015 with flag 3775443/486003
731.52/363.22	c cleaning 31000 clauses out of 62010 with flag 4103595/518002
767.16/380.91	c cleaning 0 clauses out of 18000 with flag 0/18000
788.92/391.74	c cleaning 31996 clauses out of 64008 with flag 4442715/551000
853.72/424.21	c cleaning 32995 clauses out of 66013 with flag 4881237/585001
913.22/453.88	c cleaning 34005 clauses out of 68017 with flag 5214511/620000
973.18/483.63	c cleaning 34997 clauses out of 70014 with flag 5599814/656002
1045.31/519.41	c cleaning 36001 clauses out of 72015 with flag 5993792/693000
1115.96/554.60	c cleaning 37001 clauses out of 74016 with flag 6300485/731002
1193.93/593.71	c cleaning 38003 clauses out of 76015 with flag 6699804/770002
1269.42/631.26	c cleaning 39000 clauses out of 78011 with flag 7052585/810001
1353.69/673.17	c cleaning 40000 clauses out of 80010 with flag 7469774/851000
1435.19/713.70	c cleaning 40990 clauses out of 82010 with flag 7838998/893000
1467.69/729.71	c cleaning 0 clauses out of 26000 with flag 0/26000
1527.80/759.61	c cleaning 42000 clauses out of 84020 with flag 8271751/936000
1609.52/800.80	c cleaning 42990 clauses out of 86020 with flag 8675059/980000
1695.58/843.56	c cleaning 44011 clauses out of 88030 with flag 9075529/1025000
1785.73/888.36	c cleaning 45002 clauses out of 90019 with flag 9556288/1071000
1800.00/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.41	c starts		: 785
1800.00/895.41	c conflicts		: 1079900
1800.00/895.41	c decisions		: 2435586
1800.00/895.41	c propagations		: 100574170
1800.00/895.41	c inspects		: 5937905637
1800.00/895.41	c shortcuts		: 0
1800.00/895.41	c learnt literals	: 0
1800.00/895.41	c learnt binary clauses	: 0
1800.00/895.41	c learnt ternary clauses	: 0
1800.00/895.41	c learnt constraints	: 1079900
1800.00/895.41	c ignored constraints	: 0
1800.00/895.41	c root simplifications	: 0
1800.00/895.41	c removed literals (reason simplification)	: 17906366
1800.00/895.41	c reason swapping (by a shorter reason)	: 0
1800.00/895.41	c Calls to reduceDB	: 42
1800.00/895.41	c Number of update (reduction) of LBD	: 719002
1800.00/895.41	c Imported unit clauses	: 0
1800.00/895.41	c number of reductions to clauses (during analyze)	: 0
1800.00/895.41	c number of learned constraints concerned by reduction	: 0
1800.00/895.41	c number of learning phase by resolution	: 0
1800.00/895.41	c number of learning phase by cutting planes	: 0
1800.00/895.41	c speed (assignments/second)	: 112470.04856686918
1800.00/895.41	c non guided choices	11209
1800.00/895.43	c learnt constraints type 
1800.00/895.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53917
1800.00/895.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.43	c starts		: 55
1800.00/895.43	c conflicts		: 29090
1800.00/895.43	c decisions		: 58706
1800.00/895.43	c propagations		: 343833
1800.00/895.43	c inspects		: 578227822
1800.00/895.43	c shortcuts		: 0
1800.00/895.43	c learnt literals	: 0
1800.00/895.43	c learnt binary clauses	: 0
1800.00/895.43	c learnt ternary clauses	: 0
1800.00/895.43	c learnt constraints	: 29090
1800.00/895.43	c ignored constraints	: 0
1800.00/895.43	c root simplifications	: 0
1800.00/895.43	c removed literals (reason simplification)	: 0
1800.00/895.43	c reason swapping (by a shorter reason)	: 0
1800.00/895.43	c Calls to reduceDB	: 4
1800.00/895.43	c Number of update (reduction) of LBD	: 0
1800.00/895.43	c Imported unit clauses	: 0
1800.00/895.43	c number of reductions to clauses (during analyze)	: 0
1800.00/895.43	c number of learned constraints concerned by reduction	: 0
1800.00/895.43	c number of learning phase by resolution	: 0
1800.00/895.43	c number of learning phase by cutting planes	: 0
1800.00/895.43	c speed (assignments/second)	: 384.4922907636774
1800.00/895.43	c non guided choices	11058
1800.00/895.44	c learnt constraints type 
1800.00/895.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4295
1800.00/895.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.00/895.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24792
1800.00/895.44	s UNKNOWN
1800.00/895.44	c Total wall clock time (in seconds): 895.324

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

pid=21172
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.18 4.18 4.19 4/197 21175
/proc/meminfo: memFree=27519384/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/21175/stat : 21175 (java) R 21172 21175 16262 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 24265268 2560000 46 33554432000 1073741824 1073778376 140733308606336 140733308603464 270320889127 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 892 47 37 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.18 4.18 4.19 4/197 21175
/proc/meminfo: memFree=27519384/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 4424 0 1 0 8 1 0 0 20 0 18 0 24265268 9787879424 6048 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200191 s]
/proc/loadavg: 4.18 4.18 4.19 4/197 21175
/proc/meminfo: memFree=27519384/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 5147 0 1 0 28 1 0 0 20 0 18 0 24265268 9787879424 7639 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2389619 7639 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300196 s]
/proc/loadavg: 4.18 4.18 4.19 4/197 21175
/proc/meminfo: memFree=27519384/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 9700 0 1 0 49 2 0 0 20 0 18 0 24265268 9787879424 12450 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2389619 12450 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.18 4.18 4.19 4/197 21175
/proc/meminfo: memFree=27519384/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 12668 0 1 0 128 5 0 0 20 0 18 0 24265268 9787879424 43726 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2389619 43726 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.64 4.27 4.22 11/215 21193
/proc/meminfo: memFree=27138684/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 15383 0 1 0 322 19 0 0 20 0 22 0 24265268 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2456183 95859 2277 9 0 2446860 0
[pid=21175/tid=21177] ppid=21172 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21175/task/21177/stat : 21177 (java) S 21172 21175 16262 0 -1 4202560 2543 0 1 0 92 6 0 0 20 0 22 0 24265269 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656211547000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21178] ppid=21172 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21175/task/21178/stat : 21178 (java) S 21172 21175 16262 0 -1 4202560 123 0 0 0 5 2 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656173037736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21179] ppid=21172 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21175/task/21179/stat : 21179 (java) S 21172 21175 16262 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656171985192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21180] ppid=21172 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21175/task/21180/stat : 21180 (java) S 21172 21175 16262 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656170932648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 73 0 0 0 3 0 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 58 0 0 0 0 2 0 0 20 0 22 0 24265270 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) S 21172 21175 16262 0 -1 4202560 5677 0 0 0 63 0 0 0 20 0 22 0 24265274 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656030755384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5103 0 0 0 59 2 0 0 20 0 22 0 24265274 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 95859 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.64 4.27 4.22 5/219 21197
/proc/meminfo: memFree=27112280/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9824732 CPUtime=7.19 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 16974 0 1 0 696 23 0 0 20 0 22 0 24265268 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2456183 119707 2278 9 0 2446860 0
[pid=21175/tid=21177] ppid=21172 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21175/task/21177/stat : 21177 (java) S 21172 21175 16262 0 -1 4202560 2543 0 1 0 92 6 0 0 20 0 22 0 24265269 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656211547000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21178] ppid=21172 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21175/task/21178/stat : 21178 (java) S 21172 21175 16262 0 -1 4202560 138 0 0 0 8 3 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656173037736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21179] ppid=21172 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21175/task/21179/stat : 21179 (java) S 21172 21175 16262 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656171985192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21180] ppid=21172 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21175/task/21180/stat : 21180 (java) S 21172 21175 16262 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656170932648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 81 0 0 0 3 1 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 102 0 0 0 3 2 0 0 20 0 22 0 24265270 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) R 21172 21175 16262 0 -1 4202560 6927 0 0 0 89 0 0 0 20 0 22 0 24265274 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656030755384 140656218002775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5107 0 0 0 88 2 0 0 20 0 22 0 24265274 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21194] ppid=21172 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/21175/task/21194/stat : 21194 (java) R 21172 21175 16262 0 -1 4202560 22 0 0 0 188 0 0 0 20 0 22 0 24265383 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656026542072 140656035943050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21195] ppid=21172 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/21175/task/21195/stat : 21195 (java) R 21172 21175 16262 0 -1 4202560 238 0 0 0 187 0 0 0 20 0 22 0 24265383 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656025489576 140656035765952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21196] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21196/stat : 21196 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656024437800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21197] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21197/stat : 21197 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 119707 33554432000 1073741824 1073778376 140733308606336 140656023385256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.64 4.27 4.22 5/219 21197
/proc/meminfo: memFree=26834560/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9824732 CPUtime=13.95 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 21659 0 1 0 1361 34 0 0 20 0 22 0 24265268 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2456183 179310 2283 9 0 2446860 0
[pid=21175/tid=21177] ppid=21172 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/21175/task/21177/stat : 21177 (java) S 21172 21175 16262 0 -1 4202560 2543 0 1 0 92 6 0 0 20 0 22 0 24265269 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656211547000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21178] ppid=21172 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21175/task/21178/stat : 21178 (java) S 21172 21175 16262 0 -1 4202560 146 0 0 0 9 4 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656173037736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21179] ppid=21172 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21175/task/21179/stat : 21179 (java) S 21172 21175 16262 0 -1 4202560 123 0 0 0 7 3 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656171985192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21180] ppid=21172 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21175/task/21180/stat : 21180 (java) S 21172 21175 16262 0 -1 4202560 59 0 0 0 7 3 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656170932648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 77 0 0 0 8 3 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 102 0 0 0 6 3 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 132 0 0 0 7 2 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 114 0 0 0 5 3 0 0 20 0 22 0 24265270 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 474 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) S 21172 21175 16262 0 -1 4202560 10655 0 0 0 109 2 0 0 20 0 22 0 24265274 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656030755384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5111 0 0 0 91 2 0 0 20 0 22 0 24265274 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 179310 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21194] ppid=21172 vsize=9824732 CPUtime=4.97 cores=1,3,5,7

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

[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 654 0 0 0 308 20 0 0 20 0 22 0 24265270 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 762 0 0 0 289 19 0 0 20 0 22 0 24265270 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 587 0 0 0 277 19 0 0 20 0 22 0 24265270 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=3.33 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 838 0 0 0 312 21 0 0 20 0 22 0 24265270 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 640 0 0 0 273 19 0 0 20 0 22 0 24265270 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 2495 0 0 0 479 12 0 0 20 0 22 0 24265271 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) S 21172 21175 16262 0 -1 4202560 18473 0 0 0 162 3 0 0 20 0 22 0 24265274 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656030755384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5510 0 0 0 139 2 0 0 20 0 22 0 24265274 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 46 0 0 0 11 20 0 0 20 0 22 0 24265274 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21194] ppid=21172 vsize=9824732 CPUtime=807.32 cores=1,3,5,7
/proc/21175/task/21194/stat : 21194 (java) R 21172 21175 16262 0 -1 4202560 284 0 0 0 80713 19 0 0 20 0 22 0 24265383 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656026541264 140656035739479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21195] ppid=21172 vsize=9824732 CPUtime=807.34 cores=1,3,5,7
/proc/21175/task/21195/stat : 21195 (java) R 21172 21175 16262 0 -1 4202560 1603 0 0 0 80697 37 0 0 20 0 22 0 24265383 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656025487808 140656035463690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21196] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21196/stat : 21196 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656024437800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21197] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21197/stat : 21197 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1008665 33554432000 1073741824 1073778376 140733308606336 140656023385256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1652.94
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.40 4.28 4.20 5/220 21326
/proc/meminfo: memFree=21114800/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9824732 CPUtime=1773.66 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 37906 0 1 0 177131 235 0 0 20 0 22 0 24265268 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2456183 1011754 2293 9 0 2446860 0
[pid=21175/tid=21177] ppid=21172 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/21175/task/21177/stat : 21177 (java) S 21172 21175 16262 0 -1 4202560 2553 0 1 0 95 8 0 0 20 0 22 0 24265269 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656211547000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21178] ppid=21172 vsize=9824732 CPUtime=3.31 cores=1,3,5,7
/proc/21175/task/21178/stat : 21178 (java) S 21172 21175 16262 0 -1 4202560 686 0 0 0 312 19 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656173037736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21179] ppid=21172 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/21175/task/21179/stat : 21179 (java) S 21172 21175 16262 0 -1 4202560 814 0 0 0 337 21 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656171985192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21180] ppid=21172 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/21175/task/21180/stat : 21180 (java) S 21172 21175 16262 0 -1 4202560 655 0 0 0 290 17 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656170932648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 658 0 0 0 325 20 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 763 0 0 0 305 19 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 589 0 0 0 300 19 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=3.57 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 846 0 0 0 335 22 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 641 0 0 0 295 19 0 0 20 0 22 0 24265270 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=4.93 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 2503 0 0 0 479 14 0 0 20 0 22 0 24265271 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) S 21172 21175 16262 0 -1 4202560 18475 0 0 0 163 3 0 0 20 0 22 0 24265274 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656030755384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5510 0 0 0 139 2 0 0 20 0 22 0 24265274 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 50 0 0 0 12 22 0 0 20 0 22 0 24265274 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21194] ppid=21172 vsize=9824732 CPUtime=866.76 cores=1,3,5,7
/proc/21175/task/21194/stat : 21194 (java) R 21172 21175 16262 0 -1 4202560 287 0 0 0 86656 20 0 0 20 0 22 0 24265383 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656026540464 140656035814865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21195] ppid=21172 vsize=9824732 CPUtime=866.76 cores=1,3,5,7
/proc/21175/task/21195/stat : 21195 (java) R 21172 21175 16262 0 -1 4202560 1611 0 0 0 86638 38 0 0 20 0 22 0 24265383 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656025488624 140656035766494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21196] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21196/stat : 21196 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656024437800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21197] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21197/stat : 21197 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1011754 33554432000 1073741824 1073778376 140733308606336 140656023385256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.66
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.50 4.30 4.21 5/219 21327
/proc/meminfo: memFree=21116728/32872528 swapFree=1556504/1720024
[pid=21175] ppid=21172 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/21175/stat : 21175 (java) S 21172 21175 16262 0 -1 4202496 37915 0 1 0 179764 236 0 0 20 0 22 0 24265268 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140733308597472 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21175/statm: 2456183 1011756 2293 9 0 2446860 0
[pid=21175/tid=21177] ppid=21172 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/21175/task/21177/stat : 21177 (java) S 21172 21175 16262 0 -1 4202560 2553 0 1 0 95 8 0 0 20 0 22 0 24265269 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656211547000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21178] ppid=21172 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/21175/task/21178/stat : 21178 (java) S 21172 21175 16262 0 -1 4202560 686 0 0 0 317 19 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656173037736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21175/tid=21179] ppid=21172 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/21175/task/21179/stat : 21179 (java) S 21172 21175 16262 0 -1 4202560 814 0 0 0 341 21 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656171985192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21180] ppid=21172 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/21175/task/21180/stat : 21180 (java) S 21172 21175 16262 0 -1 4202560 655 0 0 0 295 17 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656170932648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21181] ppid=21172 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/21175/task/21181/stat : 21181 (java) S 21172 21175 16262 0 -1 4202560 658 0 0 0 328 20 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656169880104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21182] ppid=21172 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/21175/task/21182/stat : 21182 (java) S 21172 21175 16262 0 -1 4202560 763 0 0 0 309 19 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656168827560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21183] ppid=21172 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/21175/task/21183/stat : 21183 (java) S 21172 21175 16262 0 -1 4202560 589 0 0 0 302 19 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656167775016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21184] ppid=21172 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/21175/task/21184/stat : 21184 (java) S 21172 21175 16262 0 -1 4202560 846 0 0 0 342 22 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656166722472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21185] ppid=21172 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/21175/task/21185/stat : 21185 (java) S 21172 21175 16262 0 -1 4202560 641 0 0 0 298 19 0 0 20 0 22 0 24265270 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656165669928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21186] ppid=21172 vsize=9824732 CPUtime=4.93 cores=1,3,5,7
/proc/21175/task/21186/stat : 21186 (java) S 21172 21175 16262 0 -1 4202560 2507 0 0 0 479 14 0 0 20 0 22 0 24265271 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656034965608 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21187] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21187/stat : 21187 (java) S 21172 21175 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656033911928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21188] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21188/stat : 21188 (java) S 21172 21175 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24265271 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656032859272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21189] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21189/stat : 21189 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656031808016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21190] ppid=21172 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/21175/task/21190/stat : 21190 (java) S 21172 21175 16262 0 -1 4202560 18475 0 0 0 163 3 0 0 20 0 22 0 24265274 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656030755384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21191] ppid=21172 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/21175/task/21191/stat : 21191 (java) S 21172 21175 16262 0 -1 4202560 5510 0 0 0 139 2 0 0 20 0 22 0 24265274 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656029702840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21192] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21192/stat : 21192 (java) S 21172 21175 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24265274 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656028650488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21193] ppid=21172 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/21175/task/21193/stat : 21193 (java) S 21172 21175 16262 0 -1 4202560 52 0 0 0 12 22 0 0 20 0 22 0 24265274 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656027598152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21194] ppid=21172 vsize=9824732 CPUtime=879.71 cores=1,3,5,7
/proc/21175/task/21194/stat : 21194 (java) R 21172 21175 16262 0 -1 4202560 288 0 0 0 87951 20 0 0 20 0 22 0 24265383 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656026541200 140656035814019 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21175/tid=21195] ppid=21172 vsize=9824732 CPUtime=879.73 cores=1,3,5,7
/proc/21175/task/21195/stat : 21195 (java) R 21172 21175 16262 0 -1 4202560 1613 0 0 0 87935 38 0 0 20 0 22 0 24265383 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656025487568 140656035765729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21175/tid=21196] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21196/stat : 21196 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656024437800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21175/tid=21197] ppid=21172 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21175/task/21197/stat : 21197 (java) S 21172 21175 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24265386 10060525568 1011756 33554432000 1073741824 1073778376 140733308606336 140656023385256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 21175 sig 9
??? kill -21175 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 21175 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=299377
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=806573
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.462
CPU time (s): 1800
CPU user time (s): 1797.64
CPU system time (s): 2.36
CPU usage (%): 201.014
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.3
system time used= 2.80657
maximum resident set size= 4053104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37958
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26171
involuntary context switches= 37513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49216 second user time and 7.63484 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 05:56:06
IDJOB=4103334
IDBENCH=2331
IDSOLVER=2543
FILE ID=node117/4103334-1466222166
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71736 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/milp/normalized-mps-v2-20-10-neos6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103334-1466222166/watcher-4103334-1466222166 -o /tmp/evaluation-result-4103334-1466222166/solver-4103334-1466222166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103334-1466222166.opb

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=335651105

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        27520036 kB
Buffers:          159236 kB
Cached:          1772180 kB
SwapCached:            0 kB
Active:          1062296 kB
Inactive:        1812736 kB
Active(anon):     945576 kB
Inactive(anon):      360 kB
Active(file):     116720 kB
Inactive(file):  1812376 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3552 kB
Writeback:             0 kB
AnonPages:       2750824 kB
Mapped:            21184 kB
Shmem:               204 kB
Slab:             621104 kB
SReclaimable:      65184 kB
SUnreclaim:       555920 kB
KernelStack:        1808 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2915904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 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= 71736 MiB
End job on node117 at 2016-06-18 06:11:02