Trace number 4119203

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)-4576984 1803.31 1789.78

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0344-0344.lin.opb
MD5SUM41c2ec7decc5ce6c6a47b561f1b22af5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5301516
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables576
Total number of constraints912
Number of constraints which are clauses432
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 432
Biggest coefficient in the objective function 273533
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 35354751
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 273533
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 35354751
Number of bits of the biggest sum of numbers26
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version PB16.v20160501
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	16
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2626d4f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4def8cf3
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4119203-1467251526.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
0.23/0.24	c ... done. Wall clock time 0.103s.
0.23/0.24	c declared #vars     576
0.23/0.24	c #constraints  960
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.23/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 432
0.23/0.24	c 960 constraints processed.
0.23/0.24	c objective function length is 432 literals
0.23/0.25	c SATISFIABLE
0.23/0.25	c OPTIMIZING...
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.117
0.23/0.25	o -4507071
0.43/0.30	c Got one! Elapsed wall clock time (in seconds):0.169
0.43/0.30	o -4535733
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.376
0.87/0.51	o -4536929
0.87/0.51	c Got one! Elapsed wall clock time (in seconds):0.38
0.87/0.51	o -4548322
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
0.87/0.52	o -4576984
1.38/0.87	c cleaning 2925 clauses out of 5861 with flag 9229/5861
1.93/1.39	c cleaning 4470 clauses out of 8939 with flag 24768/11864
2.63/2.04	c cleaning 5735 clauses out of 11469 with flag 44842/18864
3.34/2.72	c cleaning 6866 clauses out of 13732 with flag 62881/26862
4.15/3.55	c cleaning 7934 clauses out of 15867 with flag 82877/35863
5.06/4.50	c cleaning 8966 clauses out of 17931 with flag 104689/45861
6.17/5.51	c cleaning 9981 clauses out of 19967 with flag 128607/56863
7.27/6.69	c cleaning 10992 clauses out of 21984 with flag 155498/68861
8.67/8.05	c cleaning 11992 clauses out of 23992 with flag 183784/81861
10.09/9.47	c cleaning 12990 clauses out of 26000 with flag 214454/95861
11.69/11.09	c cleaning 14002 clauses out of 28011 with flag 247665/110862
13.38/12.72	c cleaning 15006 clauses out of 30011 with flag 285844/126864
15.35/14.53	c cleaning 16004 clauses out of 32008 with flag 325699/143867
17.25/16.50	c cleaning 16987 clauses out of 33998 with flag 369370/161861
19.45/18.66	c cleaning 18007 clauses out of 36014 with flag 418328/180864
21.86/21.03	c cleaning 19001 clauses out of 38006 with flag 465191/200863
24.55/23.71	c cleaning 20000 clauses out of 40006 with flag 517336/221864
27.45/26.60	c cleaning 20991 clauses out of 42003 with flag 572450/243861
30.45/29.66	c cleaning 22004 clauses out of 44016 with flag 629583/266865
33.75/33.00	c cleaning 22996 clauses out of 46008 with flag 685850/290861
37.74/36.73	c cleaning 24006 clauses out of 48014 with flag 746792/315863
41.54/40.54	c cleaning 25000 clauses out of 50007 with flag 806225/341862
45.45/44.46	c cleaning 25990 clauses out of 52006 with flag 867646/368861
49.46/48.49	c cleaning 27008 clauses out of 54019 with flag 935499/396864
53.64/52.61	c cleaning 27998 clauses out of 56008 with flag 1004661/425861
58.50/57.32	c cleaning 29002 clauses out of 58012 with flag 1081773/455863
63.39/62.24	c cleaning 29997 clauses out of 60009 with flag 1162992/486862
68.30/67.11	c cleaning 31006 clauses out of 62014 with flag 1250812/518864
73.39/72.27	c cleaning 32002 clauses out of 64005 with flag 1340814/551861
79.49/78.38	c cleaning 33000 clauses out of 66003 with flag 1447577/585861
85.92/84.50	c cleaning 33997 clauses out of 68003 with flag 1553346/620861
92.42/91.09	c cleaning 34999 clauses out of 70006 with flag 1670559/656861
99.53/98.11	c cleaning 36002 clauses out of 72010 with flag 1801378/693864
106.83/105.48	c cleaning 37000 clauses out of 74008 with flag 1923052/731864
114.56/112.88	c cleaning 38001 clauses out of 76006 with flag 2040262/770862
122.27/120.56	c cleaning 39000 clauses out of 78005 with flag 2174775/810862
129.27/127.59	c cleaning 40000 clauses out of 80004 with flag 2324117/851861
137.28/135.59	c cleaning 41003 clauses out of 82005 with flag 2460930/893862
144.94/142.75	c cleaning 41997 clauses out of 84002 with flag 2608611/936862
152.04/149.86	c cleaning 42994 clauses out of 86005 with flag 2755227/980862
160.34/158.11	c cleaning 44002 clauses out of 88010 with flag 2907061/1025861
171.13/168.63	c cleaning 45003 clauses out of 90008 with flag 3037183/1071861
180.63/178.16	c cleaning 46003 clauses out of 92008 with flag 3177886/1118864
190.44/187.97	c cleaning 46995 clauses out of 94004 with flag 3328667/1166863
201.61/198.72	c cleaning 48003 clauses out of 96007 with flag 3479400/1215861
213.41/210.58	c cleaning 48994 clauses out of 98005 with flag 3648499/1265862
226.70/223.35	c cleaning 49999 clauses out of 100011 with flag 3841178/1316862
239.09/235.74	c cleaning 51002 clauses out of 102012 with flag 4025370/1368862
251.86/248.03	c cleaning 52002 clauses out of 104009 with flag 4211916/1421861
266.08/262.21	c cleaning 53001 clauses out of 106008 with flag 4398188/1475862
279.21/274.80	c cleaning 54003 clauses out of 108006 with flag 4582943/1530861
293.31/288.97	c cleaning 54994 clauses out of 110004 with flag 4776176/1586862
306.79/302.19	c cleaning 56004 clauses out of 112010 with flag 4974879/1643862
321.50/316.86	c cleaning 56998 clauses out of 114005 with flag 5164386/1701861
337.74/332.79	c cleaning 57995 clauses out of 116007 with flag 5367254/1760861
354.75/349.72	c cleaning 59006 clauses out of 118014 with flag 5558087/1820863
372.57/367.38	c cleaning 60002 clauses out of 120008 with flag 5780201/1881863
388.10/382.81	c cleaning 61001 clauses out of 122007 with flag 5986380/1943864
404.23/398.99	c cleaning 62002 clauses out of 124003 with flag 6187227/2006861
420.51/415.01	c cleaning 63000 clauses out of 126005 with flag 6424446/2070865
437.31/431.84	c cleaning 63999 clauses out of 128003 with flag 6659411/2135863
454.64/448.96	c cleaning 65001 clauses out of 130002 with flag 6878744/2201861
471.26/465.31	c cleaning 66001 clauses out of 132001 with flag 7123049/2268861
489.25/483.34	c cleaning 67001 clauses out of 134002 with flag 7342480/2336863
508.57/502.48	c cleaning 67998 clauses out of 136000 with flag 7547639/2405862
526.97/520.68	c cleaning 69003 clauses out of 138006 with flag 7746165/2475866
546.67/540.36	c cleaning 69998 clauses out of 139998 with flag 7959078/2546861
569.51/563.06	c cleaning 70994 clauses out of 142000 with flag 8165180/2618861
589.84/583.12	c cleaning 72003 clauses out of 144007 with flag 8371268/2691862
614.69/607.88	c cleaning 72999 clauses out of 146007 with flag 8562202/2765865
639.38/632.37	c cleaning 74004 clauses out of 148008 with flag 8744193/2840865
667.19/660.01	c cleaning 74994 clauses out of 150001 with flag 8972541/2916862
688.77/681.39	c cleaning 76003 clauses out of 152006 with flag 9210468/2993861
713.19/705.76	c cleaning 76991 clauses out of 154003 with flag 9438703/3071861
743.15/735.63	c cleaning 78007 clauses out of 156014 with flag 9654753/3150863
765.81/758.19	c cleaning 78999 clauses out of 158006 with flag 9869024/3230862
797.57/789.70	c cleaning 80002 clauses out of 160006 with flag 10103972/3311861
832.23/824.02	c cleaning 81002 clauses out of 162005 with flag 10340077/3393862
861.34/852.91	c cleaning 81995 clauses out of 164003 with flag 10551804/3476862
887.57/879.00	c cleaning 83002 clauses out of 166008 with flag 10796897/3560862
913.51/904.78	c cleaning 84001 clauses out of 168007 with flag 11050273/3645863
942.72/933.82	c cleaning 85003 clauses out of 170005 with flag 11297676/3731862
971.46/962.50	c cleaning 85996 clauses out of 172001 with flag 11542566/3818861
1000.96/991.68	c cleaning 87000 clauses out of 174005 with flag 11791946/3906861
1031.28/1021.82	c cleaning 88003 clauses out of 176006 with flag 12046486/3995862
1062.85/1053.27	c cleaning 88998 clauses out of 178002 with flag 12309202/4085861
1095.57/1085.76	c cleaning 89994 clauses out of 180005 with flag 12599571/4176862
1131.54/1121.51	c cleaning 91003 clauses out of 182010 with flag 12905581/4268861
1167.80/1157.57	c cleaning 92002 clauses out of 184007 with flag 13215273/4361861
1208.56/1198.18	c cleaning 92996 clauses out of 186005 with flag 13585984/4455861
1247.85/1237.16	c cleaning 94003 clauses out of 188009 with flag 13921031/4550861
1288.31/1277.24	c cleaning 94999 clauses out of 190008 with flag 14283736/4646863
1324.38/1313.15	c cleaning 95997 clauses out of 192008 with flag 14657295/4743862
1362.61/1351.15	c cleaning 96998 clauses out of 194010 with flag 15000711/4841861
1398.77/1386.96	c cleaning 98002 clauses out of 196012 with flag 15350335/4940861
1444.04/1431.90	c cleaning 99000 clauses out of 198011 with flag 15710361/5040862
1489.02/1476.58	c cleaning 100002 clauses out of 200010 with flag 16094145/5141861
1527.77/1514.94	c cleaning 101001 clauses out of 202009 with flag 16394385/5243862
1576.40/1563.16	c cleaning 102003 clauses out of 204008 with flag 16695715/5346862
1626.97/1613.36	c cleaning 102996 clauses out of 206004 with flag 17029902/5450861
1685.40/1671.33	c cleaning 103999 clauses out of 208008 with flag 17410207/5555861
1740.75/1726.45	c cleaning 105004 clauses out of 210011 with flag 17826311/5661863
1788.33/1776.08	c cleaning 106000 clauses out of 212006 with flag 18197784/5768862
1803.31/1789.74	c starts		: 1191
1803.31/1789.74	c conflicts		: 5808217
1803.31/1789.74	c decisions		: 6176991
1803.31/1789.74	c propagations		: 254058439
1803.31/1789.74	c inspects		: 27383782956
1803.31/1789.74	c shortcuts		: 0
1803.31/1789.74	c learnt literals	: 0
1803.31/1789.74	c learnt binary clauses	: 0
1803.31/1789.74	c learnt ternary clauses	: 0
1803.31/1789.74	c learnt constraints	: 5808217
1803.31/1789.74	c ignored constraints	: 0
1803.31/1789.74	c root simplifications	: 0
1803.31/1789.74	c removed literals (reason simplification)	: 0
1803.31/1789.74	c reason swapping (by a shorter reason)	: 0
1803.31/1789.74	c Calls to reduceDB	: 103
1803.31/1789.74	c Number of update (reduction) of LBD	: 205769
1803.31/1789.74	c Imported unit clauses	: 0
1803.31/1789.74	c number of reductions to clauses (during analyze)	: 0
1803.31/1789.74	c number of learned constraints concerned by reduction	: 0
1803.31/1789.74	c number of learning phase by resolution	: 0
1803.31/1789.74	c number of learning phase by cutting planes	: 0
1803.31/1789.74	c speed (assignments/second)	: 141972.3010931029
1803.31/1789.74	c non guided choices	0
1803.31/1789.77	c learnt constraints type 
1803.31/1789.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145361
1803.31/1789.77	s SATISFIABLE
1803.31/1789.77	c Found 5 solution(s)
1803.31/1789.77	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 
1803.31/1789.77	c objective function=-4576984
1803.31/1789.77	c Total wall clock time (in seconds): 1789.639

Verifier Data

OK	-4576984

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-4119203-1467251526/watcher-4119203-1467251526 -o /tmp/evaluation-result-4119203-1467251526/solver-4119203-1467251526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119203-1467251526.opb 

pid=18295
running on 8 cores: 4-7,12-15

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.01 2.05 2.07 3/281 18298
/proc/meminfo: memFree=27723492/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=2500 CPUtime=0 cores=4-7,12-15
/proc/18298/stat : 18298 (java) D 18295 18298 15681 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 6105404 2560000 47 33554432000 1073741824 1073778376 140734076964560 140734076961688 216799472935 0 0 4096 0 18446744072100756772 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 625 47 37 9 0 29 0

[startup+0.100149 s]
/proc/loadavg: 2.01 2.05 2.07 3/281 18298
/proc/meminfo: memFree=27723492/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 3574 0 1 0 6 1 0 0 20 0 23 0 6105404 10133950464 4195 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2474109 4195 1789 9 0 2464786 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9896436

[startup+0.200254 s]
/proc/loadavg: 2.01 2.05 2.07 3/281 18298
/proc/meminfo: memFree=27723492/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9896436 CPUtime=0.23 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 4780 0 1 0 21 2 0 0 20 0 23 0 6105404 10133950464 6368 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2474109 6368 2200 9 0 2464786 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9896436

[startup+0.300233 s]
/proc/loadavg: 2.01 2.05 2.07 3/281 18298
/proc/meminfo: memFree=27723492/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=0.43 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 6565 0 1 0 41 2 0 0 20 0 24 0 6105404 10202112000 8093 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 8093 2241 9 0 2481427 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9963000

[startup+0.700278 s]
/proc/loadavg: 2.01 2.05 2.07 3/281 18298
/proc/meminfo: memFree=27723492/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=1.21 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 10838 0 1 0 118 3 0 0 20 0 24 0 6105404 10202112000 10747 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 10747 2248 9 0 2481427 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9963000

[startup+1.50096 s]
/proc/loadavg: 2.01 2.05 2.07 3/305 18322
/proc/meminfo: memFree=27684140/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=2.13 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 11021 0 1 0 210 3 0 0 20 0 24 0 6105404 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 12854 2259 9 0 2481427 0
[pid=18298/tid=18300] ppid=18295 vsize=9963000 CPUtime=1.45 cores=4-7,12-15
/proc/18298/task/18300/stat : 18300 (java) R 18295 18298 15681 0 -1 4202560 2507 0 1 0 144 1 0 0 20 0 24 0 6105405 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125518012904 140125458183130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18301] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18301/stat : 18301 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125456743208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18302] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18302/stat : 18302 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125360831144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18303] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18303/stat : 18303 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125359778856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18304] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18304/stat : 18304 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125358726056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18305] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18305/stat : 18305 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125357672744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18306] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18306/stat : 18306 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125356619944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18307] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18307/stat : 18307 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125355567656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18308] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18308/stat : 18308 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125354514856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18309] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18309/stat : 18309 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125353462568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18310] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18310/stat : 18310 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125352409768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18298/tid=18311] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18311/stat : 18311 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125351357480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18312] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18312/stat : 18312 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125350304680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18313] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18313/stat : 18313 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125349251368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18298/tid=18314] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18314/stat : 18314 (java) S 18295 18298 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125331576936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18315] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18315/stat : 18315 (java) S 18295 18298 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125330523512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18316] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18316/stat : 18316 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125329470600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18317] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18317/stat : 18317 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125328419600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18318] ppid=18295 vsize=9963000 CPUtime=0.24 cores=4-7,12-15
/proc/18298/task/18318/stat : 18318 (java) S 18295 18298 15681 0 -1 4202560 2576 0 0 0 24 0 0 0 20 0 24 0 6105411 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125327366712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18319] ppid=18295 vsize=9963000 CPUtime=0.39 cores=4-7,12-15
/proc/18298/task/18319/stat : 18319 (java) S 18295 18298 15681 0 -1 4202560 4652 0 0 0 39 0 0 0 20 0 24 0 6105411 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125326314424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18320] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18320/stat : 18320 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125325261816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18321] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18321/stat : 18321 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125324208712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18322] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18322/stat : 18322 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105428 10202112000 12854 33554432000 1073741824 1073778376 140734076964560 140125323055912 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9963000

[startup+3.10091 s]
/proc/loadavg: 2.01 2.05 2.07 3/305 18322
/proc/meminfo: memFree=27670860/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=3.76 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 11036 0 1 0 373 3 0 0 20 0 24 0 6105404 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 16956 2259 9 0 2481427 0
[pid=18298/tid=18300] ppid=18295 vsize=9963000 CPUtime=3.05 cores=4-7,12-15
/proc/18298/task/18300/stat : 18300 (java) R 18295 18298 15681 0 -1 4202560 2516 0 1 0 304 1 0 0 20 0 24 0 6105405 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125518003920 140125458037314 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18301] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18301/stat : 18301 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125456743208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18302] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18302/stat : 18302 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125360831144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18303] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18303/stat : 18303 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125359778856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18304] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18304/stat : 18304 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125358726056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18305] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18305/stat : 18305 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125357672744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18306] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18306/stat : 18306 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125356619944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18307] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18307/stat : 18307 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125355567656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18308] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18308/stat : 18308 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125354514856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18309] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18309/stat : 18309 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125353462568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18310] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18310/stat : 18310 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125352409768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18298/tid=18311] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18311/stat : 18311 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125351357480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18312] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18312/stat : 18312 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125350304680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18313] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18313/stat : 18313 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125349251368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18298/tid=18314] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18314/stat : 18314 (java) S 18295 18298 15681 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125331576936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18315] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18315/stat : 18315 (java) S 18295 18298 15681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125330523512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18316] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18316/stat : 18316 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125329470600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18317] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18317/stat : 18317 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125328419600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18318] ppid=18295 vsize=9963000 CPUtime=0.25 cores=4-7,12-15
/proc/18298/task/18318/stat : 18318 (java) S 18295 18298 15681 0 -1 4202560 2577 0 0 0 25 0 0 0 20 0 24 0 6105411 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125327366712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18319] ppid=18295 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/18298/task/18319/stat : 18319 (java) S 18295 18298 15681 0 -1 4202560 4657 0 0 0 41 0 0 0 20 0 24 0 6105411 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125326314424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18320] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18320/stat : 18320 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125325261816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18321] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18321/stat : 18321 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125324208712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18322] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18322/stat : 18322 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105428 10202112000 16956 33554432000 1073741824 1073778376 140734076964560 140125323055912 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9963000

[startup+6.30092 s]
/proc/loadavg: 2.01 2.05 2.07 3/305 18322
/proc/meminfo: memFree=27640624/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=6.96 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 11052 0 1 0 692 4 0 0 20 0 24 0 6105404 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 23963 2260 9 0 2481427 0
[pid=18298/tid=18300] ppid=18295 vsize=9963000 CPUtime=6.24 cores=4-7,12-15
/proc/18298/task/18300/stat : 18300 (java) R 18295 18298 15681 0 -1 4202560 2531 0 1 0 622 2 0 0 20 0 24 0 6105405 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125518003904 140125458249327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18301] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18301/stat : 18301 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125456743208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18302] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18302/stat : 18302 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125360831144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18303] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18303/stat : 18303 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125359778856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18304] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18304/stat : 18304 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125358726056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18305] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18305/stat : 18305 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125357672744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18306] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18306/stat : 18306 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125356619944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18307] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18307/stat : 18307 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125355567656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18308] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18308/stat : 18308 (java) S 18295 18298 15681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 6105406 10202112000 23963 33554432000 1073741824 1073778376 140734076964560 140125354514856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18309] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/18298/task/18309/stat : 18309 (java) S 18295 18298 15681 0 -1 4202560 345 0 0 0 109 16 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125353462568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18310] ppid=18295 vsize=9963000 CPUtime=1.11 cores=4-7,12-15
/proc/18298/task/18310/stat : 18310 (java) S 18295 18298 15681 0 -1 4202560 332 0 0 0 96 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125352409768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18311] ppid=18295 vsize=9963000 CPUtime=1.17 cores=4-7,12-15
/proc/18298/task/18311/stat : 18311 (java) S 18295 18298 15681 0 -1 4202560 425 0 0 0 102 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125351357480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18312] ppid=18295 vsize=9963000 CPUtime=1.26 cores=4-7,12-15
/proc/18298/task/18312/stat : 18312 (java) S 18295 18298 15681 0 -1 4202560 412 0 0 0 106 20 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125350304680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18313] ppid=18295 vsize=9963000 CPUtime=1.14 cores=4-7,12-15
/proc/18298/task/18313/stat : 18313 (java) S 18295 18298 15681 0 -1 4202560 285 0 0 0 95 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125349251368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18314] ppid=18295 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18298/task/18314/stat : 18314 (java) S 18295 18298 15681 0 -1 4202560 315 0 0 0 97 4 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125331575816 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18315] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18315/stat : 18315 (java) S 18295 18298 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125330523512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18316] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18316/stat : 18316 (java) S 18295 18298 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125329470600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18317] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18317/stat : 18317 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125328419600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18318] ppid=18295 vsize=9963000 CPUtime=0.3 cores=4-7,12-15
/proc/18298/task/18318/stat : 18318 (java) S 18295 18298 15681 0 -1 4202560 2777 0 0 0 30 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125327366712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18319] ppid=18295 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/18298/task/18319/stat : 18319 (java) S 18295 18298 15681 0 -1 4202560 4657 0 0 0 41 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125326314424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18320] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18320/stat : 18320 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125325261816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18321] ppid=18295 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/18298/task/18321/stat : 18321 (java) S 18295 18298 15681 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125324208712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18322] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18322/stat : 18322 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105428 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125323055912 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.54 s]
/proc/loadavg: 2.01 2.03 2.00 3/305 18460
/proc/meminfo: memFree=26982816/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=1803.31 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 16001 0 1 0 180053 278 0 0 20 0 24 0 6105404 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 96696 2282 9 0 2481427 0
[pid=18298/tid=18300] ppid=18295 vsize=9963000 CPUtime=1780.82 cores=4-7,12-15
/proc/18298/task/18300/stat : 18300 (java) R 18295 18298 15681 0 -1 4202560 2640 0 1 0 178049 33 0 0 20 0 24 0 6105405 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125518011616 140125458248000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18301] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18301/stat : 18301 (java) S 18295 18298 15681 0 -1 4202560 309 0 0 0 104 21 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125456743208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18302] ppid=18295 vsize=9963000 CPUtime=1.13 cores=4-7,12-15
/proc/18298/task/18302/stat : 18302 (java) S 18295 18298 15681 0 -1 4202560 277 0 0 0 97 16 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125360831144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18303] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18303/stat : 18303 (java) S 18295 18298 15681 0 -1 4202560 310 0 0 0 111 14 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125359778856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18304] ppid=18295 vsize=9963000 CPUtime=1.28 cores=4-7,12-15
/proc/18298/task/18304/stat : 18304 (java) S 18295 18298 15681 0 -1 4202560 289 0 0 0 109 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125358726056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18298/tid=18305] ppid=18295 vsize=9963000 CPUtime=1.15 cores=4-7,12-15
/proc/18298/task/18305/stat : 18305 (java) S 18295 18298 15681 0 -1 4202560 379 0 0 0 96 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125357672744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18298/tid=18306] ppid=18295 vsize=9963000 CPUtime=1.09 cores=4-7,12-15
/proc/18298/task/18306/stat : 18306 (java) S 18295 18298 15681 0 -1 4202560 315 0 0 0 97 12 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125356619944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18307] ppid=18295 vsize=9963000 CPUtime=1.04 cores=4-7,12-15
/proc/18298/task/18307/stat : 18307 (java) S 18295 18298 15681 0 -1 4202560 357 0 0 0 87 17 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125355567656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18308] ppid=18295 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/18298/task/18308/stat : 18308 (java) S 18295 18298 15681 0 -1 4202560 216 0 0 0 102 14 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125354514856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18309] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18309/stat : 18309 (java) S 18295 18298 15681 0 -1 4202560 345 0 0 0 109 16 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125353462568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18310] ppid=18295 vsize=9963000 CPUtime=1.11 cores=4-7,12-15
/proc/18298/task/18310/stat : 18310 (java) S 18295 18298 15681 0 -1 4202560 332 0 0 0 96 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125352409768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18311] ppid=18295 vsize=9963000 CPUtime=1.17 cores=4-7,12-15
/proc/18298/task/18311/stat : 18311 (java) S 18295 18298 15681 0 -1 4202560 425 0 0 0 102 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125351357480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18312] ppid=18295 vsize=9963000 CPUtime=1.26 cores=4-7,12-15
/proc/18298/task/18312/stat : 18312 (java) S 18295 18298 15681 0 -1 4202560 412 0 0 0 106 20 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125350304680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18313] ppid=18295 vsize=9963000 CPUtime=1.14 cores=4-7,12-15
/proc/18298/task/18313/stat : 18313 (java) S 18295 18298 15681 0 -1 4202560 285 0 0 0 95 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125349251368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18314] ppid=18295 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18298/task/18314/stat : 18314 (java) S 18295 18298 15681 0 -1 4202560 315 0 0 0 97 4 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125331576936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18315] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18315/stat : 18315 (java) S 18295 18298 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125330523512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18316] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18316/stat : 18316 (java) S 18295 18298 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125329470600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18317] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18317/stat : 18317 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125328419600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18318] ppid=18295 vsize=9963000 CPUtime=0.3 cores=4-7,12-15
/proc/18298/task/18318/stat : 18318 (java) S 18295 18298 15681 0 -1 4202560 2777 0 0 0 30 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125327366712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18319] ppid=18295 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/18298/task/18319/stat : 18319 (java) S 18295 18298 15681 0 -1 4202560 4657 0 0 0 41 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125326314424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18320] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18320/stat : 18320 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125325261816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18321] ppid=18295 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/18298/task/18321/stat : 18321 (java) S 18295 18298 15681 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125324208712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18322] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18322/stat : 18322 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105428 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125323055912 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1803.31
Current children cumulated vsize (KiB) 9963000

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 18298 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.54 s]
/proc/loadavg: 2.01 2.03 2.00 3/305 18460
/proc/meminfo: memFree=26982816/32872528 swapFree=8828/8828
[pid=18298] ppid=18295 vsize=9963000 CPUtime=1803.31 cores=4-7,12-15
/proc/18298/stat : 18298 (java) S 18295 18298 15681 0 -1 4202496 16001 0 1 0 180053 278 0 0 20 0 24 0 6105404 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140734076955696 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0
/proc/18298/statm: 2490750 96696 2282 9 0 2481427 0
[pid=18298/tid=18300] ppid=18295 vsize=9963000 CPUtime=1780.82 cores=4-7,12-15
/proc/18298/task/18300/stat : 18300 (java) R 18295 18298 15681 0 -1 4202560 2640 0 1 0 178049 33 0 0 20 0 24 0 6105405 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125518011616 140125458248000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18301] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18301/stat : 18301 (java) S 18295 18298 15681 0 -1 4202560 309 0 0 0 104 21 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125456743208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18302] ppid=18295 vsize=9963000 CPUtime=1.13 cores=4-7,12-15
/proc/18298/task/18302/stat : 18302 (java) S 18295 18298 15681 0 -1 4202560 277 0 0 0 97 16 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125360831144 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18303] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18303/stat : 18303 (java) S 18295 18298 15681 0 -1 4202560 310 0 0 0 111 14 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125359778856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18304] ppid=18295 vsize=9963000 CPUtime=1.28 cores=4-7,12-15
/proc/18298/task/18304/stat : 18304 (java) S 18295 18298 15681 0 -1 4202560 289 0 0 0 109 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125358726056 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18298/tid=18305] ppid=18295 vsize=9963000 CPUtime=1.15 cores=4-7,12-15
/proc/18298/task/18305/stat : 18305 (java) S 18295 18298 15681 0 -1 4202560 379 0 0 0 96 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125357672744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=18298/tid=18306] ppid=18295 vsize=9963000 CPUtime=1.09 cores=4-7,12-15
/proc/18298/task/18306/stat : 18306 (java) S 18295 18298 15681 0 -1 4202560 315 0 0 0 97 12 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125356619944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18298/tid=18307] ppid=18295 vsize=9963000 CPUtime=1.04 cores=4-7,12-15
/proc/18298/task/18307/stat : 18307 (java) S 18295 18298 15681 0 -1 4202560 357 0 0 0 87 17 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125355567656 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18308] ppid=18295 vsize=9963000 CPUtime=1.16 cores=4-7,12-15
/proc/18298/task/18308/stat : 18308 (java) S 18295 18298 15681 0 -1 4202560 216 0 0 0 102 14 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125354514856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18309] ppid=18295 vsize=9963000 CPUtime=1.25 cores=4-7,12-15
/proc/18298/task/18309/stat : 18309 (java) S 18295 18298 15681 0 -1 4202560 345 0 0 0 109 16 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125353462568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18310] ppid=18295 vsize=9963000 CPUtime=1.11 cores=4-7,12-15
/proc/18298/task/18310/stat : 18310 (java) S 18295 18298 15681 0 -1 4202560 332 0 0 0 96 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125352409768 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18311] ppid=18295 vsize=9963000 CPUtime=1.17 cores=4-7,12-15
/proc/18298/task/18311/stat : 18311 (java) S 18295 18298 15681 0 -1 4202560 425 0 0 0 102 15 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125351357480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18312] ppid=18295 vsize=9963000 CPUtime=1.26 cores=4-7,12-15
/proc/18298/task/18312/stat : 18312 (java) S 18295 18298 15681 0 -1 4202560 412 0 0 0 106 20 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125350304680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18313] ppid=18295 vsize=9963000 CPUtime=1.14 cores=4-7,12-15
/proc/18298/task/18313/stat : 18313 (java) S 18295 18298 15681 0 -1 4202560 285 0 0 0 95 19 0 0 20 0 24 0 6105406 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125349251368 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18314] ppid=18295 vsize=9963000 CPUtime=1.01 cores=4-7,12-15
/proc/18298/task/18314/stat : 18314 (java) S 18295 18298 15681 0 -1 4202560 315 0 0 0 97 4 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125331576936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=18298/tid=18315] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18315/stat : 18315 (java) S 18295 18298 15681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125330523512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18316] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18316/stat : 18316 (java) S 18295 18298 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 6105408 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125329470600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18317] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18317/stat : 18317 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125328419600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=18298/tid=18318] ppid=18295 vsize=9963000 CPUtime=0.3 cores=4-7,12-15
/proc/18298/task/18318/stat : 18318 (java) S 18295 18298 15681 0 -1 4202560 2777 0 0 0 30 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125327366712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18298/tid=18319] ppid=18295 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/18298/task/18319/stat : 18319 (java) S 18295 18298 15681 0 -1 4202560 4657 0 0 0 41 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125326314424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18320] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18320/stat : 18320 (java) S 18295 18298 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125325261816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=18298/tid=18321] ppid=18295 vsize=9963000 CPUtime=0.75 cores=4-7,12-15
/proc/18298/task/18321/stat : 18321 (java) S 18295 18298 15681 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 24 0 6105411 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125324208712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18298/tid=18322] ppid=18295 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/18298/task/18322/stat : 18322 (java) S 18295 18298 15681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 6105428 10202112000 96696 33554432000 1073741824 1073778376 140734076964560 140125323055912 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1803.31
Current children cumulated vsize (KiB) 9963000

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18298 and gives
#  childrusage.ru_utime.tv_sec=1797
#  childrusage.ru_utime.tv_usec=77802
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=162519
# CPU time returned by wait4() is 1800.24
# while last known CPU time is 1803.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.78
CPU time (s): 1803.31
CPU user time (s): 1800.53
CPU system time (s): 2.78
CPU usage (%): 100.756
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.08
system time used= 3.16252
maximum resident set size= 601788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16051
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40738
involuntary context switches= 11621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3512 second user time and 14.2978 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-30 03:52:06
IDJOB=4119203
IDBENCH=111672
IDSOLVER=2546
FILE ID=node132/4119203-1467251526
RUNJOBID= node132-1467233254-15698
PBS_JOBID= 19997601
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0344-0344.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119203-1467251526/watcher-4119203-1467251526 -o /tmp/evaluation-result-4119203-1467251526/solver-4119203-1467251526 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467233254-15698 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119203-1467251526.opb

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

MD5SUM BENCH= 41c2ec7decc5ce6c6a47b561f1b22af5
RANDOM SEED=1211886060

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27722732 kB
Buffers:          136160 kB
Cached:          3866680 kB
SwapCached:            0 kB
Active:           465028 kB
Inactive:        3891444 kB
Active(anon):     356096 kB
Inactive(anon):        0 kB
Active(file):     108932 kB
Inactive(file):  3891444 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               704 kB
Writeback:             4 kB
AnonPages:        378384 kB
Mapped:            22136 kB
Shmem:               216 kB
Slab:             633348 kB
SReclaimable:      73672 kB
SUnreclaim:       559676 kB
KernelStack:        2360 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     763640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71536 MiB
End job on node132 at 2016-06-30 04:21:59