Trace number 4106678

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)-31 1800.81 1780.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_2.opb
MD5SUMfecc1e3404707b1609ea9647c91fc73f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint105
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37488
Sum of products size (including duplicates)74976
Number of different products18744
Sum of products size37488

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106678-1466273285.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.64/0.71	c ... done. Wall clock time 0.599s.
1.64/0.71	c declared #vars     500
1.64/0.71	c internal #vars     19244
1.64/0.71	c #constraints  38488
1.64/0.71	c constraints type 
1.64/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18744
1.64/0.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 481
1.64/0.71	c org.sat4j.specs.Constr$1 => 510
1.64/0.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 9
1.64/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18744
1.64/0.71	c 38488 constraints processed.
1.64/0.71	c objective function length is 500 literals
2.24/0.93	c SATISFIABLE
2.24/0.93	c OPTIMIZING...
2.24/0.93	c Got one! Elapsed wall clock time (in seconds):0.819
2.24/0.93	o -24
2.85/1.17	c Got one! Elapsed wall clock time (in seconds):1.055
2.85/1.17	o -25
3.16/1.22	c Got one! Elapsed wall clock time (in seconds):1.104
3.16/1.22	o -26
4.23/1.92	c Got one! Elapsed wall clock time (in seconds):1.812
4.23/1.92	o -27
4.34/2.06	c cleaning 2587 clauses out of 5174 with flag 2100/5174
4.48/2.14	c Got one! Elapsed wall clock time (in seconds):2.024
4.48/2.14	o -28
5.15/2.71	c cleaning 4199 clauses out of 8415 with flag 10466/11002
5.75/3.39	c cleaning 5108 clauses out of 10217 with flag 22805/17003
6.66/4.25	c cleaning 6051 clauses out of 12108 with flag 37176/24002
7.71/5.20	c cleaning 7029 clauses out of 14058 with flag 53580/32003
8.82/6.27	c Got one! Elapsed wall clock time (in seconds):6.162
8.82/6.27	o -29
9.72/7.10	c cleaning 10451 clauses out of 20902 with flag 10282/45876
10.43/7.84	c cleaning 8225 clauses out of 16451 with flag 22583/51876
11.43/8.84	c cleaning 7614 clauses out of 15227 with flag 37896/58877
12.42/9.88	c cleaning 7801 clauses out of 15613 with flag 55101/66877
13.63/11.10	c cleaning 8404 clauses out of 16814 with flag 74512/75879
14.32/11.74	c Got one! Elapsed wall clock time (in seconds):11.626
14.32/11.74	o -30
15.12/12.54	c cleaning 9421 clauses out of 18852 with flag 12042/86321
15.93/13.32	c cleaning 7716 clauses out of 15431 with flag 25337/92321
17.00/14.23	c cleaning 7348 clauses out of 14715 with flag 39762/99321
18.00/15.25	c cleaning 7682 clauses out of 15367 with flag 56260/107321
19.10/16.37	c cleaning 8337 clauses out of 16685 with flag 74862/116321
19.90/17.15	c Got one! Elapsed wall clock time (in seconds):17.036
19.90/17.15	o -31
20.69/17.97	c cleaning 9993 clauses out of 19987 with flag 10670/127960
21.50/18.75	c cleaning 7992 clauses out of 15995 with flag 23080/133961
22.40/19.64	c cleaning 7495 clauses out of 15003 with flag 37795/140961
23.40/20.68	c cleaning 7751 clauses out of 15509 with flag 54773/148962
24.60/21.89	c cleaning 8375 clauses out of 16758 with flag 73741/157962
26.16/23.25	c cleaning 9188 clauses out of 18383 with flag 95006/167962
27.55/24.63	c cleaning 10094 clauses out of 20193 with flag 118184/178960
29.25/26.37	c cleaning 11047 clauses out of 22100 with flag 143625/190961
31.25/28.33	c cleaning 12023 clauses out of 24052 with flag 170688/203960
33.35/30.45	c cleaning 13015 clauses out of 26029 with flag 199830/217960
36.85/33.94	c cleaning 14003 clauses out of 28014 with flag 234079/232960
41.63/38.60	c cleaning 15002 clauses out of 30012 with flag 271455/248961
46.52/43.43	c cleaning 16000 clauses out of 32012 with flag 311126/265963
51.02/47.99	c cleaning 17002 clauses out of 34010 with flag 352832/283961
56.67/53.44	c cleaning 18004 clauses out of 36007 with flag 397452/302960
61.98/58.80	c cleaning 18998 clauses out of 38004 with flag 445357/322961
68.08/64.84	c cleaning 19999 clauses out of 40006 with flag 496305/343961
74.79/71.57	c cleaning 21000 clauses out of 42006 with flag 551091/365960
82.18/78.85	c cleaning 21998 clauses out of 44006 with flag 605033/388960
89.06/85.75	c cleaning 23000 clauses out of 46010 with flag 661631/412962
97.53/94.10	c cleaning 24004 clauses out of 48009 with flag 719513/437961
106.22/102.79	c cleaning 25000 clauses out of 50005 with flag 781806/463961
113.32/109.85	c cleaning 26002 clauses out of 52004 with flag 840505/490960
120.38/116.62	c cleaning 27000 clauses out of 54002 with flag 897934/518960
127.81/123.94	c cleaning 28001 clauses out of 56002 with flag 957601/547960
136.27/132.35	c cleaning 29000 clauses out of 58002 with flag 1019281/577961
145.27/141.34	c cleaning 30001 clauses out of 60002 with flag 1082788/608961
154.58/150.54	c cleaning 30994 clauses out of 62000 with flag 1147682/640960
165.09/160.90	c cleaning 32004 clauses out of 64008 with flag 1215232/673962
174.77/170.51	c cleaning 33002 clauses out of 66004 with flag 1285100/707962
183.61/179.39	c cleaning 34002 clauses out of 68003 with flag 1356989/742963
196.59/192.20	c cleaning 34998 clauses out of 70000 with flag 1431140/778962
210.28/205.83	c cleaning 35996 clauses out of 72000 with flag 1507344/815960
223.13/218.53	c cleaning 37002 clauses out of 74007 with flag 1585484/853963
234.92/230.24	c cleaning 38000 clauses out of 76002 with flag 1665722/892960
249.10/244.34	c cleaning 39001 clauses out of 78003 with flag 1747812/932961
264.67/259.84	c cleaning 39997 clauses out of 80002 with flag 1831714/973961
281.03/276.04	c cleaning 40999 clauses out of 82004 with flag 1917989/1015960
297.74/292.61	c cleaning 41997 clauses out of 84005 with flag 2006417/1058960
316.20/310.99	c cleaning 42999 clauses out of 86009 with flag 2096696/1102961
335.54/330.29	c cleaning 43999 clauses out of 88011 with flag 2189499/1147962
355.38/349.95	c cleaning 45005 clauses out of 90010 with flag 2283842/1193960
376.77/371.13	c cleaning 46001 clauses out of 92005 with flag 2380495/1240960
395.80/390.07	c cleaning 46997 clauses out of 94005 with flag 2479131/1288961
414.78/408.96	c cleaning 47998 clauses out of 96007 with flag 2579994/1337960
439.65/433.62	c cleaning 48999 clauses out of 98009 with flag 2682502/1387960
464.69/458.59	c cleaning 50005 clauses out of 100011 with flag 2787089/1438961
488.24/481.94	c cleaning 51002 clauses out of 102006 with flag 2893970/1490961
513.15/506.62	c cleaning 51994 clauses out of 104004 with flag 3002956/1543961
537.74/531.07	c cleaning 53000 clauses out of 106011 with flag 3113844/1597962
562.86/555.84	c cleaning 54003 clauses out of 108009 with flag 3226839/1652960
596.48/589.22	c cleaning 54998 clauses out of 110006 with flag 3341897/1708960
627.83/620.49	c cleaning 56004 clauses out of 112008 with flag 3458873/1765960
664.31/656.56	c cleaning 57003 clauses out of 114005 with flag 3578200/1823961
696.31/688.20	c cleaning 57995 clauses out of 116002 with flag 3699274/1882961
727.24/718.94	c cleaning 58998 clauses out of 118006 with flag 3822122/1942960
753.38/744.75	c cleaning 60002 clauses out of 120008 with flag 3946767/2003960
785.58/776.53	c cleaning 61002 clauses out of 122011 with flag 4073421/2065965
816.82/807.46	c cleaning 62002 clauses out of 124004 with flag 4202851/2128960
849.12/839.31	c cleaning 62997 clauses out of 126002 with flag 4333586/2192960
885.55/875.42	c cleaning 64001 clauses out of 128005 with flag 4467021/2257960
922.33/911.76	c cleaning 64999 clauses out of 130006 with flag 4602032/2323962
962.94/951.93	c cleaning 66001 clauses out of 132005 with flag 4737819/2390960
1009.36/997.89	c cleaning 67000 clauses out of 134004 with flag 4875973/2458960
1061.51/1049.50	c cleaning 67999 clauses out of 136006 with flag 5017644/2527962
1106.36/1093.88	c cleaning 68996 clauses out of 138006 with flag 5160951/2597961
1151.82/1138.82	c cleaning 70004 clauses out of 140009 with flag 5306023/2668960
1191.75/1178.27	c cleaning 71001 clauses out of 142007 with flag 5453734/2740962
1234.59/1220.52	c cleaning 71998 clauses out of 144004 with flag 5603178/2813960
1274.13/1259.68	c cleaning 72998 clauses out of 146008 with flag 5755214/2887962
1318.47/1303.52	c cleaning 74005 clauses out of 148009 with flag 5907848/2962961
1373.53/1358.04	c cleaning 75002 clauses out of 150004 with flag 6063846/3038961
1423.99/1407.93	c cleaning 75997 clauses out of 152005 with flag 6222142/3115964
1487.89/1471.26	c cleaning 77000 clauses out of 154005 with flag 6382320/3193961
1567.52/1550.18	c cleaning 78002 clauses out of 156004 with flag 6544313/3272960
1634.19/1616.13	c cleaning 78995 clauses out of 158002 with flag 6707713/3352960
1706.22/1687.50	c cleaning 79999 clauses out of 160007 with flag 6874062/3433960
1787.43/1767.72	c cleaning 81005 clauses out of 162010 with flag 7042567/3515962
1800.06/1780.10	c starts		: 5036
1800.06/1780.10	c conflicts		: 3535911
1800.06/1780.10	c decisions		: 5837181
1800.06/1780.10	c propagations		: 21879417
1800.06/1780.10	c inspects		: 21165178933
1800.06/1780.10	c shortcuts		: 0
1800.06/1780.10	c learnt literals	: 0
1800.06/1780.10	c learnt binary clauses	: 0
1800.06/1780.10	c learnt ternary clauses	: 0
1800.06/1780.10	c learnt constraints	: 3535911
1800.06/1780.10	c ignored constraints	: 0
1800.06/1780.10	c root simplifications	: 0
1800.06/1780.10	c removed literals (reason simplification)	: 0
1800.06/1780.10	c reason swapping (by a shorter reason)	: 0
1800.06/1780.10	c Calls to reduceDB	: 93
1800.06/1780.10	c Number of update (reduction) of LBD	: 87294
1800.06/1780.10	c Imported unit clauses	: 0
1800.06/1780.10	c number of reductions to clauses (during analyze)	: 0
1800.06/1780.10	c number of learned constraints concerned by reduction	: 0
1800.06/1780.10	c number of learning phase by resolution	: 0
1800.06/1780.10	c number of learning phase by cutting planes	: 0
1800.06/1780.10	c speed (assignments/second)	: 12296.333201262261
1800.06/1780.10	c non guided choices	0
1800.06/1780.13	c learnt constraints type 
1800.06/1780.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100954
1800.06/1780.13	s SATISFIABLE
1800.06/1780.13	c Found 8 solution(s)
1800.06/1780.13	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 
1800.06/1780.13	c objective function=-31
1800.06/1780.13	c Total wall clock time (in seconds): 1780.022

Verifier Data

OK	-31

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-4106678-1466273285/watcher-4106678-1466273285 -o /tmp/evaluation-result-4106678-1466273285/solver-4106678-1466273285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106678-1466273285.opb 

pid=28534
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.09 2.02 3/194 28537
/proc/meminfo: memFree=31210628/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29375280 98570240 978 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 24065 978 744 9 0 16771 0
[pid=28537/tid=28538] ppid=28534 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29375281 98570240 978 33554432000 1073741824 1073778376 140736449570160 139818026470952 242167399808 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.14 2.09 2.02 3/194 28537
/proc/meminfo: memFree=31210628/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 4440 0 1 0 9 0 0 0 20 0 18 0 29375280 9787879424 5569 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2389619 5569 2125 9 0 2380296 0
[pid=28537/tid=28538] ppid=28534 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2431 0 1 0 7 0 0 0 20 0 18 0 29375281 9787879424 5569 33554432000 1073741824 1073778376 140736449570160 139818026474400 242170782989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200399 s]
/proc/loadavg: 2.14 2.09 2.02 3/194 28537
/proc/meminfo: memFree=31210628/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 4743 0 1 0 23 1 0 0 20 0 18 0 29375280 9787879424 6306 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2389619 6306 2199 9 0 2380296 0
[pid=28537/tid=28538] ppid=28534 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2454 0 1 0 17 0 0 0 20 0 18 0 29375281 9787879424 6306 33554432000 1073741824 1073778376 140736449570160 139818026474400 242170772536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 2.14 2.09 2.02 3/194 28537
/proc/meminfo: memFree=31210628/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 5577 0 1 0 43 1 0 0 20 0 18 0 29375280 9787879424 8515 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2389619 8515 2233 9 0 2380296 0
[pid=28537/tid=28538] ppid=28534 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2459 0 1 0 27 0 0 0 20 0 18 0 29375281 9787879424 8515 33554432000 1073741824 1073778376 140736449570160 139818026474776 139817966277924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 2.14 2.09 2.02 3/194 28537
/proc/meminfo: memFree=31210628/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9558476 CPUtime=1.64 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 26609 0 1 0 157 7 0 0 20 0 18 0 29375280 9787879424 34717 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2389619 34717 2256 9 0 2380296 0
[pid=28537/tid=28538] ppid=28534 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2489 0 1 0 66 1 0 0 20 0 18 0 29375281 9787879424 34717 33554432000 1073741824 1073778376 140736449570160 139818026474776 139817966189190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50096 s]
/proc/loadavg: 2.28 2.12 2.03 5/213 28556
/proc/meminfo: memFree=31074932/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 31522 0 1 0 369 8 0 0 20 0 19 0 29375280 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 36952 2270 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2500 0 1 0 146 2 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139818026475720 139817967327973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12161 0 0 0 111 2 0 0 20 0 19 0 29375286 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15585 0 0 0 108 5 0 0 20 0 19 0 29375286 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 36952 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+3.10096 s]
/proc/loadavg: 2.28 2.12 2.03 3/213 28556
/proc/meminfo: memFree=31055880/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=5.55 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 31570 0 1 0 547 8 0 0 20 0 19 0 29375280 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 44152 2277 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2514 0 1 0 305 3 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139818026467040 139817966791784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12172 0 0 0 119 3 0 0 20 0 19 0 29375286 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15607 0 0 0 118 5 0 0 20 0 19 0 29375286 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 44152 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 9625040

[startup+6.301 s]
/proc/loadavg: 2.28 2.12 2.03 3/213 28556
/proc/meminfo: memFree=30981464/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=8.92 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 32149 0 1 0 879 13 0 0 20 0 19 0 29375280 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 59080 2290 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 2536 0 1 0 621 3 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139818026474808 139817967443754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29375281 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12647 0 0 0 125 3 0 0 20 0 19 0 29375286 9856040960 59080 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7

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

[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12653 0 0 0 127 3 0 0 20 0 19 0 29375286 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15608 0 0 0 118 5 0 0 20 0 19 0 29375286 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 93 0 0 0 37 38 0 0 20 0 19 0 29375286 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 115822 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.86
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/213 28730
/proc/meminfo: memFree=30338204/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=1741.54 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 45927 0 1 0 173966 188 0 0 20 0 19 0 29375280 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 100757 2299 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=1709.02 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 3058 0 1 0 170869 33 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139818026474704 139817967443168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 1423 0 0 0 270 16 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 1409 0 0 0 277 19 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 1501 0 0 0 265 15 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 1940 0 0 0 275 15 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 1469 0 0 0 280 21 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 1826 0 0 0 289 17 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 1427 0 0 0 301 17 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 1151 0 0 0 275 18 0 0 20 0 19 0 29375281 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=5.93 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 1103 0 0 0 586 7 0 0 20 0 19 0 29375283 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12653 0 0 0 127 3 0 0 20 0 19 0 29375286 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15608 0 0 0 118 5 0 0 20 0 19 0 29375286 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 97 0 0 0 39 38 0 0 20 0 19 0 29375286 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 100757 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/212 28731
/proc/meminfo: memFree=30202356/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 46720 0 1 0 179809 197 0 0 20 0 19 0 29375280 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 115518 2299 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=1766.3 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 3088 0 1 0 176596 34 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139818026474720 139817967443643 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 1503 0 0 0 282 17 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 1417 0 0 0 288 19 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 1602 0 0 0 277 16 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 2040 0 0 0 285 16 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 1478 0 0 0 294 21 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 1833 0 0 0 302 17 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 1708 0 0 0 312 18 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 1249 0 0 0 287 18 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 1178 0 0 0 608 7 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12653 0 0 0 127 3 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15608 0 0 0 118 5 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 101 0 0 0 40 40 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 28537 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1780.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/212 28731
/proc/meminfo: memFree=30202356/32872528 swapFree=338416/354768
[pid=28537] ppid=28534 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/28537/stat : 28537 (java) S 28534 28537 24550 0 -1 4202496 46720 0 1 0 179809 197 0 0 20 0 19 0 29375280 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 140736449561296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28537/statm: 2406260 115518 2299 9 0 2396937 0
[pid=28537/tid=28538] ppid=28534 vsize=9625040 CPUtime=1766.3 cores=1,3,5,7
/proc/28537/task/28538/stat : 28538 (java) R 28534 28537 24550 0 -1 4202560 3088 0 1 0 176596 34 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139818026474720 139817967443643 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28540] ppid=28534 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/28537/task/28540/stat : 28540 (java) S 28534 28537 24550 0 -1 4202560 1503 0 0 0 282 17 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817965206440 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28541] ppid=28534 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/28537/task/28541/stat : 28541 (java) S 28534 28537 24550 0 -1 4202560 1417 0 0 0 288 19 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817964153896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28542] ppid=28534 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/28537/task/28542/stat : 28542 (java) S 28534 28537 24550 0 -1 4202560 1602 0 0 0 277 16 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817868016296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28543] ppid=28534 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/28537/task/28543/stat : 28543 (java) S 28534 28537 24550 0 -1 4202560 2040 0 0 0 285 16 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817866963752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28544] ppid=28534 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/28537/task/28544/stat : 28544 (java) S 28534 28537 24550 0 -1 4202560 1478 0 0 0 294 21 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817865910696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28545] ppid=28534 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/28537/task/28545/stat : 28545 (java) S 28534 28537 24550 0 -1 4202560 1833 0 0 0 302 17 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817864858152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28546] ppid=28534 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/28537/task/28546/stat : 28546 (java) S 28534 28537 24550 0 -1 4202560 1708 0 0 0 312 18 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817863805096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28547] ppid=28534 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28537/task/28547/stat : 28547 (java) S 28534 28537 24550 0 -1 4202560 1249 0 0 0 287 18 0 0 20 0 19 0 29375281 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817862752552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28548] ppid=28534 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/28537/task/28548/stat : 28548 (java) S 28534 28537 24550 0 -1 4202560 1178 0 0 0 608 7 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817850555240 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28537/tid=28549] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28549/stat : 28549 (java) S 28534 28537 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817849501560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28550] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28550/stat : 28550 (java) S 28534 28537 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29375283 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817848448392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28551] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28551/stat : 28551 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817847397136 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28552] ppid=28534 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/28537/task/28552/stat : 28552 (java) S 28534 28537 24550 0 -1 4202560 12653 0 0 0 127 3 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817846343992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28537/tid=28553] ppid=28534 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28537/task/28553/stat : 28553 (java) S 28534 28537 24550 0 -1 4202560 15608 0 0 0 118 5 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817845291448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28554] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28554/stat : 28554 (java) S 28534 28537 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817844238584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28537/tid=28555] ppid=28534 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28537/task/28555/stat : 28555 (java) S 28534 28537 24550 0 -1 4202560 101 0 0 0 40 40 0 0 20 0 19 0 29375286 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817843186248 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28537/tid=28556] ppid=28534 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28537/task/28556/stat : 28556 (java) S 28534 28537 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29375356 9856040960 115518 33554432000 1073741824 1073778376 140736449570160 139817842132520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1780.14
CPU time (s): 1800.81
CPU user time (s): 1798.36
CPU system time (s): 2.45063
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.36
system time used= 2.45063
maximum resident set size= 749752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46756
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= 54288
involuntary context switches= 53531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4949 second user time and 10.7724 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 20:08:06
IDJOB=4106678
IDBENCH=48179
IDSOLVER=2546
FILE ID=node126/4106678-1466273285
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106678-1466273285/watcher-4106678-1466273285 -o /tmp/evaluation-result-4106678-1466273285/solver-4106678-1466273285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106678-1466273285.opb

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

MD5SUM BENCH= fecc1e3404707b1609ea9647c91fc73f
RANDOM SEED=895520044

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        31210784 kB
Buffers:          142048 kB
Cached:           249808 kB
SwapCached:         1736 kB
Active:           252732 kB
Inactive:         312244 kB
Active(anon):     173800 kB
Inactive(anon):     1796 kB
Active(file):      78932 kB
Inactive(file):   310448 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        531208 kB
Mapped:            16940 kB
Shmem:                 0 kB
Slab:             606780 kB
SReclaimable:      50092 kB
SUnreclaim:       556688 kB
KernelStack:        1576 kB
PageTables:         5432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71740 MiB
End job on node126 at 2016-06-18 20:37:46