Trace number 4119413

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 PB16OPT147 124.984 61.6499

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-20.opb
MD5SUMf8fcb3375756150bbf7abfd66b9ecade
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark48.0467
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60
Total number of constraints20
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 570
Biggest coefficient in the objective function 19
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 3990
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 3990
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)570
Sum of products size (including duplicates)1140
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-4119413-1467255536.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.21/0.22	c ... done. Wall clock time 0.103s.
0.21/0.22	c declared #vars     60
0.21/0.22	c internal #vars     630
0.21/0.22	c #constraints  1180
0.21/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 590
0.21/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 570
0.21/0.23	c 1180 constraints processed.
0.21/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 590
0.21/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 570
0.21/0.23	c 1180 constraints processed.
0.21/0.23	c objective function length is 570 literals
0.21/0.29	c And the winner is solver0
0.59/0.73	c SATISFIABLE
0.59/0.73	c OPTIMIZING...
0.59/0.73	c Got one! Elapsed wall clock time (in seconds):0.608
0.59/0.73	o 147
2.32/1.26	c cleaning 2514 clauses out of 5042 with flag 10844/5042
3.46/1.59	c cleaning 4260 clauses out of 8528 with flag 23694/11042
4.89/2.03	c cleaning 5632 clauses out of 11268 with flag 39586/18042
5.79/2.45	c cleaning 6818 clauses out of 13636 with flag 58313/26042
6.92/2.99	c cleaning 7908 clauses out of 15818 with flag 78600/35042
8.41/3.60	c cleaning 8951 clauses out of 17910 with flag 101033/45042
9.40/4.18	c cleaning 9979 clauses out of 19960 with flag 124750/56043
11.07/4.92	c cleaning 10987 clauses out of 21980 with flag 151256/68042
12.66/5.70	c cleaning 11996 clauses out of 23995 with flag 181346/81044
14.56/6.64	c cleaning 12996 clauses out of 25998 with flag 212776/95043
16.64/7.65	c cleaning 13997 clauses out of 28001 with flag 246592/110042
18.84/8.78	c cleaning 14998 clauses out of 30004 with flag 281455/126042
21.35/9.99	c cleaning 16003 clauses out of 32007 with flag 319466/143043
23.94/11.25	c cleaning 17002 clauses out of 34004 with flag 360020/161043
26.85/12.69	c cleaning 17999 clauses out of 36001 with flag 401685/180042
29.85/14.18	c cleaning 18998 clauses out of 38001 with flag 445440/200042
33.26/15.83	c cleaning 19998 clauses out of 40003 with flag 491827/221043
37.03/17.65	c cleaning 20998 clauses out of 42004 with flag 542007/243042
40.62/19.40	c cleaning 22000 clauses out of 44006 with flag 592054/266042
44.62/21.42	c cleaning 22999 clauses out of 46005 with flag 645059/290042
49.12/23.56	c cleaning 23999 clauses out of 48005 with flag 699151/315042
53.32/25.68	c cleaning 25004 clauses out of 50008 with flag 755171/341044
58.37/28.16	c cleaning 25997 clauses out of 52002 with flag 813996/368042
64.13/30.80	c cleaning 26993 clauses out of 54004 with flag 876386/396042
69.52/33.41	c cleaning 28000 clauses out of 56011 with flag 940912/425044
75.45/36.38	c cleaning 28999 clauses out of 58008 with flag 1005153/455043
81.43/39.34	c cleaning 30004 clauses out of 60009 with flag 1072731/486044
87.83/42.59	c cleaning 30993 clauses out of 62000 with flag 1141118/518042
94.83/46.06	c cleaning 32000 clauses out of 64005 with flag 1214814/551043
101.97/49.60	c cleaning 32998 clauses out of 66001 with flag 1288479/585043
109.55/53.33	c cleaning 33996 clauses out of 67997 with flag 1366741/620043
117.75/57.46	c cleaning 34997 clauses out of 69995 with flag 1444586/656042
123.68/60.39	c And the winner is solver0
124.89/61.63	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
124.89/61.63	c starts		: 419
124.89/61.63	c conflicts		: 682337
124.89/61.63	c decisions		: 825538
124.89/61.63	c propagations		: 42021641
124.89/61.63	c inspects		: 791189219
124.89/61.63	c shortcuts		: 0
124.89/61.63	c learnt literals	: 49
124.89/61.63	c learnt binary clauses	: 16
124.89/61.63	c learnt ternary clauses	: 15
124.89/61.63	c learnt constraints	: 682287
124.89/61.63	c ignored constraints	: 0
124.89/61.63	c root simplifications	: 0
124.89/61.63	c removed literals (reason simplification)	: 3794194
124.89/61.63	c reason swapping (by a shorter reason)	: 0
124.89/61.63	c Calls to reduceDB	: 32
124.89/61.63	c Number of update (reduction) of LBD	: 35632
124.89/61.63	c Imported unit clauses	: 0
124.89/61.63	c number of reductions to clauses (during analyze)	: 0
124.89/61.63	c number of learned constraints concerned by reduction	: 0
124.89/61.63	c number of learning phase by resolution	: 0
124.89/61.63	c number of learning phase by cutting planes	: 0
124.89/61.63	c speed (assignments/second)	: 684413.8408417212
124.89/61.63	c non guided choices	16
124.89/61.63	c learnt constraints type 
124.89/61.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
124.89/61.63	c starts		: 18
124.89/61.63	c conflicts		: 3175
124.89/61.63	c decisions		: 13174
124.89/61.63	c propagations		: 228704
124.89/61.63	c inspects		: 38065420
124.89/61.63	c shortcuts		: 0
124.89/61.63	c learnt literals	: 0
124.89/61.63	c learnt binary clauses	: 0
124.89/61.63	c learnt ternary clauses	: 0
124.89/61.63	c learnt constraints	: 3173
124.89/61.63	c ignored constraints	: 0
124.89/61.63	c root simplifications	: 0
124.89/61.63	c removed literals (reason simplification)	: 0
124.89/61.63	c reason swapping (by a shorter reason)	: 0
124.89/61.63	c Calls to reduceDB	: 0
124.89/61.63	c Number of update (reduction) of LBD	: 0
124.89/61.63	c Imported unit clauses	: 0
124.89/61.63	c number of reductions to clauses (during analyze)	: 0
124.89/61.63	c number of learned constraints concerned by reduction	: 0
124.89/61.63	c number of learning phase by resolution	: 0
124.89/61.63	c number of learning phase by cutting planes	: 0
124.89/61.63	c speed (assignments/second)	: 3755.772325680691
124.89/61.63	c non guided choices	13
124.89/61.63	c learnt constraints type 
124.89/61.63	s OPTIMUM FOUND
124.89/61.63	c Found 1 solution(s)
124.89/61.63	v -x1 x2 -x3 -x4 x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 x20 -x21 -x22 -x23 x24 -x25 -x26 x27 -x28 -x29 x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 x39 -x40 -x41 x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 
124.89/61.63	c objective function=147
124.89/61.63	c Total wall clock time (in seconds): 61.512

Verifier Data

OK	147

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

pid=15059
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: 3.99 3.75 3.77 4/197 15062
/proc/meminfo: memFree=25690464/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/15062/stat : 15062 (java) R 15059 15062 11545 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 6521019 8192 1 33554432000 0 0 0 140733585402216 219513777591 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2 1 0 0 0 2 0

[startup+0.100058 s]
/proc/loadavg: 3.99 3.75 3.77 4/197 15062
/proc/meminfo: memFree=25690464/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 6521019 9787879424 6032 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 3.99 3.75 3.77 4/197 15062
/proc/meminfo: memFree=25690464/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 4570 0 1 0 20 1 0 0 20 0 18 0 6521019 9787879424 7212 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2389619 7212 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 3.99 3.75 3.77 4/197 15062
/proc/meminfo: memFree=25690464/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 7453 0 1 0 49 3 0 0 20 0 20 0 6521019 10060525568 10667 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 10667 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+0.700262 s]
/proc/loadavg: 3.99 3.75 3.77 4/197 15062
/proc/meminfo: memFree=25690464/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 7897 0 1 0 55 4 0 0 20 0 19 0 6521019 10060525568 10555 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 10555 2242 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 3.99 3.75 3.77 6/219 15087
/proc/meminfo: memFree=25620404/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 21901 0 1 0 338 8 0 0 20 0 22 0 6521019 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 32287 2272 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) S 15059 15062 11545 0 -1 4202560 2425 0 1 0 18 2 0 0 20 0 22 0 6521020 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438845584248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6521022 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) R 15059 15062 11545 0 -1 4202560 7213 0 0 0 77 1 0 0 20 0 22 0 6521025 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438665144584 140438848346176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) R 15059 15062 11545 0 -1 4202560 10882 0 0 0 76 1 0 0 20 0 22 0 6521025 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438664069368 140438849673262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6521043 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15085] ppid=15059 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/15062/task/15085/stat : 15085 (java) R 15059 15062 11545 0 -1 4202560 10 0 0 0 74 0 0 0 20 0 22 0 6521093 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438659870992 140438669827902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15086] ppid=15059 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/15062/task/15086/stat : 15086 (java) R 15059 15062 11545 0 -1 4202560 38 0 0 0 73 1 0 0 20 0 22 0 6521093 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438660931816 140438670061816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15087] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15087/stat : 15087 (java) S 15059 15062 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6521093 10060525568 32287 33554432000 1073741824 1073778376 140735440466960 140438658827944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 3.99 3.75 3.77 6/219 15087
/proc/meminfo: memFree=25510872/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=7.33 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 24421 0 1 0 721 12 0 0 20 0 22 0 6521019 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 50746 2285 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) S 15059 15062 11545 0 -1 4202560 2425 0 1 0 18 2 0 0 20 0 22 0 6521020 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438845584248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6521021 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 6521022 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) S 15059 15062 11545 0 -1 4202560 9133 0 0 0 99 1 0 0 20 0 22 0 6521025 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438665145016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) S 15059 15062 11545 0 -1 4202560 11326 0 0 0 115 2 0 0 20 0 22 0 6521025 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438664092216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6521043 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15085] ppid=15059 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/15062/task/15085/stat : 15085 (java) R 15059 15062 11545 0 -1 4202560 12 0 0 0 230 0 0 0 20 0 22 0 6521093 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438659870976 140438669801448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15086] ppid=15059 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/15062/task/15086/stat : 15086 (java) R 15059 15062 11545 0 -1 4202560 64 0 0 0 227 2 0 0 20 0 22 0 6521093 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438660931768 140438670426519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15087] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15087/stat : 15087 (java) S 15059 15062 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6521093 10060525568 50746 33554432000 1073741824 1073778376 140735440466960 140438658827944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.07 3.77 3.77 5/219 15087
/proc/meminfo: memFree=25442728/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=13.95 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 25219 0 1 0 1373 22 0 0 20 0 22 0 6521019 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 91940 2285 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) S 15059 15062 11545 0 -1 4202560 2425 0 1 0 18 2 0 0 20 0 22 0 6521020 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438845584248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 140 0 0 0 6 2 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 155 0 0 0 7 3 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 87 0 0 0 3 1 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 6521021 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 22 0 6521022 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 91940 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1 cores=0,2,4,6

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

/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 6521023 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) S 15059 15062 11545 0 -1 4202560 13755 0 0 0 163 2 0 0 20 0 22 0 6521025 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438665145016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) S 15059 15062 11545 0 -1 4202560 11339 0 0 0 130 2 0 0 20 0 22 0 6521025 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438664092216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6521025 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 6521025 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 6521043 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15085] ppid=15059 vsize=9824732 CPUtime=57.47 cores=0,2,4,6
/proc/15062/task/15085/stat : 15085 (java) R 15059 15062 11545 0 -1 4202560 58 0 0 0 5746 1 0 0 20 0 22 0 6521093 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438659877952 140438669828115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15086] ppid=15059 vsize=9824732 CPUtime=57.48 cores=0,2,4,6
/proc/15062/task/15086/stat : 15086 (java) R 15059 15062 11545 0 -1 4202560 1254 0 0 0 5716 32 0 0 20 0 22 0 6521093 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438660930400 140438670061656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15087] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15087/stat : 15087 (java) S 15059 15062 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6521093 10060525568 725865 33554432000 1073741824 1073778376 140735440466960 140438658827944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (KiB) 9824732

[startup+60.8007 s]
/proc/loadavg: 4.11 3.83 3.80 4/214 15088
/proc/meminfo: memFree=22753284/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=123.95 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 33224 0 1 0 12282 113 0 0 20 0 19 0 6521019 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 739466 2285 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) R 15059 15062 11545 0 -1 4202560 2428 0 1 0 20 2 0 0 20 0 19 0 6521020 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438845583928 140438669629360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 282 0 0 0 34 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 181 0 0 0 29 8 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 309 0 0 0 38 12 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 146 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 258 0 0 0 29 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 261 0 0 0 30 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 193 0 0 0 24 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 170 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 1265 0 0 0 0 2 0 0 20 0 19 0 6521022 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) S 15059 15062 11545 0 -1 4202560 13755 0 0 0 164 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438665145016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) S 15059 15062 11545 0 -1 4202560 11339 0 0 0 130 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438664092216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6521043 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 123.95
Current children cumulated vsize (KiB) 9824732

[startup+61.2008 s]
/proc/loadavg: 4.11 3.83 3.80 4/214 15088
/proc/meminfo: memFree=22753284/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=124.37 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 33224 0 1 0 12324 113 0 0 20 0 19 0 6521019 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 739466 2285 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) R 15059 15062 11545 0 -1 4202560 2428 0 1 0 60 2 0 0 20 0 19 0 6521020 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438845583928 140438669629342 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 282 0 0 0 34 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 181 0 0 0 29 8 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 309 0 0 0 38 12 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 146 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 258 0 0 0 29 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 261 0 0 0 30 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 193 0 0 0 24 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 170 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 1265 0 0 0 0 2 0 0 20 0 19 0 6521022 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) S 15059 15062 11545 0 -1 4202560 13755 0 0 0 165 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438665145016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) S 15059 15062 11545 0 -1 4202560 11339 0 0 0 130 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438664092216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6521043 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 124.37
Current children cumulated vsize (KiB) 9824732

[startup+61.6007 s]
/proc/loadavg: 4.11 3.83 3.80 3/213 15088
/proc/meminfo: memFree=22753040/32872528 swapFree=13208/1155804
[pid=15062] ppid=15059 vsize=9824732 CPUtime=124.77 cores=0,2,4,6
/proc/15062/stat : 15062 (java) S 15059 15062 11545 0 -1 4202496 33227 0 1 0 12364 113 0 0 20 0 19 0 6521019 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140735440458096 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15062/statm: 2456183 739466 2285 9 0 2446860 0
[pid=15062/tid=15064] ppid=15059 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/15062/task/15064/stat : 15064 (java) R 15059 15062 11545 0 -1 4202560 2428 0 1 0 101 2 0 0 20 0 19 0 6521020 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438845581872 140438670338007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15065] ppid=15059 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/15062/task/15065/stat : 15065 (java) S 15059 15062 11545 0 -1 4202560 282 0 0 0 34 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438807075112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15066] ppid=15059 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15062/task/15066/stat : 15066 (java) S 15059 15062 11545 0 -1 4202560 181 0 0 0 29 8 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438806022312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15067] ppid=15059 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/15062/task/15067/stat : 15067 (java) S 15059 15062 11545 0 -1 4202560 309 0 0 0 38 12 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438804970024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15068] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15068/stat : 15068 (java) S 15059 15062 11545 0 -1 4202560 146 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438803917224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15069] ppid=15059 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/15062/task/15069/stat : 15069 (java) S 15059 15062 11545 0 -1 4202560 258 0 0 0 29 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438802864936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15070] ppid=15059 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/15062/task/15070/stat : 15070 (java) S 15059 15062 11545 0 -1 4202560 261 0 0 0 30 9 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438801812136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15071] ppid=15059 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15062/task/15071/stat : 15071 (java) S 15059 15062 11545 0 -1 4202560 193 0 0 0 24 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438800759848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15072] ppid=15059 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15062/task/15072/stat : 15072 (java) S 15059 15062 11545 0 -1 4202560 170 0 0 0 25 7 0 0 20 0 19 0 6521021 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438799707048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15073] ppid=15059 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15062/task/15073/stat : 15073 (java) S 15059 15062 11545 0 -1 4202560 1266 0 0 0 0 2 0 0 20 0 19 0 6521022 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438669355240 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15062/tid=15074] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15074/stat : 15074 (java) S 15059 15062 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438668301304 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15075] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15075/stat : 15075 (java) S 15059 15062 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6521023 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438667248904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15076] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15076/stat : 15076 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438666197392 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15077] ppid=15059 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/15062/task/15077/stat : 15077 (java) S 15059 15062 11545 0 -1 4202560 13755 0 0 0 165 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438665145016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15062/tid=15078] ppid=15059 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/15062/task/15078/stat : 15078 (java) S 15059 15062 11545 0 -1 4202560 11339 0 0 0 130 2 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438664092216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15079] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15079/stat : 15079 (java) S 15059 15062 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438663040120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15062/tid=15080] ppid=15059 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15062/task/15080/stat : 15080 (java) S 15059 15062 11545 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 6521025 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438661987528 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15062/tid=15084] ppid=15059 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15062/task/15084/stat : 15084 (java) S 15059 15062 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6521043 10060525568 739466 33554432000 1073741824 1073778376 140735440466960 140438657774632 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 124.77
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.120003
#  lost CPU user time (s): 0.129997
#  lost CPU system time (s): -0.00999999

Real time (s): 61.6499
CPU time (s): 124.984
CPU user time (s): 123.732
CPU system time (s): 1.25181
CPU usage (%): 202.732
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 123.602
system time used= 1.26181
maximum resident set size= 2957888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33242
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2286
involuntary context switches= 2764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.427934 second user time and 0.487925 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 04:58:56
IDJOB=4119413
IDBENCH=111724
IDSOLVER=2543
FILE ID=node114/4119413-1467255536
RUNJOBID= node114-1467246678-11561
PBS_JOBID= 20004474
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-20.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119413-1467255536/watcher-4119413-1467255536 -o /tmp/evaluation-result-4119413-1467255536/solver-4119413-1467255536 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119413-1467255536.opb

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

MD5SUM BENCH= f8fcb3375756150bbf7abfd66b9ecade
RANDOM SEED=1257082444

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.56
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.752
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:        25690844 kB
Buffers:          119328 kB
Cached:          1212040 kB
SwapCached:            0 kB
Active:          4067848 kB
Inactive:        1210268 kB
Active(anon):    3948888 kB
Inactive(anon):      572 kB
Active(file):     118960 kB
Inactive(file):  1209696 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       5121100 kB
Mapped:            22240 kB
Shmem:               204 kB
Slab:             608716 kB
SReclaimable:      52872 kB
SUnreclaim:       555844 kB
KernelStack:        1816 kB
PageTables:        14484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5567896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5025792 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= 71668 MiB
End job on node114 at 2016-06-30 04:59:58