Trace number 3710612

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 snapshotOPT62 233.528 231.747

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.067989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 672
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 672
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 672
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710612-1338143808.opb
0.10/0.12	c reading problem ... 
0.25/0.28	c ... done. Wall clock time 0.166s.
0.25/0.28	c declared #vars     672
0.25/0.28	c #constraints  2028
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1618
0.25/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 386
0.25/0.28	c 2028 constraints processed.
0.91/0.58	c cleaning 2494 clauses out of 5001 with flag 5001/5001
1.20/0.72	c SATISFIABLE
1.20/0.72	c OPTIMIZING...
1.20/0.72	c Got one! Elapsed wall clock time (in seconds):0.603
1.20/0.72	o 72
1.20/0.75	c cleaning 3977 clauses out of 7957 with flag 1000/10631
1.33/0.87	c Got one! Elapsed wall clock time (in seconds):0.76
1.33/0.87	o 70
1.43/0.91	c cleaning 4698 clauses out of 9403 with flag 1000/16054
1.43/0.94	c Got one! Elapsed wall clock time (in seconds):0.826
1.43/0.94	o 66
1.60/1.06	c cleaning 4695 clauses out of 9394 with flag 4000/21088
1.84/1.24	c cleaning 5072 clauses out of 10167 with flag 10000/27088
2.16/1.54	c cleaning 6039 clauses out of 12095 with flag 17000/34088
2.56/1.91	c cleaning 7023 clauses out of 14056 with flag 25000/42088
2.66/2.10	c Got one! Elapsed wall clock time (in seconds):1.987
2.66/2.10	o 64
2.77/2.14	c cleaning 6186 clauses out of 12386 with flag 1001/47441
2.96/2.35	c cleaning 5961 clauses out of 11928 with flag 7001/53441
3.26/2.66	c cleaning 6473 clauses out of 12967 with flag 14001/60441
3.56/2.98	c cleaning 7240 clauses out of 14493 with flag 22000/68440
3.66/3.07	c Got one! Elapsed wall clock time (in seconds):2.952
3.66/3.07	o 62
3.87/3.25	c cleaning 6394 clauses out of 12830 with flag 4000/74017
4.16/3.55	c cleaning 6108 clauses out of 12243 with flag 10000/80017
4.46/3.87	c cleaning 6556 clauses out of 13137 with flag 17002/87019
4.86/4.26	c cleaning 7272 clauses out of 14580 with flag 25001/95018
5.37/4.70	c cleaning 8147 clauses out of 16308 with flag 34001/104018
5.77/5.17	c cleaning 9071 clauses out of 18161 with flag 44001/114018
6.37/5.72	c cleaning 10028 clauses out of 20091 with flag 55002/125019
6.97/6.39	c cleaning 11016 clauses out of 22061 with flag 67000/137017
7.77/7.11	c cleaning 12013 clauses out of 24047 with flag 80002/150019
8.58/7.99	c cleaning 13009 clauses out of 26033 with flag 94001/164018
9.58/8.96	c cleaning 13762 clauses out of 27543 with flag 109000/179017
10.59/9.96	c cleaning 14879 clauses out of 29781 with flag 125000/195017
11.70/11.03	c cleaning 15933 clauses out of 31902 with flag 142000/212017
13.00/12.30	c cleaning 16976 clauses out of 33970 with flag 160001/230018
14.31/13.62	c cleaning 17985 clauses out of 35993 with flag 179000/249017
15.74/15.01	c cleaning 18998 clauses out of 38009 with flag 199001/269018
17.17/16.45	c cleaning 19990 clauses out of 40010 with flag 220000/290017
18.80/18.06	c cleaning 21003 clauses out of 42021 with flag 242001/312018
20.51/19.80	c cleaning 22000 clauses out of 44017 with flag 265000/335017
22.31/21.53	c cleaning 23000 clauses out of 46019 with flag 289002/359019
24.13/23.39	c cleaning 24000 clauses out of 48018 with flag 314001/384018
26.14/25.30	c cleaning 24899 clauses out of 49817 with flag 340001/410018
28.17/27.38	c cleaning 25957 clauses out of 51918 with flag 367001/437018
30.29/29.44	c cleaning 26974 clauses out of 53961 with flag 395001/465018
32.61/31.74	c cleaning 27977 clauses out of 55986 with flag 424000/494017
34.84/33.99	c cleaning 28914 clauses out of 57837 with flag 454001/524018
37.27/36.31	c cleaning 29952 clauses out of 59922 with flag 485000/555017
39.88/38.96	c cleaning 30981 clauses out of 61970 with flag 517000/587017
42.70/41.75	c cleaning 31988 clauses out of 63990 with flag 550001/620018
45.43/44.43	c cleaning 32994 clauses out of 66001 with flag 584000/654017
48.33/47.32	c cleaning 33999 clauses out of 68008 with flag 619001/689018
51.03/50.06	c cleaning 34993 clauses out of 70008 with flag 655000/725017
54.14/53.13	c cleaning 35996 clauses out of 72015 with flag 692000/762017
57.15/56.11	c cleaning 37004 clauses out of 74022 with flag 730003/800020
60.25/59.29	c cleaning 37999 clauses out of 76016 with flag 769001/839018
63.57/62.51	c cleaning 39005 clauses out of 78017 with flag 809001/879018
67.00/66.00	c cleaning 39997 clauses out of 80012 with flag 850001/920018
70.60/69.54	c cleaning 41001 clauses out of 82014 with flag 892000/962017
74.11/73.04	c cleaning 42004 clauses out of 84014 with flag 935001/1005018
77.61/76.59	c cleaning 42999 clauses out of 86009 with flag 979000/1049017
81.22/80.12	c cleaning 44002 clauses out of 88011 with flag 1024001/1094018
85.23/84.16	c cleaning 44993 clauses out of 90010 with flag 1070002/1140019
89.45/88.32	c cleaning 46002 clauses out of 92015 with flag 1117000/1187017
93.36/92.23	c cleaning 37163 clauses out of 74341 with flag 1165002/1235019
97.36/96.29	c cleaning 43088 clauses out of 86176 with flag 1214000/1284017
101.58/100.40	c cleaning 46541 clauses out of 93089 with flag 1264001/1334018
106.30/105.10	c cleaning 48774 clauses out of 97548 with flag 1315001/1385018
110.42/109.27	c cleaning 50381 clauses out of 100774 with flag 1367001/1437018
114.98/113.70	c cleaning 51690 clauses out of 103395 with flag 1420003/1490020
119.80/118.59	c cleaning 52850 clauses out of 105703 with flag 1474001/1544018
124.82/123.55	c cleaning 53920 clauses out of 107853 with flag 1529001/1599018
129.54/128.23	c cleaning 54958 clauses out of 109932 with flag 1585000/1655017
134.37/133.02	c cleaning 46866 clauses out of 93739 with flag 1642001/1712018
139.38/138.05	c cleaning 52435 clauses out of 104872 with flag 1700000/1770017
144.80/143.44	c cleaning 55708 clauses out of 111437 with flag 1759000/1829017
150.12/148.76	c cleaning 57859 clauses out of 115730 with flag 1819001/1889018
155.13/153.70	c cleaning 59432 clauses out of 118871 with flag 1880001/1950018
160.24/158.80	c cleaning 60715 clauses out of 121438 with flag 1942000/2012017
166.54/165.12	c cleaning 61855 clauses out of 123724 with flag 2005001/2075018
172.48/171.08	c cleaning 62925 clauses out of 125868 with flag 2069000/2139017
178.39/176.96	c cleaning 63969 clauses out of 127943 with flag 2134000/2204017
184.40/182.99	c cleaning 64980 clauses out of 129974 with flag 2200000/2270017
190.82/189.35	c cleaning 65990 clauses out of 131995 with flag 2267001/2337018
197.24/195.80	c cleaning 66993 clauses out of 134004 with flag 2335000/2405017
203.74/202.21	c cleaning 68002 clauses out of 136013 with flag 2404002/2474019
210.47/208.99	c cleaning 69000 clauses out of 138009 with flag 2474000/2544017
217.37/215.81	c cleaning 64357 clauses out of 128720 with flag 2545001/2615018
223.99/222.49	c cleaning 68181 clauses out of 136362 with flag 2617000/2687017
230.44/228.80	c cleaning 44565 clauses out of 89133 with flag 2690001/2760018
233.36/231.74	c starts		: 235
233.36/231.74	c conflicts		: 2798679
233.36/231.74	c decisions		: 2914191
233.36/231.74	c propagations		: 160844090
233.36/231.74	c inspects		: 1933013989
233.36/231.74	c shortcuts		: 0
233.36/231.74	c learnt literals	: 38
233.36/231.74	c learnt binary clauses	: 203
233.36/231.74	c learnt ternary clauses	: 930
233.36/231.74	c learnt constraints	: 2798640
233.36/231.74	c ignored constraints	: 0
233.36/231.74	c root simplifications	: 272
233.36/231.74	c removed literals (reason simplification)	: 35345150
233.36/231.74	c reason swapping (by a shorter reason)	: 0
233.36/231.74	c Calls to reduceDB	: 80
233.36/231.74	c number of reductions to clauses (during analyze)	: 0
233.36/231.74	c number of learned constraints concerned by reduction	: 0
233.36/231.74	c number of learning phase by resolution	: 0
233.36/231.74	c number of learning phase by cutting planes	: 0
233.36/231.74	c speed (assignments/second)	: 694934.9757185075
233.36/231.74	c non guided choices	296
233.36/231.74	c learnt constraints type 
233.36/231.74	c constraints type 
233.36/231.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1618
233.36/231.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
233.36/231.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 386
233.36/231.74	c 2028 constraints processed.
233.36/231.74	s OPTIMUM FOUND
233.36/231.74	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -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 
233.36/231.74	c objective function=62
233.36/231.74	c Total wall clock time (in seconds): 231.625

Verifier Data

OK	62

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-3710612-1338143808/watcher-3710612-1338143808 -o /tmp/evaluation-result-3710612-1338143808/solver-3710612-1338143808 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710612-1338143808.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: 1.92 2.00 1.98 2/195 20787
/proc/meminfo: memFree=29460620/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20787/stat : 20787 (java) R 20785 20787 18146 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 280505300 23793664 715 33554432000 1073741824 1073778376 140735637523296 140735637512360 225435497832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 5809 715 530 9 0 128 0

[startup+0.064914 s]
/proc/loadavg: 1.92 2.00 1.98 2/195 20787
/proc/meminfo: memFree=29460620/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 3286 0 1 0 4 1 0 0 20 0 18 0 280505300 9787842560 4494 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2389610 4494 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100258 s]
/proc/loadavg: 1.92 2.00 1.98 2/195 20787
/proc/meminfo: memFree=29460620/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 4274 0 1 0 9 1 0 0 20 0 18 0 280505300 9787842560 5992 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2389610 5992 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.30022 s]
/proc/loadavg: 1.92 2.00 1.98 2/195 20787
/proc/meminfo: memFree=29460620/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 5560 0 1 0 45 2 0 0 20 0 19 0 280505300 9856004096 9013 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 9013 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625004

[startup+0.700228 s]
/proc/loadavg: 1.92 2.00 1.98 2/195 20787
/proc/meminfo: memFree=29460620/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 7210 0 1 0 117 3 0 0 20 0 19 0 280505300 9856004096 11058 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 11058 2277 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 1.92 2.00 1.98 3/214 20806
/proc/meminfo: memFree=29424136/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=2.16 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 7997 0 1 0 212 4 0 0 20 0 19 0 280505300 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 11070 2278 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2515 0 1 0 140 2 0 0 20 0 19 0 280505300 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418496844296 140418335903166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 280505302 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 2644 0 0 0 35 0 0 0 20 0 19 0 280505305 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 11070 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 1.92 2.00 1.98 3/214 20806
/proc/meminfo: memFree=29421848/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=3.76 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 8009 0 1 0 372 4 0 0 20 0 19 0 280505300 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 11587 2278 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2521 0 1 0 294 2 0 0 20 0 19 0 280505300 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418496844080 140418335606276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 280505302 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 2644 0 0 0 35 0 0 0 20 0 19 0 280505305 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 11587 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 1.93 2.00 1.98 3/214 20806
/proc/meminfo: memFree=29420048/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=6.97 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 8024 0 1 0 693 4 0 0 20 0 19 0 280505300 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 11890 2278 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=6.07 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2529 0 1 0 605 2 0 0 20 0 19 0 280505300 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418496844200 140418335922988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280505301 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 31 0 0 0 16 0 0 0 20 0 19 0 280505302 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 2644 0 0 0 36 0 0 0 20 0 19 0 280505305 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 11890 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 73 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 109 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 55 0 0 0 17 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 23 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 29 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 41 0 0 0 19 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 51 0 0 0 153 0 0 0 20 0 19 0 280505302 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 231.96
Current children cumulated vsize (KiB) 9625004

[startup+231.101 s]
/proc/loadavg: 2.04 2.02 2.00 3/214 20982
/proc/meminfo: memFree=30785900/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=232.76 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 8988 0 1 0 23264 12 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 22967 2279 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=229.06 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2594 0 1 0 22900 6 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418496844080 140418335959851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 73 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 109 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 55 0 0 0 17 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 23 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 29 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 41 0 0 0 19 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 51 0 0 0 153 0 0 0 20 0 19 0 280505302 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 232.76
Current children cumulated vsize (KiB) 9625004

[startup+231.501 s]
/proc/loadavg: 2.04 2.02 2.00 3/214 20982
/proc/meminfo: memFree=30785900/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=233.16 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 8988 0 1 0 23304 12 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 22967 2279 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=229.46 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2594 0 1 0 22940 6 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418496844080 140418335940243 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 73 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 109 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 55 0 0 0 17 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 23 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 29 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 41 0 0 0 19 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 51 0 0 0 153 0 0 0 20 0 19 0 280505302 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 233.16
Current children cumulated vsize (KiB) 9625004

[startup+231.701 s]
/proc/loadavg: 2.04 2.02 2.00 3/214 20982
/proc/meminfo: memFree=30785900/32873844 swapFree=7900/7900
[pid=20787] ppid=20785 vsize=9625004 CPUtime=233.36 cores=0,2,4,6
/proc/20787/stat : 20787 (java) S 20785 20787 18146 0 -1 4202496 8988 0 1 0 23324 12 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140735637514432 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20787/statm: 2406251 22967 2279 9 0 2396937 0
[pid=20787/tid=20789] ppid=20785 vsize=9625004 CPUtime=229.66 cores=0,2,4,6
/proc/20787/task/20789/stat : 20789 (java) R 20785 20787 18146 0 -1 4202560 2594 0 1 0 22960 6 0 0 20 0 19 0 280505300 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418496844080 140418335947436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20790] ppid=20785 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/20787/task/20790/stat : 20790 (java) S 20785 20787 18146 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418458335912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20791] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20791/stat : 20791 (java) S 20785 20787 18146 0 -1 4202560 73 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418457283368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20792] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20792/stat : 20792 (java) S 20785 20787 18146 0 -1 4202560 109 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418456230824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20793] ppid=20785 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/20787/task/20793/stat : 20793 (java) S 20785 20787 18146 0 -1 4202560 55 0 0 0 17 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418455178280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20794] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20794/stat : 20794 (java) S 20785 20787 18146 0 -1 4202560 35 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418454124712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20795] ppid=20785 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/20787/task/20795/stat : 20795 (java) S 20785 20787 18146 0 -1 4202560 23 0 0 0 18 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418335369512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20796] ppid=20785 vsize=9625004 CPUtime=0.15 cores=0,2,4,6
/proc/20787/task/20796/stat : 20796 (java) S 20785 20787 18146 0 -1 4202560 29 0 0 0 15 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418334316968 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20797] ppid=20785 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/20787/task/20797/stat : 20797 (java) S 20785 20787 18146 0 -1 4202560 41 0 0 0 19 0 0 0 20 0 19 0 280505301 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418333264424 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20798] ppid=20785 vsize=9625004 CPUtime=1.53 cores=0,2,4,6
/proc/20787/task/20798/stat : 20798 (java) S 20785 20787 18146 0 -1 4202560 51 0 0 0 153 0 0 0 20 0 19 0 280505302 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418321066600 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20799] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20799/stat : 20799 (java) S 20785 20787 18146 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140418320012920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20800] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20800/stat : 20800 (java) S 20785 20787 18146 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280505303 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417714611848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20801] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20801/stat : 20801 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417713560592 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20802] ppid=20785 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/20787/task/20802/stat : 20802 (java) S 20785 20787 18146 0 -1 4202560 1590 0 0 0 26 2 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417712506936 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20787/tid=20803] ppid=20785 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/20787/task/20803/stat : 20803 (java) S 20785 20787 18146 0 -1 4202560 3158 0 0 0 38 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417711454392 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20787/tid=20804] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20804/stat : 20804 (java) S 20785 20787 18146 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417710402040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20787/tid=20805] ppid=20785 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/20787/task/20805/stat : 20805 (java) S 20785 20787 18146 0 -1 4202560 13 0 0 0 2 3 0 0 20 0 19 0 280505305 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417709349704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20787/tid=20806] ppid=20785 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/20787/task/20806/stat : 20806 (java) S 20785 20787 18146 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280505329 9856004096 22967 33554432000 1073741824 1073778376 140735637523296 140417708295464 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 233.36
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 231.747
CPU time (s): 233.528
CPU user time (s): 233.285
CPU system time (s): 0.242963
CPU usage (%): 100.768
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 233.285
system time used= 0.242963
maximum resident set size= 91908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9000
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7283
involuntary context switches= 3996

runsolver used 0.986849 second user time and 1.87571 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 20:36:48
IDJOB=3710612
IDBENCH=2029
IDSOLVER=2289
FILE ID=node137/3710612-1338143808
RUNJOBID= node137-1338140231-20453
PBS_JOBID= 14624475
Free space on /tmp= 71492 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.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-3710612-1338143808/watcher-3710612-1338143808 -o /tmp/evaluation-result-3710612-1338143808/solver-3710612-1338143808 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710612-1338143808.opb

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

MD5SUM BENCH= 7070b0ccf5287a23c61644383564c46b
RANDOM SEED=765655808

node137.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.600
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	: 5333.20
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.600
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.600
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.600
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.600
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.91
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.600
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.90
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.600
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.600
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29460240 kB
Buffers:          323252 kB
Cached:           573484 kB
SwapCached:        20904 kB
Active:          2446076 kB
Inactive:         117636 kB
Active(anon):    1645840 kB
Inactive(anon):    23688 kB
Active(file):     800236 kB
Inactive(file):    93948 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1665852 kB
Mapped:            17880 kB
Shmem:                 0 kB
Slab:             704576 kB
SReclaimable:     145836 kB
SUnreclaim:       558740 kB
KernelStack:        1768 kB
PageTables:         7332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2467436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1630208 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= 71492 MiB
End job on node137 at 2012-05-27 20:40:40