Trace number 4109156

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.04 1796.24

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM240e0c6ab93eccdf0e11b05f9485880e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints42
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 2053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2052
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4109156-1466341813.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.044s.
0.09/0.16	c declared #vars     480
0.09/0.16	c internal #vars     522
0.09/0.16	c #constraints  62
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19
0.09/0.16	c 62 constraints processed.
0.09/0.16	c objective function length is 42 literals
0.54/0.33	c SATISFIABLE
0.54/0.33	c OPTIMIZING...
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.54/0.34	o 85
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.243
0.54/0.36	o 30
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.307
0.66/0.42	o 15
1.10/0.70	c cleaning 3247 clauses out of 6503 with flag 16789/6503
1.42/1.10	c cleaning 4597 clauses out of 9258 with flag 57163/12505
1.53/1.12	c Got one! Elapsed wall clock time (in seconds):1.005
1.53/1.12	o 3
1.94/1.52	c cleaning 5127 clauses out of 10254 with flag 34259/18098
2.25/1.86	c cleaning 5548 clauses out of 11128 with flag 72275/24099
2.56/2.19	c cleaning 6254 clauses out of 12579 with flag 115858/31098
3.06/2.68	c cleaning 7156 clauses out of 14326 with flag 191725/39099
3.86/3.49	c cleaning 8082 clauses out of 16170 with flag 262044/48099
4.76/4.30	c cleaning 9036 clauses out of 18088 with flag 342173/58099
5.87/5.48	c cleaning 10025 clauses out of 20051 with flag 433711/69098
7.47/7.08	c cleaning 11010 clauses out of 22026 with flag 537823/81098
9.66/9.23	c cleaning 12007 clauses out of 24016 with flag 660740/94098
11.77/11.38	c cleaning 13006 clauses out of 26012 with flag 790709/108101
14.16/13.70	c cleaning 13988 clauses out of 28003 with flag 921522/123098
16.56/16.19	c cleaning 15004 clauses out of 30017 with flag 1051556/139100
19.47/19.01	c cleaning 16003 clauses out of 32015 with flag 1204703/156102
22.77/22.37	c cleaning 16995 clauses out of 34008 with flag 1384787/174098
26.77/26.30	c cleaning 18000 clauses out of 36014 with flag 1585630/193099
30.88/30.47	c cleaning 18995 clauses out of 38014 with flag 1771709/213099
35.79/35.38	c cleaning 20005 clauses out of 40020 with flag 1983190/234100
40.19/39.74	c cleaning 21003 clauses out of 42013 with flag 2191985/256098
44.59/44.13	c cleaning 22006 clauses out of 44015 with flag 2408927/279103
50.38/49.90	c cleaning 22998 clauses out of 46004 with flag 2656960/303098
55.59/55.15	c cleaning 23997 clauses out of 48008 with flag 2890678/328100
62.19/61.77	c cleaning 25000 clauses out of 50010 with flag 3149732/354099
69.39/68.99	c cleaning 26002 clauses out of 52011 with flag 3419095/381100
76.59/76.12	c cleaning 26999 clauses out of 54007 with flag 3684636/409098
84.13/83.66	c cleaning 27997 clauses out of 56008 with flag 3947530/438098
92.74/92.28	c cleaning 29005 clauses out of 58012 with flag 4235869/468099
102.44/101.98	c cleaning 29995 clauses out of 60006 with flag 4515886/499098
113.24/112.76	c cleaning 30999 clauses out of 62011 with flag 4810274/531098
124.64/124.19	c cleaning 31999 clauses out of 64015 with flag 5135255/564101
138.33/137.87	c cleaning 33000 clauses out of 66014 with flag 5472161/598099
151.93/151.40	c cleaning 34000 clauses out of 68014 with flag 5825972/633099
166.53/165.91	c cleaning 34999 clauses out of 70016 with flag 6208987/669101
180.84/180.29	c cleaning 36000 clauses out of 72014 with flag 6616169/706098
196.14/195.57	c cleaning 36999 clauses out of 74014 with flag 7052814/744098
213.05/212.47	c cleaning 37999 clauses out of 76016 with flag 7490280/783099
229.46/228.88	c cleaning 39003 clauses out of 78017 with flag 7923296/823099
245.86/245.25	c cleaning 39992 clauses out of 80014 with flag 8352368/864099
259.17/258.39	c cleaning 40996 clauses out of 82021 with flag 8719175/906098
274.37/273.59	c cleaning 41996 clauses out of 84027 with flag 9120601/949100
290.47/289.69	c cleaning 42999 clauses out of 86031 with flag 9550609/993100
305.68/304.82	c cleaning 43998 clauses out of 88031 with flag 10053973/1038099
321.09/320.22	c cleaning 45001 clauses out of 90032 with flag 10490405/1084098
337.13/336.14	c cleaning 45997 clauses out of 92031 with flag 10898565/1131098
356.84/355.86	c cleaning 47001 clauses out of 94034 with flag 11357024/1179098
375.24/374.24	c cleaning 47996 clauses out of 96033 with flag 11767514/1228098
395.94/394.94	c cleaning 49004 clauses out of 98037 with flag 12212597/1278098
421.46/420.23	c cleaning 49997 clauses out of 100033 with flag 12714118/1329098
446.15/444.94	c cleaning 50999 clauses out of 102036 with flag 13196261/1381098
470.66/469.47	c cleaning 52001 clauses out of 104037 with flag 13691415/1434098
496.15/494.98	c cleaning 53000 clauses out of 106038 with flag 14172604/1488100
520.39/518.93	c cleaning 54001 clauses out of 108037 with flag 14662689/1543099
550.20/548.78	c cleaning 54996 clauses out of 110035 with flag 15150532/1599098
576.41/574.95	c cleaning 56002 clauses out of 112041 with flag 15649069/1656100
610.70/608.94	c cleaning 57016 clauses out of 114039 with flag 16151653/1714100
637.72/635.96	c cleaning 57987 clauses out of 116021 with flag 16794277/1773098
664.02/662.07	c cleaning 59012 clauses out of 118036 with flag 17316688/1833100
687.45/685.45	c cleaning 60000 clauses out of 120022 with flag 17771792/1894098
709.78/707.53	c cleaning 60995 clauses out of 122022 with flag 18280955/1956098
734.99/732.72	c cleaning 62004 clauses out of 124027 with flag 18816341/2019098
758.86/756.57	c cleaning 63003 clauses out of 126023 with flag 19286141/2083098
791.07/788.80	c cleaning 64003 clauses out of 128021 with flag 19822147/2148099
824.36/821.99	c cleaning 65005 clauses out of 130019 with flag 20414532/2214100
851.46/849.07	c cleaning 66004 clauses out of 132015 with flag 20923653/2281101
881.73/879.30	c cleaning 67000 clauses out of 134008 with flag 21475197/2349098
914.84/912.31	c cleaning 68001 clauses out of 136009 with flag 22089666/2418099
950.63/948.09	c cleaning 68998 clauses out of 138007 with flag 22716876/2488098
985.24/982.59	c cleaning 70000 clauses out of 140010 with flag 23339492/2559099
1020.64/1017.95	c cleaning 70998 clauses out of 142010 with flag 24040713/2631099
1056.51/1053.75	c cleaning 71995 clauses out of 144011 with flag 24789514/2704098
1098.63/1095.81	c cleaning 73003 clauses out of 146017 with flag 25513802/2778099
1131.15/1128.38	c cleaning 73994 clauses out of 148013 with flag 26205317/2853098
1170.84/1167.95	c cleaning 74999 clauses out of 150019 with flag 26861042/2929098
1213.94/1211.06	c cleaning 76006 clauses out of 152022 with flag 27525930/3006100
1254.78/1251.82	c cleaning 76994 clauses out of 154014 with flag 28219582/3084098
1294.68/1291.62	c cleaning 78002 clauses out of 156020 with flag 28861789/3163098
1339.66/1336.53	c cleaning 79005 clauses out of 158019 with flag 29572922/3243099
1386.77/1383.65	c cleaning 80001 clauses out of 160013 with flag 30293542/3324098
1433.66/1430.48	c cleaning 80997 clauses out of 162014 with flag 31016354/3406100
1477.43/1474.17	c cleaning 82000 clauses out of 164016 with flag 31739158/3489099
1526.18/1522.84	c cleaning 83004 clauses out of 166015 with flag 32401814/3573098
1573.89/1570.49	c cleaning 83999 clauses out of 168014 with flag 33110634/3658101
1630.50/1626.98	c cleaning 84995 clauses out of 170012 with flag 33903083/3744098
1686.61/1683.07	c cleaning 86001 clauses out of 172018 with flag 34689325/3831099
1745.13/1741.46	c cleaning 86996 clauses out of 174016 with flag 35529511/3919098
1800.04/1796.20	c starts		: 2118
1800.04/1796.20	c conflicts		: 4002494
1800.04/1796.20	c decisions		: 4753178
1800.04/1796.20	c propagations		: 54929288
1800.04/1796.20	c inspects		: 34804836339
1800.04/1796.20	c shortcuts		: 0
1800.04/1796.20	c learnt literals	: 0
1800.04/1796.20	c learnt binary clauses	: 0
1800.04/1796.20	c learnt ternary clauses	: 0
1800.04/1796.20	c learnt constraints	: 4002495
1800.04/1796.20	c ignored constraints	: 0
1800.04/1796.20	c root simplifications	: 0
1800.04/1796.20	c removed literals (reason simplification)	: 0
1800.04/1796.20	c reason swapping (by a shorter reason)	: 0
1800.04/1796.20	c Calls to reduceDB	: 86
1800.04/1796.20	c Number of update (reduction) of LBD	: 2216575
1800.04/1796.20	c Imported unit clauses	: 0
1800.04/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.20	c number of learned constraints concerned by reduction	: 0
1800.04/1796.20	c number of learning phase by resolution	: 0
1800.04/1796.20	c number of learning phase by cutting planes	: 0
1800.04/1796.20	c speed (assignments/second)	: 30583.554931961426
1800.04/1796.20	c non guided choices	2605
1800.04/1796.23	c learnt constraints type 
1800.04/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 170417
1800.04/1796.23	s SATISFIABLE
1800.04/1796.23	c Found 4 solution(s)
1800.04/1796.23	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 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 
1800.04/1796.23	c objective function=3
1800.04/1796.23	c Total wall clock time (in seconds): 1796.121

Verifier Data

OK	3

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-4109156-1466341813/watcher-4109156-1466341813 -o /tmp/evaluation-result-4109156-1466341813/solver-4109156-1466341813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109156-1466341813.wbo 

pid=22441
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: 0.42 0.28 0.20 5/178 22444
/proc/meminfo: memFree=30012920/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 1296 0 0 0 0 0 0 0 20 0 2 0 36227730 95129600 928 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 23225 928 703 9 0 16769 0
[pid=22444/tid=22447] ppid=22441 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 89 0 0 0 0 0 0 0 20 0 2 0 36227731 98635776 945 33554432000 1073741824 1073778376 140737457958128 140240691097128 273896479997 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100183 s]
/proc/loadavg: 0.42 0.28 0.20 5/178 22444
/proc/meminfo: memFree=30012920/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 4457 0 1 0 8 1 0 0 20 0 18 0 36227730 9787879424 5575 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2389619 5575 2125 9 0 2380296 0
[pid=22444/tid=22447] ppid=22441 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 36227731 9787879424 5575 33554432000 1073741824 1073778376 140737457958128 140240691100576 273909081357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200295 s]
/proc/loadavg: 0.42 0.28 0.20 5/178 22444
/proc/meminfo: memFree=30012920/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 5935 0 1 0 25 1 0 0 20 0 19 0 36227730 9856040960 7062 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 7062 2215 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2462 0 1 0 16 0 0 0 20 0 19 0 36227731 9856040960 7062 33554432000 1073741824 1073778376 140737457958128 140240691102336 140240562962908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300255 s]
/proc/loadavg: 0.42 0.28 0.20 5/178 22444
/proc/meminfo: memFree=30012920/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 6563 0 1 0 52 2 0 0 20 0 19 0 36227730 9856040960 7663 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 7663 2245 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2474 0 1 0 26 0 0 0 20 0 19 0 36227731 9856040960 7663 33554432000 1073741824 1073778376 140737457958128 140240691101768 140240563366723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 0.42 0.28 0.20 5/178 22444
/proc/meminfo: memFree=30012920/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 8957 0 1 0 108 2 0 0 20 0 19 0 36227730 9856040960 9025 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 9025 2255 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2475 0 1 0 66 0 0 0 20 0 19 0 36227731 9856040960 9025 33554432000 1073741824 1073778376 140737457958128 140240691101864 140240563450388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 0.63 0.33 0.22 4/216 22482
/proc/meminfo: memFree=29944448/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 8971 0 1 0 192 2 0 0 20 0 19 0 36227730 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 10060 2257 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2478 0 1 0 146 0 0 0 20 0 19 0 36227731 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240691102088 140240563307588 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3416 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 22399 0 -1 4202560 1802 0 0 0 20 0 0 0 20 0 19 0 36227736 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240510077752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22479] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240509025144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22480] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240507972552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 10060 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 0.63 0.33 0.22 4/216 22482
/proc/meminfo: memFree=29927196/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 8983 0 1 0 354 2 0 0 20 0 19 0 36227730 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 13648 2257 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2486 0 1 0 305 1 0 0 20 0 19 0 36227731 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240691093200 140240562929594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3417 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 22399 0 -1 4202560 1805 0 0 0 21 0 0 0 20 0 19 0 36227736 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240510077752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22479] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240509025144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22480] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240507972552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 13648 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 0.74 0.36 0.23 4/216 22482
/proc/meminfo: memFree=29877480/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 8995 0 1 0 674 3 0 0 20 0 19 0 36227730 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 18765 2258 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2497 0 1 0 624 1 0 0 20 0 19 0 36227731 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240691102088 140240563373583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36227732 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3417 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 18765 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 137929 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.9
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.24 1.90 4/215 22522
/proc/meminfo: memFree=29163872/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=1726.02 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 12679 0 1 0 172501 101 0 0 20 0 19 0 36227730 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 136202 2280 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=1716.42 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2567 0 1 0 171613 29 0 0 20 0 19 0 36227731 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240691100928 140240563373583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 352 0 0 0 40 9 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 354 0 0 0 34 7 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 282 0 0 0 46 9 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 463 0 0 0 47 9 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 468 0 0 0 46 9 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 281 0 0 0 34 6 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 262 0 0 0 45 9 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 469 0 0 0 35 7 0 0 20 0 19 0 36227732 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 224 0 0 0 29 2 0 0 20 0 19 0 36227733 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3417 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 22399 0 -1 4202560 2180 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240510077752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22479] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240509025144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22480] ppid=22441 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 22399 0 -1 4202560 100 0 0 0 31 35 0 0 20 0 19 0 36227736 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240507972552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 136202 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.26 1.92 4/215 22523
/proc/meminfo: memFree=29205444/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=1786.13 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 12764 0 1 0 178511 102 0 0 20 0 19 0 36227730 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 134805 2280 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=1776.23 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2568 0 1 0 177594 29 0 0 20 0 19 0 36227731 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240691100928 140240563373583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 393 0 0 0 42 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 354 0 0 0 35 7 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 282 0 0 0 46 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 463 0 0 0 48 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 469 0 0 0 47 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 281 0 0 0 36 6 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 283 0 0 0 48 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 484 0 0 0 39 7 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 226 0 0 0 29 3 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3417 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 22399 0 -1 4202560 2180 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240510077752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22479] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240509025144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22480] ppid=22441 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 22399 0 -1 4202560 104 0 0 0 32 36 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240507972552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.27 2.25 1.92 3/216 22592
/proc/meminfo: memFree=29355044/32872528 swapFree=1482636/1662508
[pid=22444] ppid=22441 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/22444/stat : 22444 (java) S 22441 22444 22399 0 -1 4202496 12764 0 1 0 179901 103 0 0 20 0 19 0 36227730 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140737457949264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22444/statm: 2406260 134805 2280 9 0 2396937 0
[pid=22444/tid=22447] ppid=22441 vsize=9625040 CPUtime=1790.1 cores=1,3,5,7
/proc/22444/task/22447/stat : 22447 (java) R 22441 22444 22399 0 -1 4202560 2568 0 1 0 178979 31 0 0 20 0 19 0 36227731 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240691100928 140240563373583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22449] ppid=22441 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22444/task/22449/stat : 22449 (java) S 22441 22444 22399 0 -1 4202560 393 0 0 0 42 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240535120424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22450] ppid=22441 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22444/task/22450/stat : 22450 (java) S 22441 22444 22399 0 -1 4202560 354 0 0 0 35 7 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240534067624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22452] ppid=22441 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22444/task/22452/stat : 22452 (java) S 22441 22444 22399 0 -1 4202560 282 0 0 0 46 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240533014824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22454] ppid=22441 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22444/task/22454/stat : 22454 (java) S 22441 22444 22399 0 -1 4202560 463 0 0 0 48 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240531962024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22456] ppid=22441 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22444/task/22456/stat : 22456 (java) S 22441 22444 22399 0 -1 4202560 469 0 0 0 47 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240530910248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22459] ppid=22441 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22444/task/22459/stat : 22459 (java) S 22441 22444 22399 0 -1 4202560 281 0 0 0 36 6 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240529857448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22463] ppid=22441 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22444/task/22463/stat : 22463 (java) S 22441 22444 22399 0 -1 4202560 283 0 0 0 48 9 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240528804648 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22464] ppid=22441 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22444/task/22464/stat : 22464 (java) S 22441 22444 22399 0 -1 4202560 484 0 0 0 39 7 0 0 20 0 19 0 36227732 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240527751848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22444/tid=22466] ppid=22441 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22444/task/22466/stat : 22466 (java) S 22441 22444 22399 0 -1 4202560 226 0 0 0 29 3 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240515340776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22469] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22469/stat : 22469 (java) S 22441 22444 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240514286840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22470] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22470/stat : 22470 (java) S 22441 22444 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36227733 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240513233928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22475] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22475/stat : 22475 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240512182416 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22477] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22477/stat : 22477 (java) S 22441 22444 22399 0 -1 4202560 3417 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240511130552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22444/tid=22478] ppid=22441 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/22444/task/22478/stat : 22478 (java) S 22441 22444 22399 0 -1 4202560 2180 0 0 0 24 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240510077752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22444/tid=22479] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22479/stat : 22479 (java) S 22441 22444 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240509025144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22480] ppid=22441 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/22444/task/22480/stat : 22480 (java) S 22441 22444 22399 0 -1 4202560 104 0 0 0 32 37 0 0 20 0 19 0 36227736 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240507972552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22444/tid=22481] ppid=22441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22444/task/22481/stat : 22481 (java) S 22441 22444 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36227747 9856040960 134805 33554432000 1073741824 1073778376 140737457958128 140240506868904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 22444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22444 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=497194
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=504771
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.24
CPU time (s): 1800.04
CPU user time (s): 1799.01
CPU system time (s): 1.03
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.50477
maximum resident set size= 760712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12817
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38694
involuntary context switches= 8412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5011 second user time and 16.8614 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:10:13
IDJOB=4109156
IDBENCH=78681
IDSOLVER=2551
FILE ID=node134/4109156-1466341813
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109156-1466341813/watcher-4109156-1466341813 -o /tmp/evaluation-result-4109156-1466341813/solver-4109156-1466341813 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109156-1466341813.wbo

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

MD5SUM BENCH= 240e0c6ab93eccdf0e11b05f9485880e
RANDOM SEED=1017338453

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30013976 kB
Buffers:          194016 kB
Cached:           261660 kB
SwapCached:         1068 kB
Active:           111424 kB
Inactive:         347340 kB
Active(anon):       3964 kB
Inactive(anon):     1732 kB
Active(file):     107460 kB
Inactive(file):   345608 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       1665000 kB
Mapped:             6904 kB
Shmem:                 0 kB
Slab:             605140 kB
SReclaimable:      49492 kB
SUnreclaim:       555648 kB
KernelStack:        1360 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1760988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71720 MiB
End job on node134 at 2016-06-19 15:40:09