Trace number 4080654

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.89 906.22

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.10-8.opb
MD5SUM61ae703de849e85b95a00c2895381aa5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25048
Best CPU time to get the best result obtained on this benchmark173.889
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212735
Total number of constraints2699248
Number of constraints which are clauses2699248
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4080654-1465376384.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
15.40/11.93	c ... done. Wall clock time 11.802s.
15.40/11.93	c declared #vars     212735
15.40/11.93	c #constraints  2699248
15.40/11.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
15.40/11.94	c constraints type 
15.40/11.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 259938
15.40/11.94	c org.sat4j.specs.Constr$1 => 1610178
15.40/11.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 706859
15.40/11.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 122273
15.40/11.94	c 2699248 constraints processed.
15.40/11.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
15.40/11.94	c constraints type 
15.40/11.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 706859
15.40/11.94	c org.sat4j.specs.Constr$1 => 1610178
15.40/11.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 259938
15.40/11.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 122273
15.40/11.94	c 2699248 constraints processed.
15.40/11.94	c objective function length is 18980 literals
18.93/13.32	c And the winner is solver0
19.01/13.47	c SATISFIABLE
19.01/13.47	c OPTIMIZING...
19.01/13.47	c Got one! Elapsed wall clock time (in seconds):13.334
19.01/13.47	o 79710
55.67/31.44	c cleaning 2622 clauses out of 5244 with flag 16163/5246
100.32/53.79	c cleaning 4312 clauses out of 8623 with flag 32432/11247
116.72/61.98	c And the winner is solver0
117.85/62.94	c Got one! Elapsed wall clock time (in seconds):62.812
117.85/62.94	o 79709
149.74/78.88	c cleaning 5119 clauses out of 10300 with flag 13999/17236
197.93/102.90	c cleaning 5585 clauses out of 11183 with flag 35661/23238
264.93/136.42	c cleaning 6279 clauses out of 12596 with flag 64747/30236
338.92/173.49	c cleaning 7153 clauses out of 14317 with flag 96340/38236
415.35/211.61	c cleaning 8076 clauses out of 16172 with flag 127811/47244
506.78/257.30	c cleaning 9019 clauses out of 18088 with flag 165307/57236
611.20/309.78	c cleaning 10040 clauses out of 20080 with flag 205991/68247
731.39/369.89	c cleaning 10979 clauses out of 22029 with flag 247284/80236
839.98/424.15	c cleaning 12027 clauses out of 24053 with flag 294791/93239
967.38/487.88	c cleaning 13007 clauses out of 26026 with flag 343500/107239
1092.59/550.44	c cleaning 13936 clauses out of 28016 with flag 400652/122236
1231.57/619.95	c cleaning 15039 clauses out of 30081 with flag 464500/138237
1380.58/694.43	c cleaning 15993 clauses out of 32041 with flag 538107/155236
1525.79/767.03	c cleaning 17012 clauses out of 34052 with flag 629090/173240
1688.56/848.48	c cleaning 17994 clauses out of 36036 with flag 709611/192236

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

pid=18463
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.17 4.24 4.18 4/197 18466
/proc/meminfo: memFree=25887052/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18466/stat : 18466 (java) R 18463 18466 16108 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 119572275 2560000 47 33554432000 1073741824 1073778376 140734013516992 140734013514120 226075176231 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18466/statm: 626 47 37 9 0 30 0

[startup+0.100158 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 18466
/proc/meminfo: memFree=25887052/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 4047 0 1 0 6 1 0 0 20 0 18 0 119572275 9787879424 5166 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 5174 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200246 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 18466
/proc/meminfo: memFree=25887052/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 5061 0 1 0 23 2 0 0 20 0 18 0 119572275 9787879424 9079 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 9079 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 18466
/proc/meminfo: memFree=25887052/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 5556 0 1 0 44 2 0 0 20 0 18 0 119572275 9787879424 12229 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 12229 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.17 4.24 4.18 4/197 18466
/proc/meminfo: memFree=25887052/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=1.52 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 21802 0 1 0 145 7 0 0 20 0 18 0 119572275 9787879424 42049 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 42049 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 4.17 4.24 4.18 4/215 18484
/proc/meminfo: memFree=25669596/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=3.17 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 24926 0 1 0 302 15 0 0 20 0 18 0 119572275 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 63977 2264 9 0 2380296 0
[pid=18466/tid=18468] ppid=18463 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) R 18463 18466 16108 0 -1 4202560 2473 0 1 0 133 4 0 0 20 0 18 0 119572276 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214931210192 140214794600586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) S 18463 18466 16108 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214920280872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) S 18463 18466 16108 0 -1 4202560 61 0 0 0 4 2 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214919228072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) S 18463 18466 16108 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214918175784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) S 18463 18466 16108 0 -1 4202560 234 0 0 0 1 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214917122984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) S 18463 18466 16108 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214916069672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) S 18463 18466 16108 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214915016872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) S 18463 18466 16108 0 -1 4202560 82 0 0 0 2 2 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214913964584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 119572278 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214912911784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) S 18463 18466 16108 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 119572279 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214755470056 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214752312208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9113 0 0 0 67 3 0 0 20 0 18 0 119572282 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11544 0 0 0 75 1 0 0 20 0 18 0 119572282 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214750206008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 63977 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.15 4.24 4.18 4/215 18484
/proc/meminfo: memFree=25501476/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=4.99 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 25528 0 1 0 475 24 0 0 20 0 18 0 119572275 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 126317 2264 9 0 2380296 0
[pid=18466/tid=18468] ppid=18463 vsize=9558476 CPUtime=2.89 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) R 18463 18466 16108 0 -1 4202560 2746 0 1 0 282 7 0 0 20 0 18 0 119572276 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214931210288 226087724301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) S 18463 18466 16108 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214920280872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) S 18463 18466 16108 0 -1 4202560 79 0 0 0 7 2 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214919228072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) S 18463 18466 16108 0 -1 4202560 63 0 0 0 4 1 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214918175784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) S 18463 18466 16108 0 -1 4202560 252 0 0 0 3 1 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214917122984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) S 18463 18466 16108 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214916069672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) S 18463 18466 16108 0 -1 4202560 47 0 0 0 2 2 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214915016872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) S 18463 18466 16108 0 -1 4202560 125 0 0 0 7 2 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214913964584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) S 18463 18466 16108 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 18 0 119572278 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214912911784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) S 18463 18466 16108 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 119572279 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214755470056 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214752312208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9113 0 0 0 67 3 0 0 20 0 18 0 119572282 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9558476 CPUtime=0.76 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11544 0 0 0 75 1 0 0 20 0 18 0 119572282 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214750206008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 126317 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 9558476

[startup+6.30072 s]
/proc/loadavg: 4.15 4.24 4.18 5/215 18484
/proc/meminfo: memFree=24937544/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9558476 CPUtime=8.78 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 27076 0 1 0 833 45 0 0 20 0 18 0 119572275 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2389619 312532 2264 9 0 2380296 0
[pid=18466/tid=18468] ppid=18463 vsize=9558476 CPUtime=5.88 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) S 18463 18466 16108 0 -1 4202560 3506 0 1 0 572 16 0 0 20 0 18 0 119572276 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214931217368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) R 18463 18466 16108 0 -1 4202560 83 0 0 0 13 4 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214920281048 140214935394479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) R 18463 18466 16108 0 -1 4202560 139 0 0 0 15 4 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214919228248 140214935394479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) R 18463 18466 16108 0 -1 4202560 118 0 0 0 9 3 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214918175960 140214938114988 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) R 18463 18466 16108 0 -1 4202560 313 0 0 0 16 4 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214917122864 140214933690049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) R 18463 18466 16108 0 -1 4202560 154 0 0 0 9 2 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214916069848 140214933690099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) R 18463 18466 16108 0 -1 4202560 73 0 0 0 8 2 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214915017048 140214938114969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) R 18463 18466 16108 0 -1 4202560 204 0 0 0 15 4 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214913964760 140214937727407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) R 18463 18466 16108 0 -1 4202560 103 0 0 0 16 3 0 0 20 0 18 0 119572278 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214912911784 140214935394479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) S 18463 18466 16108 0 -1 4202560 474 0 0 0 0 0 0 0 20 0 18 0 119572279 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214755468936 226087711804 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 119572280 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214752312208 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9113 0 0 0 67 3 0 0 20 0 18 0 119572282 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9558476 CPUtime=0.78 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11544 0 0 0 76 2 0 0 20 0 18 0 119572282 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214750182088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 119572282 9787879424 312532 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.98 4.20 4.17 5/219 18488
/proc/meminfo: memFree=23502120/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9824732 CPUtime=17.6 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 30858 0 1 0 1684 76 0 0 20 0 22 0 119572275 10060525568 597657 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2456183 597657 2282 9 0 2446860 0

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

[pid=18466/tid=18483] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 53 0 0 0 14 14 0 0 20 0 22 0 119572282 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18488] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18488/stat : 18488 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119573482 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214743840296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18567] ppid=18463 vsize=9824732 CPUtime=839.46 cores=0,2,4,6
/proc/18466/task/18567/stat : 18567 (java) S 18463 18466 16108 0 -1 4202560 3 0 0 0 83934 12 0 0 20 0 22 0 119578575 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214746995400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18568] ppid=18463 vsize=9824732 CPUtime=839.43 cores=0,2,4,6
/proc/18466/task/18568/stat : 18568 (java) S 18463 18466 16108 0 -1 4202560 135 0 0 0 83928 15 0 0 20 0 22 0 119578575 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214745942712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18569] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18569/stat : 18569 (java) S 18463 18466 16108 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 119578577 10060525568 803860 33554432000 1073741824 1073778376 140735669415200 140214744892712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.27
Current children cumulated vsize (KiB) 9824732

[startup+905.901 s]
/proc/loadavg: 4.22 4.17 4.17 4/219 18612
/proc/meminfo: memFree=23663576/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9824732 CPUtime=1803.07 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 35731 0 1 0 180142 165 0 0 20 0 22 0 119572275 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2456183 804884 2298 9 0 2446860 0
[pid=18466/tid=18468] ppid=18463 vsize=9824732 CPUtime=11.36 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) S 18463 18466 16108 0 -1 4202560 4403 0 1 0 1104 32 0 0 20 0 22 0 119572276 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214931219032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) S 18463 18466 16108 0 -1 4202560 1346 0 0 0 47 12 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214920280872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) S 18463 18466 16108 0 -1 4202560 922 0 0 0 64 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214919228072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) S 18463 18466 16108 0 -1 4202560 1193 0 0 0 63 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214918175784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) S 18463 18466 16108 0 -1 4202560 842 0 0 0 72 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214917122984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) S 18463 18466 16108 0 -1 4202560 984 0 0 0 54 11 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214916069672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) S 18463 18466 16108 0 -1 4202560 969 0 0 0 76 17 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214915016872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) S 18463 18466 16108 0 -1 4202560 640 0 0 0 57 12 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214913964584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) S 18463 18466 16108 0 -1 4202560 539 0 0 0 53 10 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214912911784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) R 18463 18466 16108 0 -1 4202560 1647 0 0 0 252 4 0 0 20 0 22 0 119572279 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214755468816 140214935380128 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214752310616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9140 0 0 0 188 4 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11565 0 0 0 199 2 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214750206008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 53 0 0 0 14 14 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18488] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18488/stat : 18488 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119573482 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214743840296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18567] ppid=18463 vsize=9824732 CPUtime=839.46 cores=0,2,4,6
/proc/18466/task/18567/stat : 18567 (java) S 18463 18466 16108 0 -1 4202560 3 0 0 0 83934 12 0 0 20 0 22 0 119578575 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214746995400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18568] ppid=18463 vsize=9824732 CPUtime=839.43 cores=0,2,4,6
/proc/18466/task/18568/stat : 18568 (java) S 18463 18466 16108 0 -1 4202560 135 0 0 0 83928 15 0 0 20 0 22 0 119578575 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214745942712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18569] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18569/stat : 18569 (java) S 18463 18466 16108 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 119578577 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214744892712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1803.07
Current children cumulated vsize (KiB) 9824732

[startup+906.101 s]
/proc/loadavg: 4.22 4.17 4.17 4/219 18612
/proc/meminfo: memFree=23663576/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9824732 CPUtime=1803.27 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 35731 0 1 0 180162 165 0 0 20 0 22 0 119572275 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2456183 804884 2298 9 0 2446860 0
[pid=18466/tid=18468] ppid=18463 vsize=9824732 CPUtime=11.36 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) S 18463 18466 16108 0 -1 4202560 4403 0 1 0 1104 32 0 0 20 0 22 0 119572276 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214931219032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) S 18463 18466 16108 0 -1 4202560 1346 0 0 0 47 12 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214920280872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) S 18463 18466 16108 0 -1 4202560 922 0 0 0 64 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214919228072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) S 18463 18466 16108 0 -1 4202560 1193 0 0 0 63 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214918175784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) S 18463 18466 16108 0 -1 4202560 842 0 0 0 72 15 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214917122984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) S 18463 18466 16108 0 -1 4202560 984 0 0 0 54 11 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214916069672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) S 18463 18466 16108 0 -1 4202560 969 0 0 0 76 17 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214915016872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) S 18463 18466 16108 0 -1 4202560 640 0 0 0 57 12 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214913964584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) S 18463 18466 16108 0 -1 4202560 539 0 0 0 53 10 0 0 20 0 22 0 119572278 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214912911784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) R 18463 18466 16108 0 -1 4202560 1647 0 0 0 272 4 0 0 20 0 22 0 119572279 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214755468816 226084005700 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214752310616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9140 0 0 0 188 4 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11565 0 0 0 199 2 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214750206008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 53 0 0 0 14 14 0 0 20 0 22 0 119572282 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18488] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18488/stat : 18488 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119573482 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214743840296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18567] ppid=18463 vsize=9824732 CPUtime=839.46 cores=0,2,4,6
/proc/18466/task/18567/stat : 18567 (java) S 18463 18466 16108 0 -1 4202560 3 0 0 0 83934 12 0 0 20 0 22 0 119578575 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214746995400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18568] ppid=18463 vsize=9824732 CPUtime=839.43 cores=0,2,4,6
/proc/18466/task/18568/stat : 18568 (java) S 18463 18466 16108 0 -1 4202560 135 0 0 0 83928 15 0 0 20 0 22 0 119578575 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214745942712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18569] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18569/stat : 18569 (java) S 18463 18466 16108 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 119578577 10060525568 804884 33554432000 1073741824 1073778376 140735669415200 140214744892712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1803.27
Current children cumulated vsize (KiB) 9824732

[startup+906.201 s]
/proc/loadavg: 4.22 4.17 4.17 4/219 18612
/proc/meminfo: memFree=23663576/32872528 swapFree=15644/1722384
[pid=18466] ppid=18463 vsize=9824732 CPUtime=1803.38 cores=0,2,4,6
/proc/18466/stat : 18466 (java) S 18463 18466 16108 0 -1 4202496 35781 0 1 0 180171 167 0 0 20 0 22 0 119572275 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140735669406336 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/18466/statm: 2456183 830484 2298 9 0 2446860 0
[pid=18466/tid=18468] ppid=18463 vsize=9824732 CPUtime=11.36 cores=0,2,4,6
/proc/18466/task/18468/stat : 18468 (java) S 18463 18466 16108 0 -1 4202560 4403 0 1 0 1104 32 0 0 20 0 22 0 119572276 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214931219032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18469] ppid=18463 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/18466/task/18469/stat : 18469 (java) S 18463 18466 16108 0 -1 4202560 1346 0 0 0 47 12 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214920280872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18470] ppid=18463 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/18466/task/18470/stat : 18470 (java) S 18463 18466 16108 0 -1 4202560 922 0 0 0 64 15 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214919228072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18471] ppid=18463 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/18466/task/18471/stat : 18471 (java) S 18463 18466 16108 0 -1 4202560 1193 0 0 0 63 15 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214918175784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18472] ppid=18463 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/18466/task/18472/stat : 18472 (java) S 18463 18466 16108 0 -1 4202560 842 0 0 0 72 15 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214917122984 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18473] ppid=18463 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/18466/task/18473/stat : 18473 (java) S 18463 18466 16108 0 -1 4202560 984 0 0 0 54 11 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214916069672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18466/tid=18474] ppid=18463 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/18466/task/18474/stat : 18474 (java) S 18463 18466 16108 0 -1 4202560 969 0 0 0 76 17 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214915016872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18475] ppid=18463 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/18466/task/18475/stat : 18475 (java) S 18463 18466 16108 0 -1 4202560 640 0 0 0 57 12 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214913964584 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18476] ppid=18463 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/18466/task/18476/stat : 18476 (java) S 18463 18466 16108 0 -1 4202560 539 0 0 0 53 10 0 0 20 0 22 0 119572278 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214912911784 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18477] ppid=18463 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/18466/task/18477/stat : 18477 (java) R 18463 18466 16108 0 -1 4202560 1697 0 0 0 281 5 0 0 20 0 22 0 119572279 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214755468816 226084012324 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18478] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18478/stat : 18478 (java) S 18463 18466 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214754416120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18479] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18479/stat : 18479 (java) S 18463 18466 16108 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119572280 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214753363720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18480] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18480/stat : 18480 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214752310616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18481] ppid=18463 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/18466/task/18481/stat : 18481 (java) S 18463 18466 16108 0 -1 4202560 9140 0 0 0 188 4 0 0 20 0 22 0 119572282 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214751258808 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18482] ppid=18463 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/18466/task/18482/stat : 18482 (java) S 18463 18466 16108 0 -1 4202560 11565 0 0 0 199 2 0 0 20 0 22 0 119572282 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214750206008 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18483] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18483/stat : 18483 (java) S 18463 18466 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119572282 10060525568 830484 33554432000 1073741824 1073778376 140735669415200 140214749153912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18484] ppid=18463 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18466/task/18484/stat : 18484 (java) S 18463 18466 16108 0 -1 4202560 53 0 0 0 14 14 0 0 20 0 22 0 119572282 10060525568 830996 33554432000 1073741824 1073778376 140735669415200 140214748101320 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18466/tid=18488] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18488/stat : 18488 (java) S 18463 18466 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119573482 10060525568 830996 33554432000 1073741824 1073778376 140735669415200 140214743840296 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18567] ppid=18463 vsize=9824732 CPUtime=839.46 cores=0,2,4,6
/proc/18466/task/18567/stat : 18567 (java) S 18463 18466 16108 0 -1 4202560 3 0 0 0 83934 12 0 0 20 0 22 0 119578575 10060525568 830996 33554432000 1073741824 1073778376 140735669415200 140214746995400 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18466/tid=18568] ppid=18463 vsize=9824732 CPUtime=839.43 cores=0,2,4,6
/proc/18466/task/18568/stat : 18568 (java) S 18463 18466 16108 0 -1 4202560 135 0 0 0 83928 15 0 0 20 0 22 0 119578575 10060525568 830996 33554432000 1073741824 1073778376 140735669415200 140214745942712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18466/tid=18569] ppid=18463 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18466/task/18569/stat : 18569 (java) S 18463 18466 16108 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 119578577 10060525568 830996 33554432000 1073741824 1073778376 140735669415200 140214744892712 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1803.38
Current children cumulated vsize (KiB) 9824732

Child ended because it received signal 9 (SIGKILL)
Real time (s): 906.22
CPU time (s): 1803.89
CPU user time (s): 1801.76
CPU system time (s): 2.13368
CPU usage (%): 199.057
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.76
system time used= 2.13368
maximum resident set size= 3328080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35784
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22136
involuntary context switches= 14088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58515 second user time and 7.39188 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-08 10:59:47
IDJOB=4080654
IDBENCH=92813
IDSOLVER=2543
FILE ID=node120/4080654-1465376384
RUNJOBID= node120-1465366470-16124
PBS_JOBID= 19853425
Free space on /tmp= 71544 MiB

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

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

MD5SUM BENCH= 61ae703de849e85b95a00c2895381aa5
RANDOM SEED=733765273

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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:        25887712 kB
Buffers:          123256 kB
Cached:           792356 kB
SwapCached:         1084 kB
Active:          3926808 kB
Inactive:         572596 kB
Active(anon):    3583088 kB
Inactive(anon):     3328 kB
Active(file):     343720 kB
Inactive(file):   569268 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099696 kB
Dirty:             85132 kB
Writeback:             0 kB
AnonPages:       5307928 kB
Mapped:            16424 kB
Shmem:                 0 kB
Slab:             619592 kB
SReclaimable:      63280 kB
SUnreclaim:       556312 kB
KernelStack:        1592 kB
PageTables:        14564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5694916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5036032 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= 71604 MiB
End job on node120 at 2016-06-08 11:14:53