Trace number 3735916

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
PB11: Sat4j Res//CP 2.3.0OPT12 88.8725 48.8161

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir04_area_delay.opb
MD5SUMea4ff8014cd873922b6021da249fa157
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.076987
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables741
Total number of constraints2072
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 taking into account the objective function
0.10/0.12	c No 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=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3735916-1338713813.opb
0.10/0.12	c reading problem ... 
0.25/0.28	c ... done. Wall clock time 0.165s.
0.25/0.28	c #vars     741
0.25/0.28	c #constraints  1983
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
0.25/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1588
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 372
0.52/0.31	c  And the winner is CuttingPlanes
0.54/0.79	c SATISFIABLE
0.54/0.79	c OPTIMIZING...
0.54/0.79	c Got one! Elapsed wall clock time (in seconds):0.67
0.54/0.79	o 18
0.55/0.80	c  And the winner is Resolution
0.59/1.29	c Got one! Elapsed wall clock time (in seconds):1.175
0.59/1.29	o 17
2.17/1.70	c  And the winner is CuttingPlanes
2.36/1.80	c Got one! Elapsed wall clock time (in seconds):1.677
2.36/1.80	o 16
2.36/1.86	c  And the winner is CuttingPlanes
2.36/1.88	c cleaning 2940 clauses out of 5885 with flag 1000/5885
2.63/2.30	c Got one! Elapsed wall clock time (in seconds):2.182
2.63/2.30	o 15
2.63/2.37	c  And the winner is CuttingPlanes
2.79/2.80	c Got one! Elapsed wall clock time (in seconds):2.685
2.79/2.80	o 14
3.23/3.02	c cleaning 4110 clauses out of 8225 with flag 4000/11165
3.43/3.11	c  And the winner is CuttingPlanes
3.47/3.31	c Got one! Elapsed wall clock time (in seconds):3.186
3.47/3.31	o 13
3.66/3.44	c  And the winner is CuttingPlanes
3.77/3.81	c Got one! Elapsed wall clock time (in seconds):3.688
3.77/3.81	o 12
4.00/3.92	c cleaning 4854 clauses out of 9711 with flag 2000/16761
4.62/4.29	c cleaning 5424 clauses out of 10859 with flag 8002/22763
5.63/4.71	c cleaning 6207 clauses out of 12433 with flag 15000/29761
6.41/5.16	c cleaning 7110 clauses out of 14226 with flag 23000/37761
7.39/5.69	c cleaning 8051 clauses out of 16116 with flag 32000/46761
8.56/6.29	c cleaning 9030 clauses out of 18065 with flag 42000/56761
9.93/6.90	c cleaning 9515 clauses out of 19036 with flag 52001/66762
11.12/7.50	c cleaning 9757 clauses out of 19521 with flag 62001/76762
12.29/8.13	c cleaning 9876 clauses out of 19763 with flag 72000/86761
13.48/8.73	c cleaning 9936 clauses out of 19887 with flag 82000/96761
14.63/9.34	c cleaning 9975 clauses out of 19952 with flag 92001/106762
15.81/9.90	c cleaning 9988 clauses out of 19981 with flag 102005/116766
16.97/10.53	c cleaning 9987 clauses out of 19989 with flag 112001/126762
18.14/11.11	c cleaning 9994 clauses out of 20001 with flag 122000/136761
19.30/11.73	c cleaning 9998 clauses out of 20007 with flag 132000/146761
20.52/12.35	c cleaning 9998 clauses out of 20010 with flag 142001/156762
21.71/12.99	c cleaning 10001 clauses out of 20011 with flag 152000/166761
22.87/13.60	c cleaning 9993 clauses out of 20010 with flag 162000/176761
24.22/14.24	c cleaning 10003 clauses out of 20018 with flag 172001/186762
25.36/14.83	c cleaning 9999 clauses out of 20015 with flag 182001/196762
26.53/15.45	c cleaning 10000 clauses out of 20015 with flag 192000/206761
27.69/16.05	c cleaning 10001 clauses out of 20015 with flag 202000/216761
28.83/16.64	c cleaning 10001 clauses out of 20015 with flag 212001/226762
29.99/17.27	c cleaning 9998 clauses out of 20013 with flag 222000/236761
31.14/17.88	c cleaning 10002 clauses out of 20015 with flag 232000/246761
32.49/18.56	c cleaning 10002 clauses out of 20013 with flag 242000/256761
33.82/19.25	c cleaning 10001 clauses out of 20011 with flag 252000/266761
35.18/19.93	c cleaning 10002 clauses out of 20012 with flag 262002/276763
36.33/20.56	c cleaning 9999 clauses out of 20009 with flag 272001/286762
37.68/21.25	c cleaning 9997 clauses out of 20009 with flag 282000/296761
39.01/21.93	c cleaning 10004 clauses out of 20013 with flag 292001/306762
40.15/22.55	c cleaning 10000 clauses out of 20009 with flag 302001/316762
41.30/23.14	c cleaning 9998 clauses out of 20008 with flag 312000/326761
42.43/23.76	c cleaning 9998 clauses out of 20014 with flag 322004/336765
43.75/24.45	c cleaning 10001 clauses out of 20012 with flag 332000/346761
44.91/25.10	c cleaning 10002 clauses out of 20011 with flag 342000/356761
46.25/25.73	c cleaning 9999 clauses out of 20010 with flag 352001/366762
47.60/26.40	c cleaning 10002 clauses out of 20011 with flag 362001/376762
48.72/27.08	c cleaning 10000 clauses out of 20011 with flag 372003/386764
50.07/27.75	c cleaning 9993 clauses out of 20008 with flag 382000/396761
51.41/28.43	c cleaning 10003 clauses out of 20015 with flag 392000/406761
52.54/29.07	c cleaning 10004 clauses out of 20013 with flag 402001/416762
53.87/29.71	c cleaning 9998 clauses out of 20008 with flag 412000/426761
55.02/30.35	c cleaning 10003 clauses out of 20010 with flag 422000/436761
56.36/31.00	c cleaning 10000 clauses out of 20007 with flag 432000/446761
57.51/31.65	c cleaning 9995 clauses out of 20008 with flag 442001/456762
58.82/32.31	c cleaning 9999 clauses out of 20014 with flag 452002/466763
59.98/32.99	c cleaning 10000 clauses out of 20013 with flag 462000/476761
61.30/33.69	c cleaning 10000 clauses out of 20013 with flag 472000/486761
62.63/34.34	c cleaning 9997 clauses out of 20013 with flag 482000/496761
63.94/35.05	c cleaning 9995 clauses out of 20017 with flag 492001/506762
65.07/35.69	c cleaning 10000 clauses out of 20021 with flag 502000/516761
66.41/36.34	c cleaning 10002 clauses out of 20021 with flag 512000/526761
67.73/37.00	c cleaning 10004 clauses out of 20019 with flag 522000/536761
69.04/37.75	c cleaning 10004 clauses out of 20018 with flag 532003/546764
70.38/38.46	c cleaning 9998 clauses out of 20011 with flag 542000/556761
71.69/39.18	c cleaning 9999 clauses out of 20014 with flag 552001/566762
73.02/39.88	c cleaning 9997 clauses out of 20015 with flag 562001/576762
74.53/40.63	c cleaning 10002 clauses out of 20018 with flag 572001/586762
75.84/41.31	c cleaning 10000 clauses out of 20018 with flag 582003/596764
76.97/41.97	c cleaning 10000 clauses out of 20015 with flag 592000/606761
78.30/42.61	c cleaning 9997 clauses out of 20016 with flag 602001/616762
79.59/43.31	c cleaning 10004 clauses out of 20018 with flag 612000/626761
80.94/44.02	c cleaning 9997 clauses out of 20014 with flag 622000/636761
82.06/44.68	c cleaning 9995 clauses out of 20017 with flag 632000/646761
83.39/45.35	c cleaning 10003 clauses out of 20022 with flag 642000/656761
84.69/46.00	c cleaning 10001 clauses out of 20019 with flag 652000/666761
85.82/46.62	c cleaning 10005 clauses out of 20019 with flag 662001/676762
86.96/47.24	c cleaning 9998 clauses out of 20018 with flag 672005/686766
88.08/47.88	c cleaning 10002 clauses out of 20015 with flag 682000/696761
88.57/48.18	c  And the winner is CuttingPlanes
88.75/48.80	c starts		: 17
88.75/48.80	c conflicts		: 1716
88.75/48.80	c decisions		: 15940
88.75/48.80	c propagations		: 167729
88.75/48.80	c inspects		: 13879152
88.75/48.80	c shortcuts		: 0
88.75/48.80	c learnt literals	: 0
88.75/48.80	c learnt binary clauses	: 0
88.75/48.80	c learnt ternary clauses	: 0
88.75/48.80	c learnt constraints	: 1715
88.75/48.80	c ignored constraints	: 0
88.75/48.80	c root simplifications	: 0
88.75/48.80	c removed literals (reason simplification)	: 0
88.75/48.80	c reason swapping (by a shorter reason)	: 0
88.75/48.80	c Calls to reduceDB	: 0
88.75/48.80	c number of reductions to clauses (during analyze)	: 0
88.75/48.80	c number of learned constraints concerned by reduction	: 0
88.75/48.80	c number of learning phase by resolution	: 0
88.75/48.80	c number of learning phase by cutting planes	: 0
88.75/48.80	c speed (assignments/second)	: 3727.8081521980707
88.75/48.80	c non guided choices	0
88.75/48.80	c learnt constraints type 
88.75/48.80	c constraints type 
88.75/48.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 372
88.75/48.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
88.75/48.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1588
88.75/48.80	c constraints type 
88.75/48.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1588
88.75/48.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 372
88.75/48.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
88.75/48.80	s OPTIMUM FOUND
88.75/48.81	v -x1 -x2 -x3 -x4 x5 x6 x7 x8 x9 -x10 -x11 x12 -x13 x14 -x15 -x16 x17 x18 x19 x20 -x21 -x22 x23 -x24 x25 x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 x44 x45 x46 -x47 -x48 x49 x50 -x51 x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 x64 x65 x66 x67 x68 x69 x70 -x71 -x72 x73 -x74 x75 x76 -x77 x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 x150 x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 
88.75/48.81	c objective function=12
88.75/48.81	c Total wall clock time (in seconds): 48.687

Verifier Data

OK	12

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-3735916-1338713813/watcher-3735916-1338713813 -o /tmp/evaluation-result-3735916-1338713813/solver-3735916-1338713813 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735916-1338713813.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: 2.92 2.24 2.06 4/199 31193
/proc/meminfo: memFree=25465824/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31193/stat : 31193 (java) R 31191 31193 30903 0 -1 4202496 453 0 0 0 0 0 0 0 20 0 1 0 337506709 9515008 183 33554432000 1073741824 1073778376 140734835332544 140734835315272 273905696437 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2323 186 143 9 0 71 0

[startup+0.055101 s]
/proc/loadavg: 2.92 2.24 2.06 4/199 31193
/proc/meminfo: memFree=25465824/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 4345 0 1 0 3 1 0 0 20 0 13 0 337506709 11523600384 11686 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2813379 11686 1703 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100196 s]
/proc/loadavg: 2.92 2.24 2.06 4/199 31193
/proc/meminfo: memFree=25465824/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 5298 0 1 0 8 2 0 0 20 0 18 0 337506709 11864465408 13133 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2896598 13133 2115 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.308136 s]
/proc/loadavg: 2.92 2.24 2.06 4/199 31193
/proc/meminfo: memFree=25465824/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 6994 0 1 0 49 3 0 0 20 0 22 0 337506709 12137111552 16664 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 16664 2236 9 0 2953849 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11852648

[startup+0.700225 s]
/proc/loadavg: 2.92 2.24 2.06 4/199 31193
/proc/meminfo: memFree=25465824/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 6997 0 1 0 49 5 0 0 20 0 19 0 337506709 12137111552 16655 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 16655 2238 9 0 2953849 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 11852648

[startup+1.50063 s]
/proc/loadavg: 2.92 2.24 2.06 3/218 31218
/proc/meminfo: memFree=25403448/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 12623 0 1 0 131 7 0 0 20 0 22 0 337506709 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 23752 2249 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) S 31191 31193 30903 0 -1 4202560 3432 0 1 0 25 2 0 0 20 0 22 0 337506710 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928624006296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506712 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928441330536 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) R 31191 31193 30903 0 -1 4202560 2712 0 0 0 30 0 0 0 20 0 22 0 337506715 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928437106568 139928629962907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) R 31191 31193 30903 0 -1 4202560 5143 0 0 0 31 0 0 0 20 0 22 0 337506715 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928436044008 139928628123131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31218] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31218/stat : 31218 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506789 12137111552 23752 33554432000 1073741824 1073778376 140734835332544 139928429749032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 11852648

[startup+3.10064 s]
/proc/loadavg: 2.92 2.24 2.06 3/218 31224
/proc/meminfo: memFree=25336120/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=3.43 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 16486 0 1 0 328 15 0 0 20 0 22 0 337506709 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 64024 2279 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) S 31191 31193 30903 0 -1 4202560 3432 0 1 0 25 2 0 0 20 0 22 0 337506710 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928624006296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) S 31191 31193 30903 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 337506712 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928441330536 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 4772 0 0 0 69 2 0 0 20 0 22 0 337506715 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6785 0 0 0 67 0 0 0 20 0 22 0 337506715 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506839 12137111552 64024 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 11852648

[startup+6.30076 s]
/proc/loadavg: 2.84 2.23 2.06 5/221 31236
/proc/meminfo: memFree=24652756/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=8.77 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 17194 0 1 0 853 24 0 0 20 0 22 0 337506709 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 115069 2279 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) S 31191 31193 30903 0 -1 4202560 3432 0 1 0 26 2 0 0 20 0 22 0 337506710 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928624006296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337506711 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) R 31191 31193 30903 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 22 0 337506712 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928441329392 139928630840428 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 5336 0 0 0 76 2 0 0 20 0 22 0 337506715 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.76 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6796 0 0 0 76 0 0 0 20 0 22 0 337506715 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506839 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31234] ppid=31191 vsize=11852648 CPUtime=2.3 cores=0,2,4,6
/proc/31193/task/31234/stat : 31234 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 230 0 0 0 20 0 22 0 337507090 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928429748424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31235] ppid=31191 vsize=11852648 CPUtime=2.3 cores=0,2,4,6
/proc/31193/task/31235/stat : 31235 (java) S 31191 31193 30903 0 -1 4202560 86 0 0 0 227 3 0 0 20 0 22 0 337507090 12137111552 115069 33554432000 1073741824 1073778376 140734835332544 139928432904344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=4.35 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) R 31191 31193 30903 0 -1 4202560 54 0 0 0 435 0 0 0 20 0 22 0 337506712 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928441329392 139928630128992 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337506713 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 5338 0 0 0 81 2 0 0 20 0 22 0 337506715 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6812 0 0 0 86 0 0 0 20 0 22 0 337506715 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337506715 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 337506715 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337506839 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31234] ppid=31191 vsize=11852648 CPUtime=39.26 cores=0,2,4,6
/proc/31193/task/31234/stat : 31234 (java) S 31191 31193 30903 0 -1 4202560 52 0 0 0 3926 0 0 0 20 0 22 0 337507090 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928429748424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31235] ppid=31191 vsize=11852648 CPUtime=39.27 cores=0,2,4,6
/proc/31193/task/31235/stat : 31235 (java) S 31191 31193 30903 0 -1 4202560 121 0 0 0 3923 4 0 0 20 0 22 0 337507090 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928432904808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31236] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31236/stat : 31236 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337507090 12137111552 136640 33554432000 1073741824 1073778376 140734835332544 139928431855144 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 88.28
Current children cumulated vsize (KiB) 11852648

[startup+48.3011 s]
/proc/loadavg: 3.40 2.46 2.15 3/218 31236
/proc/meminfo: memFree=24114376/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=88.53 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 17377 0 1 0 8824 29 0 0 20 0 19 0 337506709 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 136632 2282 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) S 31191 31193 30903 0 -1 4202560 3439 0 1 0 26 2 0 0 20 0 19 0 337506710 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928624006296 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 10 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 16 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0.14 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 14 0 0 0 20 0 19 0 337506711 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=4.46 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) S 31191 31193 30903 0 -1 4202560 54 0 0 0 446 0 0 0 20 0 19 0 337506712 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928441330536 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 5338 0 0 0 81 2 0 0 20 0 19 0 337506715 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6812 0 0 0 86 0 0 0 20 0 19 0 337506715 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 337506715 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 337506839 12137111552 136632 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.53
Current children cumulated vsize (KiB) 11852648

[startup+48.7006 s]
/proc/loadavg: 3.40 2.46 2.15 3/218 31236
/proc/meminfo: memFree=24114376/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=88.65 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 17380 0 1 0 8836 29 0 0 20 0 19 0 337506709 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 136635 2282 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.38 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 30903 0 -1 4202560 3439 0 1 0 36 2 0 0 20 0 19 0 337506710 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928624005800 139928563963830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 10 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 16 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0.14 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 14 0 0 0 20 0 19 0 337506711 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=4.46 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) S 31191 31193 30903 0 -1 4202560 54 0 0 0 446 0 0 0 20 0 19 0 337506712 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928441330536 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 5341 0 0 0 83 2 0 0 20 0 19 0 337506715 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6812 0 0 0 86 0 0 0 20 0 19 0 337506715 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 337506715 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 337506839 12137111552 136635 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.65
Current children cumulated vsize (KiB) 11852648

[startup+48.8007 s]
/proc/loadavg: 3.40 2.46 2.15 3/218 31236
/proc/meminfo: memFree=24114376/32873844 swapFree=7124/7124
[pid=31193] ppid=31191 vsize=11852648 CPUtime=88.75 cores=0,2,4,6
/proc/31193/stat : 31193 (java) S 31191 31193 30903 0 -1 4202496 17381 0 1 0 8846 29 0 0 20 0 19 0 337506709 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 140734835323680 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31193/statm: 2963162 136636 2282 9 0 2953849 0
[pid=31193/tid=31195] ppid=31191 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/31193/task/31195/stat : 31195 (java) R 31191 31193 30903 0 -1 4202560 3439 0 1 0 45 2 0 0 20 0 19 0 337506710 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928624005800 139928563963754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31196] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31196/stat : 31196 (java) S 31191 31193 30903 0 -1 4202560 18 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928562736040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31197] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31197/stat : 31197 (java) S 31191 31193 30903 0 -1 4202560 10 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928561683496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31198] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31198/stat : 31198 (java) S 31191 31193 30903 0 -1 4202560 16 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928560630440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31199] ppid=31191 vsize=11852648 CPUtime=0.12 cores=0,2,4,6
/proc/31193/task/31199/stat : 31199 (java) S 31191 31193 30903 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928559577896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31200] ppid=31191 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/31193/task/31200/stat : 31200 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 13 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928456685992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31201] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31201/stat : 31201 (java) S 31191 31193 30903 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928455633448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31202] ppid=31191 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/31193/task/31202/stat : 31202 (java) S 31191 31193 30903 0 -1 4202560 7 0 0 0 11 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928454580392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31193/tid=31203] ppid=31191 vsize=11852648 CPUtime=0.14 cores=0,2,4,6
/proc/31193/task/31203/stat : 31203 (java) S 31191 31193 30903 0 -1 4202560 14 0 0 0 14 0 0 0 20 0 19 0 337506711 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928453527848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31204] ppid=31191 vsize=11852648 CPUtime=4.46 cores=0,2,4,6
/proc/31193/task/31204/stat : 31204 (java) S 31191 31193 30903 0 -1 4202560 54 0 0 0 446 0 0 0 20 0 19 0 337506712 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928441330536 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31205] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31205/stat : 31205 (java) S 31191 31193 30903 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928440276856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31206] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31206/stat : 31206 (java) S 31191 31193 30903 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 337506713 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928439223688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31207] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31207/stat : 31207 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928438172432 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31208] ppid=31191 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/31193/task/31208/stat : 31208 (java) S 31191 31193 30903 0 -1 4202560 5342 0 0 0 84 2 0 0 20 0 19 0 337506715 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928437119288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31193/tid=31209] ppid=31191 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/31193/task/31209/stat : 31209 (java) S 31191 31193 30903 0 -1 4202560 6812 0 0 0 86 0 0 0 20 0 19 0 337506715 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928436066744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31193/tid=31210] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31210/stat : 31210 (java) S 31191 31193 30903 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337506715 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928435013880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31211] ppid=31191 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/31193/task/31211/stat : 31211 (java) S 31191 31193 30903 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 337506715 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928433961544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31193/tid=31221] ppid=31191 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/31193/task/31221/stat : 31221 (java) S 31191 31193 30903 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 337506839 12137111552 136636 33554432000 1073741824 1073778376 140734835332544 139928430802600 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.75
Current children cumulated vsize (KiB) 11852648

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0400009
#  lost CPU user time (s): 0.0500031
#  lost CPU system time (s): -0.00999999

Real time (s): 48.8161
CPU time (s): 88.8725
CPU user time (s): 88.5086
CPU system time (s): 0.363943
CPU usage (%): 182.056
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.4586
system time used= 0.373943
maximum resident set size= 548600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17386
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= 3555
involuntary context switches= 3448

runsolver used 0.222966 second user time and 0.510922 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-03 10:56:53
IDJOB=3735916
IDBENCH=25006
IDSOLVER=2328
FILE ID=node134/3735916-1338713813
RUNJOBID= node134-1338713778-30919
PBS_JOBID= 14636743
Free space on /tmp= 70356 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir04_area_delay.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735916-1338713813/watcher-3735916-1338713813 -o /tmp/evaluation-result-3735916-1338713813/solver-3735916-1338713813 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735916-1338713813.opb

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

MD5SUM BENCH= ea4ff8014cd873922b6021da249fa157
RANDOM SEED=1964483958

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25465980 kB
Buffers:          480132 kB
Cached:          3302832 kB
SwapCached:           76 kB
Active:          4455240 kB
Inactive:        2044808 kB
Active(anon):    2708284 kB
Inactive(anon):    10496 kB
Active(file):    1746956 kB
Inactive(file):  2034312 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:               260 kB
Writeback:             0 kB
AnonPages:       2821628 kB
Mapped:            19388 kB
Shmem:                96 kB
Slab:             761688 kB
SReclaimable:     202756 kB
SUnreclaim:       558932 kB
KernelStack:        1800 kB
PageTables:         9288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2754560 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= 70356 MiB
End job on node134 at 2012-06-03 10:57:42