Trace number 3710696

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 specific settings 2.3.2 snapshotSAT (TO)-29 1800.11 1783.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUM3895ca8e12182fcd80d7923f66584703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark54.0378
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27931
Number of constraints which are clauses27931
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710696-1338148786.opb
0.10/0.11	c reading problem ... 
0.73/0.45	c ... done. Wall clock time 0.345s.
0.73/0.45	c declared #vars     595
0.73/0.45	c #constraints  27931
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
0.73/0.45	c 27931 constraints processed.
0.73/0.47	c SATISFIABLE
0.73/0.47	c OPTIMIZING...
0.73/0.49	c Got one! Elapsed wall clock time (in seconds):0.364
0.73/0.49	o 0
0.73/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.73/0.49	o -1
1.02/0.51	c Got one! Elapsed wall clock time (in seconds):0.407
1.02/0.51	o -2
1.02/0.52	c Got one! Elapsed wall clock time (in seconds):0.414
1.02/0.52	o -24
1.02/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
1.02/0.53	o -26
1.28/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.28/0.60	o -27
1.28/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.28/0.64	o -28
2.04/1.26	c cleaning 2688 clauses out of 5375 with flag 5003/5375
2.82/1.97	c cleaning 4341 clauses out of 8685 with flag 11001/11373
3.73/2.84	c cleaning 5672 clauses out of 11343 with flag 18000/18372
4.75/3.87	c cleaning 6824 clauses out of 13671 with flag 26000/26372
6.12/5.16	c cleaning 7922 clauses out of 15847 with flag 35000/35372
7.56/6.52	c cleaning 8962 clauses out of 17928 with flag 45003/45375
8.96/7.99	c Got one! Elapsed wall clock time (in seconds):7.887
8.96/7.99	o -29
9.77/8.71	c cleaning 11751 clauses out of 23501 with flag 5000/59910
10.69/9.69	c cleaning 8872 clauses out of 17752 with flag 11002/65912
12.02/10.91	c cleaning 7933 clauses out of 15878 with flag 18000/72910
13.14/12.07	c cleaning 7971 clauses out of 15945 with flag 26000/80910
14.46/13.33	c cleaning 8479 clauses out of 16974 with flag 35000/89910
16.09/14.94	c cleaning 9247 clauses out of 18496 with flag 45001/99911
18.01/16.88	c cleaning 10118 clauses out of 20249 with flag 56001/110911
19.72/18.53	c cleaning 11060 clauses out of 22130 with flag 68000/122910
21.95/20.76	c cleaning 12032 clauses out of 24070 with flag 81000/135910
24.69/23.41	c cleaning 13008 clauses out of 26038 with flag 95000/149910
27.53/26.20	c cleaning 14009 clauses out of 28032 with flag 110002/164912
30.55/29.28	c cleaning 15012 clauses out of 30023 with flag 126002/180912
33.80/32.42	c cleaning 16006 clauses out of 32012 with flag 143003/197913
37.15/35.79	c cleaning 16996 clauses out of 34003 with flag 161000/215910
41.29/39.87	c cleaning 17999 clauses out of 36008 with flag 180001/234911
46.72/45.22	c cleaning 18995 clauses out of 38009 with flag 200001/254911
50.24/48.74	c cleaning 20007 clauses out of 40014 with flag 221001/275911
54.30/52.73	c cleaning 20997 clauses out of 42007 with flag 243001/297911
59.37/57.76	c cleaning 22003 clauses out of 44012 with flag 266003/320913
68.29/66.64	c cleaning 23000 clauses out of 46007 with flag 290001/344911
74.15/72.45	c cleaning 23998 clauses out of 48007 with flag 315001/369911
81.53/79.79	c cleaning 24999 clauses out of 50008 with flag 341000/395910
86.80/84.91	c cleaning 25998 clauses out of 52009 with flag 368000/422910
93.76/91.84	c cleaning 27000 clauses out of 54012 with flag 396001/450911
103.63/101.66	c cleaning 28000 clauses out of 56011 with flag 425000/479910
113.12/111.03	c cleaning 28995 clauses out of 58011 with flag 455000/509910
120.48/118.35	c cleaning 30006 clauses out of 60017 with flag 486001/540911
131.04/128.84	c cleaning 30996 clauses out of 62012 with flag 518002/572912
139.47/137.24	c cleaning 32003 clauses out of 64014 with flag 551000/605910
146.94/144.65	c cleaning 33003 clauses out of 66013 with flag 585002/639912
157.00/154.64	c cleaning 34000 clauses out of 68008 with flag 620000/674910
170.06/167.60	c cleaning 34999 clauses out of 70008 with flag 656000/710910
182.56/180.05	c cleaning 35995 clauses out of 72011 with flag 693002/747912
200.03/197.45	c cleaning 37005 clauses out of 74015 with flag 731001/785911
214.60/211.97	c cleaning 37992 clauses out of 76010 with flag 770001/824911
232.59/229.87	c cleaning 39008 clauses out of 78017 with flag 810000/864910
243.65/240.90	c cleaning 39993 clauses out of 80010 with flag 851001/905911
253.93/251.06	c cleaning 41004 clauses out of 82017 with flag 893001/947911
266.40/263.47	c cleaning 42003 clauses out of 84015 with flag 936003/990913
281.48/278.44	c cleaning 43001 clauses out of 86010 with flag 980001/1034911
302.87/299.74	c cleaning 44002 clauses out of 88011 with flag 1025003/1079913
323.57/320.36	c cleaning 44999 clauses out of 90007 with flag 1071001/1125911
350.56/347.28	c cleaning 46003 clauses out of 92007 with flag 1118000/1172910
366.92/363.50	c cleaning 46996 clauses out of 94004 with flag 1166000/1220910
391.09/387.67	c cleaning 48003 clauses out of 96009 with flag 1215001/1269911
415.57/412.01	c cleaning 48992 clauses out of 98005 with flag 1265000/1319910
427.85/424.27	c cleaning 50000 clauses out of 100013 with flag 1316000/1370910
442.57/438.81	c cleaning 51001 clauses out of 102013 with flag 1368000/1422910
459.67/455.85	c cleaning 51998 clauses out of 104012 with flag 1421000/1475910
480.65/476.76	c cleaning 53000 clauses out of 106014 with flag 1475000/1529910
508.37/504.32	c cleaning 54000 clauses out of 108015 with flag 1530001/1584911
530.06/525.97	c cleaning 55002 clauses out of 110015 with flag 1586001/1640911
557.58/553.33	c cleaning 56007 clauses out of 112013 with flag 1643001/1697911
591.05/586.71	c cleaning 57002 clauses out of 114006 with flag 1701001/1755911
618.42/614.05	c cleaning 57994 clauses out of 116005 with flag 1760002/1814912
661.22/656.73	c cleaning 59005 clauses out of 118010 with flag 1820001/1874911
697.06/692.40	c cleaning 60001 clauses out of 120006 with flag 1881002/1935912
736.91/732.08	c cleaning 60998 clauses out of 122003 with flag 1943000/1997910
753.65/748.66	c cleaning 61997 clauses out of 124006 with flag 2006001/2060911
784.78/779.67	c cleaning 62999 clauses out of 126009 with flag 2070001/2124911
820.75/815.44	c cleaning 64001 clauses out of 128011 with flag 2135002/2189912
853.60/847.82	c cleaning 64995 clauses out of 130008 with flag 2201000/2255910
879.41/873.19	c cleaning 65996 clauses out of 132013 with flag 2268000/2322910
917.24/910.62	c cleaning 67003 clauses out of 134017 with flag 2336000/2390910
950.02/943.09	c cleaning 68002 clauses out of 136015 with flag 2405001/2459911
998.24/990.90	c cleaning 68994 clauses out of 138012 with flag 2475000/2529910
1049.30/1041.59	c cleaning 70005 clauses out of 140019 with flag 2546001/2600911
1088.73/1080.42	c cleaning 71007 clauses out of 142013 with flag 2618000/2672910
1131.51/1122.71	c cleaning 72003 clauses out of 144006 with flag 2691000/2745910
1178.19/1169.07	c cleaning 72992 clauses out of 146004 with flag 2765001/2819911
1228.22/1218.54	c cleaning 74005 clauses out of 148013 with flag 2840002/2894912
1285.04/1274.85	c cleaning 75001 clauses out of 150007 with flag 2916001/2970911
1315.60/1304.69	c cleaning 75998 clauses out of 152007 with flag 2993002/3047912
1351.73/1340.21	c cleaning 76995 clauses out of 154008 with flag 3071001/3125911
1397.11/1385.15	c cleaning 77999 clauses out of 156015 with flag 3150003/3204913
1459.11/1446.61	c cleaning 79000 clauses out of 158014 with flag 3230001/3284911
1513.94/1500.91	c cleaning 79999 clauses out of 160014 with flag 3311001/3365911
1560.38/1546.81	c cleaning 81004 clauses out of 162017 with flag 3393003/3447913
1626.81/1612.67	c cleaning 81997 clauses out of 164010 with flag 3476000/3530910
1691.06/1676.05	c cleaning 83001 clauses out of 166013 with flag 3560000/3614910
1736.29/1720.52	c cleaning 84001 clauses out of 168013 with flag 3645001/3699911
1800.11/1783.71	c starts		: 260
1800.11/1783.71	c conflicts		: 3774818
1800.11/1783.71	c decisions		: 3822970
1800.11/1783.71	c propagations		: 20756638
1800.11/1783.71	c inspects		: 7345890278
1800.11/1783.71	c shortcuts		: 0
1800.11/1783.71	c learnt literals	: 0
1800.11/1783.71	c learnt binary clauses	: 0
1800.11/1783.71	c learnt ternary clauses	: 0
1800.11/1783.71	c learnt constraints	: 3774818
1800.11/1783.71	c ignored constraints	: 0
1800.11/1783.71	c root simplifications	: 260
1800.11/1783.71	c removed literals (reason simplification)	: 97081164
1800.11/1783.71	c reason swapping (by a shorter reason)	: 0
1800.11/1783.71	c Calls to reduceDB	: 87
1800.11/1783.71	c number of reductions to clauses (during analyze)	: 0
1800.11/1783.71	c number of learned constraints concerned by reduction	: 0
1800.11/1783.71	c number of learning phase by resolution	: 0
1800.11/1783.71	c number of learning phase by cutting planes	: 0
1800.11/1783.71	c speed (assignments/second)	: 11639.73504660293
1800.11/1783.71	c non guided choices	1782
1800.11/1783.74	c learnt constraints type 
1800.11/1783.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158936
1800.11/1783.74	c constraints type 
1800.11/1783.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.11/1783.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.11/1783.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1800.11/1783.74	c 27932 constraints processed.
1800.11/1783.74	s SATISFIABLE
1800.11/1783.74	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 x540 -x541 -x542 -x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 
1800.11/1783.74	c objective function=-29
1800.11/1783.74	c Total wall clock time (in seconds): 1783.637

Verifier Data

OK	-29

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710696-1338148786/watcher-3710696-1338148786 -o /tmp/evaluation-result-3710696-1338148786/solver-3710696-1338148786 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710696-1338148786.opb 

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: 1.93 1.98 1.99 3/194 3672
/proc/meminfo: memFree=28859448/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 1174 0 0 0 0 0 0 0 20 0 2 0 281004507 91889664 893 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 22450 900 685 9 0 16769 0
[pid=3672/tid=3673] ppid=3670 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 281004507 94019584 905 33554432000 1073741824 1073778376 140734321119296 140734321108360 259112704063 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0197241 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 3672
/proc/meminfo: memFree=28859448/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 2809 0 1 0 0 0 0 0 20 0 10 0 281004507 9233014784 2997 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2254154 2997 1538 9 0 2244855 0
[pid=3672/tid=3673] ppid=3670 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 1653 0 1 0 0 0 0 0 20 0 10 0 281004507 9233014784 2997 33554432000 1073741824 1073778376 140734321119296 140523418845888 259115771149 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100224 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 3672
/proc/meminfo: memFree=28859448/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 281004507 9787842560 5637 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2389610 5637 2131 9 0 2380296 0
[pid=3672/tid=3673] ppid=3670 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2543 0 1 0 6 1 0 0 20 0 18 0 281004507 9787842560 5637 33554432000 1073741824 1073778376 140734321119296 140523418839208 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300192 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 3672
/proc/meminfo: memFree=28859448/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9558440 CPUtime=0.49 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 5767 0 1 0 47 2 0 0 20 0 18 0 281004507 9787842560 8068 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2389610 8068 2225 9 0 2380296 0
[pid=3672/tid=3673] ppid=3670 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2556 0 1 0 26 1 0 0 20 0 18 0 281004507 9787842560 8068 33554432000 1073741824 1073778376 140734321119296 140523418839208 140523290478124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700195 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 3672
/proc/meminfo: memFree=28859448/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 10014 0 1 0 140 3 0 0 20 0 19 0 281004507 9856004096 21042 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 21042 2255 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2588 0 1 0 65 2 0 0 20 0 19 0 281004507 9856004096 21042 33554432000 1073741824 1073778376 140734321119296 140523418849592 140523290477839 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3691
/proc/meminfo: memFree=28771032/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=2.39 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 10438 0 1 0 235 4 0 0 20 0 19 0 281004507 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 29309 2289 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2599 0 1 0 143 2 0 0 20 0 19 0 281004507 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523418849704 140523291143981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3620 0 0 0 40 0 0 0 20 0 19 0 281004512 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 2967 0 0 0 45 0 0 0 20 0 19 0 281004512 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 29309 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625004

[startup+3.10147 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3691
/proc/meminfo: memFree=28727156/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=4.05 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 10495 0 1 0 399 6 0 0 20 0 19 0 281004507 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 37519 2289 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=3 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2600 0 1 0 298 2 0 0 20 0 19 0 281004507 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523418849704 140523291143597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 281004509 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 2972 0 0 0 47 0 0 0 20 0 19 0 281004512 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 37519 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625004

[startup+6.30153 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 3691
/proc/meminfo: memFree=28689616/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=7.35 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 11013 0 1 0 727 8 0 0 20 0 19 0 281004507 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 40571 2289 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2602 0 1 0 610 2 0 0 20 0 19 0 281004507 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523418849584 140523291144538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281004508 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 19 0 281004509 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 3460 0 0 0 51 0 0 0 20 0 19 0 281004512 9856004096 40571 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 152005 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 3616 0 0 0 53 0 0 0 20 0 19 0 281004512 9856004096 152005 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 152005 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 99 0 0 0 28 36 0 0 20 0 19 0 281004512 9856004096 152005 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 152005 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1738.13
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 3729
/proc/meminfo: memFree=27638384/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=1798.67 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 21579 0 1 0 179744 123 0 0 20 0 19 0 281004507 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 159594 2290 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=1766.07 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2971 0 1 0 176577 30 0 0 20 0 19 0 281004507 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523418848640 140523291212880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=2.66 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 1114 0 0 0 256 10 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=2.47 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 782 0 0 0 237 10 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 1243 0 0 0 261 10 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=2.47 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 1056 0 0 0 238 9 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=2.61 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 1252 0 0 0 251 10 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=2.58 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 1155 0 0 0 249 9 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 1254 0 0 0 261 10 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=2.74 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 1365 0 0 0 266 8 0 0 20 0 19 0 281004508 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=5.51 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 859 0 0 0 546 5 0 0 20 0 19 0 281004509 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 3616 0 0 0 53 0 0 0 20 0 19 0 281004512 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 281004512 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 159594 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3729
/proc/meminfo: memFree=27638384/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=1800.11 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 21580 0 1 0 179888 123 0 0 20 0 19 0 281004507 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 159593 2290 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=1767.46 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2972 0 1 0 176716 30 0 0 20 0 19 0 281004507 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523418848640 140523290867080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=2.66 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 1114 0 0 0 256 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 782 0 0 0 238 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=2.72 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 1243 0 0 0 262 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=2.47 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 1056 0 0 0 238 9 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=2.61 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 1252 0 0 0 251 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=2.58 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 1155 0 0 0 249 9 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 1254 0 0 0 261 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=2.74 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 1365 0 0 0 266 8 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=5.51 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 859 0 0 0 546 5 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 3616 0 0 0 53 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1783.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3729
/proc/meminfo: memFree=27638384/32873648 swapFree=6844/6844
[pid=3672] ppid=3670 vsize=9625004 CPUtime=1800.11 cores=1,3,5,7
/proc/3672/stat : 3672 (java) S 3670 3672 3132 0 -1 4202496 21580 0 1 0 179888 123 0 0 20 0 19 0 281004507 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140734321110432 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3672/statm: 2406251 159593 2290 9 0 2396937 0
[pid=3672/tid=3673] ppid=3670 vsize=9625004 CPUtime=1767.46 cores=1,3,5,7
/proc/3672/task/3673/stat : 3673 (java) R 3670 3672 3132 0 -1 4202560 2972 0 1 0 176716 30 0 0 20 0 19 0 281004507 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523418848640 140523290867080 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3675] ppid=3670 vsize=9625004 CPUtime=2.66 cores=1,3,5,7
/proc/3672/task/3675/stat : 3675 (java) S 3670 3672 3132 0 -1 4202560 1114 0 0 0 256 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523262790696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3676] ppid=3670 vsize=9625004 CPUtime=2.48 cores=1,3,5,7
/proc/3672/task/3676/stat : 3676 (java) S 3670 3672 3132 0 -1 4202560 782 0 0 0 238 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523261737896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3677] ppid=3670 vsize=9625004 CPUtime=2.72 cores=1,3,5,7
/proc/3672/task/3677/stat : 3677 (java) S 3670 3672 3132 0 -1 4202560 1243 0 0 0 262 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523260685096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3678] ppid=3670 vsize=9625004 CPUtime=2.47 cores=1,3,5,7
/proc/3672/task/3678/stat : 3678 (java) S 3670 3672 3132 0 -1 4202560 1056 0 0 0 238 9 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523259632296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3672/tid=3679] ppid=3670 vsize=9625004 CPUtime=2.61 cores=1,3,5,7
/proc/3672/task/3679/stat : 3679 (java) S 3670 3672 3132 0 -1 4202560 1252 0 0 0 251 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523258579496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3680] ppid=3670 vsize=9625004 CPUtime=2.58 cores=1,3,5,7
/proc/3672/task/3680/stat : 3680 (java) S 3670 3672 3132 0 -1 4202560 1155 0 0 0 249 9 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523257526696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3681] ppid=3670 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/3672/task/3681/stat : 3681 (java) S 3670 3672 3132 0 -1 4202560 1254 0 0 0 261 10 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523256473896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3682] ppid=3670 vsize=9625004 CPUtime=2.74 cores=1,3,5,7
/proc/3672/task/3682/stat : 3682 (java) S 3670 3672 3132 0 -1 4202560 1365 0 0 0 266 8 0 0 20 0 19 0 281004508 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523255421096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3683] ppid=3670 vsize=9625004 CPUtime=5.51 cores=1,3,5,7
/proc/3672/task/3683/stat : 3683 (java) S 3670 3672 3132 0 -1 4202560 859 0 0 0 546 5 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523243011048 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3684] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3684/stat : 3684 (java) S 3670 3672 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523241957112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3685] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3685/stat : 3685 (java) S 3670 3672 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281004509 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523240904200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3686] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3686/stat : 3686 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004511 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523239852688 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3672/tid=3687] ppid=3670 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/3672/task/3687/stat : 3687 (java) S 3670 3672 3132 0 -1 4202560 3624 0 0 0 42 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523238799800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3688] ppid=3670 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/3672/task/3688/stat : 3688 (java) S 3670 3672 3132 0 -1 4202560 3616 0 0 0 53 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523237747000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3689] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3689/stat : 3689 (java) S 3670 3672 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523236694392 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3672/tid=3690] ppid=3670 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/3672/task/3690/stat : 3690 (java) S 3670 3672 3132 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 281004512 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523235641800 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3672/tid=3691] ppid=3670 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/3672/task/3691/stat : 3691 (java) S 3670 3672 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281004553 9856004096 159593 33554432000 1073741824 1073778376 140734321119296 140523234588328 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1783.75
CPU time (s): 1800.11
CPU user time (s): 1798.88
CPU system time (s): 1.23
CPU usage (%): 100.917
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.62175
maximum resident set size= 668364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21614
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48348
involuntary context switches= 45073

runsolver used 6.19306 second user time and 14.7098 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 21:59:46
IDJOB=3710696
IDBENCH=2272
IDSOLVER=2289
FILE ID=node124/3710696-1338148786
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710696-1338148786/watcher-3710696-1338148786 -o /tmp/evaluation-result-3710696-1338148786/solver-3710696-1338148786 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710696-1338148786.opb

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=1617428593

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28859884 kB
Buffers:          350104 kB
Cached:          2688564 kB
SwapCached:            0 kB
Active:          1056308 kB
Inactive:        2130700 kB
Active(anon):     150708 kB
Inactive(anon):        0 kB
Active(file):     905600 kB
Inactive(file):  2130700 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3224 kB
Writeback:             0 kB
AnonPages:        173412 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             669404 kB
SReclaimable:     113308 kB
SUnreclaim:       556096 kB
KernelStack:        1600 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71428 MiB
End job on node124 at 2012-05-27 22:29:32