Trace number 3710698

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)-33 1800.44 1773.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUM9984e76947bf9addca42277d72ff7107
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark61.0357
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved YES
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
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 760
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 760
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 760
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.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.11	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.11	c version 2.3.2.v20120418
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.15	c read org.sat4j.minisat.orders.VarOrderHeap
0.05/0.15	c configuring ORDERS
0.18/0.24	c --- Begin Solver configuration ---
0.18/0.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c Armin Biere (Picosat) restarts strategy
0.18/0.24	c Glucose learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=true
0.18/0.24	c Heuristics kept accross calls (keep the solver "hot")
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-3710698-1338147557.opb
0.18/0.24	c reading problem ... 
0.75/0.52	c ... done. Wall clock time 0.369s.
0.75/0.52	c declared #vars     760
0.75/0.52	c #constraints  41314
0.75/0.52	c constraints type 
0.75/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41314
0.75/0.52	c 41314 constraints processed.
0.75/0.54	c SATISFIABLE
0.75/0.54	c OPTIMIZING...
0.75/0.54	c Got one! Elapsed wall clock time (in seconds):0.39
0.75/0.54	o 0
0.75/0.55	c Got one! Elapsed wall clock time (in seconds):0.4
0.75/0.55	o -1
0.75/0.59	c Got one! Elapsed wall clock time (in seconds):0.441
0.75/0.59	o -2
0.91/0.60	c Got one! Elapsed wall clock time (in seconds):0.449
0.91/0.60	o -27
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.457
0.91/0.61	o -28
0.91/0.62	c Got one! Elapsed wall clock time (in seconds):0.465
0.91/0.62	o -29
0.91/0.64	c Got one! Elapsed wall clock time (in seconds):0.49
0.91/0.64	o -30
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.532
0.91/0.69	o -31
0.91/0.69	c Got one! Elapsed wall clock time (in seconds):0.536
0.91/0.69	o -32
1.98/1.46	c cleaning 2584 clauses out of 5170 with flag 5001/5170
3.08/2.36	c cleaning 4293 clauses out of 8585 with flag 11000/11169
3.49/2.77	c Got one! Elapsed wall clock time (in seconds):2.62
3.49/2.77	o -33
4.00/3.22	c cleaning 4815 clauses out of 9635 with flag 3003/16512
4.93/4.18	c cleaning 5410 clauses out of 10820 with flag 9003/22512
6.09/5.23	c cleaning 6200 clauses out of 12408 with flag 16001/29510
7.44/6.59	c cleaning 7102 clauses out of 14210 with flag 24003/37512
9.08/8.17	c cleaning 8046 clauses out of 16110 with flag 33005/46514
10.81/9.86	c cleaning 9027 clauses out of 18060 with flag 43001/56510
12.82/11.84	c cleaning 10013 clauses out of 20032 with flag 54000/67509
15.26/14.30	c cleaning 11008 clauses out of 22020 with flag 66001/79510
17.83/16.72	c cleaning 12001 clauses out of 24012 with flag 79001/92510
20.98/19.84	c cleaning 12999 clauses out of 26010 with flag 93000/106509
24.32/23.18	c cleaning 14003 clauses out of 28012 with flag 108001/121510
27.55/26.36	c cleaning 15001 clauses out of 30008 with flag 124000/137509
31.98/30.75	c cleaning 16001 clauses out of 32007 with flag 141000/154509
38.33/37.06	c cleaning 16996 clauses out of 34006 with flag 159000/172509
42.02/40.69	c cleaning 17996 clauses out of 36010 with flag 178000/191509
47.05/45.69	c cleaning 19007 clauses out of 38014 with flag 198000/211509
53.01/51.53	c cleaning 20004 clauses out of 40009 with flag 219002/232511
60.19/58.68	c cleaning 20992 clauses out of 42003 with flag 241000/254509
65.35/63.73	c cleaning 21999 clauses out of 44011 with flag 264000/277509
71.21/69.55	c cleaning 23004 clauses out of 46013 with flag 288001/301510
78.68/76.91	c cleaning 24003 clauses out of 48010 with flag 313002/326511
87.53/85.73	c cleaning 25000 clauses out of 50005 with flag 339000/352509
97.31/95.47	c cleaning 25995 clauses out of 52006 with flag 366001/379510
104.46/102.55	c cleaning 27002 clauses out of 54011 with flag 394001/407510
111.73/109.74	c cleaning 28000 clauses out of 56010 with flag 423002/436511
120.12/118.01	c cleaning 28998 clauses out of 58008 with flag 453000/466509
129.21/127.03	c cleaning 29999 clauses out of 60011 with flag 484001/497510
141.28/139.01	c cleaning 30997 clauses out of 62012 with flag 516001/529510
156.86/154.57	c cleaning 31992 clauses out of 64014 with flag 549000/562509
172.25/169.85	c cleaning 33010 clauses out of 66022 with flag 583000/596509
181.04/178.56	c cleaning 34007 clauses out of 68013 with flag 618001/631510
191.82/189.27	c cleaning 34994 clauses out of 70005 with flag 654000/667509
203.59/200.92	c cleaning 35999 clauses out of 72012 with flag 691001/704510
217.88/215.17	c cleaning 36996 clauses out of 74012 with flag 729000/742509
243.08/240.27	c cleaning 38006 clauses out of 76021 with flag 768005/781514
257.08/254.18	c cleaning 39001 clauses out of 78010 with flag 808000/821509
279.40/276.36	c cleaning 39997 clauses out of 80009 with flag 849000/862509
293.88/290.79	c cleaning 41000 clauses out of 82012 with flag 891000/904509
306.27/303.04	c cleaning 42001 clauses out of 84013 with flag 934001/947510
320.86/317.54	c cleaning 43000 clauses out of 86012 with flag 978001/991510
336.17/332.77	c cleaning 44007 clauses out of 88013 with flag 1023002/1036511
359.49/355.83	c cleaning 44996 clauses out of 90005 with flag 1069001/1082510
394.12/390.36	c cleaning 45998 clauses out of 92008 with flag 1116000/1129509
425.26/421.31	c cleaning 47000 clauses out of 94010 with flag 1164000/1177509
445.98/441.95	c cleaning 47999 clauses out of 96011 with flag 1213001/1226510
476.47/471.92	c cleaning 49000 clauses out of 98013 with flag 1263002/1276511
509.02/503.90	c cleaning 49999 clauses out of 100011 with flag 1314000/1327509
524.75/519.03	c cleaning 50998 clauses out of 102012 with flag 1366000/1379509
546.47/540.48	c cleaning 52000 clauses out of 104015 with flag 1419001/1432510
568.50/562.10	c cleaning 52999 clauses out of 106014 with flag 1473000/1486509
598.32/591.70	c cleaning 53998 clauses out of 108016 with flag 1528001/1541510
635.97/628.14	c cleaning 55002 clauses out of 110017 with flag 1584000/1597509
661.39/652.73	c cleaning 56000 clauses out of 112017 with flag 1641002/1654511
701.21/692.15	c cleaning 57006 clauses out of 114015 with flag 1699000/1712509
744.78/734.90	c cleaning 58001 clauses out of 116009 with flag 1758000/1771509
790.89/780.20	c cleaning 58996 clauses out of 118009 with flag 1818001/1831510
850.40/838.96	c cleaning 60000 clauses out of 120012 with flag 1879000/1892509
903.26/890.83	c cleaning 61006 clauses out of 122013 with flag 1941001/1954510
933.69/920.63	c cleaning 62002 clauses out of 124007 with flag 2004001/2017510
957.73/944.11	c cleaning 62996 clauses out of 126004 with flag 2068000/2081509
988.27/974.21	c cleaning 64000 clauses out of 128009 with flag 2133001/2146510
1029.97/1015.29	c cleaning 64998 clauses out of 130008 with flag 2199000/2212509
1091.63/1076.01	c cleaning 66003 clauses out of 132012 with flag 2266002/2279511
1129.11/1112.80	c cleaning 66998 clauses out of 134007 with flag 2334000/2347509
1180.82/1163.63	c cleaning 68001 clauses out of 136010 with flag 2403001/2416510
1216.31/1198.49	c cleaning 68997 clauses out of 138008 with flag 2473000/2486509
1263.13/1244.52	c cleaning 70002 clauses out of 140012 with flag 2544001/2557510
1322.51/1302.49	c cleaning 70995 clauses out of 142009 with flag 2616000/2629509
1363.44/1342.76	c cleaning 72004 clauses out of 144014 with flag 2689000/2702509
1427.97/1406.29	c cleaning 72997 clauses out of 146011 with flag 2763001/2776510
1508.65/1485.60	c cleaning 74003 clauses out of 148014 with flag 2838001/2851510
1596.67/1572.75	c cleaning 75004 clauses out of 150011 with flag 2914001/2927510
1664.18/1639.37	c cleaning 76004 clauses out of 152008 with flag 2991002/3004511
1694.52/1668.92	c cleaning 76991 clauses out of 154002 with flag 3069000/3082509
1734.13/1707.92	c cleaning 77998 clauses out of 156011 with flag 3148000/3161509
1773.83/1747.14	c cleaning 78997 clauses out of 158013 with flag 3228000/3241509
1800.07/1773.01	c starts		: 260
1800.07/1773.01	c conflicts		: 3295525
1800.07/1773.01	c decisions		: 3333778
1800.07/1773.01	c propagations		: 18299705
1800.07/1773.01	c inspects		: 5493821623
1800.07/1773.01	c shortcuts		: 0
1800.07/1773.01	c learnt literals	: 0
1800.07/1773.01	c learnt binary clauses	: 0
1800.07/1773.01	c learnt ternary clauses	: 0
1800.07/1773.01	c learnt constraints	: 3295525
1800.07/1773.01	c ignored constraints	: 0
1800.07/1773.01	c root simplifications	: 260
1800.07/1773.01	c removed literals (reason simplification)	: 83626063
1800.07/1773.01	c reason swapping (by a shorter reason)	: 0
1800.07/1773.01	c Calls to reduceDB	: 78
1800.07/1773.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1773.01	c number of learned constraints concerned by reduction	: 0
1800.07/1773.01	c number of learning phase by resolution	: 0
1800.07/1773.01	c number of learning phase by cutting planes	: 0
1800.07/1773.01	c speed (assignments/second)	: 10324.329584921501
1800.07/1773.01	c non guided choices	2277
1800.07/1773.04	c learnt constraints type 
1800.07/1773.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133102
1800.07/1773.04	c constraints type 
1800.07/1773.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.07/1773.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1773.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41314
1800.07/1773.04	c 41315 constraints processed.
1800.07/1773.04	s SATISFIABLE
1800.07/1773.04	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 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 
1800.07/1773.04	c objective function=-33
1800.07/1773.04	c Total wall clock time (in seconds): 1772.889

Verifier Data

OK	-33

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.11 1.50 4/175 21881
/proc/meminfo: memFree=31156080/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/21880/stat : 21880 (java) D 21877 21880 21838 0 -1 4202496 80 0 1 0 0 0 0 0 20 0 1 0 280881604 278528 34 33554432000 1073741824 1073778376 140733556286112 140733556283288 242158234919 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/21880/statm: 68 34 25 9 0 25 0

[startup+0.0111269 s]
/proc/loadavg: 0.92 1.11 1.50 4/175 21881
/proc/meminfo: memFree=31156080/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21880/stat : 21880 (java) D 21877 21880 21838 0 -1 4202496 247 0 2 0 0 0 0 0 20 0 1 0 280881604 9515008 183 33554432000 1073741824 1073778376 140733556286112 140733556277144 242167398069 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/21880/statm: 2323 183 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100196 s]
/proc/loadavg: 0.92 1.11 1.50 4/175 21881
/proc/meminfo: memFree=31156080/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 3283 0 9 0 4 1 0 0 20 0 18 0 280881604 9787842560 4499 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2389610 4499 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.300164 s]
/proc/loadavg: 0.92 1.11 1.50 4/175 21881
/proc/meminfo: memFree=31156080/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9558440 CPUtime=0.37 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 4845 0 10 0 36 1 0 0 20 0 18 0 280881604 9787842560 7441 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2389610 7441 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9558440

[startup+0.700175 s]
/proc/loadavg: 0.92 1.11 1.50 4/175 21881
/proc/meminfo: memFree=31156080/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=1.18 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 7882 0 10 0 115 3 0 0 20 0 19 0 280881604 9856004096 25801 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 25801 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.33 1.19 1.53 4/213 21919
/proc/meminfo: memFree=30954084/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=2.14 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 8698 0 10 0 210 4 0 0 20 0 19 0 280881604 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 36079 2289 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=1.4 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) R 21877 21880 21838 0 -1 4202560 2541 0 4 0 137 3 0 0 20 0 19 0 280881607 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634876101032 139634705862638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634836540328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634834434728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) S 21877 21880 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634833381928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 36079 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9626196 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9857224704 36081 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9626196 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9857224704 36094 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9626196 CPUtime=0.32 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 1995 0 0 0 32 0 0 0 20 0 19 0 280881613 9857224704 36111 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9626196 CPUtime=0.32 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) R 21877 21880 21838 0 -1 4202560 2944 0 0 0 32 0 0 0 20 0 19 0 280881613 9857224704 36127 33554432000 1073741824 1073778376 140734187117872 139634694627800 139634879678050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9626196 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9857224704 36141 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9626196 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9857224704 36157 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9626196 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9857224704 36175 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.33 1.19 1.53 4/213 21919
/proc/meminfo: memFree=30865844/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=3.89 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 12573 0 10 0 383 6 0 0 20 0 19 0 280881604 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 44008 2289 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) R 21877 21880 21838 0 -1 4202560 2542 0 4 0 295 3 0 0 20 0 19 0 280881607 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634876100912 139634705772768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634836540328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) S 21877 21880 21838 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634834434728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) S 21877 21880 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634833381928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 280881610 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 1995 0 0 0 34 0 0 0 20 0 19 0 280881613 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 44008 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625004

[startup+6.30056 s]
/proc/loadavg: 1.33 1.19 1.53 4/213 21919
/proc/meminfo: memFree=30794344/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=7.24 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 13176 0 10 0 717 7 0 0 20 0 19 0 280881604 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 48189 2289 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) R 21877 21880 21838 0 -1 4202560 2544 0 4 0 605 3 0 0 20 0 19 0 280881607 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634876100912 139634705862556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) S 21877 21880 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634836540328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) S 21877 21880 21838 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) S 21877 21880 21838 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634834434728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) S 21877 21880 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634833381928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881609 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 43 0 0 0 9 0 0 0 20 0 19 0 280881610 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 2565 0 0 0 39 0 0 0 20 0 19 0 280881613 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 48189 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 3611 0 0 0 386 18 0 0 20 0 19 0 280881609 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 4313 0 0 0 374 18 0 0 20 0 19 0 280881609 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 3779 0 0 0 389 20 0 0 20 0 19 0 280881609 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=5.06 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 1268 0 0 0 496 10 0 0 20 0 19 0 280881610 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 2605 0 0 0 41 0 0 0 20 0 19 0 280881613 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 93 0 0 0 26 28 0 0 20 0 19 0 280881613 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 174478 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1626.7
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 1.91 4/213 21957
/proc/meminfo: memFree=29654488/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=1687.8 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 51953 0 10 0 168574 206 0 0 20 0 19 0 280881604 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 182820 2290 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=1646.94 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) S 21877 21880 21838 0 -1 4202560 3247 0 4 0 164662 32 0 0 20 0 19 0 280881607 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634876100088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 5354 0 0 0 395 19 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=4.39 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) R 21877 21880 21838 0 -1 4202560 4862 0 0 0 418 21 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634836540504 139634878572275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=4.31 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) R 21877 21880 21838 0 -1 4202560 5595 0 0 0 409 22 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=4.26 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) R 21877 21880 21838 0 -1 4202560 3525 0 0 0 405 21 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634834434728 139634878572275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=4.49 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) R 21877 21880 21838 0 -1 4202560 5468 0 0 0 431 18 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634833381928 139634878659728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=4.26 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 3614 0 0 0 407 19 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=4.1 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) R 21877 21880 21838 0 -1 4202560 4316 0 0 0 392 18 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634831276328 139634882997164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=4.3 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 4053 0 0 0 410 20 0 0 20 0 19 0 280881609 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=5.18 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 1291 0 0 0 507 11 0 0 20 0 19 0 280881610 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634699900808 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 2605 0 0 0 41 0 0 0 20 0 19 0 280881613 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 95 0 0 0 27 30 0 0 20 0 19 0 280881613 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 182820 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1687.8
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.27 2.12 1.95 4/213 21957
/proc/meminfo: memFree=29654336/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=1748.75 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 52629 0 10 0 174663 212 0 0 20 0 19 0 280881604 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 194153 2290 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=1706.39 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) R 21877 21880 21838 0 -1 4202560 3262 0 4 0 170607 32 0 0 20 0 19 0 280881607 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634876099968 139634705773564 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=4.29 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 5494 0 0 0 409 20 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=4.56 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) S 21877 21880 21838 0 -1 4202560 4873 0 0 0 434 22 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634836540328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=4.44 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) S 21877 21880 21838 0 -1 4202560 5907 0 0 0 422 22 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=4.42 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) S 21877 21880 21838 0 -1 4202560 3552 0 0 0 420 22 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634834434728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=4.7 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) S 21877 21880 21838 0 -1 4202560 5527 0 0 0 451 19 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634833381928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=4.44 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 3621 0 0 0 424 20 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=4.29 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 4382 0 0 0 410 19 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=4.43 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 4055 0 0 0 423 20 0 0 20 0 19 0 280881609 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=5.37 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 1324 0 0 0 526 11 0 0 20 0 19 0 280881610 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 2605 0 0 0 41 0 0 0 20 0 19 0 280881613 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 99 0 0 0 28 31 0 0 20 0 19 0 280881613 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 194153 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1748.75
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773 s]
/proc/loadavg: 2.23 2.13 1.96 3/213 21958
/proc/meminfo: memFree=29594328/32873648 swapFree=7112/7112
[pid=21880] ppid=21877 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/21880/stat : 21880 (java) S 21877 21880 21838 0 -1 4202496 53722 0 10 0 179791 216 0 0 20 0 19 0 280881604 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 140734187109008 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0
/proc/21880/statm: 2406251 199803 2290 9 0 2396937 0
[pid=21880/tid=21885] ppid=21877 vsize=9625004 CPUtime=1756.68 cores=0,2,4,6
/proc/21880/task/21885/stat : 21885 (java) R 21877 21880 21838 0 -1 4202560 3270 0 4 0 175635 33 0 0 20 0 19 0 280881607 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634876099968 139634705773027 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21894] ppid=21877 vsize=9625004 CPUtime=4.39 cores=0,2,4,6
/proc/21880/task/21894/stat : 21894 (java) S 21877 21880 21838 0 -1 4202560 5729 0 0 0 419 20 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634837593128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21895] ppid=21877 vsize=9625004 CPUtime=4.67 cores=0,2,4,6
/proc/21880/task/21895/stat : 21895 (java) S 21877 21880 21838 0 -1 4202560 4990 0 0 0 445 22 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634836540328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21896] ppid=21877 vsize=9625004 CPUtime=4.51 cores=0,2,4,6
/proc/21880/task/21896/stat : 21896 (java) S 21877 21880 21838 0 -1 4202560 6023 0 0 0 428 23 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634835487528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21897] ppid=21877 vsize=9625004 CPUtime=4.54 cores=0,2,4,6
/proc/21880/task/21897/stat : 21897 (java) S 21877 21880 21838 0 -1 4202560 3554 0 0 0 432 22 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634834434728 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21898] ppid=21877 vsize=9625004 CPUtime=4.82 cores=0,2,4,6
/proc/21880/task/21898/stat : 21898 (java) S 21877 21880 21838 0 -1 4202560 5894 0 0 0 463 19 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634833381928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21899] ppid=21877 vsize=9625004 CPUtime=4.53 cores=0,2,4,6
/proc/21880/task/21899/stat : 21899 (java) S 21877 21880 21838 0 -1 4202560 3623 0 0 0 433 20 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634832329128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21900] ppid=21877 vsize=9625004 CPUtime=4.39 cores=0,2,4,6
/proc/21880/task/21900/stat : 21900 (java) S 21877 21880 21838 0 -1 4202560 4607 0 0 0 419 20 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634831276328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21901] ppid=21877 vsize=9625004 CPUtime=4.54 cores=0,2,4,6
/proc/21880/task/21901/stat : 21901 (java) S 21877 21880 21838 0 -1 4202560 4055 0 0 0 434 20 0 0 20 0 19 0 280881609 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634830223528 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21903] ppid=21877 vsize=9625004 CPUtime=5.55 cores=0,2,4,6
/proc/21880/task/21903/stat : 21903 (java) S 21877 21880 21838 0 -1 4202560 1341 0 0 0 544 11 0 0 20 0 19 0 280881610 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634699901928 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21880/tid=21906] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21906/stat : 21906 (java) S 21877 21880 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634698847992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21907] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21907/stat : 21907 (java) S 21877 21880 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280881610 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634697795080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21908] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21908/stat : 21908 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634696743568 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21910] ppid=21877 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/21880/task/21910/stat : 21910 (java) S 21877 21880 21838 0 -1 4202560 2605 0 0 0 41 0 0 0 20 0 19 0 280881613 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634695690680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21880/tid=21912] ppid=21877 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/21880/task/21912/stat : 21912 (java) S 21877 21880 21838 0 -1 4202560 6748 0 0 0 45 0 0 0 20 0 19 0 280881613 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634694637880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21913] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21913/stat : 21913 (java) S 21877 21880 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280881613 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634693585272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21880/tid=21916] ppid=21877 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/21880/task/21916/stat : 21916 (java) S 21877 21880 21838 0 -1 4202560 103 0 0 0 29 32 0 0 20 0 19 0 280881613 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634692532680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21880/tid=21918] ppid=21877 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/21880/task/21918/stat : 21918 (java) S 21877 21880 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280881657 9856004096 199803 33554432000 1073741824 1073778376 140734187117872 139634691479208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

Child status: 143
Real time (s): 1773.05
CPU time (s): 1800.44
CPU user time (s): 1797.88
CPU system time (s): 2.56261
CPU usage (%): 101.545
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.88
system time used= 2.56261
maximum resident set size= 800076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53941
page faults= 10
swaps= 0
block input operations= 1888
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59975
involuntary context switches= 76304

runsolver used 6.62199 second user time and 15.4217 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 21:39:17
IDJOB=3710698
IDBENCH=2243
IDSOLVER=2289
FILE ID=node126/3710698-1338147557
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71356 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/frb40-19-opb/normalized-frb40-19-1.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-3710698-1338147557/watcher-3710698-1338147557 -o /tmp/evaluation-result-3710698-1338147557/solver-3710698-1338147557 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710698-1338147557.opb

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

MD5SUM BENCH= 9984e76947bf9addca42277d72ff7107
RANDOM SEED=1037079443

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.456
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.91
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.456
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	: 5331.91
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.456
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	: 5331.92
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.456
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	: 5331.91
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.456
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	: 5331.92
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.456
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	: 5331.91
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.456
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	: 5331.90
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.456
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31156988 kB
Buffers:          308564 kB
Cached:           578692 kB
SwapCached:        17756 kB
Active:           735728 kB
Inactive:         172000 kB
Active(anon):       2104 kB
Inactive(anon):    20452 kB
Active(file):     733624 kB
Inactive(file):   151548 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              3144 kB
Writeback:             0 kB
AnonPages:         10108 kB
Mapped:             8920 kB
Shmem:                 0 kB
Slab:             668748 kB
SReclaimable:     112892 kB
SUnreclaim:       555856 kB
KernelStack:        1376 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71356 MiB
End job on node126 at 2012-05-27 22:08:52