Trace number 3687693

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 SnapshotOPT62 60.0839 58.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
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.065989
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 variables648
Total number of constraints1954
Number of constraints which are clauses1930
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 constraint27
Number of terms in the objective function 648
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 648
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 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687693-1337875481.opb
0.10/0.10	c reading problem ... 
0.28/0.25	c ... done. Wall clock time 0.156s.
0.28/0.25	c declared #vars     648
0.28/0.25	c #constraints  1954
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
0.28/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
0.28/0.26	c 1954 constraints processed.
0.28/0.26	c objective function length is 648 literals
0.93/0.54	c cleaning 2482 clauses out of 5000 with flag 5000/5000
1.37/0.70	c cleaning 4258 clauses out of 8518 with flag 11000/11000
1.78/0.91	c cleaning 5627 clauses out of 11262 with flag 18002/18002
2.02/1.12	c cleaning 6813 clauses out of 13634 with flag 26001/26001
2.26/1.38	c cleaning 7900 clauses out of 15820 with flag 35000/35000
2.56/1.64	c cleaning 8957 clauses out of 17922 with flag 45002/45002
2.87/1.97	c cleaning 9976 clauses out of 19965 with flag 56002/56002
3.27/2.32	c cleaning 10988 clauses out of 21987 with flag 68000/68000
3.68/2.73	c cleaning 11994 clauses out of 24001 with flag 81002/81002
4.19/3.21	c cleaning 12998 clauses out of 26006 with flag 95001/95001
4.69/3.74	c cleaning 13999 clauses out of 28007 with flag 110000/110000
5.31/4.35	c cleaning 14998 clauses out of 30008 with flag 126000/126000
6.02/5.04	c cleaning 15999 clauses out of 32010 with flag 143000/143000
6.82/5.89	c cleaning 17001 clauses out of 34011 with flag 161000/161000
7.44/6.46	c SATISFIABLE
7.44/6.46	c OPTIMIZING...
7.44/6.49	c Got one! Elapsed wall clock time (in seconds):6.364
7.44/6.49	o 72
7.74/6.73	c cleaning 17964 clauses out of 35955 with flag 5000/179945
7.96/6.99	c cleaning 11979 clauses out of 23993 with flag 11002/185947
8.26/7.21	c cleaning 9489 clauses out of 19014 with flag 18002/192947
8.46/7.44	c cleaning 8756 clauses out of 17523 with flag 26000/200945
8.77/7.76	c cleaning 8877 clauses out of 17768 with flag 35001/209946
8.96/7.97	c Got one! Elapsed wall clock time (in seconds):7.872
8.96/7.97	o 70
9.16/8.15	c cleaning 10295 clauses out of 20594 with flag 5000/221649
9.37/8.38	c cleaning 8141 clauses out of 16299 with flag 11000/227649
9.67/8.63	c cleaning 7572 clauses out of 15158 with flag 18000/234649
9.97/8.92	c cleaning 7786 clauses out of 15587 with flag 26001/242650
10.28/9.25	c cleaning 8382 clauses out of 16800 with flag 35000/251649
10.68/9.61	c cleaning 9203 clauses out of 18418 with flag 45000/261649
11.11/10.02	c cleaning 10105 clauses out of 20215 with flag 56000/272649
11.52/10.42	c cleaning 11049 clauses out of 22110 with flag 68000/284649
12.02/10.98	c cleaning 12025 clauses out of 24064 with flag 81003/297652
12.62/11.52	c cleaning 13006 clauses out of 26037 with flag 95001/311650
13.24/12.16	c cleaning 14010 clauses out of 28030 with flag 110000/326649
13.94/12.84	c cleaning 15007 clauses out of 30024 with flag 126004/342653
14.74/13.60	c cleaning 15997 clauses out of 32014 with flag 143001/359650
15.14/14.01	c Got one! Elapsed wall clock time (in seconds):13.915
15.14/14.01	o 68
15.45/14.31	c cleaning 16282 clauses out of 32586 with flag 5004/376220
15.65/14.59	c cleaning 11143 clauses out of 22300 with flag 11000/382216
15.96/14.89	c cleaning 9066 clauses out of 18157 with flag 18000/389216
16.26/15.19	c cleaning 8528 clauses out of 17092 with flag 26001/397217
16.68/15.51	c cleaning 8755 clauses out of 17563 with flag 35000/406216
16.98/15.85	c cleaning 9399 clauses out of 18808 with flag 45000/416216
17.40/16.25	c cleaning 10199 clauses out of 20409 with flag 56000/427216
17.80/16.68	c cleaning 11097 clauses out of 22212 with flag 68002/439218
18.42/17.20	c cleaning 12051 clauses out of 24113 with flag 81000/452216
18.94/17.74	c cleaning 13027 clauses out of 26065 with flag 95003/466219
19.56/18.32	c cleaning 14008 clauses out of 28035 with flag 110000/481216
20.37/19.12	c cleaning 15005 clauses out of 30027 with flag 126000/497216
21.08/19.87	c cleaning 16002 clauses out of 32022 with flag 143000/514216
21.98/20.79	c cleaning 17001 clauses out of 34020 with flag 161000/532216
22.78/21.51	c cleaning 18001 clauses out of 36021 with flag 180002/551218
23.59/22.38	c cleaning 19005 clauses out of 38018 with flag 200000/571216
24.59/23.33	c cleaning 20001 clauses out of 40014 with flag 221001/592217
25.29/24.08	c Got one! Elapsed wall clock time (in seconds):23.983
25.29/24.08	o 66
25.61/24.36	c cleaning 20429 clauses out of 40875 with flag 5001/613079
25.81/24.59	c cleaning 13218 clauses out of 26446 with flag 11001/619079
26.11/24.82	c cleaning 10110 clauses out of 20229 with flag 18002/626080
26.31/25.02	c Got one! Elapsed wall clock time (in seconds):24.922
26.31/25.02	o 64
26.31/25.06	c cleaning 7936 clauses out of 15918 with flag 1000/631879
26.53/25.25	c cleaning 6982 clauses out of 13982 with flag 7000/637879
26.73/25.48	c cleaning 6993 clauses out of 14001 with flag 14001/644880
27.04/25.76	c cleaning 7494 clauses out of 15008 with flag 22001/652880
27.44/26.12	c cleaning 8248 clauses out of 16514 with flag 31001/661880
27.84/26.55	c cleaning 9126 clauses out of 18265 with flag 41000/671879
28.45/27.10	c cleaning 10064 clauses out of 20139 with flag 52000/682879
28.96/27.67	c cleaning 11029 clauses out of 22076 with flag 64001/694880
29.66/28.31	c cleaning 12013 clauses out of 24046 with flag 77000/707879
30.38/29.05	c cleaning 13012 clauses out of 26034 with flag 91001/721880
31.19/29.86	c cleaning 13997 clauses out of 28023 with flag 106002/736881
32.10/30.74	c cleaning 15006 clauses out of 30024 with flag 122000/752879
32.22/30.88	c Got one! Elapsed wall clock time (in seconds):30.778
32.22/30.88	o 62
32.31/30.99	c cleaning 10027 clauses out of 20069 with flag 3000/757930
32.51/31.17	c cleaning 8011 clauses out of 16043 with flag 9001/763931
32.71/31.39	c cleaning 7505 clauses out of 15031 with flag 16000/770930
33.11/31.70	c cleaning 7758 clauses out of 15527 with flag 24001/778931
33.44/32.05	c cleaning 8382 clauses out of 16770 with flag 33002/787932
33.85/32.42	c cleaning 9182 clauses out of 18386 with flag 43000/797930
34.26/32.84	c cleaning 10084 clauses out of 20204 with flag 54000/808930
34.97/33.50	c cleaning 11055 clauses out of 22122 with flag 66002/820932
35.47/34.10	c cleaning 12024 clauses out of 24067 with flag 79002/833932
36.39/34.93	c cleaning 13017 clauses out of 26041 with flag 93000/847930
37.01/35.60	c cleaning 13999 clauses out of 28024 with flag 108000/862930
37.92/36.45	c cleaning 14998 clauses out of 30025 with flag 124000/878930
38.84/37.40	c cleaning 16003 clauses out of 32028 with flag 141001/895931
39.74/38.24	c cleaning 17011 clauses out of 34024 with flag 159000/913930
40.64/39.13	c cleaning 17995 clauses out of 36013 with flag 178000/932930
41.76/40.28	c cleaning 18991 clauses out of 38020 with flag 198002/952932
43.06/41.50	c cleaning 20002 clauses out of 40028 with flag 219001/973931
44.27/42.77	c cleaning 21013 clauses out of 42026 with flag 241001/995931
45.58/44.07	c cleaning 22001 clauses out of 44013 with flag 264001/1018931
46.98/45.41	c cleaning 22992 clauses out of 46011 with flag 288000/1042930
48.48/46.92	c cleaning 24007 clauses out of 48020 with flag 313001/1067931
49.99/48.40	c cleaning 24991 clauses out of 50013 with flag 339001/1093931
51.62/50.07	c cleaning 25999 clauses out of 52021 with flag 366000/1120930
53.42/51.84	c cleaning 26996 clauses out of 54022 with flag 394000/1148930
55.13/53.59	c cleaning 27993 clauses out of 56026 with flag 423000/1177930
57.04/55.45	c cleaning 29008 clauses out of 58034 with flag 453001/1207931
59.15/57.59	c cleaning 30011 clauses out of 60024 with flag 484000/1238930
60.00/58.33	c starts		: 196
60.00/58.33	c conflicts		: 1250336
60.00/58.33	c decisions		: 1529550
60.00/58.33	c propagations		: 57170194
60.00/58.33	c inspects		: 607251354
60.00/58.33	c shortcuts		: 0
60.00/58.33	c learnt literals	: 13
60.00/58.33	c learnt binary clauses	: 153
60.00/58.33	c learnt ternary clauses	: 837
60.00/58.33	c learnt constraints	: 1250322
60.00/58.33	c ignored constraints	: 0
60.00/58.33	c root simplifications	: 0
60.00/58.33	c removed literals (reason simplification)	: 0
60.00/58.33	c reason swapping (by a shorter reason)	: 0
60.00/58.33	c Calls to reduceDB	: 91
60.00/58.33	c number of reductions to clauses (during analyze)	: 0
60.00/58.33	c number of learned constraints concerned by reduction	: 0
60.00/58.33	c number of learning phase by resolution	: 0
60.00/58.33	c number of learning phase by cutting planes	: 0
60.00/58.33	c speed (assignments/second)	: 984538.7132327616
60.00/58.33	c non guided choices	471
60.00/58.33	c learnt constraints type 
60.00/58.33	c constraints type 
60.00/58.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1546
60.00/58.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
60.00/58.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 384
60.00/58.33	c 1954 constraints processed.
60.00/58.33	s OPTIMUM FOUND
60.00/58.33	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 
60.00/58.33	c objective function=62
60.00/58.33	c Total wall clock time (in seconds): 58.233

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-3687693-1337875481/watcher-3687693-1337875481 -o /tmp/evaluation-result-3687693-1337875481/solver-3687693-1337875481 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687693-1337875481.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.91 3/194 23897
/proc/meminfo: memFree=28942336/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23897/stat : 23897 (java) R 23895 23897 23489 0 -1 4202496 1126 0 0 0 0 0 0 0 20 0 1 0 253674064 23793664 853 33554432000 1073741824 1073778376 140736961896624 140736961885688 140177862944859 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 5809 864 653 9 0 128 0

[startup+0.0859341 s]
/proc/loadavg: 1.92 1.99 1.91 3/194 23897
/proc/meminfo: memFree=28942336/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 4320 0 1 0 7 1 0 0 20 0 18 0 253674064 9787813888 4999 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2389603 4999 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100229 s]
/proc/loadavg: 1.92 1.99 1.91 3/194 23897
/proc/meminfo: memFree=28942336/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 4499 0 1 0 9 1 0 0 20 0 18 0 253674064 9787813888 5651 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2389603 5652 2137 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300156 s]
/proc/loadavg: 1.92 1.99 1.91 3/194 23897
/proc/meminfo: memFree=28942336/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 6596 0 1 0 50 1 0 0 20 0 19 0 253674064 9855975424 7854 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 7854 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.700167 s]
/proc/loadavg: 1.92 1.99 1.91 3/194 23897
/proc/meminfo: memFree=28942336/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 13221 0 1 0 135 2 0 0 20 0 19 0 253674064 9855975424 13649 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 13649 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 1.92 1.99 1.91 3/213 23916
/proc/meminfo: memFree=28892160/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=2.46 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14622 0 1 0 243 3 0 0 20 0 19 0 253674064 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 15486 2270 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2514 0 1 0 142 0 0 0 20 0 19 0 253674064 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177860792728 140177801019086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 51 0 0 0 3 0 0 0 20 0 19 0 253674066 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 30 0 0 0 20 0 19 0 253674069 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8031 0 0 0 62 1 0 0 20 0 19 0 253674069 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 15486 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.93 1.99 1.91 3/213 23916
/proc/meminfo: memFree=28886700/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=4.08 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14629 0 1 0 405 3 0 0 20 0 19 0 253674064 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 15489 2270 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=2.97 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2518 0 1 0 297 0 0 0 20 0 19 0 253674064 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177860792608 140177801002512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 51 0 0 0 7 0 0 0 20 0 19 0 253674066 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 30 0 0 0 20 0 19 0 253674069 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8031 0 0 0 62 1 0 0 20 0 19 0 253674069 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 15489 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9624976

[startup+6.30055 s]
/proc/loadavg: 1.93 1.99 1.91 3/213 23916
/proc/meminfo: memFree=28885784/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=7.34 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14658 0 1 0 731 3 0 0 20 0 19 0 253674064 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 15121 2270 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=6.09 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2524 0 1 0 609 0 0 0 20 0 19 0 253674064 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177860792608 140177801044935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674065 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 51 0 0 0 13 0 0 0 20 0 19 0 253674066 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 30 0 0 0 20 0 19 0 253674069 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8031 0 0 0 62 1 0 0 20 0 19 0 253674069 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 15121 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9624976

[startup+12.7005 s]

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

/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 15 0 0 0 13 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 55 0 0 0 107 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 31 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8035 0 0 0 68 2 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 57.55
Current children cumulated vsize (KiB) 9624976

[startup+57.5006 s]
/proc/loadavg: 1.93 1.97 1.91 3/213 23974
/proc/meminfo: memFree=28769972/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=59.15 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14849 0 1 0 5909 6 0 0 20 0 19 0 253674064 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 17321 2272 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=56.1 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2599 0 1 0 5608 2 0 0 20 0 19 0 253674064 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177860792608 140177800992332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 19 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 15 0 0 0 13 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 55 0 0 0 107 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 31 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8035 0 0 0 68 2 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 17321 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 59.15
Current children cumulated vsize (KiB) 9624976

[startup+57.9005 s]
/proc/loadavg: 1.93 1.97 1.91 3/213 23974
/proc/meminfo: memFree=28769972/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=59.57 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14862 0 1 0 5951 6 0 0 20 0 19 0 253674064 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 17844 2272 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=56.47 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2600 0 1 0 5645 2 0 0 20 0 19 0 253674064 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177860792728 140177801090992 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 15 0 0 0 13 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 56 0 0 0 109 0 0 0 20 0 19 0 253674066 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 31 0 0 0 20 0 19 0 253674069 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8035 0 0 0 68 2 0 0 20 0 19 0 253674069 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 17844 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 59.57
Current children cumulated vsize (KiB) 9624976

[startup+58.3067 s]
/proc/loadavg: 1.93 1.97 1.91 3/213 23974
/proc/meminfo: memFree=28768048/32873648 swapFree=7372/7372
[pid=23897] ppid=23895 vsize=9624976 CPUtime=60 cores=1,3,5,7
/proc/23897/stat : 23897 (java) S 23895 23897 23489 0 -1 4202496 14864 0 1 0 5994 6 0 0 20 0 19 0 253674064 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140736961887760 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23897/statm: 2406244 17846 2273 9 0 2396937 0
[pid=23897/tid=23898] ppid=23895 vsize=9624976 CPUtime=56.87 cores=1,3,5,7
/proc/23897/task/23898/stat : 23898 (java) R 23895 23897 23489 0 -1 4202560 2600 0 1 0 5685 2 0 0 20 0 19 0 253674064 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177860792608 140177801195359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23900] ppid=23895 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/23897/task/23900/stat : 23900 (java) S 23895 23897 23489 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177704790952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23901] ppid=23895 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/23897/task/23901/stat : 23901 (java) S 23895 23897 23489 0 -1 4202560 45 0 0 0 8 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177703738408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23902] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23902/stat : 23902 (java) S 23895 23897 23489 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177702685352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23903] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23903/stat : 23903 (java) S 23895 23897 23489 0 -1 4202560 22 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177701632808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23897/tid=23904] ppid=23895 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/23897/task/23904/stat : 23904 (java) S 23895 23897 23489 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177700579752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23905] ppid=23895 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/23897/task/23905/stat : 23905 (java) S 23895 23897 23489 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177699527208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23906] ppid=23895 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/23897/task/23906/stat : 23906 (java) S 23895 23897 23489 0 -1 4202560 15 0 0 0 13 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177698474152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23907] ppid=23895 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/23897/task/23907/stat : 23907 (java) S 23895 23897 23489 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 253674065 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177697421608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23908] ppid=23895 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/23897/task/23908/stat : 23908 (java) S 23895 23897 23489 0 -1 4202560 56 0 0 0 109 0 0 0 20 0 19 0 253674066 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177685011304 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23909] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23909/stat : 23909 (java) S 23895 23897 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177683957624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23910] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23910/stat : 23910 (java) S 23895 23897 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253674066 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177682904456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23911] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23911/stat : 23911 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177681853200 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23897/tid=23912] ppid=23895 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/23897/task/23912/stat : 23912 (java) S 23895 23897 23489 0 -1 4202560 2793 0 0 0 31 0 0 0 20 0 19 0 253674069 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177680800056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23913] ppid=23895 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/23897/task/23913/stat : 23913 (java) S 23895 23897 23489 0 -1 4202560 8037 0 0 0 70 2 0 0 20 0 19 0 253674069 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177679747512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23914] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23914/stat : 23914 (java) S 23895 23897 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177678694648 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23897/tid=23915] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23915/stat : 23915 (java) S 23895 23897 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253674069 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177677642312 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23897/tid=23916] ppid=23895 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23897/task/23916/stat : 23916 (java) S 23895 23897 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253674090 9855975424 17846 33554432000 1073741824 1073778376 140736961896624 140177676588584 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 58.34
CPU time (s): 60.0839
CPU user time (s): 59.9219
CPU system time (s): 0.161975
CPU usage (%): 102.989
Max. virtual memory (cumulated for all children) (KiB): 9625272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.9219
system time used= 0.161975
maximum resident set size= 71440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14880
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3902
involuntary context switches= 3084

runsolver used 0.161975 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 18:04:41
IDJOB=3687693
IDBENCH=2025
IDSOLVER=2269
FILE ID=node122/3687693-1337875481
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71376 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687693-1337875481/watcher-3687693-1337875481 -o /tmp/evaluation-result-3687693-1337875481/solver-3687693-1337875481 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687693-1337875481.opb

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

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=1874537160

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28942492 kB
Buffers:          187820 kB
Cached:          2924276 kB
SwapCached:            0 kB
Active:          1274632 kB
Inactive:        1875304 kB
Active(anon):      29000 kB
Inactive(anon):    11052 kB
Active(file):    1245632 kB
Inactive(file):  1864252 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               936 kB
Writeback:             0 kB
AnonPages:         44080 kB
Mapped:            21768 kB
Shmem:               200 kB
Slab:             634616 kB
SReclaimable:      78476 kB
SUnreclaim:       556140 kB
KernelStack:        1600 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node122 at 2012-05-24 18:05:39