Trace number 3687875

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)-28 1800.25 1781.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
MD5SUM7262f9f4ab1a3ada75b3b140acf97f7d
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 benchmark269.661
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41605
Number of constraints which are clauses41605
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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3687875-1337877295.opb
0.08/0.11	c reading problem ... 
0.68/0.49	c ... done. Wall clock time 0.377s.
0.68/0.49	c declared #vars     760
0.68/0.49	c #constraints  41605
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41605
0.68/0.49	c 41605 constraints processed.
0.68/0.49	c objective function length is 760 literals
0.78/0.51	c SATISFIABLE
0.78/0.51	c OPTIMIZING...
0.78/0.51	c Got one! Elapsed wall clock time (in seconds):0.393
0.78/0.51	o -28
1.53/1.06	c cleaning 2501 clauses out of 5001 with flag 5001/5001
2.08/1.60	c cleaning 4251 clauses out of 8501 with flag 11002/11002
2.95/2.36	c cleaning 5624 clauses out of 11248 with flag 18000/18000
3.78/3.20	c cleaning 6812 clauses out of 13624 with flag 26000/26000
4.87/4.14	c cleaning 7906 clauses out of 15813 with flag 35001/35001
5.92/5.17	c cleaning 8948 clauses out of 17906 with flag 45000/45000
7.27/6.43	c cleaning 9980 clauses out of 19960 with flag 56002/56002
8.71/7.88	c cleaning 10990 clauses out of 21980 with flag 68002/68002
10.46/9.51	c cleaning 11988 clauses out of 23988 with flag 81000/81000
12.39/11.44	c cleaning 13001 clauses out of 26001 with flag 95001/95001
14.88/13.81	c cleaning 13991 clauses out of 28001 with flag 110002/110002
17.50/16.48	c cleaning 14997 clauses out of 30008 with flag 126000/126000
20.36/19.29	c cleaning 16002 clauses out of 32012 with flag 143001/143001
23.29/22.14	c cleaning 17005 clauses out of 34009 with flag 161000/161000
26.46/25.28	c cleaning 17995 clauses out of 36004 with flag 180000/180000
29.81/28.52	c cleaning 18998 clauses out of 38009 with flag 200000/200000
33.27/31.92	c cleaning 20004 clauses out of 40011 with flag 221000/221000
37.12/35.79	c cleaning 21000 clauses out of 42007 with flag 243000/243000
42.11/40.65	c cleaning 22003 clauses out of 44009 with flag 266002/266002
46.99/45.46	c cleaning 23000 clauses out of 46005 with flag 290001/290001
52.05/50.44	c cleaning 24002 clauses out of 48005 with flag 315001/315001
57.73/56.07	c cleaning 25001 clauses out of 50002 with flag 341000/341000
64.55/62.71	c cleaning 25995 clauses out of 52001 with flag 368000/368000
71.72/69.81	c cleaning 26998 clauses out of 54006 with flag 396000/396000
79.58/77.67	c cleaning 28005 clauses out of 56011 with flag 425003/425003
87.04/85.03	c cleaning 29000 clauses out of 58003 with flag 455000/455000
93.88/91.84	c cleaning 29998 clauses out of 60003 with flag 486000/486000
103.16/101.03	c cleaning 31001 clauses out of 62005 with flag 518000/518000
113.15/110.92	c cleaning 31997 clauses out of 64005 with flag 551001/551001
122.64/120.39	c cleaning 32998 clauses out of 66008 with flag 585001/585001
132.97/130.57	c cleaning 34002 clauses out of 68009 with flag 620000/620000
144.56/142.08	c cleaning 35001 clauses out of 70010 with flag 656003/656003
155.84/153.28	c cleaning 36003 clauses out of 72009 with flag 693003/693003
164.57/161.99	c cleaning 36999 clauses out of 74004 with flag 731001/731001
176.25/173.55	c cleaning 38002 clauses out of 76004 with flag 770000/770000
187.34/184.53	c cleaning 38997 clauses out of 78002 with flag 810000/810000
199.73/196.83	c cleaning 39998 clauses out of 80005 with flag 851000/851000
216.71/213.71	c cleaning 40996 clauses out of 82007 with flag 893000/893000
232.24/229.16	c cleaning 42004 clauses out of 84012 with flag 936001/936001
250.74/247.36	c cleaning 43000 clauses out of 86007 with flag 980000/980000
266.01/262.44	c cleaning 43999 clauses out of 88008 with flag 1025001/1025001
283.55/279.90	c cleaning 45001 clauses out of 90008 with flag 1071000/1071000
302.05/298.31	c cleaning 45998 clauses out of 92007 with flag 1118000/1118000
321.38/317.54	c cleaning 47005 clauses out of 94009 with flag 1166000/1166000
339.14/335.22	c cleaning 47998 clauses out of 96005 with flag 1215001/1215001
353.76/349.75	c cleaning 48998 clauses out of 98006 with flag 1265000/1265000
372.34/368.22	c cleaning 50004 clauses out of 100008 with flag 1316000/1316000
390.64/386.34	c cleaning 50995 clauses out of 102005 with flag 1368001/1368001
416.16/411.79	c cleaning 52003 clauses out of 104009 with flag 1421000/1421000
439.42/434.87	c cleaning 52995 clauses out of 106007 with flag 1475001/1475001
460.75/456.09	c cleaning 54002 clauses out of 108012 with flag 1530001/1530001
481.38/476.56	c cleaning 54997 clauses out of 110009 with flag 1586000/1586000
510.04/504.81	c cleaning 56003 clauses out of 112014 with flag 1643002/1643002
540.84/535.63	c cleaning 56996 clauses out of 114009 with flag 1701000/1701000
567.95/562.63	c cleaning 57997 clauses out of 116014 with flag 1760001/1760001
598.34/592.97	c cleaning 59001 clauses out of 118016 with flag 1820000/1820000
620.61/615.17	c cleaning 60000 clauses out of 120016 with flag 1881001/1881001
643.70/638.18	c cleaning 61004 clauses out of 122016 with flag 1943001/1943001
671.41/665.74	c cleaning 62001 clauses out of 124011 with flag 2006000/2006000
711.44/705.67	c cleaning 63001 clauses out of 126010 with flag 2070000/2070000
755.46/749.56	c cleaning 64000 clauses out of 128009 with flag 2135000/2135000
808.59/802.50	c cleaning 65002 clauses out of 130010 with flag 2201001/2201001
858.88/852.68	c cleaning 66000 clauses out of 132007 with flag 2268000/2268000
909.12/902.76	c cleaning 67000 clauses out of 134008 with flag 2336001/2336001
955.96/949.40	c cleaning 68001 clauses out of 136008 with flag 2405001/2405001
1004.88/998.14	c cleaning 68996 clauses out of 138006 with flag 2475000/2475000
1048.08/1041.17	c cleaning 70003 clauses out of 140012 with flag 2546002/2546002
1094.89/1087.80	c cleaning 71003 clauses out of 142008 with flag 2618001/2618001
1145.92/1138.78	c cleaning 72000 clauses out of 144007 with flag 2691003/2691003
1201.03/1193.78	c cleaning 73001 clauses out of 146007 with flag 2765003/2765003
1254.72/1246.92	c cleaning 74002 clauses out of 148003 with flag 2840000/2840000
1314.95/1306.40	c cleaning 75001 clauses out of 150001 with flag 2916000/2916000
1383.65/1373.63	c cleaning 75998 clauses out of 152001 with flag 2993001/2993001
1450.09/1439.02	c cleaning 76996 clauses out of 154002 with flag 3071000/3071000
1523.35/1510.21	c cleaning 78004 clauses out of 156007 with flag 3150001/3150001
1600.19/1585.56	c cleaning 79000 clauses out of 158003 with flag 3230001/3230001
1678.24/1662.14	c cleaning 79997 clauses out of 160002 with flag 3311000/3311000
1749.83/1732.41	c cleaning 81003 clauses out of 162006 with flag 3393001/3393001
1800.05/1781.71	c starts		: 252
1800.05/1781.71	c conflicts		: 3459975
1800.05/1781.71	c decisions		: 3673768
1800.05/1781.71	c propagations		: 18609155
1800.05/1781.71	c inspects		: 15392878952
1800.05/1781.71	c shortcuts		: 0
1800.05/1781.71	c learnt literals	: 0
1800.05/1781.71	c learnt binary clauses	: 0
1800.05/1781.71	c learnt ternary clauses	: 0
1800.05/1781.71	c learnt constraints	: 3459975
1800.05/1781.71	c ignored constraints	: 0
1800.05/1781.71	c root simplifications	: 0
1800.05/1781.71	c removed literals (reason simplification)	: 0
1800.05/1781.71	c reason swapping (by a shorter reason)	: 0
1800.05/1781.71	c Calls to reduceDB	: 78
1800.05/1781.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1781.71	c number of learned constraints concerned by reduction	: 0
1800.05/1781.71	c number of learning phase by resolution	: 0
1800.05/1781.71	c number of learning phase by cutting planes	: 0
1800.05/1781.71	c speed (assignments/second)	: 10447.474779798687
1800.05/1781.71	c non guided choices	0
1800.05/1781.75	c learnt constraints type 
1800.05/1781.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148021
1800.05/1781.75	c constraints type 
1800.05/1781.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/1781.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41605
1800.05/1781.75	c 41606 constraints processed.
1800.05/1781.75	s SATISFIABLE
1800.05/1781.75	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.05/1781.75	c objective function=-28
1800.05/1781.75	c Total wall clock time (in seconds): 1781.636

Verifier Data

OK	-28

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-3687875-1337877295/watcher-3687875-1337877295 -o /tmp/evaluation-result-3687875-1337877295/solver-3687875-1337877295 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687875-1337877295.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: 2.00 2.00 1.94 3/194 12770
/proc/meminfo: memFree=27784640/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12770/stat : 12770 (java) D 12768 12770 12001 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253855603 9515008 183 33554432000 1073741824 1073778376 140735678873968 140735678865000 251032059573 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/12770/statm: 2323 183 140 9 0 71 0

[startup+0.0131671 s]
/proc/loadavg: 2.00 2.00 1.94 3/194 12770
/proc/meminfo: memFree=27784640/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 1240 0 0 0 0 0 0 0 20 0 2 0 253855603 98635776 948 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 24081 948 718 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96324

[startup+0.10016 s]
/proc/loadavg: 2.00 2.00 1.94 3/194 12770
/proc/meminfo: memFree=27784640/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 4339 0 1 0 8 0 0 0 20 0 18 0 253855603 9787813888 5022 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2389603 5022 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 2.00 2.00 1.94 3/194 12770
/proc/meminfo: memFree=27784640/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 5753 0 1 0 44 1 0 0 20 0 18 0 253855603 9787813888 7891 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2389603 7891 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 1.94 3/194 12770
/proc/meminfo: memFree=27784640/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=1.16 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 9143 0 1 0 113 3 0 0 20 0 19 0 253855603 9855975424 25721 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 25721 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 12789
/proc/meminfo: memFree=27681024/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=2.08 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 9265 0 1 0 203 5 0 0 20 0 19 0 253855603 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 34512 2278 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2548 0 1 0 140 3 0 0 20 0 19 0 253855604 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016881066392 140016753285030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 253855606 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) R 12768 12770 12001 0 -1 4202560 2699 0 0 0 33 0 0 0 20 0 19 0 253855609 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016701094072 140016885153120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) R 12768 12770 12001 0 -1 4202560 2759 0 0 0 24 0 0 0 20 0 19 0 253855609 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016700041272 140016888039944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 34512 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9624976

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 12789
/proc/meminfo: memFree=27631120/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=3.78 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 9342 0 1 0 369 9 0 0 20 0 19 0 253855603 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 46308 2278 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=2.96 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2549 0 1 0 293 3 0 0 20 0 19 0 253855604 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016881066272 140016753318898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 25 0 0 0 0 1 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 15 0 0 0 0 1 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 19 0 253855606 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2705 0 0 0 35 0 0 0 20 0 19 0 253855609 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2761 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 46308 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9624976

[startup+6.30083 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 12789
/proc/meminfo: memFree=27602264/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=7.17 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 9880 0 1 0 706 11 0 0 20 0 19 0 253855603 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 47857 2278 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=6.04 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2550 0 1 0 601 3 0 0 20 0 19 0 253855604 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016881066272 140016753284776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 26 0 0 0 1 1 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 132 0 0 0 1 1 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 131 0 0 0 1 0 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 179 0 0 0 2 0 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 16 0 0 0 0 2 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 19 0 253855605 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 45 0 0 0 13 0 0 0 20 0 19 0 253855606 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2743 0 0 0 48 0 0 0 20 0 19 0 253855609 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2762 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 47857 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=2.51 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 723 0 0 0 234 17 0 0 20 0 19 0 253855605 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=2.61 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1333 0 0 0 240 21 0 0 20 0 19 0 253855605 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=2.43 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 1501 0 0 0 225 18 0 0 20 0 19 0 253855605 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=6.04 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 1278 0 0 0 597 7 0 0 20 0 19 0 253855606 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2750 0 0 0 50 0 0 0 20 0 19 0 253855609 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2762 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0.82 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 95 0 0 0 40 42 0 0 20 0 19 0 253855609 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 180833 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1678.45
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.98 1.99 1.99 3/213 12886
/proc/meminfo: memFree=26659948/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=1739.58 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 23736 0 1 0 173738 220 0 0 20 0 19 0 253855603 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 187262 2279 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=1709.64 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2910 0 1 0 170931 33 0 0 20 0 19 0 253855604 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016881065312 140016753260545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=2.92 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 2023 0 0 0 272 20 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=2.83 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 1371 0 0 0 261 22 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=2.74 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 1439 0 0 0 257 17 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=2.73 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 2036 0 0 0 253 20 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=2.73 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 1651 0 0 0 259 14 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=2.73 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 853 0 0 0 256 17 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=2.82 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1672 0 0 0 261 21 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=2.64 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 1682 0 0 0 246 18 0 0 20 0 19 0 253855605 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=6.05 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 1306 0 0 0 598 7 0 0 20 0 19 0 253855606 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2750 0 0 0 50 0 0 0 20 0 19 0 253855609 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2762 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 99 0 0 0 42 43 0 0 20 0 19 0 253855609 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 187262 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1739.58
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.7 s]
/proc/loadavg: 2.55 2.11 2.03 3/213 12886
/proc/meminfo: memFree=26638004/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 23793 0 1 0 179780 225 0 0 20 0 19 0 253855603 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 183479 2279 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=1768.4 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2941 0 1 0 176805 35 0 0 20 0 19 0 253855604 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016881065312 140016753260545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=3.13 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 2024 0 0 0 292 21 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 1371 0 0 0 281 22 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=2.9 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 1440 0 0 0 273 17 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 2036 0 0 0 271 20 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=2.93 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 1651 0 0 0 279 14 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 853 0 0 0 274 17 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1672 0 0 0 278 22 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=2.82 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 1683 0 0 0 264 18 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=6.24 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 1325 0 0 0 617 7 0 0 20 0 19 0 253855606 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2750 0 0 0 50 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2762 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 103 0 0 0 43 44 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1781.7 s]
/proc/loadavg: 2.55 2.11 2.03 3/213 12886
/proc/meminfo: memFree=26638004/32873844 swapFree=7364/7364
[pid=12770] ppid=12768 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/12770/stat : 12770 (java) S 12768 12770 12001 0 -1 4202496 23793 0 1 0 179780 225 0 0 20 0 19 0 253855603 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140734664837808 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12770/statm: 2406244 183479 2279 9 0 2396937 0
[pid=12770/tid=12772] ppid=12768 vsize=9624976 CPUtime=1768.4 cores=1,3,5,7
/proc/12770/task/12772/stat : 12772 (java) R 12768 12770 12001 0 -1 4202560 2941 0 1 0 176805 35 0 0 20 0 19 0 253855604 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016881065312 140016753260545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12773] ppid=12768 vsize=9624976 CPUtime=3.13 cores=1,3,5,7
/proc/12770/task/12773/stat : 12773 (java) S 12768 12770 12001 0 -1 4202560 2024 0 0 0 292 21 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016725084968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12774] ppid=12768 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/12770/task/12774/stat : 12774 (java) S 12768 12770 12001 0 -1 4202560 1371 0 0 0 281 22 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016724032168 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12775] ppid=12768 vsize=9624976 CPUtime=2.9 cores=1,3,5,7
/proc/12770/task/12775/stat : 12775 (java) S 12768 12770 12001 0 -1 4202560 1440 0 0 0 273 17 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016722979880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12776] ppid=12768 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12770/task/12776/stat : 12776 (java) S 12768 12770 12001 0 -1 4202560 2036 0 0 0 271 20 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016721927080 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12777] ppid=12768 vsize=9624976 CPUtime=2.93 cores=1,3,5,7
/proc/12770/task/12777/stat : 12777 (java) S 12768 12770 12001 0 -1 4202560 1651 0 0 0 279 14 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016720873768 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12778] ppid=12768 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12770/task/12778/stat : 12778 (java) S 12768 12770 12001 0 -1 4202560 853 0 0 0 274 17 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016719820968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12779] ppid=12768 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/12770/task/12779/stat : 12779 (java) S 12768 12770 12001 0 -1 4202560 1672 0 0 0 278 22 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016718768680 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12780] ppid=12768 vsize=9624976 CPUtime=2.82 cores=1,3,5,7
/proc/12770/task/12780/stat : 12780 (java) S 12768 12770 12001 0 -1 4202560 1683 0 0 0 264 18 0 0 20 0 19 0 253855605 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016717715880 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12770/tid=12781] ppid=12768 vsize=9624976 CPUtime=6.24 cores=1,3,5,7
/proc/12770/task/12781/stat : 12781 (java) S 12768 12770 12001 0 -1 4202560 1325 0 0 0 617 7 0 0 20 0 19 0 253855606 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016705305320 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12782] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12782/stat : 12782 (java) S 12768 12770 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016704251384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12783] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12783/stat : 12783 (java) S 12768 12770 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253855607 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016703198984 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12784] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12784/stat : 12784 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016702147472 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12785] ppid=12768 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/12770/task/12785/stat : 12785 (java) S 12768 12770 12001 0 -1 4202560 2750 0 0 0 50 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016701094072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12770/tid=12786] ppid=12768 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/12770/task/12786/stat : 12786 (java) S 12768 12770 12001 0 -1 4202560 2762 0 0 0 26 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016700041272 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12787] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12787/stat : 12787 (java) S 12768 12770 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016698989176 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12770/tid=12788] ppid=12768 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/12770/task/12788/stat : 12788 (java) S 12768 12770 12001 0 -1 4202560 103 0 0 0 43 44 0 0 20 0 19 0 253855609 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016697936584 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12770/tid=12789] ppid=12768 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12770/task/12789/stat : 12789 (java) S 12768 12770 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253855653 9855975424 183479 33554432000 1073741824 1073778376 140734664846672 140016696882600 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1781.76
CPU time (s): 1800.25
CPU user time (s): 1797.74
CPU system time (s): 2.51062
CPU usage (%): 101.038
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.74
system time used= 2.51062
maximum resident set size= 969096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23832
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49250
involuntary context switches= 49780

runsolver used 6.18206 second user time and 16.4325 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 18:34:55
IDJOB=3687875
IDBENCH=2244
IDSOLVER=2269
FILE ID=node118/3687875-1337877295
RUNJOBID= node118-1337871881-12018
PBS_JOBID= 14620086
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 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-4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687875-1337877295/watcher-3687875-1337877295 -o /tmp/evaluation-result-3687875-1337877295/solver-3687875-1337877295 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687875-1337877295.opb

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

MD5SUM BENCH= 7262f9f4ab1a3ada75b3b140acf97f7d
RANDOM SEED=1755138457

node118.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.212
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.42
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.212
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.91
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.212
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:       32873844 kB
MemFree:        27785392 kB
Buffers:          208104 kB
Cached:          3943852 kB
SwapCached:            0 kB
Active:           590092 kB
Inactive:        3723616 kB
Active(anon):     163244 kB
Inactive(anon):        0 kB
Active(file):     426848 kB
Inactive(file):  3723616 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:        173880 kB
Mapped:            22460 kB
Shmem:               200 kB
Slab:             630404 kB
SReclaimable:      72732 kB
SUnreclaim:       557672 kB
KernelStack:        1600 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node118 at 2012-05-24 19:04:39