Trace number 4085254

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)6092 1800.05 1794.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-my_adder.opb
MD5SUM38f65eab3d9896915eed9a127435e25b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4561
Best CPU time to get the best result obtained on this benchmark0.064989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4561
Optimality of the best value was proved YES
Number of variables577
Total number of constraints1322
Number of constraints which are clauses1306
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 577
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 24510
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 24510
Number of bits of the biggest sum of numbers15
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085254-1465229275.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.28/0.25	c ... done. Wall clock time 0.136s.
0.28/0.25	c declared #vars     577
0.28/0.25	c #constraints  1322
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 955
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367
0.28/0.25	c 1322 constraints processed.
0.28/0.25	c objective function length is 577 literals
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.28/0.26	o 6126
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.28/0.28	o 6092
1.06/0.72	c cleaning 2496 clauses out of 5001 with flag 10001/5001
1.58/1.14	c cleaning 4246 clauses out of 8505 with flag 22001/11001
2.08/1.69	c cleaning 5622 clauses out of 11260 with flag 36003/18002
2.58/2.20	c cleaning 6812 clauses out of 13637 with flag 52001/26001
3.40/2.90	c cleaning 7906 clauses out of 15826 with flag 70003/35002
4.20/3.74	c cleaning 8952 clauses out of 17920 with flag 90003/45002
5.20/4.76	c cleaning 9976 clauses out of 19967 with flag 112001/56001
6.31/5.88	c cleaning 10986 clauses out of 21991 with flag 136001/68001
7.71/7.27	c cleaning 11993 clauses out of 24006 with flag 162003/81002
9.21/8.70	c cleaning 13002 clauses out of 26013 with flag 190003/95002
10.80/10.35	c cleaning 13996 clauses out of 28011 with flag 220014/110002
12.61/12.12	c cleaning 14999 clauses out of 30016 with flag 252068/126003
14.40/13.91	c cleaning 15996 clauses out of 32015 with flag 286068/143001
16.53/16.03	c cleaning 16999 clauses out of 34019 with flag 322150/161001
19.16/18.66	c cleaning 17999 clauses out of 36021 with flag 360265/180002
21.36/20.87	c cleaning 19000 clauses out of 38022 with flag 400290/200002
24.06/23.59	c cleaning 19996 clauses out of 40022 with flag 442378/221002
27.16/26.66	c cleaning 21002 clauses out of 42025 with flag 486554/243001
30.46/29.93	c cleaning 21998 clauses out of 44023 with flag 532629/266001
33.96/33.45	c cleaning 23001 clauses out of 46026 with flag 580688/290002
36.66/36.18	c cleaning 24003 clauses out of 48025 with flag 630692/315002
40.18/39.66	c cleaning 24998 clauses out of 50022 with flag 682714/341002
44.28/43.77	c cleaning 26002 clauses out of 52025 with flag 736781/368003
48.78/48.27	c cleaning 27004 clauses out of 54021 with flag 792926/396001
53.27/52.77	c cleaning 28001 clauses out of 56018 with flag 851096/425002
57.47/56.95	c cleaning 28997 clauses out of 58017 with flag 911404/455002
63.25/62.64	c cleaning 30001 clauses out of 60020 with flag 973755/486002
68.85/68.25	c cleaning 30999 clauses out of 62019 with flag 1038007/518002
74.95/74.31	c cleaning 31998 clauses out of 64020 with flag 1104355/551002
80.64/80.00	c cleaning 32996 clauses out of 66021 with flag 1172416/585001
85.84/85.22	c cleaning 34004 clauses out of 68025 with flag 1242457/620001
92.39/91.60	c cleaning 35001 clauses out of 70021 with flag 1314659/656001
97.79/97.09	c cleaning 36004 clauses out of 72021 with flag 1389118/693002
105.78/105.08	c cleaning 36996 clauses out of 74016 with flag 1465401/731001
113.58/112.82	c cleaning 37999 clauses out of 76020 with flag 1543973/770001
121.89/121.15	c cleaning 38994 clauses out of 78022 with flag 1624478/810002
129.43/128.52	c cleaning 40004 clauses out of 80028 with flag 1706606/851002
136.63/135.73	c cleaning 41008 clauses out of 82024 with flag 1790680/893002
144.13/143.27	c cleaning 41995 clauses out of 84015 with flag 1876912/936001
152.46/151.44	c cleaning 42993 clauses out of 86020 with flag 1965387/980001
160.36/159.35	c cleaning 44005 clauses out of 88028 with flag 2055867/1025002
168.37/167.33	c cleaning 44996 clauses out of 90022 with flag 2148080/1071001
176.66/175.69	c cleaning 45997 clauses out of 92026 with flag 2242286/1118001
185.68/184.50	c cleaning 46998 clauses out of 94029 with flag 2338653/1166001
195.58/194.43	c cleaning 48006 clauses out of 96032 with flag 2437250/1215002
205.68/204.53	c cleaning 49002 clauses out of 98026 with flag 2537655/1265002
217.47/216.28	c cleaning 50003 clauses out of 100023 with flag 2640230/1316001
228.78/227.59	c cleaning 51000 clauses out of 102021 with flag 2744648/1368002
242.96/241.59	c cleaning 51998 clauses out of 104020 with flag 2851266/1421001
257.56/256.14	c cleaning 53000 clauses out of 106022 with flag 2959829/1475001
271.85/270.47	c cleaning 54004 clauses out of 108022 with flag 3070234/1530001
284.80/283.21	c cleaning 54996 clauses out of 110019 with flag 3182931/1586002
298.30/296.73	c cleaning 55995 clauses out of 112023 with flag 3297333/1643002
312.31/310.65	c cleaning 56999 clauses out of 114027 with flag 3413857/1701001
325.41/323.70	c cleaning 58002 clauses out of 116029 with flag 3532675/1760002
340.50/338.71	c cleaning 58999 clauses out of 118026 with flag 3653510/1820001
355.51/353.72	c cleaning 59996 clauses out of 120028 with flag 3776094/1881002
369.31/367.57	c cleaning 61000 clauses out of 122032 with flag 3900242/1943002
384.06/382.29	c cleaning 62002 clauses out of 124031 with flag 4026707/2006001
402.56/400.72	c cleaning 63004 clauses out of 126030 with flag 4155476/2070002
418.26/416.38	c cleaning 63997 clauses out of 128026 with flag 4285823/2135002
431.27/429.22	c cleaning 65001 clauses out of 130029 with flag 4418200/2201002
447.17/445.10	c cleaning 66005 clauses out of 132028 with flag 4552675/2268002
467.73/465.68	c cleaning 66997 clauses out of 134022 with flag 4689507/2336001
489.63/487.55	c cleaning 68001 clauses out of 136026 with flag 4828398/2405002
508.40/506.23	c cleaning 68997 clauses out of 138024 with flag 4969029/2475001
528.39/526.16	c cleaning 70002 clauses out of 140027 with flag 5111686/2546001
546.59/544.36	c cleaning 71001 clauses out of 142025 with flag 5256270/2618001
565.48/563.15	c cleaning 72000 clauses out of 144024 with flag 5402970/2691001
584.59/582.29	c cleaning 73006 clauses out of 146025 with flag 5551543/2765002
601.22/598.87	c cleaning 73995 clauses out of 148018 with flag 5702127/2840001
623.29/620.87	c cleaning 75002 clauses out of 150024 with flag 5855137/2916002
645.79/643.21	c cleaning 75996 clauses out of 152021 with flag 6010224/2993001
670.30/667.75	c cleaning 76999 clauses out of 154025 with flag 6166922/3071001
689.43/686.84	c cleaning 78004 clauses out of 156027 with flag 6325428/3150002
713.19/710.56	c cleaning 78998 clauses out of 158023 with flag 6486165/3230002
736.95/734.28	c cleaning 79998 clauses out of 160024 with flag 6649084/3311001
759.42/756.60	c cleaning 81001 clauses out of 162026 with flag 6813812/3393001
786.61/783.88	c cleaning 81997 clauses out of 164026 with flag 6980802/3476002
809.55/806.79	c cleaning 83005 clauses out of 166028 with flag 7149566/3560001
834.48/831.62	c cleaning 83997 clauses out of 168023 with flag 7320514/3645001
859.00/856.10	c cleaning 84998 clauses out of 170026 with flag 7493384/3731001
890.85/887.99	c cleaning 86003 clauses out of 172028 with flag 7669031/3818001
917.12/914.18	c cleaning 87007 clauses out of 174025 with flag 7846026/3906001
946.98/943.95	c cleaning 87991 clauses out of 176018 with flag 8024841/3995001
978.22/975.12	c cleaning 88999 clauses out of 178028 with flag 8206220/4085002
1010.07/1006.92	c cleaning 90001 clauses out of 180029 with flag 8389356/4176002
1048.10/1044.86	c cleaning 91003 clauses out of 182027 with flag 8574630/4268001
1078.67/1075.31	c cleaning 91996 clauses out of 184024 with flag 8761834/4361001
1112.64/1109.25	c cleaning 92998 clauses out of 186029 with flag 8951042/4455002
1144.74/1141.26	c cleaning 94004 clauses out of 188030 with flag 9141865/4550001
1176.02/1172.41	c cleaning 95002 clauses out of 190026 with flag 9334803/4646001
1207.55/1203.94	c cleaning 95999 clauses out of 192025 with flag 9529460/4743002
1236.42/1232.79	c cleaning 96997 clauses out of 194025 with flag 9726129/4841001
1275.32/1271.60	c cleaning 98003 clauses out of 196028 with flag 9925716/4940001
1308.79/1304.91	c cleaning 99002 clauses out of 198026 with flag 10126535/5040002
1342.48/1338.44	c cleaning 99999 clauses out of 200023 with flag 10329533/5141001
1377.80/1373.68	c cleaning 100997 clauses out of 202024 with flag 10534380/5243001
1413.13/1408.83	c cleaning 102001 clauses out of 204028 with flag 10741073/5346002
1445.71/1441.24	c cleaning 102998 clauses out of 206026 with flag 10949946/5450001
1483.54/1478.91	c cleaning 104002 clauses out of 208029 with flag 11161489/5555002
1521.12/1516.38	c cleaning 105001 clauses out of 210026 with flag 11374585/5661001
1557.00/1552.07	c cleaning 105996 clauses out of 212025 with flag 11588974/5768001
1597.24/1592.16	c cleaning 106997 clauses out of 214030 with flag 11806223/5876002
1636.43/1631.30	c cleaning 108007 clauses out of 216032 with flag 12025584/5985001
1677.04/1671.69	c cleaning 109001 clauses out of 218026 with flag 12246851/6095002
1721.18/1715.67	c cleaning 109998 clauses out of 220024 with flag 12470573/6206001
1776.34/1770.70	c cleaning 111006 clauses out of 222026 with flag 12696282/6318001
1800.05/1794.21	c starts		: 3
1800.05/1794.21	c conflicts		: 6386622
1800.05/1794.21	c decisions		: 8975195
1800.05/1794.21	c propagations		: 134342561
1800.05/1794.21	c inspects		: 31973206951
1800.05/1794.21	c shortcuts		: 0
1800.05/1794.21	c learnt literals	: 0
1800.05/1794.21	c learnt binary clauses	: 0
1800.05/1794.21	c learnt ternary clauses	: 0
1800.05/1794.21	c learnt constraints	: 6386622
1800.05/1794.21	c ignored constraints	: 0
1800.05/1794.21	c root simplifications	: 0
1800.05/1794.21	c removed literals (reason simplification)	: 0
1800.05/1794.21	c reason swapping (by a shorter reason)	: 0
1800.05/1794.21	c Calls to reduceDB	: 108
1800.05/1794.21	c Number of update (reduction) of LBD	: 57
1800.05/1794.21	c Imported unit clauses	: 0
1800.05/1794.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.21	c number of learned constraints concerned by reduction	: 0
1800.05/1794.21	c number of learning phase by resolution	: 0
1800.05/1794.21	c number of learning phase by cutting planes	: 0
1800.05/1794.21	c speed (assignments/second)	: 74886.17062727813
1800.05/1794.21	c non guided choices	0
1800.05/1794.24	c learnt constraints type 
1800.05/1794.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179641
1800.05/1794.24	s SATISFIABLE
1800.05/1794.24	c Found 2 solution(s)
1800.05/1794.24	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 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 
1800.05/1794.24	c objective function=6092
1800.05/1794.24	c Total wall clock time (in seconds): 1794.13

Verifier Data

OK	6092

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-4085254-1465229275/watcher-4085254-1465229275 -o /tmp/evaluation-result-4085254-1465229275/solver-4085254-1465229275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085254-1465229275.opb 

pid=3265
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.44 2.31 2.28 3/194 3268
/proc/meminfo: memFree=29892408/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/3268/stat : 3268 (java) R 3265 3268 32365 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 104859867 278528 33 33554432000 1073741824 1073778376 140735001105072 140734713889784 240556010791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/3268/statm: 68 33 25 9 0 25 0

[startup+0.100156 s]
/proc/loadavg: 2.44 2.31 2.28 3/194 3268
/proc/meminfo: memFree=29892408/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 104859867 9787879424 6034 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.44 2.31 2.28 3/194 3268
/proc/meminfo: memFree=29892408/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 4963 0 1 0 27 1 0 0 20 0 18 0 104859867 9787879424 6982 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2389619 6982 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.44 2.31 2.28 3/194 3268
/proc/meminfo: memFree=29892408/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 5331 0 1 0 44 1 0 0 20 0 19 0 104859867 9856040960 8279 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 8279 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700217 s]
/proc/loadavg: 2.44 2.31 2.28 3/194 3268
/proc/meminfo: memFree=29892408/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 7683 0 1 0 105 1 0 0 20 0 19 0 104859867 9856040960 10071 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 10071 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.40 2.31 2.27 3/213 3287
/proc/meminfo: memFree=29855592/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 8776 0 1 0 195 2 0 0 20 0 19 0 104859867 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 12135 2260 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 104859868 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595740633656 140595570397455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104859870 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2330 0 0 0 22 0 0 0 20 0 19 0 104859873 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 12135 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 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.10077 s]
/proc/loadavg: 2.40 2.31 2.27 4/213 3287
/proc/meminfo: memFree=29842932/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 8788 0 1 0 358 2 0 0 20 0 19 0 104859867 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 16745 2260 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2423 0 1 0 305 1 0 0 20 0 19 0 104859868 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595740626624 140595570397460 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104859870 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2332 0 0 0 26 0 0 0 20 0 19 0 104859873 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 16745 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.40 2.31 2.27 4/213 3287
/proc/meminfo: memFree=29781416/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=6.81 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 8803 0 1 0 678 3 0 0 20 0 19 0 104859867 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 23354 2261 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2437 0 1 0 624 1 0 0 20 0 19 0 104859868 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595740626624 140595570472457 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104859869 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104859870 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2332 0 0 0 26 0 0 0 20 0 19 0 104859873 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 23354 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 9625040


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

[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 116020 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.16 2.18 4/213 3397
/proc/meminfo: memFree=29488760/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=1727.91 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 12428 0 1 0 172698 93 0 0 20 0 19 0 104859867 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 113346 2283 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=1714.76 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2545 0 1 0 171444 32 0 0 20 0 19 0 104859868 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595740634336 140595570448922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 408 0 0 0 74 10 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 255 0 0 0 84 7 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 292 0 0 0 77 6 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 494 0 0 0 83 7 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 480 0 0 0 88 8 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 285 0 0 0 74 6 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 210 0 0 0 73 6 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 412 0 0 0 78 9 0 0 20 0 19 0 104859869 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 319 0 0 0 91 3 0 0 20 0 19 0 104859870 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2609 0 0 0 31 0 0 0 20 0 19 0 104859873 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 100 0 0 0 23 24 0 0 20 0 19 0 104859873 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 113346 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.17 2.18 3/213 3398
/proc/meminfo: memFree=29490000/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=1788.09 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 12440 0 1 0 178715 94 0 0 20 0 19 0 104859867 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 112863 2283 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=1774.54 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2548 0 1 0 177421 33 0 0 20 0 19 0 104859868 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595740634336 140595570613536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 408 0 0 0 77 10 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 255 0 0 0 86 7 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 292 0 0 0 80 6 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 494 0 0 0 89 7 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 480 0 0 0 91 8 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 285 0 0 0 75 6 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 210 0 0 0 76 6 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 412 0 0 0 79 10 0 0 20 0 19 0 104859869 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 324 0 0 0 92 3 0 0 20 0 19 0 104859870 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2609 0 0 0 31 0 0 0 20 0 19 0 104859873 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 104 0 0 0 25 25 0 0 20 0 19 0 104859873 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 112863 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.21 s]
/proc/loadavg: 2.27 2.18 2.19 3/213 3398
/proc/meminfo: memFree=29492716/32872528 swapFree=15844/1710320
[pid=3268] ppid=3265 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/3268/stat : 3268 (java) S 3265 3268 32365 0 -1 4202496 12441 0 1 0 179911 94 0 0 20 0 19 0 104859867 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140735001096208 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3268/statm: 2406260 112221 2283 9 0 2396937 0
[pid=3268/tid=3270] ppid=3265 vsize=9625040 CPUtime=1786.39 cores=0,2,4,6
/proc/3268/task/3270/stat : 3270 (java) R 3265 3268 32365 0 -1 4202560 2549 0 1 0 178605 34 0 0 20 0 19 0 104859868 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595740634336 140595570448611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3271] ppid=3265 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/3268/task/3271/stat : 3271 (java) S 3265 3268 32365 0 -1 4202560 408 0 0 0 77 10 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595702127144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3272] ppid=3265 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/3268/task/3272/stat : 3272 (java) S 3265 3268 32365 0 -1 4202560 255 0 0 0 87 7 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595701074344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3273] ppid=3265 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/3268/task/3273/stat : 3273 (java) S 3265 3268 32365 0 -1 4202560 292 0 0 0 80 6 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595700021544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3274] ppid=3265 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/3268/task/3274/stat : 3274 (java) S 3265 3268 32365 0 -1 4202560 494 0 0 0 90 7 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595698968744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3275] ppid=3265 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/3268/task/3275/stat : 3275 (java) S 3265 3268 32365 0 -1 4202560 480 0 0 0 93 8 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595697916968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3276] ppid=3265 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/3268/task/3276/stat : 3276 (java) S 3265 3268 32365 0 -1 4202560 285 0 0 0 76 6 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595696864168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3277] ppid=3265 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/3268/task/3277/stat : 3277 (java) S 3265 3268 32365 0 -1 4202560 210 0 0 0 78 6 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595695811368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3278] ppid=3265 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/3268/task/3278/stat : 3278 (java) S 3265 3268 32365 0 -1 4202560 412 0 0 0 80 10 0 0 20 0 19 0 104859869 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595694758568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3268/tid=3279] ppid=3265 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/3268/task/3279/stat : 3279 (java) S 3265 3268 32365 0 -1 4202560 324 0 0 0 92 3 0 0 20 0 19 0 104859870 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595564616168 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3280] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3280/stat : 3280 (java) S 3265 3268 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595563562232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3281] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3281/stat : 3281 (java) S 3265 3268 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104859871 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595562509320 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3282] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3282/stat : 3282 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595561457808 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3283] ppid=3265 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/3268/task/3283/stat : 3283 (java) S 3265 3268 32365 0 -1 4202560 2762 0 0 0 24 0 0 0 20 0 19 0 104859873 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595560405944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3284] ppid=3265 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/3268/task/3284/stat : 3284 (java) S 3265 3268 32365 0 -1 4202560 2609 0 0 0 31 0 0 0 20 0 19 0 104859873 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595559353144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3268/tid=3285] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3285/stat : 3285 (java) S 3265 3268 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104859873 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595558300536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3268/tid=3286] ppid=3265 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/3268/task/3286/stat : 3286 (java) S 3265 3268 32365 0 -1 4202560 104 0 0 0 25 25 0 0 20 0 19 0 104859873 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595557247944 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3268/tid=3287] ppid=3265 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3268/task/3287/stat : 3287 (java) S 3265 3268 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104859893 9856040960 112221 33554432000 1073741824 1073778376 140735001105072 140595556193448 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 3268 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 3268 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=598179
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=362792
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.25
CPU time (s): 1800.05
CPU user time (s): 1799.11
CPU system time (s): 0.94
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.6
system time used= 1.36279
maximum resident set size= 623492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12487
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40341
involuntary context switches= 28471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3534 second user time and 13.471 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 18:07:55
IDJOB=4085254
IDBENCH=2015
IDSOLVER=2546
FILE ID=node146/4085254-1465229275
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-my_adder.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085254-1465229275/watcher-4085254-1465229275 -o /tmp/evaluation-result-4085254-1465229275/solver-4085254-1465229275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085254-1465229275.opb

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

MD5SUM BENCH= 38f65eab3d9896915eed9a127435e25b
RANDOM SEED=480891992

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        29893028 kB
Buffers:           21500 kB
Cached:           247660 kB
SwapCached:         1468 kB
Active:           353204 kB
Inactive:         209160 kB
Active(anon):     294044 kB
Inactive(anon):     1640 kB
Active(file):      59160 kB
Inactive(file):   207520 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2123720 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             568792 kB
SReclaimable:      12244 kB
SUnreclaim:       556548 kB
KernelStack:        1768 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2471512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2082816 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= 71732 MiB
End job on node146 at 2016-06-06 18:37:49