Trace number 4118749

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 PB16OPT11 185.83 184.192

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-020.lin.opb
MD5SUM45180a21a81c1888f465e39ce908a9da
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.526919
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables238
Total number of constraints775
Number of constraints which are clauses627
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints147
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 206
Biggest coefficient in the objective function 85
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 529
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 85
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 529
Number of bits of the biggest sum of numbers10
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.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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4118749-1467234810.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.20	c ... done. Wall clock time 0.091s.
0.25/0.20	c declared #vars     238
0.25/0.20	c #constraints  776
0.25/0.20	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 627
0.25/0.21	c org.sat4j.specs.Constr$1 => 1
0.25/0.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 147
0.25/0.21	c 776 constraints processed.
0.25/0.21	c objective function length is 206 literals
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.099
0.25/0.21	o 40
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.154
0.25/0.27	o 39
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.25/0.28	o 37
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.25/0.29	o 36
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.288
0.67/0.40	o 34
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.67/0.40	o 33
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.294
0.67/0.41	o 32
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.298
0.67/0.41	o 31
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.67/0.41	o 29
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.318
0.67/0.43	o 28
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
0.82/0.50	o 27
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
0.82/0.50	o 25
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.435
0.82/0.55	o 24
1.03/0.62	c Got one! Elapsed wall clock time (in seconds):0.508
1.03/0.62	o 23
1.03/0.62	c Got one! Elapsed wall clock time (in seconds):0.51
1.03/0.62	o 22
1.03/0.63	c Got one! Elapsed wall clock time (in seconds):0.513
1.03/0.63	o 21
1.03/0.63	c Got one! Elapsed wall clock time (in seconds):0.518
1.03/0.63	o 20
1.03/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.03/0.65	o 18
1.23/0.74	c Got one! Elapsed wall clock time (in seconds):0.628
1.23/0.74	o 17
1.23/0.74	c Got one! Elapsed wall clock time (in seconds):0.631
1.23/0.74	o 16
1.39/0.83	c cleaning 4481 clauses out of 8961 with flag 2103/8961
1.39/0.84	c Got one! Elapsed wall clock time (in seconds):0.728
1.39/0.84	o 15
1.39/0.89	c Got one! Elapsed wall clock time (in seconds):0.778
1.39/0.89	o 14
1.53/0.93	c Got one! Elapsed wall clock time (in seconds):0.819
1.53/0.93	o 13
1.63/1.01	c Got one! Elapsed wall clock time (in seconds):0.894
1.63/1.01	o 12
1.63/1.01	c Got one! Elapsed wall clock time (in seconds):0.896
1.63/1.01	o 11
1.74/1.18	c cleaning 5777 clauses out of 11554 with flag 6295/16035
2.04/1.47	c cleaning 5888 clauses out of 11775 with flag 19189/22033
2.35/1.77	c cleaning 6439 clauses out of 12887 with flag 34234/29033
2.78/2.18	c cleaning 7219 clauses out of 14448 with flag 50766/37033
3.29/2.63	c cleaning 8116 clauses out of 16231 with flag 70007/46035
3.79/3.16	c cleaning 9056 clauses out of 18113 with flag 91734/56033
4.39/3.78	c cleaning 10030 clauses out of 20059 with flag 117220/67035
5.19/4.51	c cleaning 11014 clauses out of 22029 with flag 144721/79035
5.98/5.37	c cleaning 12006 clauses out of 24014 with flag 175297/92034
6.99/6.34	c cleaning 13001 clauses out of 26010 with flag 207827/106036
8.09/7.44	c cleaning 14003 clauses out of 28006 with flag 243296/121033
9.29/8.64	c cleaning 15002 clauses out of 30004 with flag 279487/137034
10.59/9.99	c cleaning 16001 clauses out of 32003 with flag 318536/154035
12.09/11.44	c cleaning 17000 clauses out of 34000 with flag 361377/172033
13.78/13.18	c cleaning 17997 clauses out of 36000 with flag 405267/191033
15.69/15.06	c cleaning 18995 clauses out of 38004 with flag 449659/211034
17.99/17.33	c cleaning 20001 clauses out of 40008 with flag 502015/232033
20.39/19.71	c cleaning 21002 clauses out of 42007 with flag 556790/254033
22.61/21.92	c cleaning 21995 clauses out of 44006 with flag 610758/277034
25.31/24.65	c cleaning 23006 clauses out of 46012 with flag 668333/301035
27.91/27.27	c cleaning 23995 clauses out of 48004 with flag 723097/326033
30.71/30.03	c cleaning 25001 clauses out of 50012 with flag 783805/352036
33.82/33.17	c cleaning 26004 clauses out of 52011 with flag 849620/379036
37.52/36.85	c cleaning 27002 clauses out of 54004 with flag 922669/407033
40.82/40.15	c cleaning 28001 clauses out of 56006 with flag 993545/436037
44.52/43.85	c cleaning 28995 clauses out of 58002 with flag 1070433/466034
48.82/48.10	c cleaning 30001 clauses out of 60008 with flag 1149684/497035
52.72/52.05	c cleaning 30999 clauses out of 62005 with flag 1229942/529033
57.16/56.44	c cleaning 31999 clauses out of 64006 with flag 1313785/562033
61.76/61.07	c cleaning 33000 clauses out of 66007 with flag 1402843/596033
66.77/66.02	c cleaning 34000 clauses out of 68007 with flag 1492866/631033
71.96/71.24	c cleaning 35003 clauses out of 70008 with flag 1582741/667034
77.66/76.96	c cleaning 35998 clauses out of 72004 with flag 1672966/704033
85.07/84.37	c cleaning 37001 clauses out of 74006 with flag 1770618/742033
92.18/91.46	c cleaning 38002 clauses out of 76006 with flag 1869509/781034
98.90/98.17	c cleaning 39002 clauses out of 78004 with flag 1964100/821034
106.51/105.71	c cleaning 40000 clauses out of 80002 with flag 2063446/862034
114.40/113.66	c cleaning 41000 clauses out of 82001 with flag 2164956/904033
123.03/122.27	c cleaning 41999 clauses out of 84003 with flag 2267425/947035
132.11/131.08	c cleaning 42999 clauses out of 86003 with flag 2371763/991034
140.70/139.21	c cleaning 44000 clauses out of 88003 with flag 2474847/1036033
150.54/148.87	c cleaning 45001 clauses out of 90002 with flag 2580485/1082034
159.13/157.43	c cleaning 45997 clauses out of 91999 with flag 2685521/1129033
168.32/166.62	c cleaning 46999 clauses out of 94004 with flag 2795284/1177035
177.74/176.07	c cleaning 47998 clauses out of 96004 with flag 2904364/1226035
185.83/184.18	c starts		: 2094
185.83/184.18	c conflicts		: 1272988
185.83/184.18	c decisions		: 1344732
185.83/184.18	c propagations		: 23183441
185.83/184.18	c inspects		: 3417817208
185.83/184.18	c shortcuts		: 0
185.83/184.18	c learnt literals	: 14
185.83/184.18	c learnt binary clauses	: 19
185.83/184.18	c learnt ternary clauses	: 256
185.83/184.18	c learnt constraints	: 1272973
185.83/184.18	c ignored constraints	: 0
185.83/184.18	c root simplifications	: 0
185.83/184.18	c removed literals (reason simplification)	: 0
185.83/184.18	c reason swapping (by a shorter reason)	: 0
185.83/184.18	c Calls to reduceDB	: 46
185.83/184.18	c Number of update (reduction) of LBD	: 24219
185.83/184.18	c Imported unit clauses	: 0
185.83/184.18	c number of reductions to clauses (during analyze)	: 0
185.83/184.18	c number of learned constraints concerned by reduction	: 0
185.83/184.18	c number of learning phase by resolution	: 0
185.83/184.18	c number of learning phase by cutting planes	: 0
185.83/184.18	c speed (assignments/second)	: 126014.76839118572
185.83/184.18	c non guided choices	231
185.83/184.18	c learnt constraints type 
185.83/184.18	s OPTIMUM FOUND
185.83/184.18	c Found 25 solution(s)
185.83/184.18	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 x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 
185.83/184.18	c objective function=11
185.83/184.18	c Total wall clock time (in seconds): 184.071

Verifier Data

OK	11

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-4118749-1467234810/watcher-4118749-1467234810 -o /tmp/evaluation-result-4118749-1467234810/solver-4118749-1467234810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118749-1467234810.opb 

pid=8358
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.13 2.16 2.20 3/196 8361
/proc/meminfo: memFree=26897164/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8361/stat : 8361 (java) D 8358 8361 4818 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 4433509 9515008 186 33554432000 1073741824 1073778376 140737329825088 140737329814152 273896533287 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.13 2.16 2.20 3/196 8361
/proc/meminfo: memFree=26897164/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 4433509 9787879424 6036 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.13 2.16 2.20 3/196 8361
/proc/meminfo: memFree=26897164/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 4754 0 1 0 24 1 0 0 20 0 18 0 4433509 9787879424 6855 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2389619 6855 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300297 s]
/proc/loadavg: 2.13 2.16 2.20 3/196 8361
/proc/meminfo: memFree=26897164/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 7277 0 1 0 50 2 0 0 20 0 19 0 4433509 9856040960 8593 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 8593 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70025 s]
/proc/loadavg: 2.13 2.16 2.20 3/196 8361
/proc/meminfo: memFree=26897164/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 11492 0 1 0 121 2 0 0 20 0 19 0 4433509 9856040960 10302 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 10302 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.13 2.16 2.20 3/215 8380
/proc/meminfo: memFree=26859076/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 13021 0 1 0 213 2 0 0 20 0 19 0 4433509 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 12358 2259 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2413 0 1 0 146 0 0 0 20 0 19 0 4433510 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360854778232 140360689430311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 4572 0 0 0 32 0 0 0 20 0 19 0 4433515 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 4764 0 0 0 33 0 0 0 20 0 19 0 4433515 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 12358 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.13 2.16 2.20 3/215 8380
/proc/meminfo: memFree=26842444/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 13191 0 1 0 376 3 0 0 20 0 19 0 4433509 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 15942 2259 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2421 0 1 0 304 1 0 0 20 0 19 0 4433510 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360854769328 140360689389055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 4572 0 0 0 32 0 0 0 20 0 19 0 4433515 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 4926 0 0 0 37 0 0 0 20 0 19 0 4433515 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 15942 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.12 2.15 2.20 3/215 8380
/proc/meminfo: memFree=26807140/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 13204 0 1 0 695 4 0 0 20 0 19 0 4433509 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 21511 2260 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2433 0 1 0 624 1 0 0 20 0 19 0 4433510 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360854769328 140360689389055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 4572 0 0 0 32 0 0 0 20 0 19 0 4433515 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 4926 0 0 0 37 0 0 0 20 0 19 0 4433515 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 21511 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 5965 0 0 0 42 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 17943 0 0 0 113 2 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 184.93
Current children cumulated vsize (KiB) 9625040

[startup+183.601 s]
/proc/loadavg: 2.30 2.19 2.19 3/215 8384
/proc/meminfo: memFree=26762376/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=185.33 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 28253 0 1 0 18519 14 0 0 20 0 19 0 4433509 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 53065 2274 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=182.99 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2481 0 1 0 18294 5 0 0 20 0 19 0 4433510 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360854769296 140360689354216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 138 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 132 0 0 0 3 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 5965 0 0 0 42 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 17943 0 0 0 113 2 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 185.33
Current children cumulated vsize (KiB) 9625040

[startup+184.001 s]
/proc/loadavg: 2.30 2.19 2.19 4/215 8384
/proc/meminfo: memFree=26762376/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=185.73 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 28253 0 1 0 18559 14 0 0 20 0 19 0 4433509 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 53065 2274 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=183.39 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2481 0 1 0 18334 5 0 0 20 0 19 0 4433510 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360854769296 140360689611640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 138 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 132 0 0 0 3 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 5965 0 0 0 42 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 17943 0 0 0 113 2 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 185.73
Current children cumulated vsize (KiB) 9625040

[startup+184.101 s]
/proc/loadavg: 2.30 2.19 2.19 4/215 8384
/proc/meminfo: memFree=26762376/32872528 swapFree=1483896/1661724
[pid=8361] ppid=8358 vsize=9625040 CPUtime=185.83 cores=1,3,5,7
/proc/8361/stat : 8361 (java) S 8358 8361 4818 0 -1 4202496 28255 0 1 0 18569 14 0 0 20 0 19 0 4433509 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140737329816224 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8361/statm: 2406260 53065 2274 9 0 2396937 0
[pid=8361/tid=8363] ppid=8358 vsize=9625040 CPUtime=183.49 cores=1,3,5,7
/proc/8361/task/8363/stat : 8363 (java) R 8358 8361 4818 0 -1 4202560 2481 0 1 0 18344 5 0 0 20 0 19 0 4433510 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360854778648 140360689129416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8364] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8364/stat : 8364 (java) S 8358 8361 4818 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360816270248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8365] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8365/stat : 8365 (java) S 8358 8361 4818 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360815217704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8366] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8366/stat : 8366 (java) S 8358 8361 4818 0 -1 4202560 138 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360814164648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8367] ppid=8358 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8361/task/8367/stat : 8367 (java) S 8358 8361 4818 0 -1 4202560 132 0 0 0 3 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360813112104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8368] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8368/stat : 8368 (java) S 8358 8361 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360812059048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8369] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8369/stat : 8369 (java) S 8358 8361 4818 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360811006504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8370] ppid=8358 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8361/task/8370/stat : 8370 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360809953448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8371] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8371/stat : 8371 (java) S 8358 8361 4818 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 19 0 4433511 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360808900904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8361/tid=8372] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8372/stat : 8372 (java) S 8358 8361 4818 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4433512 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360678763368 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8373] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8373/stat : 8373 (java) S 8358 8361 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360677709688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8374] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8374/stat : 8374 (java) S 8358 8361 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4433513 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360676656520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8375] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8375/stat : 8375 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360675605264 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8376] ppid=8358 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8361/task/8376/stat : 8376 (java) S 8358 8361 4818 0 -1 4202560 5967 0 0 0 42 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360674552120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8361/tid=8377] ppid=8358 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/8361/task/8377/stat : 8377 (java) S 8358 8361 4818 0 -1 4202560 17943 0 0 0 114 2 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140360673499576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8378] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8378/stat : 8378 (java) S 8358 8361 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359799662840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8361/tid=8379] ppid=8358 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8361/task/8379/stat : 8379 (java) S 8358 8361 4818 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 4433515 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359798610504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8361/tid=8380] ppid=8358 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8361/task/8380/stat : 8380 (java) S 8358 8361 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4433530 9856040960 53065 33554432000 1073741824 1073778376 140737329825088 140359797556776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 185.83
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8361 and gives
#  childrusage.ru_utime.tv_sec=185
#  childrusage.ru_utime.tv_usec=312828
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=232964
# CPU time returned by wait4() is 185.546
# while last known CPU time is 185.83
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 184.192
CPU time (s): 185.83
CPU user time (s): 185.69
CPU system time (s): 0.14
CPU usage (%): 100.889
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.313
system time used= 0.232964
maximum resident set size= 216244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28277
page faults= 1
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4298
involuntary context switches= 1343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2998 second user time and 1.68474 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 23:13:30
IDJOB=4118749
IDBENCH=111528
IDSOLVER=2546
FILE ID=node134/4118749-1467234810
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 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-edgecross10-020.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118749-1467234810/watcher-4118749-1467234810 -o /tmp/evaluation-result-4118749-1467234810/solver-4118749-1467234810 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118749-1467234810.opb

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

MD5SUM BENCH= 45180a21a81c1888f465e39ce908a9da
RANDOM SEED=421541206

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26897956 kB
Buffers:          143136 kB
Cached:          2994224 kB
SwapCached:            0 kB
Active:           560796 kB
Inactive:        3004656 kB
Active(anon):     430916 kB
Inactive(anon):        0 kB
Active(file):     129880 kB
Inactive(file):  3004656 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       2090024 kB
Mapped:            21564 kB
Shmem:               216 kB
Slab:             611968 kB
SReclaimable:      55844 kB
SUnreclaim:       556124 kB
KernelStack:        1592 kB
PageTables:         8512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2243000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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= 71708 MiB
End job on node134 at 2016-06-29 23:16:34