Trace number 3733324

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-29 1800.55 918.655

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark45.895
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3733324-1338742271.opb
0.09/0.11	c reading problem ... 
1.06/0.54	c ... done. Wall clock time 0.429s.
1.06/0.54	c #vars     595
1.06/0.54	c #constraints  27847
1.06/0.54	c constraints type 
1.06/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1.06/0.54	c constraints type 
1.06/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1.06/0.56	c And the winner is CuttingPlanes
1.17/1.54	c SATISFIABLE
1.17/1.54	c OPTIMIZING...
1.17/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
1.17/1.54	o -23
1.17/1.58	c And the winner is Resolution
1.29/2.55	c Got one! Elapsed wall clock time (in seconds):2.437
1.29/2.55	o -24
1.29/2.57	c And the winner is Resolution
1.48/3.55	c Got one! Elapsed wall clock time (in seconds):3.44
1.48/3.55	o -25
1.67/3.62	c And the winner is Resolution
2.20/4.55	c Got one! Elapsed wall clock time (in seconds):4.442
2.20/4.55	o -26
3.16/4.81	c And the winner is Resolution
3.22/5.55	c Got one! Elapsed wall clock time (in seconds):5.443
3.22/5.55	o -27
4.23/6.05	c cleaning 2501 clauses out of 5001 with flag 5001/5001
5.50/6.67	c And the winner is Resolution
5.72/7.55	c Got one! Elapsed wall clock time (in seconds):7.445
5.72/7.56	o -28
6.10/7.78	c cleaning 4250 clauses out of 8500 with flag 11001/11001
8.30/8.83	c cleaning 5623 clauses out of 11250 with flag 18001/18001
10.68/10.01	c cleaning 6805 clauses out of 13626 with flag 26000/26000
13.90/11.62	c cleaning 7911 clauses out of 15821 with flag 35000/35000
17.65/13.52	c cleaning 8951 clauses out of 17910 with flag 45000/45000
22.01/15.76	c cleaning 9978 clauses out of 19959 with flag 56000/56000
26.95/18.21	c cleaning 10991 clauses out of 21981 with flag 68000/68000
32.86/21.27	c cleaning 11984 clauses out of 23990 with flag 81000/81000
38.62/24.13	c cleaning 12999 clauses out of 26006 with flag 95000/95000
46.13/27.90	c cleaning 13996 clauses out of 28007 with flag 110000/110000
52.03/30.95	c cleaning 15000 clauses out of 30011 with flag 126000/126000
60.93/35.41	c cleaning 16003 clauses out of 32011 with flag 143000/143000
71.68/40.84	c cleaning 16999 clauses out of 34008 with flag 161000/161000
80.57/45.36	c cleaning 18005 clauses out of 36010 with flag 180001/180001
89.66/49.91	c cleaning 19003 clauses out of 38005 with flag 200001/200001
102.64/56.51	c cleaning 19998 clauses out of 40002 with flag 221001/221001
116.77/63.62	c cleaning 20991 clauses out of 42003 with flag 243000/243000
131.28/70.93	c cleaning 22000 clauses out of 44012 with flag 266000/266000
142.58/76.68	c cleaning 22998 clauses out of 46012 with flag 290000/290000
159.53/85.26	c cleaning 24005 clauses out of 48015 with flag 315001/315001
180.61/95.85	c cleaning 24998 clauses out of 50009 with flag 341000/341000
201.88/106.58	c cleaning 26005 clauses out of 52011 with flag 368000/368000
229.57/120.43	c cleaning 26999 clauses out of 54006 with flag 396000/396000
243.64/127.65	c cleaning 27503 clauses out of 55007 with flag 424000/424000
264.31/138.04	c cleaning 27743 clauses out of 55505 with flag 452001/452001
282.14/147.04	c cleaning 0 clauses out of 5000 with flag 0/5000
292.70/152.22	c cleaning 27878 clauses out of 55761 with flag 480000/480000
323.30/167.74	c cleaning 27941 clauses out of 55884 with flag 508001/508001
343.96/178.17	c cleaning 27957 clauses out of 55942 with flag 536000/536000
370.61/191.51	c cleaning 27991 clauses out of 55985 with flag 564000/564000
390.81/201.78	c And the winner is Resolution
392.94/204.18	c Got one! Elapsed wall clock time (in seconds):204.075
392.94/204.18	o -29
396.50/205.94	c cleaning 27988 clauses out of 55994 with flag 592000/592000
410.42/213.18	c cleaning 28002 clauses out of 56006 with flag 620000/620000
427.60/221.82	c cleaning 28000 clauses out of 56004 with flag 648000/648000
459.19/237.62	c cleaning 27995 clauses out of 56005 with flag 676001/676001
485.24/250.72	c cleaning 27996 clauses out of 56010 with flag 704001/704001
506.37/261.55	c cleaning 28004 clauses out of 56014 with flag 732001/732001
538.19/277.56	c cleaning 27992 clauses out of 56009 with flag 760000/760000
556.10/286.61	c cleaning 28004 clauses out of 56017 with flag 788000/788000
590.61/303.95	c cleaning 28001 clauses out of 56013 with flag 816000/816000
618.71/318.22	c cleaning 28002 clauses out of 56012 with flag 844000/844000
651.14/334.57	c cleaning 28003 clauses out of 56010 with flag 872000/872000
671.22/344.78	c cleaning 27999 clauses out of 56008 with flag 900001/900001
691.28/354.98	c cleaning 27994 clauses out of 56009 with flag 928001/928001
710.88/365.07	c cleaning 27997 clauses out of 56014 with flag 956000/956000
726.20/372.85	c cleaning 28005 clauses out of 56017 with flag 984000/984000
756.21/387.97	c cleaning 28000 clauses out of 56013 with flag 1012001/1012001
785.16/402.55	c cleaning 27999 clauses out of 56012 with flag 1040000/1040000
811.15/415.85	c cleaning 28003 clauses out of 56013 with flag 1068000/1068000
829.60/425.26	c cleaning 27999 clauses out of 56010 with flag 1096000/1096000
862.25/441.69	c cleaning 27999 clauses out of 56011 with flag 1124000/1124000
889.45/455.36	c cleaning 27983 clauses out of 56012 with flag 1152000/1152000
916.22/469.01	c cleaning 28015 clauses out of 56030 with flag 1180001/1180001
943.23/482.65	c cleaning 28007 clauses out of 56014 with flag 1208000/1208000
970.19/496.22	c cleaning 27989 clauses out of 56007 with flag 1236000/1236000
994.05/508.37	c cleaning 28005 clauses out of 56018 with flag 1264000/1264000
1038.41/530.75	c cleaning 27998 clauses out of 56013 with flag 1292000/1292000
1067.31/545.31	c cleaning 28002 clauses out of 56016 with flag 1320001/1320001
1080.56/552.18	c cleaning 27998 clauses out of 56013 with flag 1348000/1348000
1097.16/560.61	c cleaning 28005 clauses out of 56016 with flag 1376001/1376001
1118.22/571.57	c cleaning 27991 clauses out of 56010 with flag 1404000/1404000
1135.00/580.14	c cleaning 28003 clauses out of 56019 with flag 1432000/1432000
1161.34/593.46	c cleaning 28006 clauses out of 56016 with flag 1460000/1460000
1192.37/609.06	c cleaning 28005 clauses out of 56011 with flag 1488001/1488001
1220.24/623.34	c cleaning 27996 clauses out of 56005 with flag 1516000/1516000
1240.06/633.44	c cleaning 28001 clauses out of 56009 with flag 1544000/1544000
1267.78/647.40	c cleaning 27993 clauses out of 56008 with flag 1572000/1572000
1300.70/664.06	c cleaning 28007 clauses out of 56016 with flag 1600001/1600001
1325.29/676.79	c cleaning 27994 clauses out of 56009 with flag 1628001/1628001
1352.19/690.36	c cleaning 28000 clauses out of 56014 with flag 1656000/1656000
1380.61/704.74	c cleaning 27999 clauses out of 56014 with flag 1684000/1684000
1408.64/718.96	c cleaning 0 clauses out of 11000 with flag 0/11000
1412.59/721.43	c cleaning 28004 clauses out of 56015 with flag 1712000/1712000
1440.09/735.37	c cleaning 28000 clauses out of 56012 with flag 1740001/1740001
1474.81/752.87	c cleaning 27996 clauses out of 56012 with flag 1768001/1768001
1505.67/768.45	c cleaning 27996 clauses out of 56015 with flag 1796000/1796000
1541.88/786.93	c cleaning 27999 clauses out of 56019 with flag 1824000/1824000
1579.77/806.07	c cleaning 28010 clauses out of 56021 with flag 1852001/1852001
1603.32/818.05	c cleaning 27989 clauses out of 56010 with flag 1880000/1880000
1634.60/833.81	c cleaning 28005 clauses out of 56021 with flag 1908000/1908000
1669.71/851.87	c cleaning 28002 clauses out of 56016 with flag 1936000/1936000
1692.85/863.66	c cleaning 27998 clauses out of 56014 with flag 1964000/1964000
1732.11/883.50	c cleaning 27992 clauses out of 56016 with flag 1992000/1992000
1745.22/890.26	c cleaning 28003 clauses out of 56024 with flag 2020000/2020000
1767.08/901.63	c cleaning 28009 clauses out of 56021 with flag 2048000/2048000
1795.51/916.00	c cleaning 27996 clauses out of 56012 with flag 2076000/2076000
1800.05/918.61	c starts		: 232
1800.05/918.61	c conflicts		: 2084214
1800.05/918.61	c decisions		: 2232495
1800.05/918.61	c propagations		: 12618456
1800.05/918.61	c inspects		: 1791377387
1800.05/918.61	c learnt literals	: 0
1800.05/918.61	c learnt binary clauses	: 0
1800.05/918.61	c learnt ternary clauses	: 0
1800.05/918.61	c learnt clauses	: 2084214
1800.05/918.61	c ignored clauses	: 0
1800.05/918.61	c root simplifications	: 0
1800.05/918.61	c removed literals (reason simplification)	: 27276749
1800.05/918.61	c reason swapping (by a shorter reason)	: 0
1800.05/918.61	c Calls to reduceDB	: 84
1800.05/918.61	c number of reductions to clauses (during analyze)	: 0
1800.05/918.61	c number of learned constraints concerned by reduction	: 0
1800.05/918.61	c number of learning phase by resolution	: 0
1800.05/918.61	c number of learning phase by cutting planes	: 0
1800.05/918.61	c speed (assignments/second)	: 17662.347587647164
1800.05/918.61	c non guided choices	0
1800.05/918.63	c learnt constraints type 
1800.05/918.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 36247
1800.05/918.63	c constraints type 
1800.05/918.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.05/918.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
1800.05/918.63	c constraints type 
1800.05/918.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
1800.05/918.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/918.63	s SATISFIABLE
1800.05/918.63	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 
1800.05/918.63	c objective function=-29
1800.05/918.63	c Total wall clock time (in seconds): 918.523

Verifier Data

OK	-29

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-3733324-1338742271/watcher-3733324-1338742271 -o /tmp/evaluation-result-3733324-1338742271/solver-3733324-1338742271 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733324-1338742271.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.94 2.93 3.43 2/195 18657
/proc/meminfo: memFree=30132432/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18657/stat : 18657 (java6) D 18655 18657 3958 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340353141 9515008 182 33554432000 1073741824 1073778376 140733504467104 140733504458136 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/18657/statm: 2323 182 140 9 0 71 0

[startup+0.059481 s]
/proc/loadavg: 1.94 2.93 3.43 2/195 18657
/proc/meminfo: memFree=30132432/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2367080 CPUtime=0.03 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 3803 0 1 0 3 0 0 0 20 0 13 0 340353141 2423889920 5011 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 591770 5011 1710 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100281 s]
/proc/loadavg: 1.94 2.93 3.43 2/195 18657
/proc/meminfo: memFree=30132432/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 4780 0 1 0 8 1 0 0 20 0 18 0 340353141 2764726272 5963 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 674982 5964 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300237 s]
/proc/loadavg: 1.94 2.93 3.43 2/195 18657
/proc/meminfo: memFree=30132432/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 5888 0 1 0 45 2 0 0 20 0 18 0 340353141 2764726272 8723 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 674982 8723 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700196 s]
/proc/loadavg: 1.94 2.93 3.43 2/195 18657
/proc/meminfo: memFree=30132432/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 13091 0 1 0 111 6 0 0 20 0 20 0 340353141 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 27919 2242 9 0 732240 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2966184

[startup+1.50059 s]
/proc/loadavg: 1.94 2.93 3.43 1/215 18679
/proc/meminfo: memFree=30029460/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 13091 0 1 0 111 6 0 0 20 0 20 0 340353141 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 27919 2242 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.51 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2877 0 1 0 49 2 0 0 20 0 20 0 340353142 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340353144 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340353145 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353145 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) S 18655 18657 3958 0 -1 4202560 4954 0 0 0 29 1 0 0 20 0 20 0 340353147 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284277623096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4016 0 0 0 27 0 0 0 20 0 20 0 340353147 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18678/stat : 18678 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353197 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140284271277352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353198 3037372416 27919 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2966184

[startup+3.10066 s]
/proc/loadavg: 1.94 2.93 3.43 1/215 18681
/proc/meminfo: memFree=30024844/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 13376 0 1 0 138 10 0 0 20 0 20 0 340353141 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 30626 2253 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2879 0 1 0 50 2 0 0 20 0 20 0 340353142 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 340353143 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340353144 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 340353145 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353145 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) S 18655 18657 3958 0 -1 4202560 5010 0 0 0 35 2 0 0 20 0 20 0 340353147 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284277623096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4153 0 0 0 37 0 0 0 20 0 20 0 340353147 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340353147 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18678/stat : 18678 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353197 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140284271277352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340353198 3037372416 30626 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 1.79 2.88 3.41 1/215 18687
/proc/meminfo: memFree=29969332/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 19135 0 1 0 468 19 0 0 20 0 22 0 340353141 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 86145 2288 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.53 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2881 0 1 0 51 2 0 0 20 0 22 0 340353142 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340353143 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 22 0 340353144 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) R 18655 18657 3958 0 -1 4202560 9835 0 0 0 108 2 0 0 20 0 22 0 340353147 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284277622976 140284435858912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4889 0 0 0 87 0 0 0 20 0 22 0 340353147 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 86145 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7

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

[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353198 3037372416 291085 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18693] ppid=18655 vsize=2966184 CPUtime=522.9 cores=1,3,5,7
/proc/18657/task/18693/stat : 18693 (java) R 18655 18657 3958 0 -1 4202560 61 0 0 0 52280 10 0 0 20 0 22 0 340373560 3037372416 291085 33554432000 1073741824 1073778376 140734937878704 140284273381280 140284374580514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18694] ppid=18655 vsize=2966184 CPUtime=522.94 cores=1,3,5,7
/proc/18657/task/18694/stat : 18694 (java) R 18655 18657 3958 0 -1 4202560 114 0 0 0 52285 9 0 0 20 0 22 0 340373560 3037372416 291085 33554432000 1073741824 1073778376 140734937878704 140284272327888 140284374588857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1493.36
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 2.03 2.09 2.58 3/217 18722
/proc/meminfo: memFree=28961448/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1611.36 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 25834 0 1 0 160996 140 0 0 20 0 22 0 340353141 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 293798 2289 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2917 0 1 0 52 3 0 0 20 0 22 0 340353142 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 391 0 0 0 465 9 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=4.86 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 363 0 0 0 479 7 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=4.93 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 367 0 0 0 486 7 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=4.45 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 352 0 0 0 437 8 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=4.62 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 378 0 0 0 453 9 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=4.62 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 389 0 0 0 452 10 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=4.3 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 351 0 0 0 423 7 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 347 0 0 0 443 8 0 0 20 0 22 0 340353143 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=38.94 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 174 0 0 0 3874 20 0 0 20 0 22 0 340353144 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=1.87 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) S 18655 18657 3958 0 -1 4202560 13101 0 0 0 185 2 0 0 20 0 22 0 340353147 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284277623096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4894 0 0 0 94 1 0 0 20 0 22 0 340353147 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 48 0 0 0 15 21 0 0 20 0 22 0 340353147 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18678/stat : 18678 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353197 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284271277352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353198 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18693] ppid=18655 vsize=2966184 CPUtime=578.88 cores=1,3,5,7
/proc/18657/task/18693/stat : 18693 (java) R 18655 18657 3958 0 -1 4202560 74 0 0 0 57877 11 0 0 20 0 22 0 340373560 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284273380464 140284374479349 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18694] ppid=18655 vsize=2966184 CPUtime=578.91 cores=1,3,5,7
/proc/18657/task/18694/stat : 18694 (java) R 18655 18657 3958 0 -1 4202560 126 0 0 0 57881 10 0 0 20 0 22 0 340373560 3037372416 293798 33554432000 1073741824 1073778376 140734937878704 140284272328784 140284374588865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1611.36
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 1.91 2.04 2.53 3/217 18722
/proc/meminfo: memFree=28955480/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1729.91 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 25897 0 1 0 172846 145 0 0 20 0 22 0 340353141 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 294853 2289 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2921 0 1 0 52 3 0 0 20 0 22 0 340353142 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=5.13 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 391 0 0 0 504 9 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 369 0 0 0 511 7 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=5.25 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 367 0 0 0 518 7 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 369 0 0 0 467 8 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=4.97 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 383 0 0 0 488 9 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=4.94 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 389 0 0 0 484 10 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=4.65 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 353 0 0 0 458 7 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=4.81 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 353 0 0 0 473 8 0 0 20 0 22 0 340353143 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=41.63 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 178 0 0 0 4142 21 0 0 20 0 22 0 340353144 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=1.87 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) S 18655 18657 3958 0 -1 4202560 13101 0 0 0 185 2 0 0 20 0 22 0 340353147 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284277623096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4894 0 0 0 94 1 0 0 20 0 22 0 340353147 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 52 0 0 0 16 22 0 0 20 0 22 0 340353147 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18678/stat : 18678 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353197 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284271277352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353198 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18693] ppid=18655 vsize=2966184 CPUtime=635.49 cores=1,3,5,7
/proc/18657/task/18693/stat : 18693 (java) R 18655 18657 3958 0 -1 4202560 80 0 0 0 63537 12 0 0 20 0 22 0 340373560 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284273380464 140284374601340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18694] ppid=18655 vsize=2966184 CPUtime=635.52 cores=1,3,5,7
/proc/18657/task/18694/stat : 18694 (java) R 18655 18657 3958 0 -1 4202560 135 0 0 0 63541 11 0 0 20 0 22 0 340373560 3037372416 294853 33554432000 1073741824 1073778376 140734937878704 140284272328784 140284374495267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1729.91
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.601 s]
/proc/loadavg: 2.00 2.05 2.52 3/217 18722
/proc/meminfo: memFree=28889808/32873648 swapFree=7628/7628
[pid=18657] ppid=18655 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/18657/stat : 18657 (java) S 18655 18657 3958 0 -1 4202496 25992 0 1 0 179854 151 0 0 20 0 22 0 340353141 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140734937869840 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18657/statm: 741546 309204 2289 9 0 732240 0
[pid=18657/tid=18659] ppid=18655 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/18657/task/18659/stat : 18659 (java) S 18655 18657 3958 0 -1 4202560 2924 0 1 0 52 3 0 0 20 0 22 0 340353142 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284434048152 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18660] ppid=18655 vsize=2966184 CPUtime=5.41 cores=1,3,5,7
/proc/18657/task/18660/stat : 18660 (java) S 18655 18657 3958 0 -1 4202560 395 0 0 0 531 10 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284300348328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18661] ppid=18655 vsize=2966184 CPUtime=5.38 cores=1,3,5,7
/proc/18657/task/18661/stat : 18661 (java) S 18655 18657 3958 0 -1 4202560 371 0 0 0 531 7 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284167973928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18662] ppid=18655 vsize=2966184 CPUtime=5.56 cores=1,3,5,7
/proc/18657/task/18662/stat : 18662 (java) S 18655 18657 3958 0 -1 4202560 380 0 0 0 548 8 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284299295400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18663] ppid=18655 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/18657/task/18663/stat : 18663 (java) S 18655 18657 3958 0 -1 4202560 390 0 0 0 491 9 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284298242856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18664] ppid=18655 vsize=2966184 CPUtime=5.29 cores=1,3,5,7
/proc/18657/task/18664/stat : 18664 (java) S 18655 18657 3958 0 -1 4202560 395 0 0 0 519 10 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284297189800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18665] ppid=18655 vsize=2966184 CPUtime=5.2 cores=1,3,5,7
/proc/18657/task/18665/stat : 18665 (java) S 18655 18657 3958 0 -1 4202560 395 0 0 0 509 11 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284296137256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18666] ppid=18655 vsize=2966184 CPUtime=4.91 cores=1,3,5,7
/proc/18657/task/18666/stat : 18666 (java) S 18655 18657 3958 0 -1 4202560 366 0 0 0 483 8 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284295084200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18667] ppid=18655 vsize=2966184 CPUtime=5.06 cores=1,3,5,7
/proc/18657/task/18667/stat : 18667 (java) S 18655 18657 3958 0 -1 4202560 360 0 0 0 498 8 0 0 20 0 22 0 340353143 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284294031656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18668] ppid=18655 vsize=2966184 CPUtime=45.12 cores=1,3,5,7
/proc/18657/task/18668/stat : 18668 (java) S 18655 18657 3958 0 -1 4202560 180 0 0 0 4490 22 0 0 20 0 22 0 340353144 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284281834344 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18669] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18669/stat : 18669 (java) S 18655 18657 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284280780664 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18670] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18670/stat : 18670 (java) S 18655 18657 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340353145 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284279727496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18671] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18671/stat : 18671 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284278676240 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18672] ppid=18655 vsize=2966184 CPUtime=1.87 cores=1,3,5,7
/proc/18657/task/18672/stat : 18672 (java) S 18655 18657 3958 0 -1 4202560 13101 0 0 0 185 2 0 0 20 0 22 0 340353147 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284277623096 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18673] ppid=18655 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/18657/task/18673/stat : 18673 (java) S 18655 18657 3958 0 -1 4202560 4894 0 0 0 94 1 0 0 20 0 22 0 340353147 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284276570552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18674] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18674/stat : 18674 (java) S 18655 18657 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340353147 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284275517688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18657/tid=18675] ppid=18655 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/18657/task/18675/stat : 18675 (java) S 18655 18657 3958 0 -1 4202560 54 0 0 0 17 23 0 0 20 0 22 0 340353147 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284274465352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18678] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18678/stat : 18678 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353197 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284271277352 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18657/tid=18679] ppid=18655 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18657/task/18679/stat : 18679 (java) S 18655 18657 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340353198 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140282960012712 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18657/tid=18693] ppid=18655 vsize=2966184 CPUtime=667.76 cores=1,3,5,7
/proc/18657/task/18693/stat : 18693 (java) R 18655 18657 3958 0 -1 4202560 82 0 0 0 66763 13 0 0 20 0 22 0 340373560 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284273382224 140284374580437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18657/tid=18694] ppid=18655 vsize=2966184 CPUtime=667.77 cores=1,3,5,7
/proc/18657/task/18694/stat : 18694 (java) R 18655 18657 3958 0 -1 4202560 143 0 0 0 66764 13 0 0 20 0 22 0 340373560 3037372416 309204 33554432000 1073741824 1073778376 140734937878704 140284272327888 140284374546723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 918.655
CPU time (s): 1800.55
CPU user time (s): 1798.66
CPU system time (s): 1.89271
CPU usage (%): 195.999
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.89271
maximum resident set size= 1236932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26024
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30537
involuntary context switches= 80056

runsolver used 3.69244 second user time and 8.20375 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 18:51:12
IDJOB=3733324
IDBENCH=2274
IDSOLVER=2324
FILE ID=node122/3733324-1338742271
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71184 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733324-1338742271/watcher-3733324-1338742271 -o /tmp/evaluation-result-3733324-1338742271/solver-3733324-1338742271 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733324-1338742271.opb

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=1273105737

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:        30132604 kB
Buffers:          243256 kB
Cached:           233628 kB
SwapCached:         1832 kB
Active:          1794164 kB
Inactive:         120656 kB
Active(anon):    1434712 kB
Inactive(anon):     5432 kB
Active(file):     359452 kB
Inactive(file):   115224 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1443620 kB
Mapped:            17108 kB
Shmem:                 0 kB
Slab:             684524 kB
SReclaimable:     128456 kB
SUnreclaim:       556068 kB
KernelStack:        1616 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1388544 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= 71184 MiB
End job on node122 at 2012-06-03 19:06:32