Trace number 3733052

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.0SAT (TO)-33 1800.02 921.872

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-5.opb
MD5SUMf408a60720d5bae3e36cea0c41e2f7f1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark824.628
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -39
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41619
Number of constraints which are clauses41619
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version 2.3.1.v20110525
0.06/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.12	c java.vm.version	19.1-b02
0.06/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.12	c sun.arch.data.model	64
0.06/0.12	c java.version		1.6.0_24
0.06/0.12	c os.name		Linux
0.06/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.12	c os.arch		amd64
0.06/0.12	c Free memory 		9996466904
0.06/0.12	c Max memory 		10048897024
0.06/0.12	c Total memory 		10048897024
0.06/0.12	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.15	c No reason simplification
0.06/0.15	c Armin Biere (Picosat) restarts strategy
0.06/0.15	c Glucose learned constraints deletion strategy
0.06/0.15	c timeout=2147483s
0.06/0.15	c DB Simplification allowed=false
0.06/0.15	c --- End Solver configuration ---
0.06/0.15	c solving HOME/instance-3733052-1338687507.opb
0.06/0.15	c reading problem ... 
0.95/0.59	c ... done. Wall clock time 0.442s.
0.95/0.59	c #vars     760
0.95/0.59	c #constraints  41619
0.95/0.59	c constraints type 
0.95/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41619
0.95/0.59	c constraints type 
0.95/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41619
1.05/0.61	c  And the winner is Resolution
1.10/1.09	c SATISFIABLE
1.10/1.09	c OPTIMIZING...
1.10/1.09	c Got one! Elapsed wall clock time (in seconds):0.948
1.10/1.09	o -28
1.12/1.18	c  And the winner is Resolution
1.82/1.60	c Got one! Elapsed wall clock time (in seconds):1.453
1.82/1.60	o -29
1.82/1.66	c  And the winner is Resolution
2.17/2.10	c Got one! Elapsed wall clock time (in seconds):1.956
2.17/2.10	o -30
2.57/2.25	c  And the winner is Resolution
2.69/2.60	c Got one! Elapsed wall clock time (in seconds):2.459
2.69/2.60	o -31
3.11/2.81	c  And the winner is CuttingPlanes
3.15/3.11	c Got one! Elapsed wall clock time (in seconds):2.961
3.15/3.11	o -32
4.58/3.81	c cleaning 3163 clauses out of 6333 with flag 4000/6333
7.13/4.95	c cleaning 4585 clauses out of 9170 with flag 10000/12333
9.69/6.24	c cleaning 5792 clauses out of 11585 with flag 17000/19333
12.89/7.80	c cleaning 6896 clauses out of 13793 with flag 25000/27333
16.60/9.71	c cleaning 7945 clauses out of 15897 with flag 34000/36333
20.55/11.75	c cleaning 8976 clauses out of 17952 with flag 44000/46333
25.23/14.13	c cleaning 9989 clauses out of 19977 with flag 55001/57334
30.58/16.85	c cleaning 10988 clauses out of 21988 with flag 67001/69334
36.62/19.96	c cleaning 11996 clauses out of 23999 with flag 80000/82333
42.71/23.05	c cleaning 12995 clauses out of 26004 with flag 94001/96334
49.74/26.63	c cleaning 13996 clauses out of 28008 with flag 109000/111333
56.60/30.19	c cleaning 15001 clauses out of 30012 with flag 125000/127333
64.72/34.31	c cleaning 16000 clauses out of 32012 with flag 142001/144334
73.56/38.82	c cleaning 17003 clauses out of 34011 with flag 160000/162333
83.80/44.01	c cleaning 17996 clauses out of 36008 with flag 179000/181333
92.99/48.73	c cleaning 19003 clauses out of 38012 with flag 199000/201333
103.86/54.35	c cleaning 20005 clauses out of 40010 with flag 220001/222334
115.65/60.39	c cleaning 20996 clauses out of 42004 with flag 242000/244333
129.63/67.46	c cleaning 21995 clauses out of 44008 with flag 265000/267333
131.03/68.24	c  And the winner is Resolution
132.27/69.70	c Got one! Elapsed wall clock time (in seconds):69.551
132.27/69.70	o -33
133.38/70.34	c cleaning 13560 clauses out of 27125 with flag 3000/272445
136.36/72.01	c cleaning 9774 clauses out of 19566 with flag 9001/278446
139.53/73.73	c cleaning 8379 clauses out of 16791 with flag 16000/285445
143.27/75.70	c cleaning 8205 clauses out of 16413 with flag 24001/293446
147.64/78.01	c cleaning 8590 clauses out of 17207 with flag 33000/302445
152.63/80.72	c cleaning 9306 clauses out of 18618 with flag 43001/312446
157.80/83.45	c cleaning 10156 clauses out of 20312 with flag 54001/323446
164.16/86.75	c cleaning 11070 clauses out of 22155 with flag 66000/335445
171.54/90.50	c cleaning 12042 clauses out of 24086 with flag 79001/348446
178.73/94.30	c cleaning 13022 clauses out of 26043 with flag 93000/362445
186.90/98.53	c cleaning 14009 clauses out of 28021 with flag 108000/377445
197.07/103.70	c cleaning 14999 clauses out of 30012 with flag 124000/393445
204.62/107.62	c cleaning 16007 clauses out of 32013 with flag 141000/410445
213.39/112.28	c cleaning 16999 clauses out of 34006 with flag 159000/428445
223.52/117.44	c cleaning 17992 clauses out of 36007 with flag 178000/447445
234.68/123.18	c cleaning 19004 clauses out of 38016 with flag 198001/467446
246.59/129.25	c cleaning 20003 clauses out of 40012 with flag 219001/488446
260.30/136.31	c cleaning 20998 clauses out of 42009 with flag 241001/510446
273.01/142.88	c cleaning 22002 clauses out of 44010 with flag 264000/533445
287.51/150.26	c cleaning 22998 clauses out of 46009 with flag 288001/557446
304.59/158.91	c cleaning 23998 clauses out of 48010 with flag 313000/582445
317.46/165.64	c cleaning 25003 clauses out of 50012 with flag 339000/608445
332.57/173.36	c cleaning 26005 clauses out of 52009 with flag 366000/635445
348.49/181.42	c cleaning 26995 clauses out of 54004 with flag 394000/663445
364.75/189.70	c cleaning 27999 clauses out of 56011 with flag 423002/692447
387.56/201.46	c cleaning 29002 clauses out of 58010 with flag 453000/722445
408.86/212.24	c cleaning 30001 clauses out of 60008 with flag 484000/753445
431.30/223.66	c cleaning 30991 clauses out of 62007 with flag 516000/785445
453.58/234.95	c cleaning 31998 clauses out of 64016 with flag 549000/818445
480.16/248.60	c cleaning 33005 clauses out of 66018 with flag 583000/852445
511.25/264.28	c cleaning 34002 clauses out of 68013 with flag 618000/887445
530.29/273.94	c cleaning 35001 clauses out of 70011 with flag 654000/923445
551.69/284.87	c cleaning 35998 clauses out of 72010 with flag 691000/960445
575.58/297.11	c cleaning 37002 clauses out of 74012 with flag 729000/998445
599.98/309.53	c cleaning 37999 clauses out of 76010 with flag 768000/1037445
633.55/326.54	c cleaning 39004 clauses out of 78012 with flag 808001/1077446
668.33/344.11	c cleaning 40002 clauses out of 80008 with flag 849001/1118446
689.26/354.92	c cleaning 0 clauses out of 5902 with flag 0/5906
704.90/362.86	c cleaning 41001 clauses out of 82006 with flag 891001/1160446
739.20/380.26	c cleaning 41492 clauses out of 83005 with flag 933001/1202446
778.13/399.93	c cleaning 41753 clauses out of 83513 with flag 975001/1244446
820.10/421.39	c cleaning 41877 clauses out of 83759 with flag 1017000/1286445
857.41/440.24	c cleaning 41935 clauses out of 83882 with flag 1059000/1328445
879.30/451.42	c cleaning 41969 clauses out of 83948 with flag 1101001/1370446
906.63/465.32	c cleaning 41984 clauses out of 83979 with flag 1143001/1412446
938.80/481.83	c cleaning 41981 clauses out of 83994 with flag 1185000/1454445
968.68/497.05	c cleaning 42004 clauses out of 84013 with flag 1227000/1496445
998.36/512.13	c cleaning 42004 clauses out of 84009 with flag 1269000/1538445
1032.45/529.48	c cleaning 42003 clauses out of 84005 with flag 1311000/1580445
1070.35/548.81	c cleaning 42002 clauses out of 84003 with flag 1353001/1622446
1103.81/565.86	c cleaning 41981 clauses out of 84000 with flag 1395000/1664445
1138.45/583.47	c cleaning 42008 clauses out of 84019 with flag 1437000/1706445
1173.89/601.45	c cleaning 42001 clauses out of 84011 with flag 1479000/1748445
1200.38/615.21	c cleaning 42000 clauses out of 84011 with flag 1521001/1790446
1239.00/634.83	c cleaning 42003 clauses out of 84010 with flag 1563000/1832445
1277.24/654.29	c cleaning 42004 clauses out of 84007 with flag 1605000/1874445
1319.63/675.70	c cleaning 42001 clauses out of 84003 with flag 1647000/1916445
1368.12/700.57	c cleaning 41998 clauses out of 84002 with flag 1689000/1958445
1403.30/718.41	c cleaning 41978 clauses out of 84004 with flag 1731000/2000445
1425.10/729.68	c cleaning 42008 clauses out of 84028 with flag 1773002/2042447
1452.51/743.61	c cleaning 41995 clauses out of 84018 with flag 1815000/2084445
1485.18/760.51	c cleaning 42004 clauses out of 84024 with flag 1857001/2126446
1519.54/778.03	c cleaning 41992 clauses out of 84020 with flag 1899001/2168446
1546.70/792.00	c cleaning 42014 clauses out of 84027 with flag 1941000/2210445
1583.41/810.67	c cleaning 42007 clauses out of 84014 with flag 1983001/2252446
1614.62/826.89	c cleaning 41988 clauses out of 84006 with flag 2025000/2294445
1649.54/844.68	c cleaning 42002 clauses out of 84018 with flag 2067000/2336445
1684.65/862.51	c cleaning 42000 clauses out of 84017 with flag 2109001/2378446
1720.52/880.87	c cleaning 42000 clauses out of 84017 with flag 2151001/2420446
1748.08/895.23	c cleaning 42006 clauses out of 84016 with flag 2193000/2462445
1782.98/913.05	c cleaning 41995 clauses out of 84010 with flag 2235000/2504445
1799.87/921.82	c starts		: 249
1799.87/921.82	c conflicts		: 2529760
1799.87/921.82	c decisions		: 2713870
1799.87/921.82	c propagations		: 15169648
1799.87/921.82	c inspects		: 3167343356
1799.87/921.82	c shortcuts		: 0
1799.87/921.82	c learnt literals	: 0
1799.87/921.82	c learnt binary clauses	: 0
1799.87/921.82	c learnt ternary clauses	: 0
1799.87/921.82	c learnt constraints	: 2529760
1799.87/921.82	c ignored constraints	: 0
1799.87/921.82	c root simplifications	: 0
1799.87/921.82	c removed literals (reason simplification)	: 34281556
1799.87/921.82	c reason swapping (by a shorter reason)	: 0
1799.87/921.82	c Calls to reduceDB	: 89
1799.87/921.82	c number of reductions to clauses (during analyze)	: 0
1799.87/921.82	c number of learned constraints concerned by reduction	: 0
1799.87/921.82	c number of learning phase by resolution	: 0
1799.87/921.82	c number of learning phase by cutting planes	: 0
1799.87/921.82	c speed (assignments/second)	: 17802.192875911107
1799.87/921.82	c non guided choices	0
1799.87/921.85	c learnt constraints type 
1799.87/921.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67393
1799.87/921.85	c constraints type 
1799.87/921.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.87/921.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41619
1799.87/921.85	c constraints type 
1799.87/921.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41619
1799.87/921.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.87/921.85	s SATISFIABLE
1799.87/921.85	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 
1799.87/921.85	c objective function=-33
1799.87/921.85	c Total wall clock time (in seconds): 921.707

Verifier Data

OK	-33

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-3733052-1338687507/watcher-3733052-1338687507 -o /tmp/evaluation-result-3733052-1338687507/solver-3733052-1338687507 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733052-1338687507.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: 3.86 3.92 3.76 4/197 8115
/proc/meminfo: memFree=28065648/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/8115/stat : 8115 (java) D 8113 8115 2935 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 334875084 2560000 47 33554432000 1073741824 1073778376 140734599552880 140734599550008 239228513575 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/8115/statm: 625 47 37 9 0 29 0

[startup+0.0167939 s]
/proc/loadavg: 3.86 3.92 3.76 4/197 8115
/proc/meminfo: memFree=28065648/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 334875084 94019584 916 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 22954 916 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100267 s]
/proc/loadavg: 3.86 3.92 3.76 4/197 8115
/proc/meminfo: memFree=28065648/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 4429 0 1 0 5 1 0 0 20 0 18 0 334875084 11864465408 12791 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2896598 12791 1764 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300248 s]
/proc/loadavg: 3.86 3.92 3.76 4/197 8115
/proc/meminfo: memFree=28065648/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11586392 CPUtime=0.42 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 6195 0 1 0 40 2 0 0 20 0 18 0 334875084 11864465408 15765 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2896598 15766 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 11586392

[startup+0.700235 s]
/proc/loadavg: 3.86 3.92 3.76 4/197 8115
/proc/meminfo: memFree=28065648/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 10435 0 1 0 104 6 0 0 20 0 19 0 334875084 12137111552 39651 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 39651 2253 9 0 2953849 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 11852648

[startup+1.50077 s]
/proc/loadavg: 3.86 3.92 3.76 3/216 8137
/proc/meminfo: memFree=27915804/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=1.82 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 15832 0 1 0 173 9 0 0 20 0 19 0 334875084 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 44037 2258 9 0 2953849 0
[pid=8115/tid=8117] ppid=8113 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/8115/task/8117/stat : 8117 (java) S 8113 8115 2935 0 -1 4202560 3433 0 1 0 52 3 0 0 20 0 19 0 334875086 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382289073304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8118] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8118/stat : 8118 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382126287528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8119] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8119/stat : 8119 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382125234984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8120] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8120/stat : 8120 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382124182440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334875090 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382106507880 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334875091 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334875091 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875093 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=0.6 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8205 0 0 0 58 2 0 0 20 0 19 0 334875094 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 2881 0 0 0 39 0 0 0 20 0 19 0 334875094 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875094 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875094 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8137] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8137/stat : 8137 (java) S 8113 8115 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334875145 12137111552 44037 33554432000 1073741824 1073778376 140737367621568 140382094927528 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 11852648

[startup+3.10067 s]
/proc/loadavg: 3.86 3.92 3.76 3/216 8143
/proc/meminfo: memFree=27891292/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=3.15 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 16141 0 1 0 300 15 0 0 20 0 19 0 334875084 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 65649 2263 9 0 2953849 0
[pid=8115/tid=8117] ppid=8113 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/8115/task/8117/stat : 8117 (java) S 8113 8115 2935 0 -1 4202560 3434 0 1 0 53 4 0 0 20 0 19 0 334875086 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382289073304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8118] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8118/stat : 8118 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382126287528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8119] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8119/stat : 8119 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382125234984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8120] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8120/stat : 8120 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382124182440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334875089 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334875090 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382106507880 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334875091 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334875091 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875093 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8309 0 0 0 81 2 0 0 20 0 19 0 334875094 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 3024 0 0 0 61 0 0 0 20 0 19 0 334875094 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875094 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334875094 12137111552 65649 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.87 3.92 3.77 5/219 8152
/proc/meminfo: memFree=27414396/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=9.88 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 21023 0 1 0 954 34 0 0 20 0 22 0 334875084 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 172715 2291 9 0 2953849 0
[pid=8115/tid=8117] ppid=8113 vsize=11852648 CPUtime=0.57 cores=1,3,5,7
/proc/8115/task/8117/stat : 8117 (java) S 8113 8115 2935 0 -1 4202560 3436 0 1 0 53 4 0 0 20 0 22 0 334875086 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382289073304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8118] ppid=8113 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/8115/task/8118/stat : 8118 (java) S 8113 8115 2935 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382126287528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8119] ppid=8113 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/8115/task/8119/stat : 8119 (java) S 8113 8115 2935 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382125234984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8120] ppid=8113 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/8115/task/8120/stat : 8120 (java) S 8113 8115 2935 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382124182440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 334875089 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) R 8113 8115 2935 0 -1 4202560 58 0 0 0 19 3 0 0 20 0 22 0 334875090 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382106506696 140382295196176 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875093 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8314 0 0 0 96 2 0 0 20 0 22 0 334875094 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 7533 0 0 0 90 2 0 0 20 0 22 0 334875094 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875094 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875094 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8149] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8149/stat : 8149 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334875345 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382095979688 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8150] ppid=8113 vsize=11852648 CPUtime=2.82 cores=1,3,5,7
/proc/8115/task/8150/stat : 8150 (java) S 8113 8115 2935 0 -1 4202560 14 0 0 0 282 0 0 0 20 0 22 0 334875395 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382098084552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8151] ppid=8113 vsize=11852648 CPUtime=2.84 cores=1,3,5,7
/proc/8115/task/8151/stat : 8151 (java) S 8113 8115 2935 0 -1 4202560 148 0 0 0 278 6 0 0 20 0 22 0 334875395 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382097030248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8152] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8152/stat : 8152 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334875396 12137111552 172715 33554432000 1073741824 1073778376 140737367621568 140382094927400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 250 0 0 0 169 4 0 0 20 0 22 0 334875089 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 208 0 0 0 182 4 0 0 20 0 22 0 334875089 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=1.86 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 206 0 0 0 182 4 0 0 20 0 22 0 334875089 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=1.77 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 229 0 0 0 172 5 0 0 20 0 22 0 334875089 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=1.66 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 204 0 0 0 162 4 0 0 20 0 22 0 334875089 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=41.41 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) S 8113 8115 2935 0 -1 4202560 393 0 0 0 4127 14 0 0 20 0 22 0 334875090 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382106507880 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875093 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8332 0 0 0 129 2 0 0 20 0 22 0 334875094 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 11955 0 0 0 140 3 0 0 20 0 22 0 334875094 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875094 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 48 0 0 0 22 20 0 0 20 0 22 0 334875094 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8152] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8152/stat : 8152 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334875396 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382094927400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8153] ppid=8113 vsize=11852648 CPUtime=709.95 cores=1,3,5,7
/proc/8115/task/8153/stat : 8153 (java) R 8113 8115 2935 0 -1 4202560 37 0 0 0 70985 10 0 0 20 0 22 0 334882054 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382097032144 140382162247463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8154] ppid=8113 vsize=11852648 CPUtime=709.9 cores=1,3,5,7
/proc/8115/task/8154/stat : 8154 (java) R 8113 8115 2935 0 -1 4202560 638 0 0 0 70959 31 0 0 20 0 22 0 334882054 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382098082064 140382162361763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8155] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8155/stat : 8155 (java) S 8113 8115 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334882054 12137111552 767620 33554432000 1073741824 1073778376 140737367621568 140382095979432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1605.62
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.78 3.85 3.81 4/219 8238
/proc/meminfo: memFree=22436292/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=1722.28 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 28418 0 1 0 172106 122 0 0 20 0 22 0 334875084 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 772317 2292 9 0 2953849 0
[pid=8115/tid=8117] ppid=8113 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/8115/task/8117/stat : 8117 (java) S 8113 8115 2935 0 -1 4202560 3491 0 1 0 56 5 0 0 20 0 22 0 334875086 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382289073304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8118] ppid=8113 vsize=11852648 CPUtime=1.62 cores=1,3,5,7
/proc/8115/task/8118/stat : 8118 (java) S 8113 8115 2935 0 -1 4202560 208 0 0 0 158 4 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382126287528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8119] ppid=8113 vsize=11852648 CPUtime=1.72 cores=1,3,5,7
/proc/8115/task/8119/stat : 8119 (java) S 8113 8115 2935 0 -1 4202560 270 0 0 0 167 5 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382125234984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8120] ppid=8113 vsize=11852648 CPUtime=1.64 cores=1,3,5,7
/proc/8115/task/8120/stat : 8120 (java) S 8113 8115 2935 0 -1 4202560 177 0 0 0 161 3 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382124182440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=1.81 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 265 0 0 0 177 4 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 222 0 0 0 194 4 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=1.93 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 206 0 0 0 189 4 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=1.91 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 256 0 0 0 186 5 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=1.84 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 221 0 0 0 180 4 0 0 20 0 22 0 334875089 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=45.16 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) S 8113 8115 2935 0 -1 4202560 407 0 0 0 4502 14 0 0 20 0 22 0 334875090 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382106507880 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875093 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8332 0 0 0 129 2 0 0 20 0 22 0 334875094 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 11955 0 0 0 140 3 0 0 20 0 22 0 334875094 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875094 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 50 0 0 0 24 22 0 0 20 0 22 0 334875094 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8152] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8152/stat : 8152 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334875396 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382094927400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8153] ppid=8113 vsize=11852648 CPUtime=765.81 cores=1,3,5,7
/proc/8115/task/8153/stat : 8153 (java) R 8113 8115 2935 0 -1 4202560 37 0 0 0 76570 11 0 0 20 0 22 0 334882054 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382097032264 140382162298628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8154] ppid=8113 vsize=11852648 CPUtime=765.73 cores=1,3,5,7
/proc/8115/task/8154/stat : 8154 (java) R 8113 8115 2935 0 -1 4202560 638 0 0 0 76541 32 0 0 20 0 22 0 334882054 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382098082200 140382162361686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8155] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8155/stat : 8155 (java) S 8113 8115 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334882054 12137111552 772317 33554432000 1073741824 1073778376 140737367621568 140382095979432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.808 s]
/proc/loadavg: 3.90 3.87 3.82 5/219 8238
/proc/meminfo: memFree=22436168/32873844 swapFree=7644/7644
[pid=8115] ppid=8113 vsize=11852648 CPUtime=1799.87 cores=1,3,5,7
/proc/8115/stat : 8115 (java) S 8113 8115 2935 0 -1 4202496 28461 0 1 0 179863 124 0 0 20 0 22 0 334875084 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140737367612704 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8115/statm: 2963162 772354 2292 9 0 2953849 0
[pid=8115/tid=8117] ppid=8113 vsize=11852648 CPUtime=0.61 cores=1,3,5,7
/proc/8115/task/8117/stat : 8117 (java) S 8113 8115 2935 0 -1 4202560 3493 0 1 0 56 5 0 0 20 0 22 0 334875086 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382289073304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8118] ppid=8113 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/8115/task/8118/stat : 8118 (java) S 8113 8115 2935 0 -1 4202560 218 0 0 0 164 4 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382126287528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8119] ppid=8113 vsize=11852648 CPUtime=1.76 cores=1,3,5,7
/proc/8115/task/8119/stat : 8119 (java) S 8113 8115 2935 0 -1 4202560 270 0 0 0 171 5 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382125234984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8120] ppid=8113 vsize=11852648 CPUtime=1.69 cores=1,3,5,7
/proc/8115/task/8120/stat : 8120 (java) S 8113 8115 2935 0 -1 4202560 183 0 0 0 166 3 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382124182440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8121] ppid=8113 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/8115/task/8121/stat : 8121 (java) S 8113 8115 2935 0 -1 4202560 265 0 0 0 185 4 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382123129896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8122] ppid=8113 vsize=11852648 CPUtime=2.04 cores=1,3,5,7
/proc/8115/task/8122/stat : 8122 (java) S 8113 8115 2935 0 -1 4202560 229 0 0 0 199 5 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382122076328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8123] ppid=8113 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/8115/task/8123/stat : 8123 (java) S 8113 8115 2935 0 -1 4202560 220 0 0 0 193 4 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382121023784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8124] ppid=8113 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/8115/task/8124/stat : 8124 (java) S 8113 8115 2935 0 -1 4202560 256 0 0 0 193 5 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382119971240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8125] ppid=8113 vsize=11852648 CPUtime=1.89 cores=1,3,5,7
/proc/8115/task/8125/stat : 8125 (java) S 8113 8115 2935 0 -1 4202560 221 0 0 0 185 4 0 0 20 0 22 0 334875089 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382118918696 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8126] ppid=8113 vsize=11852648 CPUtime=46.8 cores=1,3,5,7
/proc/8115/task/8126/stat : 8126 (java) S 8113 8115 2935 0 -1 4202560 409 0 0 0 4666 14 0 0 20 0 22 0 334875090 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382106507880 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8127] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8127/stat : 8127 (java) S 8113 8115 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382105454200 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8128] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8128/stat : 8128 (java) S 8113 8115 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334875091 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382104401544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8129] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8129/stat : 8129 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875093 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382103350288 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8130] ppid=8113 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/8115/task/8130/stat : 8130 (java) S 8113 8115 2935 0 -1 4202560 8332 0 0 0 129 2 0 0 20 0 22 0 334875094 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382102296632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8115/tid=8131] ppid=8113 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/8115/task/8131/stat : 8131 (java) S 8113 8115 2935 0 -1 4202560 11955 0 0 0 140 3 0 0 20 0 22 0 334875094 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382101244088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8132] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8132/stat : 8132 (java) S 8113 8115 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334875094 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382100191736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8133] ppid=8113 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/8115/task/8133/stat : 8133 (java) S 8113 8115 2935 0 -1 4202560 52 0 0 0 25 22 0 0 20 0 22 0 334875094 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382099139400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8152] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8152/stat : 8152 (java) S 8113 8115 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334875396 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382094927400 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8115/tid=8153] ppid=8113 vsize=11852648 CPUtime=803.46 cores=1,3,5,7
/proc/8115/task/8153/stat : 8153 (java) R 8113 8115 2935 0 -1 4202560 37 0 0 0 80334 12 0 0 20 0 22 0 334882054 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382097032144 140382162247463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8115/tid=8154] ppid=8113 vsize=11852648 CPUtime=803.36 cores=1,3,5,7
/proc/8115/task/8154/stat : 8154 (java) R 8113 8115 2935 0 -1 4202560 638 0 0 0 80303 33 0 0 20 0 22 0 334882054 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382098082064 140382162361578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8115/tid=8155] ppid=8113 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/8115/task/8155/stat : 8155 (java) S 8113 8115 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334882054 12137111552 772354 33554432000 1073741824 1073778376 140737367621568 140382095979432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8115 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=309223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=660747
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1799.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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.150009
#  lost CPU user time (s): 0.160004
#  lost CPU system time (s): -0.0100001

Real time (s): 921.872
CPU time (s): 1800.02
CPU user time (s): 1798.79
CPU system time (s): 1.23
CPU usage (%): 195.257
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.66075
maximum resident set size= 3089536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28493
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= 24219
involuntary context switches= 30070

runsolver used 4.76328 second user time and 8.12176 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 03:38:27
IDJOB=3733052
IDBENCH=2240
IDSOLVER=2328
FILE ID=node147/3733052-1338687507
RUNJOBID= node147-1338678629-2955
PBS_JOBID= 14636666
Free space on /tmp= 70784 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733052-1338687507/watcher-3733052-1338687507 -o /tmp/evaluation-result-3733052-1338687507/solver-3733052-1338687507 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733052-1338687507.opb

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

MD5SUM BENCH= f408a60720d5bae3e36cea0c41e2f7f1
RANDOM SEED=989089038

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28066292 kB
Buffers:          436464 kB
Cached:          2527680 kB
SwapCached:         3380 kB
Active:          2412916 kB
Inactive:        1532404 kB
Active(anon):     976624 kB
Inactive(anon):     5908 kB
Active(file):    1436292 kB
Inactive(file):  1526496 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:        985296 kB
Mapped:            17632 kB
Shmem:                 0 kB
Slab:             721204 kB
SReclaimable:     162236 kB
SUnreclaim:       558968 kB
KernelStack:        1632 kB
PageTables:         6356 kB
NFS_Unstable:         16 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    948224 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= 70784 MiB
End job on node147 at 2012-06-03 03:53:51