Trace number 4118470

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 Resolution PB16OPT-104 42.6675 42.019

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern20-05.lin.opb
MD5SUMf3b459ecd342f6aa7bfd559eb4333d18
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-104
Best CPU time to get the best result obtained on this benchmark42.6675
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables207
Total number of constraints374
Number of constraints which are clauses187
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints187
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 207
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 4096
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4096
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4118470-1467230141.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     207
0.09/0.18	c #constraints  374
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 187
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 187
0.09/0.18	c 374 constraints processed.
0.09/0.18	c objective function length is 207 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.074
0.09/0.19	o -62
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.081
0.09/0.19	o -64
0.23/0.20	c Got one! Elapsed wall clock time (in seconds):0.087
0.23/0.20	o -66
0.23/0.20	c Got one! Elapsed wall clock time (in seconds):0.094
0.23/0.20	o -80
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.158
0.23/0.27	o -82
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.23/0.28	o -84
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.195
0.51/0.31	o -90
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.51/0.32	o -98
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.51/0.33	o -100
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.227
0.51/0.34	o -104
1.04/0.63	c cleaning 2902 clauses out of 5815 with flag 10260/5815
1.42/0.96	c cleaning 4457 clauses out of 8913 with flag 24559/11815
1.82/1.34	c cleaning 5728 clauses out of 11456 with flag 39740/18815
2.33/1.81	c cleaning 6864 clauses out of 13728 with flag 57030/26815
2.85/2.35	c cleaning 7930 clauses out of 15865 with flag 77147/35816
3.54/3.01	c cleaning 8962 clauses out of 17933 with flag 103073/45814
4.25/3.75	c cleaning 9982 clauses out of 19971 with flag 129909/56814
5.17/4.63	c cleaning 10995 clauses out of 21990 with flag 159051/68815
6.27/5.73	c cleaning 11991 clauses out of 23994 with flag 189719/81814
7.47/6.95	c cleaning 13002 clauses out of 26004 with flag 226892/95815
8.87/8.32	c cleaning 14001 clauses out of 28002 with flag 261338/110815
10.38/9.83	c cleaning 15001 clauses out of 30001 with flag 296378/126815
11.88/11.39	c cleaning 16001 clauses out of 32001 with flag 332101/143816
13.67/13.14	c cleaning 16999 clauses out of 33998 with flag 370175/161814
15.67/15.11	c cleaning 17998 clauses out of 36000 with flag 411623/180815
17.67/17.14	c cleaning 18999 clauses out of 38001 with flag 455793/200814
19.99/19.42	c cleaning 19995 clauses out of 40002 with flag 505096/221814
22.49/21.96	c cleaning 21001 clauses out of 42007 with flag 559973/243814
25.30/24.70	c cleaning 22002 clauses out of 44007 with flag 617399/266815
27.90/27.38	c cleaning 23001 clauses out of 46005 with flag 669157/290815
31.00/30.48	c cleaning 24000 clauses out of 48004 with flag 729482/315815
34.20/33.63	c cleaning 25002 clauses out of 50004 with flag 785363/341815
38.11/37.56	c cleaning 26001 clauses out of 52003 with flag 842260/368817
42.64/42.01	c starts		: 1278
42.64/42.01	c conflicts		: 396425
42.64/42.01	c decisions		: 470067
42.64/42.01	c propagations		: 6661377
42.64/42.01	c inspects		: 814353079
42.64/42.01	c shortcuts		: 0
42.64/42.01	c learnt literals	: 14
42.64/42.01	c learnt binary clauses	: 155
42.64/42.01	c learnt ternary clauses	: 548
42.64/42.01	c learnt constraints	: 396410
42.64/42.01	c ignored constraints	: 0
42.64/42.01	c root simplifications	: 0
42.64/42.01	c removed literals (reason simplification)	: 0
42.64/42.01	c reason swapping (by a shorter reason)	: 0
42.64/42.01	c Calls to reduceDB	: 23
42.64/42.01	c Number of update (reduction) of LBD	: 8468
42.64/42.01	c Imported unit clauses	: 0
42.64/42.01	c number of reductions to clauses (during analyze)	: 0
42.64/42.01	c number of learned constraints concerned by reduction	: 0
42.64/42.01	c number of learning phase by resolution	: 0
42.64/42.01	c number of learning phase by cutting planes	: 0
42.64/42.01	c speed (assignments/second)	: 159252.59987090295
42.64/42.01	c non guided choices	0
42.64/42.01	c learnt constraints type 
42.64/42.01	s OPTIMUM FOUND
42.64/42.01	c Found 10 solution(s)
42.64/42.01	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 -x61 -x62 -x63 x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 -x74 x75 x76 -x77 x78 -x79 -x80 -x81 x82 x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 x95 x96 -x97 x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 x111 -x112 -x113 -x114 x115 x116 -x117 x118 -x119 -x120 -x121 x122 x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 x140 x141 -x142 -x143 -x144 -x145 x146 x147 x148 -x149 x150 x151 -x152 x153 x154 -x155 x156 x157 -x158 x159 x160 x161 -x162 -x163 -x164 -x165 x166 x167 -x168 x169 x170 -x171 x172 x173 -x174 x175 x176 x177 -x178 -x179 -x180 -x181 x182 x183 -x184 x185 x186 -x187 x188 x189 -x190 x191 x192 x193 -x194 -x195 -x196 -x197 x198 x199 -x200 x201 x202 -x203 x204 -x205 x206 -x207 
42.64/42.01	c objective function=-104
42.64/42.01	c Total wall clock time (in seconds): 41.9

Verifier Data

OK	-104

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

pid=13220
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.06 2.22 2.31 3/194 13223
/proc/meminfo: memFree=27711136/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13223/stat : 13223 (java) R 13220 13223 5267 0 -1 4202496 508 0 0 0 0 0 0 0 20 0 1 0 3965330 9515008 162 33554432000 1073741824 1073778376 140736137113520 140736137110648 239872717296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2323 172 130 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.06 2.22 2.31 3/194 13223
/proc/meminfo: memFree=27711136/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 3965330 9787879424 6036 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.06 2.22 2.31 3/194 13223
/proc/meminfo: memFree=27711136/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 4742 0 1 0 22 1 0 0 20 0 19 0 3965330 9856040960 6830 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 6830 2203 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300212 s]
/proc/loadavg: 2.06 2.22 2.31 3/194 13223
/proc/meminfo: memFree=27711136/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 6646 0 1 0 49 2 0 0 20 0 19 0 3965330 9856040960 8389 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 8389 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700194 s]
/proc/loadavg: 2.06 2.22 2.31 3/194 13223
/proc/meminfo: memFree=27711136/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10348 0 1 0 117 3 0 0 20 0 19 0 3965330 9856040960 11052 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 11052 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.06 2.22 2.31 3/213 13242
/proc/meminfo: memFree=27669344/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10357 0 1 0 200 3 0 0 20 0 19 0 3965330 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 13615 2256 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2414 0 1 0 144 2 0 0 20 0 19 0 3965331 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225755853144 140225599189011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4433 0 0 0 30 0 0 0 20 0 19 0 3965336 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 13615 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.06 2.22 2.31 3/213 13242
/proc/meminfo: memFree=27658360/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10390 0 1 0 362 3 0 0 20 0 19 0 3965330 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 17224 2257 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2422 0 1 0 304 2 0 0 20 0 19 0 3965331 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225755844256 140225599246575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4458 0 0 0 33 0 0 0 20 0 19 0 3965336 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 17224 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.13 2.24 2.32 4/213 13242
/proc/meminfo: memFree=27649740/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10404 0 1 0 684 3 0 0 20 0 19 0 3965330 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 23351 2258 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2435 0 1 0 623 3 0 0 20 0 19 0 3965331 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225755844256 140225599189031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4458 0 0 0 35 0 0 0 20 0 19 0 3965336 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 23351 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9625040


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

[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4460 0 0 0 36 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.61
Current children cumulated vsize (KiB) 9625040

[startup+40.8078 s]
/proc/loadavg: 2.12 2.22 2.31 3/213 13242
/proc/meminfo: memFree=27574372/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=41.42 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10489 0 1 0 4136 6 0 0 20 0 19 0 3965330 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 43851 2271 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=40.76 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2475 0 1 0 4072 4 0 0 20 0 19 0 3965331 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225755853096 140225599246575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4460 0 0 0 36 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 41.42
Current children cumulated vsize (KiB) 9625040

[startup+41.6008 s]
/proc/loadavg: 2.12 2.22 2.31 3/213 13242
/proc/meminfo: memFree=27574372/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=42.24 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10489 0 1 0 4218 6 0 0 20 0 19 0 3965330 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 43851 2271 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=41.55 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2475 0 1 0 4151 4 0 0 20 0 19 0 3965331 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225755853016 140225599231779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4460 0 0 0 39 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 23 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 42.24
Current children cumulated vsize (KiB) 9625040

[startup+42.0008 s]
/proc/loadavg: 2.12 2.22 2.31 3/213 13242
/proc/meminfo: memFree=27574372/32872528 swapFree=1459092/1655316
[pid=13223] ppid=13220 vsize=9625040 CPUtime=42.64 cores=1,3,5,7
/proc/13223/stat : 13223 (java) S 13220 13223 5267 0 -1 4202496 10490 0 1 0 4258 6 0 0 20 0 19 0 3965330 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140736137104656 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13223/statm: 2406260 43851 2271 9 0 2396937 0
[pid=13223/tid=13225] ppid=13220 vsize=9625040 CPUtime=41.95 cores=1,3,5,7
/proc/13223/task/13225/stat : 13225 (java) R 13220 13223 5267 0 -1 4202560 2476 0 1 0 4191 4 0 0 20 0 19 0 3965331 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225755851288 140225599426428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13226] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13226/stat : 13226 (java) S 13220 13223 5267 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225717344424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13227] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13227/stat : 13227 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225598712104 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13228] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13228/stat : 13228 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225597659560 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13229] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13229/stat : 13229 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225596607016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13230] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13230/stat : 13230 (java) S 13220 13223 5267 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225595554472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13231] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13231/stat : 13231 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225594501928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13232] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13232/stat : 13232 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225593449384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13233] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13233/stat : 13233 (java) S 13220 13223 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3965332 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225592396840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13234] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13234/stat : 13234 (java) S 13220 13223 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3965333 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225110067304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13235] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13235/stat : 13235 (java) S 13220 13223 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225109013624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13236] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13236/stat : 13236 (java) S 13220 13223 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3965334 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225107960968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13237] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13237/stat : 13237 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225106909712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13238] ppid=13220 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/13223/task/13238/stat : 13238 (java) S 13220 13223 5267 0 -1 4202560 4460 0 0 0 39 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225105857080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13239] ppid=13220 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/13223/task/13239/stat : 13239 (java) S 13220 13223 5267 0 -1 4202560 2239 0 0 0 24 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225104804536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13223/tid=13240] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13240/stat : 13240 (java) S 13220 13223 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225103752184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13223/tid=13241] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13241/stat : 13241 (java) S 13220 13223 5267 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3965336 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225102699848 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13223/tid=13242] ppid=13220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13223/task/13242/stat : 13242 (java) S 13220 13223 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3965349 9856040960 43851 33554432000 1073741824 1073778376 140736137113520 140225101644584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 42.64
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 42.019
CPU time (s): 42.6675
CPU user time (s): 42.5855
CPU system time (s): 0.081987
CPU usage (%): 101.543
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5855
system time used= 0.081987
maximum resident set size= 175460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10511
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1192
involuntary context switches= 92

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.330949 second user time and 0.362944 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 21:55:42
IDJOB=4118470
IDBENCH=111497
IDSOLVER=2546
FILE ID=node136/4118470-1467230141
RUNJOBID= node136-1467227648-12920
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern20-05.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118470-1467230141/watcher-4118470-1467230141 -o /tmp/evaluation-result-4118470-1467230141/solver-4118470-1467230141 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467227648-12920 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118470-1467230141.opb

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

MD5SUM BENCH= f3b459ecd342f6aa7bfd559eb4333d18
RANDOM SEED=1246796861

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27711516 kB
Buffers:          156112 kB
Cached:          1752724 kB
SwapCached:            0 kB
Active:          1053936 kB
Inactive:        1689424 kB
Active(anon):     836324 kB
Inactive(anon):      892 kB
Active(file):     217612 kB
Inactive(file):  1688532 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       2506132 kB
Mapped:            22228 kB
Shmem:               204 kB
Slab:             610192 kB
SReclaimable:      54304 kB
SUnreclaim:       555888 kB
KernelStack:        1768 kB
PageTables:         8796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2621332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    997376 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= 71644 MiB
End job on node136 at 2016-06-29 21:56:24