Trace number 4080644

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) 1803.78 905.924

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.10-10.opb
MD5SUMe2602db6096507ab27cc5c61fe13413b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark57616
Best CPU time to get the best result obtained on this benchmark159.837
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables211356
Total number of constraints2660740
Number of constraints which are clauses2660740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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-4080644-1465376646.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
14.83/11.89	c ... done. Wall clock time 11.766s.
14.83/11.89	c declared #vars     211356
14.83/11.89	c #constraints  2660740
14.83/11.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
14.83/11.89	c constraints type 
14.83/11.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 214128
14.83/11.89	c org.sat4j.specs.Constr$1 => 1687830
14.83/11.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 130164
14.83/11.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 628618
14.83/11.89	c 2660740 constraints processed.
14.83/11.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
14.83/11.89	c constraints type 
14.83/11.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 628618
14.83/11.89	c org.sat4j.specs.Constr$1 => 1687830
14.83/11.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 214128
14.83/11.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 130164
14.83/11.89	c 2660740 constraints processed.
14.83/11.89	c objective function length is 18980 literals
19.41/13.67	c And the winner is solver0
19.59/13.94	c SATISFIABLE
19.59/13.94	c OPTIMIZING...
19.59/13.94	c Got one! Elapsed wall clock time (in seconds):13.819
19.59/13.94	o 121009
59.92/33.71	c cleaning 2658 clauses out of 5325 with flag 22585/5332
108.00/57.73	c cleaning 4333 clauses out of 8666 with flag 48840/11332
158.80/83.17	c cleaning 5667 clauses out of 11333 with flag 79147/18332
219.40/113.45	c cleaning 6834 clauses out of 13667 with flag 112492/26333
283.42/145.42	c cleaning 7918 clauses out of 15835 with flag 153646/35335
359.03/183.21	c cleaning 8957 clauses out of 17914 with flag 203372/45332
448.82/228.15	c cleaning 9979 clauses out of 19957 with flag 256920/56332
541.64/274.56	c cleaning 10988 clauses out of 21978 with flag 317282/68332
642.45/324.90	c cleaning 11997 clauses out of 23993 with flag 382303/81335
753.32/380.61	c cleaning 12997 clauses out of 25993 with flag 455500/95332
866.33/437.14	c cleaning 13999 clauses out of 27997 with flag 528776/110333
1017.36/512.66	c cleaning 14996 clauses out of 29997 with flag 609644/126332
1191.07/599.48	c cleaning 15999 clauses out of 32001 with flag 705861/143332
1368.49/688.13	c cleaning 17002 clauses out of 34003 with flag 814449/161333
1554.48/781.14	c cleaning 18001 clauses out of 36001 with flag 918607/180333
1754.28/881.02	c cleaning 18995 clauses out of 37999 with flag 1023955/200332

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

pid=16414
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: 4.07 4.16 4.04 3/174 16417
/proc/meminfo: memFree=29682696/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/16417/stat : 16417 (java) D 16414 16417 14417 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 119598055 2560000 46 33554432000 1073741824 1073778376 140734526346640 140734526343768 270320889127 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 625 46 37 9 0 29 0

[startup+0.100159 s]
/proc/loadavg: 4.07 4.16 4.04 3/174 16417
/proc/meminfo: memFree=29682696/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 4489 0 1 0 8 1 0 0 20 0 18 0 119598055 9787879424 5599 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 5599 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.07 4.16 4.04 3/174 16417
/proc/meminfo: memFree=29682696/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 5170 0 1 0 28 1 0 0 20 0 18 0 119598055 9787879424 9084 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 9084 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30032 s]
/proc/loadavg: 4.07 4.16 4.04 3/174 16417
/proc/meminfo: memFree=29682696/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 5598 0 1 0 45 2 0 0 20 0 18 0 119598055 9787879424 11832 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 11832 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.07 4.16 4.04 3/174 16417
/proc/meminfo: memFree=29682696/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=1.55 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 21519 0 1 0 150 5 0 0 20 0 18 0 119598055 9787879424 42001 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 42001 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.07 4.16 4.04 3/192 16435
/proc/meminfo: memFree=29462624/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=3.18 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 23436 0 1 0 308 10 0 0 20 0 18 0 119598055 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 64450 2264 9 0 2380296 0
[pid=16417/tid=16419] ppid=16414 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) R 16414 16417 14417 0 -1 4202560 2528 0 1 0 135 3 0 0 20 0 18 0 119598056 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419525406280 140419465364961 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 121 0 0 0 1 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 89 0 0 0 3 1 0 0 20 0 18 0 119598057 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) S 16414 16417 14417 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419349408616 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419346250512 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10089 0 0 0 67 1 0 0 20 0 18 0 119598061 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9558476 CPUtime=0.79 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9021 0 0 0 77 2 0 0 20 0 18 0 119598061 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 64450 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 9558476

[startup+3.10787 s]
/proc/loadavg: 4.07 4.16 4.04 3/192 16435
/proc/meminfo: memFree=29236228/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=5.04 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 24044 0 1 0 485 19 0 0 20 0 18 0 119598055 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 126291 2264 9 0 2380296 0
[pid=16417/tid=16419] ppid=16414 vsize=9558476 CPUtime=2.89 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) R 16414 16417 14417 0 -1 4202560 2796 0 1 0 284 5 0 0 20 0 18 0 119598056 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419525406168 140419465526793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 108 0 0 0 6 2 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 194 0 0 0 6 0 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 42 0 0 0 8 0 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 127 0 0 0 6 1 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 112 0 0 0 5 1 0 0 20 0 18 0 119598057 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) S 16414 16417 14417 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419349408616 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419346250512 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10089 0 0 0 67 1 0 0 20 0 18 0 119598061 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9558476 CPUtime=0.79 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9021 0 0 0 77 2 0 0 20 0 18 0 119598061 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 126291 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 3.90 4.12 4.03 4/190 16456
/proc/meminfo: memFree=28510336/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9558476 CPUtime=8.62 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 25385 0 1 0 827 35 0 0 20 0 18 0 119598055 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2389619 287561 2264 9 0 2380296 0
[pid=16417/tid=16419] ppid=16414 vsize=9558476 CPUtime=5.94 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) R 16414 16417 14417 0 -1 4202560 3540 0 1 0 579 15 0 0 20 0 18 0 119598056 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419525406128 140419465599024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 66 0 0 0 12 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 119 0 0 0 9 3 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 285 0 0 0 12 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 66 0 0 0 14 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 110 0 0 0 10 3 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 142 0 0 0 9 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 85 0 0 0 10 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 140 0 0 0 8 2 0 0 20 0 18 0 119598057 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) S 16414 16417 14417 0 -1 4202560 467 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419349408616 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119598059 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419346250512 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10089 0 0 0 67 1 0 0 20 0 18 0 119598061 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9558476 CPUtime=0.8 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9024 0 0 0 78 2 0 0 20 0 18 0 119598061 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119598061 9787879424 287561 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.75 4.09 4.02 3/211 16484
/proc/meminfo: memFree=26789956/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9824732 CPUtime=17.5 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 28951 0 1 0 1680 70 0 0 20 0 22 0 119598055 10060525568 587355 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2456183 587355 2283 9 0 2446860 0

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


[startup+905.601 s]
/proc/loadavg: 4.11 4.18 4.12 5/219 16518
/proc/meminfo: memFree=22625852/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9824732 CPUtime=1803.48 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 43963 0 1 0 180176 172 0 0 20 0 22 0 119598055 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2456183 843857 2299 9 0 2446860 0
[pid=16417/tid=16419] ppid=16414 vsize=9824732 CPUtime=11.46 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) S 16414 16417 14417 0 -1 4202560 3980 0 1 0 1117 29 0 0 20 0 22 0 119598056 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419525407320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 2168 0 0 0 74 16 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 1646 0 0 0 80 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 1748 0 0 0 68 14 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 5124 0 0 0 68 15 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 2272 0 0 0 66 13 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 815 0 0 0 75 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 1428 0 0 0 51 11 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 1598 0 0 0 52 12 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) R 16414 16417 14417 0 -1 4202560 1692 0 0 0 237 4 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419349407376 140419529568416 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419346248920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10356 0 0 0 191 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9129 0 0 0 172 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16488] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16488/stat : 16488 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119599257 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419337827752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16489] ppid=16414 vsize=9824732 CPUtime=885.74 cores=0,2,4,6
/proc/16417/task/16489/stat : 16489 (java) S 16414 16417 14417 0 -1 4202560 12 0 0 0 88560 14 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419339932328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16490] ppid=16414 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/16417/task/16490/stat : 16490 (java) S 16414 16417 14417 0 -1 4202560 584 0 0 0 88561 17 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419340983032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16491] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16491/stat : 16491 (java) S 16414 16417 14417 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 119599466 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419338879784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1803.48
Current children cumulated vsize (KiB) 9824732

[startup+905.801 s]
/proc/loadavg: 4.11 4.18 4.12 5/219 16518
/proc/meminfo: memFree=22625852/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9824732 CPUtime=1803.68 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 43963 0 1 0 180196 172 0 0 20 0 22 0 119598055 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2456183 843857 2299 9 0 2446860 0
[pid=16417/tid=16419] ppid=16414 vsize=9824732 CPUtime=11.46 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) S 16414 16417 14417 0 -1 4202560 3980 0 1 0 1117 29 0 0 20 0 22 0 119598056 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419525407320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 2168 0 0 0 74 16 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 1646 0 0 0 80 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 1748 0 0 0 68 14 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 5124 0 0 0 68 15 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 2272 0 0 0 66 13 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 815 0 0 0 75 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 1428 0 0 0 51 11 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 1598 0 0 0 52 12 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) R 16414 16417 14417 0 -1 4202560 1692 0 0 0 257 4 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419349407376 140419533174265 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419346248920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10356 0 0 0 191 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9129 0 0 0 172 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16488] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16488/stat : 16488 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119599257 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419337827752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16489] ppid=16414 vsize=9824732 CPUtime=885.74 cores=0,2,4,6
/proc/16417/task/16489/stat : 16489 (java) S 16414 16417 14417 0 -1 4202560 12 0 0 0 88560 14 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419339932328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16490] ppid=16414 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/16417/task/16490/stat : 16490 (java) S 16414 16417 14417 0 -1 4202560 584 0 0 0 88561 17 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419340983032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16491] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16491/stat : 16491 (java) S 16414 16417 14417 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 119599466 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419338879784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1803.68
Current children cumulated vsize (KiB) 9824732

[startup+905.901 s]
/proc/loadavg: 4.11 4.18 4.12 5/219 16518
/proc/meminfo: memFree=22625852/32872528 swapFree=17892/1720544
[pid=16417] ppid=16414 vsize=9824732 CPUtime=1803.78 cores=0,2,4,6
/proc/16417/stat : 16417 (java) S 16414 16417 14417 0 -1 4202496 43963 0 1 0 180206 172 0 0 20 0 22 0 119598055 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140734526337776 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16417/statm: 2456183 843857 2299 9 0 2446860 0
[pid=16417/tid=16419] ppid=16414 vsize=9824732 CPUtime=11.46 cores=0,2,4,6
/proc/16417/task/16419/stat : 16419 (java) S 16414 16417 14417 0 -1 4202560 3980 0 1 0 1117 29 0 0 20 0 22 0 119598056 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419525407320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16420] ppid=16414 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/16417/task/16420/stat : 16420 (java) S 16414 16417 14417 0 -1 4202560 2168 0 0 0 74 16 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419464137640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16421] ppid=16414 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/16417/task/16421/stat : 16421 (java) S 16414 16417 14417 0 -1 4202560 1646 0 0 0 80 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419463085096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16422] ppid=16414 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16417/task/16422/stat : 16422 (java) S 16414 16417 14417 0 -1 4202560 1748 0 0 0 68 14 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419462032040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16423] ppid=16414 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/16417/task/16423/stat : 16423 (java) S 16414 16417 14417 0 -1 4202560 5124 0 0 0 68 15 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419460979496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16424] ppid=16414 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/16417/task/16424/stat : 16424 (java) S 16414 16417 14417 0 -1 4202560 2272 0 0 0 66 13 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419364764072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16425] ppid=16414 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/16417/task/16425/stat : 16425 (java) S 16414 16417 14417 0 -1 4202560 815 0 0 0 75 17 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419363711528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16426] ppid=16414 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16417/task/16426/stat : 16426 (java) S 16414 16417 14417 0 -1 4202560 1428 0 0 0 51 11 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419362658472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16427] ppid=16414 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/16417/task/16427/stat : 16427 (java) S 16414 16417 14417 0 -1 4202560 1598 0 0 0 52 12 0 0 20 0 22 0 119598057 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419361605928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16428] ppid=16414 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/16417/task/16428/stat : 16428 (java) R 16414 16417 14417 0 -1 4202560 1692 0 0 0 267 4 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419349407376 140419529568572 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16429] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16429/stat : 16429 (java) S 16414 16417 14417 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419348354936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16430] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16430/stat : 16430 (java) S 16414 16417 14417 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119598059 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419347301768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16431] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16431/stat : 16431 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419346248920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16417/tid=16432] ppid=16414 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/16417/task/16432/stat : 16432 (java) S 16414 16417 14417 0 -1 4202560 10356 0 0 0 191 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419345197368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16433] ppid=16414 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16417/task/16433/stat : 16433 (java) S 16414 16417 14417 0 -1 4202560 9129 0 0 0 172 2 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419344144824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16434] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16434/stat : 16434 (java) S 16414 16417 14417 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419343091960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16435] ppid=16414 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/16417/task/16435/stat : 16435 (java) S 16414 16417 14417 0 -1 4202560 53 0 0 0 20 15 0 0 20 0 22 0 119598061 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419342039624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16488] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16488/stat : 16488 (java) S 16414 16417 14417 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119599257 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419337827752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16417/tid=16489] ppid=16414 vsize=9824732 CPUtime=885.74 cores=0,2,4,6
/proc/16417/task/16489/stat : 16489 (java) S 16414 16417 14417 0 -1 4202560 12 0 0 0 88560 14 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419339932328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16417/tid=16490] ppid=16414 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/16417/task/16490/stat : 16490 (java) S 16414 16417 14417 0 -1 4202560 584 0 0 0 88561 17 0 0 20 0 22 0 119599461 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419340983032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16417/tid=16491] ppid=16414 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16417/task/16491/stat : 16491 (java) S 16414 16417 14417 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 119599466 10060525568 843857 33554432000 1073741824 1073778376 140734526346640 140419338879784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1803.78
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16417 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=497738
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=182668
# CPU time returned by wait4() is 1799.68
# while last known CPU time is 1803.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.924
CPU time (s): 1803.78
CPU user time (s): 1802.06
CPU system time (s): 1.72
CPU usage (%): 199.109
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.5
system time used= 2.18267
maximum resident set size= 3375428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43963
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22140
involuntary context switches= 8491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64514 second user time and 7.40187 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-08 11:04:09
IDJOB=4080644
IDBENCH=92829
IDSOLVER=2543
FILE ID=node117/4080644-1465376646
RUNJOBID= node117-1465373920-15755
PBS_JOBID= 19853424
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.10-10.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080644-1465376646/watcher-4080644-1465376646 -o /tmp/evaluation-result-4080644-1465376646/solver-4080644-1465376646 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465373920-15755 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080644-1465376646.opb

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

MD5SUM BENCH= e2602db6096507ab27cc5c61fe13413b
RANDOM SEED=460777618

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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.53
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.088
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:        29683224 kB
Buffers:          143884 kB
Cached:           546780 kB
SwapCached:        29232 kB
Active:           247752 kB
Inactive:         474972 kB
Active(anon):       4132 kB
Inactive(anon):    30548 kB
Active(file):     243620 kB
Inactive(file):   444424 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071220 kB
Dirty:             84096 kB
Writeback:             0 kB
AnonPages:       1779868 kB
Mapped:             7712 kB
Shmem:                 0 kB
Slab:             610648 kB
SReclaimable:      54232 kB
SUnreclaim:       556416 kB
KernelStack:        1504 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1829916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1761280 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= 71552 MiB
End job on node117 at 2016-06-08 11:19:15