Trace number 4119213

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 PB16SAT (TO)-2496488 1800.61 1797.45

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2g-0066-0066.lin.opb
MD5SUM24ec843c5ef8e3cdd6be5396d5c3ee68
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2865560
Best CPU time to get the best result obtained on this benchmark52.2181
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables324
Total number of constraints468
Number of constraints which are clauses216
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints216
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 216
Biggest coefficient in the objective function 283615
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 18043707
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 283615
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 18043707
Number of bits of the biggest sum of numbers25
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119213-1467252052.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.075s.
0.09/0.19	c declared #vars     324
0.09/0.19	c #constraints  504
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 252
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 216
0.09/0.19	c 504 constraints processed.
0.09/0.19	c objective function length is 216 literals
0.24/0.20	c SATISFIABLE
0.24/0.20	c OPTIMIZING...
0.24/0.20	c Got one! Elapsed wall clock time (in seconds):0.084
0.24/0.20	o -2455205
0.24/0.21	c Got one! Elapsed wall clock time (in seconds):0.096
0.24/0.21	o -2476846
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.111
0.24/0.23	o -2496488
0.94/0.69	c cleaning 2509 clauses out of 5017 with flag 11206/5017
1.56/1.13	c cleaning 4254 clauses out of 8507 with flag 24028/11016
2.18/1.70	c cleaning 5628 clauses out of 11255 with flag 38953/18018
2.79/2.38	c cleaning 6809 clauses out of 13626 with flag 55827/26017
3.61/3.18	c cleaning 7911 clauses out of 15822 with flag 74717/35022
4.61/4.11	c cleaning 8948 clauses out of 17906 with flag 95780/45017
5.61/5.14	c cleaning 9979 clauses out of 19958 with flag 118961/56017
6.70/6.28	c cleaning 10987 clauses out of 21978 with flag 144276/68016
7.91/7.47	c cleaning 11993 clauses out of 23991 with flag 171767/81016
9.72/9.29	c cleaning 12993 clauses out of 25999 with flag 205908/95017
11.22/10.76	c cleaning 13996 clauses out of 28006 with flag 243962/110017
13.02/12.58	c cleaning 15006 clauses out of 30011 with flag 282022/126018
15.01/14.53	c cleaning 16001 clauses out of 32004 with flag 322354/143017
17.33/16.84	c cleaning 17001 clauses out of 34002 with flag 368882/161016
19.93/19.43	c cleaning 18000 clauses out of 36002 with flag 416038/180017
22.43/21.90	c cleaning 19000 clauses out of 38001 with flag 462931/200016
25.88/25.34	c cleaning 19999 clauses out of 40001 with flag 512168/221016
28.97/28.48	c cleaning 20996 clauses out of 42002 with flag 563241/243016
32.77/32.23	c cleaning 22003 clauses out of 44008 with flag 621210/266018
35.97/35.48	c cleaning 23003 clauses out of 46006 with flag 682777/290019
39.37/38.82	c cleaning 23997 clauses out of 48000 with flag 741322/315016
42.57/42.07	c cleaning 24996 clauses out of 50003 with flag 800858/341016
46.57/46.07	c cleaning 26004 clauses out of 52007 with flag 857486/368016
51.57/51.06	c cleaning 26996 clauses out of 54003 with flag 917921/396016
57.47/56.93	c cleaning 28000 clauses out of 56007 with flag 987141/425016
62.70/62.17	c cleaning 29006 clauses out of 58012 with flag 1053702/455021
69.00/68.47	c cleaning 29993 clauses out of 60002 with flag 1126931/486017
74.60/74.00	c cleaning 30997 clauses out of 62008 with flag 1198512/518016
81.40/80.82	c cleaning 32002 clauses out of 64011 with flag 1273141/551016
87.90/87.38	c cleaning 33005 clauses out of 66011 with flag 1350183/585018
97.60/97.01	c cleaning 34002 clauses out of 68006 with flag 1437261/620018
106.80/106.28	c cleaning 34999 clauses out of 70002 with flag 1526911/656016
113.94/113.36	c cleaning 35998 clauses out of 72003 with flag 1618775/693016
121.64/121.06	c cleaning 37001 clauses out of 74005 with flag 1715367/731016
130.23/129.61	c cleaning 38001 clauses out of 76004 with flag 1812084/770016
138.04/137.50	c cleaning 39000 clauses out of 78003 with flag 1907199/810016
145.74/145.13	c cleaning 39999 clauses out of 80004 with flag 2004072/851017
154.24/153.62	c cleaning 41000 clauses out of 82005 with flag 2103651/893017
164.00/163.38	c cleaning 42001 clauses out of 84004 with flag 2204982/936016
174.61/173.93	c cleaning 43004 clauses out of 86007 with flag 2309506/980020
185.90/185.20	c cleaning 43996 clauses out of 88001 with flag 2414575/1025018
198.10/197.49	c cleaning 44990 clauses out of 90004 with flag 2528644/1071017
215.71/215.05	c cleaning 46008 clauses out of 92017 with flag 2654596/1118020
235.33/234.54	c cleaning 46997 clauses out of 94005 with flag 2784122/1166016
252.84/252.02	c cleaning 47998 clauses out of 96009 with flag 2920089/1215017
269.44/268.60	c cleaning 49000 clauses out of 98010 with flag 3041243/1265016
285.75/284.97	c cleaning 50000 clauses out of 100010 with flag 3158321/1316016
305.40/304.43	c cleaning 51000 clauses out of 102010 with flag 3283413/1368016
326.30/325.35	c cleaning 51999 clauses out of 104010 with flag 3417625/1421016
346.29/345.39	c cleaning 53006 clauses out of 106014 with flag 3556864/1475019
368.40/367.50	c cleaning 53999 clauses out of 108005 with flag 3701664/1530016
389.80/388.77	c cleaning 55002 clauses out of 110007 with flag 3857589/1586017
411.81/410.71	c cleaning 56003 clauses out of 112008 with flag 4003128/1643020
433.20/432.15	c cleaning 57001 clauses out of 114003 with flag 4164088/1701018
455.05/453.88	c cleaning 57996 clauses out of 116002 with flag 4322523/1760018
480.65/479.48	c cleaning 58997 clauses out of 118005 with flag 4474841/1820017
507.96/506.74	c cleaning 60000 clauses out of 120007 with flag 4641121/1881016
539.01/537.65	c cleaning 60999 clauses out of 122009 with flag 4813600/1943018
568.62/567.25	c cleaning 62000 clauses out of 124010 with flag 4977909/2006018
598.93/597.53	c cleaning 62998 clauses out of 126008 with flag 5155593/2070016
627.35/625.83	c cleaning 64000 clauses out of 128011 with flag 5329916/2135017
651.35/649.83	c cleaning 64998 clauses out of 130010 with flag 5497899/2201016
680.29/678.70	c cleaning 66007 clauses out of 132017 with flag 5657994/2268021
719.68/718.08	c cleaning 67000 clauses out of 134006 with flag 5847881/2336017
751.88/750.19	c cleaning 68000 clauses out of 136006 with flag 6019742/2405017
785.78/784.09	c cleaning 69001 clauses out of 138007 with flag 6176661/2475018
813.26/811.42	c cleaning 70002 clauses out of 140007 with flag 6331373/2546019
849.05/847.23	c cleaning 70999 clauses out of 142002 with flag 6488264/2618016
883.61/881.70	c cleaning 72002 clauses out of 144003 with flag 6659761/2691016
921.62/919.77	c cleaning 72995 clauses out of 146001 with flag 6848999/2765016
964.10/962.14	c cleaning 74000 clauses out of 148008 with flag 7058477/2840018
1000.81/998.84	c cleaning 74996 clauses out of 150006 with flag 7260361/2916016
1035.77/1033.78	c cleaning 76006 clauses out of 152011 with flag 7477874/2993017
1080.86/1078.83	c cleaning 76997 clauses out of 154005 with flag 7700428/3071017
1127.35/1125.27	c cleaning 78000 clauses out of 156007 with flag 7903984/3150016
1173.54/1171.49	c cleaning 78996 clauses out of 158007 with flag 8103651/3230016
1220.70/1218.58	c cleaning 80003 clauses out of 160011 with flag 8327675/3311016
1268.64/1266.44	c cleaning 80998 clauses out of 162008 with flag 8553341/3393016
1318.84/1316.68	c cleaning 82004 clauses out of 164010 with flag 8762856/3476016
1362.72/1360.48	c cleaning 83003 clauses out of 166006 with flag 8988872/3560016
1403.43/1401.15	c cleaning 83997 clauses out of 168003 with flag 9203028/3645016
1455.20/1452.86	c cleaning 84997 clauses out of 170007 with flag 9426096/3731017
1511.36/1508.91	c cleaning 86001 clauses out of 172009 with flag 9661199/3818016
1566.47/1564.04	c cleaning 86999 clauses out of 174009 with flag 9895498/3906017
1619.21/1616.78	c cleaning 88001 clauses out of 176009 with flag 10139533/3995016
1675.96/1673.45	c cleaning 89004 clauses out of 178008 with flag 10388232/4085016
1731.64/1729.06	c cleaning 89999 clauses out of 180004 with flag 10640400/4176016
1789.75/1787.19	c cleaning 90998 clauses out of 182005 with flag 10888638/4268016
1800.10/1797.41	c starts		: 4574
1800.10/1797.41	c conflicts		: 4293323
1800.10/1797.41	c decisions		: 4836447
1800.10/1797.41	c propagations		: 188873998
1800.10/1797.41	c inspects		: 29452495920
1800.10/1797.41	c shortcuts		: 0
1800.10/1797.41	c learnt literals	: 0
1800.10/1797.41	c learnt binary clauses	: 0
1800.10/1797.41	c learnt ternary clauses	: 0
1800.10/1797.41	c learnt constraints	: 4293323
1800.10/1797.41	c ignored constraints	: 0
1800.10/1797.41	c root simplifications	: 0
1800.10/1797.41	c removed literals (reason simplification)	: 0
1800.10/1797.41	c reason swapping (by a shorter reason)	: 0
1800.10/1797.41	c Calls to reduceDB	: 88
1800.10/1797.41	c Number of update (reduction) of LBD	: 179394
1800.10/1797.41	c Imported unit clauses	: 0
1800.10/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.41	c number of learned constraints concerned by reduction	: 0
1800.10/1797.41	c number of learning phase by resolution	: 0
1800.10/1797.41	c number of learning phase by cutting planes	: 0
1800.10/1797.41	c speed (assignments/second)	: 105092.71744640173
1800.10/1797.41	c non guided choices	2
1800.10/1797.44	c learnt constraints type 
1800.10/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116314
1800.10/1797.44	s SATISFIABLE
1800.10/1797.44	c Found 3 solution(s)
1800.10/1797.44	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 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 x292 x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 x316 -x317 -x318 x319 -x320 -x321 x322 -x323 -x324 
1800.10/1797.44	c objective function=-2496488
1800.10/1797.44	c Total wall clock time (in seconds): 1797.321

Verifier Data

OK	-2496488

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-4119213-1467252052/watcher-4119213-1467252052 -o /tmp/evaluation-result-4119213-1467252052/solver-4119213-1467252052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467246683-9203 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119213-1467252052.opb 

pid=10000
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.09 2.13 2.10 3/195 10003
/proc/meminfo: memFree=23549692/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/10003/stat : 10003 (java) R 10000 10003 9187 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 6311502 278528 34 33554432000 1073741824 1073778376 140736840561424 140734123119624 247055084839 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 84 42 33 9 0 25 0

[startup+0.100112 s]
/proc/loadavg: 2.09 2.13 2.10 3/195 10003
/proc/meminfo: memFree=23549692/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 4371 0 1 0 8 1 0 0 20 0 18 0 6311502 9787879424 6012 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2389619 6012 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.09 2.13 2.10 3/195 10003
/proc/meminfo: memFree=23549692/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 4686 0 1 0 23 1 0 0 20 0 18 0 6311502 9787879424 6783 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2389619 6783 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 2.09 2.13 2.10 3/195 10003
/proc/meminfo: memFree=23549692/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 6979 0 1 0 47 2 0 0 20 0 19 0 6311502 9856040960 8614 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 8614 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700218 s]
/proc/loadavg: 2.09 2.13 2.10 3/195 10003
/proc/meminfo: memFree=23549692/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 7917 0 1 0 105 2 0 0 20 0 19 0 6311502 9856040960 9728 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 9728 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.09 2.13 2.10 3/214 10022
/proc/meminfo: memFree=23514352/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 9354 0 1 0 195 2 0 0 20 0 19 0 6311502 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 11883 2257 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2423 0 1 0 145 1 0 0 20 0 19 0 6311503 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377600905720 140377466580540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6311505 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2705 0 0 0 23 0 0 0 20 0 19 0 6311508 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 11883 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.09 2.13 2.10 3/214 10022
/proc/meminfo: memFree=23505672/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 9388 0 1 0 358 3 0 0 20 0 19 0 6311502 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 14471 2257 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2429 0 1 0 305 1 0 0 20 0 19 0 6311503 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377600905496 140377466537729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6311505 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2733 0 0 0 26 0 0 0 20 0 19 0 6311508 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 14471 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.16 2.14 2.10 3/214 10022
/proc/meminfo: memFree=23483392/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=6.8 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 9400 0 1 0 677 3 0 0 20 0 19 0 6311502 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 19400 2258 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 6311503 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377600896704 140377466596042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6311504 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 6311505 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2733 0 0 0 26 0 0 0 20 0 19 0 6311508 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 19400 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625040


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

/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2736 0 0 0 30 0 0 0 20 0 19 0 6311508 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 96 0 0 0 26 27 0 0 20 0 19 0 6311508 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 121981 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1664.86
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.07 3/213 10151
/proc/meminfo: memFree=22774676/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=1724.94 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 11882 0 1 0 172411 83 0 0 20 0 19 0 6311502 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 120891 2280 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=1721.09 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2509 0 1 0 172076 33 0 0 20 0 19 0 6311503 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377600904384 140377466596074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 343 0 0 0 27 5 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 160 0 0 0 31 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 163 0 0 0 28 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 294 0 0 0 25 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 286 0 0 0 33 7 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 392 0 0 0 30 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 187 0 0 0 31 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 347 0 0 0 28 5 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 153 0 0 0 10 2 0 0 20 0 19 0 6311505 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2736 0 0 0 30 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 100 0 0 0 28 28 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.94
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/214 10155
/proc/meminfo: memFree=22914260/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=1784.95 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 11886 0 1 0 178411 84 0 0 20 0 19 0 6311502 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 120891 2280 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=1781.09 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2509 0 1 0 178075 34 0 0 20 0 19 0 6311503 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377600896704 140377466596074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 343 0 0 0 27 5 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 160 0 0 0 31 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 163 0 0 0 28 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 294 0 0 0 25 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 286 0 0 0 33 7 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 392 0 0 0 30 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 187 0 0 0 31 6 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 347 0 0 0 28 5 0 0 20 0 19 0 6311504 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 153 0 0 0 10 2 0 0 20 0 19 0 6311505 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2736 0 0 0 30 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 104 0 0 0 29 29 0 0 20 0 19 0 6311508 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 120891 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.01 2.03 2.06 3/214 10155
/proc/meminfo: memFree=22915260/32872528 swapFree=242912/249044
[pid=10003] ppid=10000 vsize=9625040 CPUtime=1800.1 cores=0,2,4,6
/proc/10003/stat : 10003 (java) S 10000 10003 9187 0 -1 4202496 11889 0 1 0 179925 85 0 0 20 0 19 0 6311502 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140736840552560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10003/statm: 2406260 120586 2280 9 0 2396937 0
[pid=10003/tid=10005] ppid=10000 vsize=9625040 CPUtime=1796.18 cores=0,2,4,6
/proc/10003/task/10005/stat : 10005 (java) R 10000 10003 9187 0 -1 4202560 2510 0 1 0 179584 34 0 0 20 0 19 0 6311503 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377600904416 140377466579363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10006] ppid=10000 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10003/task/10006/stat : 10006 (java) S 10000 10003 9187 0 -1 4202560 343 0 0 0 27 5 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377589967528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10007] ppid=10000 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10003/task/10007/stat : 10007 (java) S 10000 10003 9187 0 -1 4202560 160 0 0 0 32 6 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377588914984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10008] ppid=10000 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10003/task/10008/stat : 10008 (java) S 10000 10003 9187 0 -1 4202560 163 0 0 0 28 6 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377587862440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10009] ppid=10000 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10003/task/10009/stat : 10009 (java) S 10000 10003 9187 0 -1 4202560 294 0 0 0 26 6 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377586809896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10010] ppid=10000 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10003/task/10010/stat : 10010 (java) S 10000 10003 9187 0 -1 4202560 286 0 0 0 33 7 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377585756328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10011] ppid=10000 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10003/task/10011/stat : 10011 (java) S 10000 10003 9187 0 -1 4202560 392 0 0 0 30 6 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377584703784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10012] ppid=10000 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10003/task/10012/stat : 10012 (java) S 10000 10003 9187 0 -1 4202560 187 0 0 0 32 6 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377438501288 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10013] ppid=10000 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10003/task/10013/stat : 10013 (java) S 10000 10003 9187 0 -1 4202560 347 0 0 0 29 5 0 0 20 0 19 0 6311504 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377437448744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10014] ppid=10000 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/10003/task/10014/stat : 10014 (java) S 10000 10003 9187 0 -1 4202560 155 0 0 0 10 2 0 0 20 0 19 0 6311505 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377425037928 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10015] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10015/stat : 10015 (java) S 10000 10003 9187 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377423984248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10016] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10016/stat : 10016 (java) S 10000 10003 9187 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6311506 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377422931592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10017] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10017/stat : 10017 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377421880336 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10003/tid=10018] ppid=10000 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10003/task/10018/stat : 10018 (java) S 10000 10003 9187 0 -1 4202560 2736 0 0 0 30 0 0 0 20 0 19 0 6311508 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377420826680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10003/tid=10019] ppid=10000 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10003/task/10019/stat : 10019 (java) S 10000 10003 9187 0 -1 4202560 2954 0 0 0 24 0 0 0 20 0 19 0 6311508 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377419774136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10020] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10020/stat : 10020 (java) S 10000 10003 9187 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6311508 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377418721784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10003/tid=10021] ppid=10000 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10003/task/10021/stat : 10021 (java) S 10000 10003 9187 0 -1 4202560 104 0 0 0 29 30 0 0 20 0 19 0 6311508 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377417669448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10003/tid=10022] ppid=10000 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10003/task/10022/stat : 10022 (java) S 10000 10003 9187 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6311522 9856040960 120586 33554432000 1073741824 1073778376 140736840561424 140377416615208 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10003 sig 9
??? kill -10003 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.45
CPU time (s): 1800.61
CPU user time (s): 1799.34
CPU system time (s): 1.27081
CPU usage (%): 100.176
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.27081
maximum resident set size= 605968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11936
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38687
involuntary context switches= 20015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6544 second user time and 13.051 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 04:00:52
IDJOB=4119213
IDBENCH=111674
IDSOLVER=2546
FILE ID=node103/4119213-1467252052
RUNJOBID= node103-1467246683-9203
PBS_JOBID= 20004480
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0066-0066.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119213-1467252052/watcher-4119213-1467252052 -o /tmp/evaluation-result-4119213-1467252052/solver-4119213-1467252052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467246683-9203 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119213-1467252052.opb

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

MD5SUM BENCH= 24ec843c5ef8e3cdd6be5396d5c3ee68
RANDOM SEED=864491872

node103.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.456
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.91
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.456
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.456
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.54
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.456
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.456
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.456
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.456
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.456
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:        23550608 kB
Buffers:          127948 kB
Cached:          5741504 kB
SwapCached:            0 kB
Active:          3797480 kB
Inactive:        4514988 kB
Active(anon):    2445724 kB
Inactive(anon):        0 kB
Active(file):    1351756 kB
Inactive(file):  4514988 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       2692412 kB
Mapped:            22160 kB
Shmem:               204 kB
Slab:             624768 kB
SReclaimable:      68776 kB
SUnreclaim:       555992 kB
KernelStack:        1600 kB
PageTables:        10088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3077612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1990656 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= 71712 MiB
End job on node103 at 2016-06-30 04:30:49