Trace number 3687890

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-36 1800.13 979.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
MD5SUMdadfd792215a2bce735ffb7b3e25dcc5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-43
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58579
Number of constraints which are clauses58579
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 945
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 945
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 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687890-1337874752.opb
0.08/0.13	c reading problem ... 
1.46/0.78	c ... done. Wall clock time 0.648s.
1.46/0.78	c declared #vars     945
1.46/0.78	c #constraints  58579
1.46/0.78	c constraints type 
1.46/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58579
1.46/0.78	c 58579 constraints processed.
1.46/0.78	c constraints type 
1.46/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58579
1.46/0.78	c 58579 constraints processed.
1.46/0.78	c objective function length is 945 literals
1.62/0.82	c  And the winner is solver1
1.68/1.28	c SATISFIABLE
1.68/1.28	c OPTIMIZING...
1.68/1.28	c Got one! Elapsed wall clock time (in seconds):1.152
1.68/1.28	o -29
1.71/1.31	c  And the winner is solver0
1.79/1.79	c Got one! Elapsed wall clock time (in seconds):1.658
1.79/1.79	o -30
1.80/1.89	c  And the winner is solver0
2.53/2.29	c Got one! Elapsed wall clock time (in seconds):2.161
2.53/2.29	o -31
3.66/2.62	c  And the winner is solver1
3.72/2.79	c Got one! Elapsed wall clock time (in seconds):2.664
3.72/2.79	o -32
5.48/3.67	c cleaning 2967 clauses out of 5933 with flag 4001/5933
6.08/3.97	c  And the winner is solver1
6.24/4.34	c Got one! Elapsed wall clock time (in seconds):4.209
6.24/4.34	o -33
9.12/5.71	c cleaning 4270 clauses out of 8540 with flag 5000/11507
12.92/7.63	c cleaning 5130 clauses out of 10270 with flag 11000/17507
16.48/9.60	c cleaning 6071 clauses out of 12141 with flag 18001/24508
18.14/10.55	c  And the winner is solver1
18.14/10.56	c Got one! Elapsed wall clock time (in seconds):10.433
18.14/10.56	o -34
20.30/11.61	c cleaning 5645 clauses out of 11289 with flag 3000/29727
23.72/13.45	c cleaning 5822 clauses out of 11644 with flag 9000/35727
27.64/15.52	c cleaning 6409 clauses out of 12822 with flag 16000/42727
32.28/18.05	c cleaning 7203 clauses out of 14413 with flag 24000/50727
37.72/21.05	c cleaning 8102 clauses out of 16211 with flag 33001/59728
44.34/24.52	c cleaning 9054 clauses out of 18108 with flag 43000/69727
52.01/28.59	c cleaning 10015 clauses out of 20054 with flag 54000/80727
62.85/34.87	c cleaning 11020 clauses out of 22040 with flag 66001/92728
72.72/39.94	c cleaning 12008 clauses out of 24020 with flag 79001/105728
81.65/44.64	c cleaning 13001 clauses out of 26012 with flag 93001/119728
92.08/50.11	c cleaning 14004 clauses out of 28011 with flag 108001/134728
98.63/53.96	c  And the winner is solver1
98.58/54.28	c Got one! Elapsed wall clock time (in seconds):54.153
98.58/54.28	o -35
101.47/55.74	c cleaning 13873 clauses out of 27749 with flag 5001/148470
105.58/58.17	c cleaning 9934 clauses out of 19875 with flag 11000/154469
110.19/60.88	c cleaning 8461 clauses out of 16941 with flag 18000/161469
116.12/64.23	c cleaning 8235 clauses out of 16480 with flag 26000/169469
123.05/68.35	c cleaning 8618 clauses out of 17247 with flag 35002/178471
129.48/71.92	c cleaning 9308 clauses out of 18629 with flag 45002/188471
136.93/76.03	c cleaning 10159 clauses out of 20321 with flag 56002/199471
144.97/80.49	c cleaning 11073 clauses out of 22160 with flag 68000/211469
156.04/86.67	c cleaning 12035 clauses out of 24087 with flag 81000/224469
166.81/92.47	c cleaning 13024 clauses out of 26052 with flag 95000/238469
178.31/98.69	c cleaning 14010 clauses out of 28030 with flag 110002/253471
188.16/104.08	c cleaning 15001 clauses out of 30020 with flag 126002/269471
199.19/110.37	c cleaning 16003 clauses out of 32017 with flag 143000/286469
211.44/116.91	c cleaning 17001 clauses out of 34015 with flag 161001/304470
225.91/125.48	c cleaning 18004 clauses out of 36013 with flag 180000/323469
242.62/134.51	c cleaning 19003 clauses out of 38009 with flag 200000/343469
260.23/143.80	c cleaning 20004 clauses out of 40007 with flag 221001/364470
279.24/153.88	c cleaning 20995 clauses out of 42002 with flag 243000/386469
298.82/164.18	c cleaning 21995 clauses out of 44010 with flag 266003/409472
318.49/174.86	c cleaning 23004 clauses out of 46012 with flag 290000/433469
339.99/186.17	c cleaning 24005 clauses out of 48009 with flag 315001/458470
362.85/198.18	c cleaning 0 clauses out of 6232 with flag 0/6232
365.82/200.05	c cleaning 24995 clauses out of 50003 with flag 341000/484469
389.79/213.06	c cleaning 26001 clauses out of 52009 with flag 368001/511470
415.23/226.33	c cleaning 26994 clauses out of 54008 with flag 396001/539470
439.95/239.33	c cleaning 28003 clauses out of 56013 with flag 425000/568469
465.06/252.52	c cleaning 28999 clauses out of 58010 with flag 455000/598469
495.29/268.84	c cleaning 30005 clauses out of 60011 with flag 486000/629469
526.97/285.31	c cleaning 30999 clauses out of 62006 with flag 518000/661469
560.17/302.63	c cleaning 32004 clauses out of 64007 with flag 551000/694469
601.05/323.76	c cleaning 32998 clauses out of 66004 with flag 585001/728470
642.47/345.73	c cleaning 33998 clauses out of 68005 with flag 620000/763469
677.51/364.06	c cleaning 35003 clauses out of 70009 with flag 656002/799471
717.81/385.00	c cleaning 35997 clauses out of 72005 with flag 693001/836470
763.05/409.95	c cleaning 37001 clauses out of 74009 with flag 731002/874471
803.42/430.87	c cleaning 38000 clauses out of 76009 with flag 770003/913472
844.50/452.17	c cleaning 39000 clauses out of 78006 with flag 810000/953469
886.79/474.05	c cleaning 40004 clauses out of 80008 with flag 851002/994471
935.09/499.79	c cleaning 40995 clauses out of 82002 with flag 893000/1036469
981.04/523.59	c cleaning 42003 clauses out of 84009 with flag 936002/1079471
1032.87/550.37	c cleaning 42999 clauses out of 86004 with flag 980000/1123469
1085.71/577.60	c cleaning 43999 clauses out of 88005 with flag 1025000/1168469
1140.57/606.74	c cleaning 45005 clauses out of 90009 with flag 1071003/1214472
1200.30/637.60	c cleaning 46000 clauses out of 92001 with flag 1118000/1261469
1267.19/671.81	c cleaning 46996 clauses out of 94001 with flag 1166000/1309469
1287.24/683.02	c  And the winner is solver1
1284.65/683.41	c Got one! Elapsed wall clock time (in seconds):683.283
1284.65/683.41	o -36
1290.75/686.45	c cleaning 32803 clauses out of 65619 with flag 5001/1328083
1298.87/692.51	c cleaning 19403 clauses out of 38815 with flag 11000/1334082
1304.40/696.41	c cleaning 13200 clauses out of 26414 with flag 18002/1341084
1310.54/700.63	c cleaning 10603 clauses out of 21212 with flag 26000/1349082
1317.29/705.13	c cleaning 9797 clauses out of 19609 with flag 35000/1358082
1325.96/711.55	c cleaning 9902 clauses out of 19813 with flag 45001/1368083
1333.14/716.27	c cleaning 10452 clauses out of 20910 with flag 56000/1379082
1341.26/721.45	c cleaning 11230 clauses out of 22461 with flag 68003/1391085
1351.04/727.51	c cleaning 12110 clauses out of 24230 with flag 81002/1404084
1363.10/735.52	c cleaning 13057 clauses out of 26118 with flag 95000/1418082
1374.97/742.68	c cleaning 14029 clauses out of 28063 with flag 110002/1433084
1386.83/749.79	c cleaning 15013 clauses out of 30032 with flag 126000/1449082
1400.09/757.58	c cleaning 16007 clauses out of 32019 with flag 143000/1466082
1416.83/768.05	c cleaning 17006 clauses out of 34014 with flag 161002/1484084
1433.56/777.68	c cleaning 17996 clauses out of 36007 with flag 180001/1503083
1450.18/787.13	c cleaning 18998 clauses out of 38010 with flag 200000/1523082
1468.01/797.21	c cleaning 20003 clauses out of 40014 with flag 221002/1544084
1488.51/809.52	c cleaning 21000 clauses out of 42009 with flag 243000/1566082
1508.49/820.71	c cleaning 22005 clauses out of 44010 with flag 266001/1589083
1528.30/831.92	c cleaning 22998 clauses out of 46004 with flag 290000/1613082
1549.61/843.86	c cleaning 24004 clauses out of 48007 with flag 315001/1638083
1578.91/860.65	c cleaning 25000 clauses out of 50003 with flag 341001/1664083
1607.02/875.92	c cleaning 25997 clauses out of 52004 with flag 368002/1691084
1634.33/890.88	c cleaning 26998 clauses out of 54006 with flag 396001/1719083
1663.82/906.88	c cleaning 27999 clauses out of 56008 with flag 425001/1748083
1698.53/926.33	c cleaning 29001 clauses out of 58008 with flag 455000/1778082
1732.88/944.84	c cleaning 30003 clauses out of 60008 with flag 486001/1809083
1770.57/965.09	c cleaning 31002 clauses out of 62004 with flag 518000/1841082
1797.49/979.81	c starts		: 46
1797.49/979.81	c conflicts		: 13443
1797.49/979.81	c decisions		: 16568
1797.49/979.81	c propagations		: 158062
1797.49/979.81	c inspects		: 680463544
1797.49/979.81	c shortcuts		: 0
1797.49/979.81	c learnt literals	: 0
1797.49/979.81	c learnt binary clauses	: 0
1797.49/979.81	c learnt ternary clauses	: 0
1797.49/979.81	c learnt constraints	: 13442
1797.49/979.81	c ignored constraints	: 0
1797.49/979.81	c root simplifications	: 0
1797.49/979.81	c removed literals (reason simplification)	: 0
1797.49/979.81	c reason swapping (by a shorter reason)	: 0
1797.49/979.81	c Calls to reduceDB	: 1
1797.49/979.81	c number of reductions to clauses (during analyze)	: 0
1797.49/979.81	c number of learned constraints concerned by reduction	: 0
1797.49/979.81	c number of learning phase by resolution	: 0
1797.49/979.81	c number of learning phase by cutting planes	: 0
1797.49/979.81	c speed (assignments/second)	: 161.69727820868772
1797.49/979.81	c non guided choices	0
1797.49/979.82	c learnt constraints type 
1797.49/979.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 332
1797.49/979.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13110
1797.49/979.82	c constraints type 
1797.49/979.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1797.49/979.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58579
1797.49/979.82	c 58580 constraints processed.
1797.49/979.82	c constraints type 
1797.49/979.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58579
1797.49/979.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1797.49/979.82	c 58580 constraints processed.
1797.49/979.82	s SATISFIABLE
1797.49/979.82	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 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 
1797.49/979.82	c objective function=-36
1797.49/979.82	c Total wall clock time (in seconds): 979.69

Verifier Data

OK	-36

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.64 3.74 3.54 3/197 24457
/proc/meminfo: memFree=25193340/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24457/stat : 24457 (java) D 24455 24457 23457 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253603746 9515008 183 33554432000 1073741824 1073778376 140736193269600 140736193260632 245294251701 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2323 183 140 9 0 71 0

[startup+0.0318131 s]
/proc/loadavg: 3.64 3.74 3.54 3/197 24457
/proc/meminfo: memFree=25193340/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 2774 0 1 0 0 0 0 0 20 0 10 0 253603746 9233014784 3473 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2254154 3473 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100208 s]
/proc/loadavg: 3.64 3.74 3.54 3/197 24457
/proc/meminfo: memFree=25193340/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 4019 0 1 0 7 1 0 0 20 0 18 0 253603746 9787813888 5225 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2389603 5261 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 3.64 3.74 3.54 3/197 24457
/proc/meminfo: memFree=25193340/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 5281 0 1 0 42 1 0 0 20 0 18 0 253603746 9787813888 7781 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2389603 7789 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700243 s]
/proc/loadavg: 3.64 3.74 3.54 3/197 24457
/proc/meminfo: memFree=25193340/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9558412 CPUtime=1.46 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 17098 0 1 0 141 5 0 0 20 0 18 0 253603746 9787813888 34366 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2389603 34366 2230 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 3.64 3.74 3.54 3/216 24479
/proc/meminfo: memFree=25010444/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 17372 0 1 0 168 11 0 0 20 0 19 0 253603746 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2456167 47875 2261 9 0 2446860 0
[pid=24457/tid=24459] ppid=24455 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/24457/task/24459/stat : 24459 (java) S 24455 24457 23457 0 -1 4202560 2519 0 1 0 72 3 0 0 20 0 19 0 253603747 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983568974840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24460] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24460/stat : 24460 (java) S 24455 24457 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983530466216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24461] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24461/stat : 24461 (java) S 24455 24457 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983529413672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24462] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24462/stat : 24462 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983528360616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253603749 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 253603750 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253603750 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253603750 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603753 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 5851 0 0 0 39 2 0 0 20 0 19 0 253603753 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=0.44 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 7588 0 0 0 42 2 0 0 20 0 19 0 253603753 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603753 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253603753 10060460032 47875 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.64 3.74 3.54 4/216 24485
/proc/meminfo: memFree=24939792/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9824668 CPUtime=4.41 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 20219 0 1 0 421 20 0 0 20 0 22 0 253603746 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2456167 57129 2273 9 0 2446860 0
[pid=24457/tid=24459] ppid=24455 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/24457/task/24459/stat : 24459 (java) S 24455 24457 23457 0 -1 4202560 2519 0 1 0 73 3 0 0 20 0 22 0 253603747 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983568974840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24460] ppid=24455 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24457/task/24460/stat : 24460 (java) S 24455 24457 23457 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983530466216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24461] ppid=24455 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24457/task/24461/stat : 24461 (java) S 24455 24457 23457 0 -1 4202560 107 0 0 0 1 2 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983529413672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24462] ppid=24455 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24457/task/24462/stat : 24462 (java) S 24455 24457 23457 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983528360616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253603749 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 5901 0 0 0 86 2 0 0 20 0 22 0 253603753 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 9941 0 0 0 105 2 0 0 20 0 22 0 253603753 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 57129 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.67 3.74 3.54 5/219 24494
/proc/meminfo: memFree=24716692/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9824668 CPUtime=10.2 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 21207 0 1 0 983 37 0 0 20 0 22 0 253603746 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2456167 125409 2286 9 0 2446860 0
[pid=24457/tid=24459] ppid=24455 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/24457/task/24459/stat : 24459 (java) S 24455 24457 23457 0 -1 4202560 2522 0 1 0 73 3 0 0 20 0 22 0 253603747 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983568974840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24460] ppid=24455 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24457/task/24460/stat : 24460 (java) S 24455 24457 23457 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983530466216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24461] ppid=24455 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24457/task/24461/stat : 24461 (java) S 24455 24457 23457 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983529413672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24462] ppid=24455 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/24457/task/24462/stat : 24462 (java) S 24455 24457 23457 0 -1 4202560 132 0 0 0 6 3 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983528360616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 84 0 0 0 10 3 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 130 0 0 0 5 3 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 121 0 0 0 6 1 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 38 0 0 0 4 3 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 60 0 0 0 6 3 0 0 20 0 22 0 253603749 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 248 0 0 0 30 1 0 0 20 0 22 0 253603750 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 6350 0 0 0 100 2 0 0 20 0 22 0 253603753 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 9946 0 0 0 109 2 0 0 20 0 22 0 253603753 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24488] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24488/stat : 24488 (java) S 24455 24457 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253603976 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982508364840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24492] ppid=24455 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/24457/task/24492/stat : 24492 (java) R 24455 24457 23457 0 -1 4202560 4 0 0 0 162 0 0 0 20 0 22 0 253604181 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982511522744 139983403761366 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24493] ppid=24455 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/24457/task/24493/stat : 24493 (java) R 24455 24457 23457 0 -1 4202560 23 0 0 0 161 0 0 0 20 0 22 0 253604181 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982509417064 139983403818741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24494] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24494/stat : 24494 (java) S 24455 24457 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253604181 10060460032 125409 33554432000 1073741824 1073778376 140734017206368 139982510470440 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 9824668

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

[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 690 0 0 0 331 17 0 0 20 0 22 0 253603749 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=3.85 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 1077 0 0 0 365 20 0 0 20 0 22 0 253603749 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 880 0 0 0 348 18 0 0 20 0 22 0 253603749 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=3.74 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 684 0 0 0 356 18 0 0 20 0 22 0 253603749 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 678 0 0 0 333 19 0 0 20 0 22 0 253603749 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=155 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 5685 0 0 0 15465 35 0 0 20 0 22 0 253603750 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 6360 0 0 0 114 2 0 0 20 0 22 0 253603753 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 9952 0 0 0 163 2 0 0 20 0 22 0 253603753 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 50 0 0 0 17 18 0 0 20 0 22 0 253603753 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24488] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24488/stat : 24488 (java) S 24455 24457 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253603976 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982508364840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24627] ppid=24455 vsize=9824668 CPUtime=128.95 cores=0,2,4,6
/proc/24457/task/24627/stat : 24627 (java) R 24455 24457 23457 0 -1 4202560 11 0 0 0 12894 1 0 0 20 0 22 0 253672088 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982511522784 139983403742515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24628] ppid=24455 vsize=9824668 CPUtime=128.96 cores=0,2,4,6
/proc/24457/task/24628/stat : 24628 (java) R 24455 24457 23457 0 -1 4202560 5 0 0 0 12895 1 0 0 20 0 22 0 253672088 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982510467728 139983404134717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24629] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24629/stat : 24629 (java) S 24455 24457 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253672088 10060460032 939747 33554432000 1073741824 1073778376 140734017206368 139982509417896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1617.22
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 2.90 2.90 3.12 4/218 24630
/proc/meminfo: memFree=23525164/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9824668 CPUtime=1727.87 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 33434 0 1 0 172512 275 0 0 20 0 22 0 253603746 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2456167 944984 2287 9 0 2446860 0
[pid=24457/tid=24459] ppid=24455 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/24457/task/24459/stat : 24459 (java) S 24455 24457 23457 0 -1 4202560 2592 0 1 0 76 5 0 0 20 0 22 0 253603747 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983568974840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24460] ppid=24455 vsize=9824668 CPUtime=4.5 cores=0,2,4,6
/proc/24457/task/24460/stat : 24460 (java) S 24455 24457 23457 0 -1 4202560 607 0 0 0 427 23 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983530466216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24461] ppid=24455 vsize=9824668 CPUtime=3.89 cores=0,2,4,6
/proc/24457/task/24461/stat : 24461 (java) S 24455 24457 23457 0 -1 4202560 678 0 0 0 370 19 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983529413672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24462] ppid=24455 vsize=9824668 CPUtime=4.31 cores=0,2,4,6
/proc/24457/task/24462/stat : 24462 (java) S 24455 24457 23457 0 -1 4202560 779 0 0 0 406 25 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983528360616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=3.73 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 738 0 0 0 355 18 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=4.07 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 1118 0 0 0 387 20 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=3.86 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 880 0 0 0 368 18 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=4.03 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 684 0 0 0 384 19 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=3.75 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 678 0 0 0 356 19 0 0 20 0 22 0 253603749 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=165.35 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 5720 0 0 0 16499 36 0 0 20 0 22 0 253603750 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 6360 0 0 0 114 2 0 0 20 0 22 0 253603753 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 9952 0 0 0 163 2 0 0 20 0 22 0 253603753 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 54 0 0 0 19 18 0 0 20 0 22 0 253603753 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24488] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24488/stat : 24488 (java) S 24455 24457 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253603976 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982508364840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24627] ppid=24455 vsize=9824668 CPUtime=177.89 cores=0,2,4,6
/proc/24457/task/24627/stat : 24627 (java) R 24455 24457 23457 0 -1 4202560 12 0 0 0 17787 2 0 0 20 0 22 0 253672088 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982511520928 139983403728525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24628] ppid=24455 vsize=9824668 CPUtime=177.89 cores=0,2,4,6
/proc/24457/task/24628/stat : 24628 (java) R 24455 24457 23457 0 -1 4202560 8 0 0 0 17787 2 0 0 20 0 22 0 253672088 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982510468640 139983404069822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24629] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24629/stat : 24629 (java) S 24455 24457 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253672088 10060460032 944984 33554432000 1073741824 1073778376 140734017206368 139982509417896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.87
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+979.801 s]
/proc/loadavg: 2.94 2.91 3.11 5/218 24630
/proc/meminfo: memFree=23479112/32873844 swapFree=7356/7356
[pid=24457] ppid=24455 vsize=9824668 CPUtime=1797.49 cores=0,2,4,6
/proc/24457/stat : 24457 (java) S 24455 24457 23457 0 -1 4202496 33522 0 1 0 179472 277 0 0 20 0 22 0 253603746 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 140734017197504 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24457/statm: 2456167 952196 2287 9 0 2446860 0
[pid=24457/tid=24459] ppid=24455 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/24457/task/24459/stat : 24459 (java) S 24455 24457 23457 0 -1 4202560 2593 0 1 0 76 5 0 0 20 0 22 0 253603747 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983568974840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24460] ppid=24455 vsize=9824668 CPUtime=4.6 cores=0,2,4,6
/proc/24457/task/24460/stat : 24460 (java) S 24455 24457 23457 0 -1 4202560 643 0 0 0 437 23 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983530466216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24461] ppid=24455 vsize=9824668 CPUtime=4.02 cores=0,2,4,6
/proc/24457/task/24461/stat : 24461 (java) S 24455 24457 23457 0 -1 4202560 678 0 0 0 383 19 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983529413672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24462] ppid=24455 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/24457/task/24462/stat : 24462 (java) S 24455 24457 23457 0 -1 4202560 779 0 0 0 420 25 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983528360616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24463] ppid=24455 vsize=9824668 CPUtime=3.91 cores=0,2,4,6
/proc/24457/task/24463/stat : 24463 (java) S 24455 24457 23457 0 -1 4202560 738 0 0 0 373 18 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983527308072 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24464] ppid=24455 vsize=9824668 CPUtime=4.21 cores=0,2,4,6
/proc/24457/task/24464/stat : 24464 (java) S 24455 24457 23457 0 -1 4202560 1118 0 0 0 401 20 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983526255016 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24465] ppid=24455 vsize=9824668 CPUtime=4.05 cores=0,2,4,6
/proc/24457/task/24465/stat : 24465 (java) S 24455 24457 23457 0 -1 4202560 882 0 0 0 386 19 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983525202472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24466] ppid=24455 vsize=9824668 CPUtime=4.15 cores=0,2,4,6
/proc/24457/task/24466/stat : 24466 (java) S 24455 24457 23457 0 -1 4202560 700 0 0 0 396 19 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983524149416 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24467] ppid=24455 vsize=9824668 CPUtime=3.9 cores=0,2,4,6
/proc/24457/task/24467/stat : 24467 (java) S 24455 24457 23457 0 -1 4202560 678 0 0 0 371 19 0 0 20 0 22 0 253603749 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983523096872 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24468] ppid=24455 vsize=9824668 CPUtime=171.28 cores=0,2,4,6
/proc/24457/task/24468/stat : 24468 (java) S 24455 24457 23457 0 -1 4202560 5748 0 0 0 17091 37 0 0 20 0 22 0 253603750 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983393135464 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24469] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24469/stat : 24469 (java) S 24455 24457 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983392081784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24470] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24470/stat : 24470 (java) S 24455 24457 23457 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253603750 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983391028616 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24471] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24471/stat : 24471 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983389977360 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24472] ppid=24455 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/24457/task/24472/stat : 24472 (java) S 24455 24457 23457 0 -1 4202560 6360 0 0 0 114 2 0 0 20 0 22 0 253603753 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983388924216 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24473] ppid=24455 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/24457/task/24473/stat : 24473 (java) S 24455 24457 23457 0 -1 4202560 9952 0 0 0 163 2 0 0 20 0 22 0 253603753 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139983387871672 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24457/tid=24474] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24474/stat : 24474 (java) S 24455 24457 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253603753 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982513629432 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24475] ppid=24455 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/24457/task/24475/stat : 24475 (java) S 24455 24457 23457 0 -1 4202560 56 0 0 0 20 19 0 0 20 0 22 0 253603753 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982512577096 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24457/tid=24488] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24488/stat : 24488 (java) S 24455 24457 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253603976 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982508364840 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24627] ppid=24455 vsize=9824668 CPUtime=209.06 cores=0,2,4,6
/proc/24457/task/24627/stat : 24627 (java) R 24455 24457 23457 0 -1 4202560 14 0 0 0 20903 3 0 0 20 0 22 0 253672088 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982511521840 139983403660423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24457/tid=24628] ppid=24455 vsize=9824668 CPUtime=209.06 cores=0,2,4,6
/proc/24457/task/24628/stat : 24628 (java) R 24455 24457 23457 0 -1 4202560 9 0 0 0 20903 3 0 0 20 0 22 0 253672088 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982510467840 139983403809214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24457/tid=24629] ppid=24455 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24457/task/24629/stat : 24629 (java) S 24455 24457 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253672088 10060460032 952196 33554432000 1073741824 1073778376 140734017206368 139982509417896 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.49
Current children cumulated vsize (KiB) 9824668

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 24457 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=99407
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=989545
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1797.49
#
# 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): 2.63997
#  lost CPU user time (s): 2.84002
#  lost CPU system time (s): -0.2

Real time (s): 979.84
CPU time (s): 1800.13
CPU user time (s): 1797.56
CPU system time (s): 2.57
CPU usage (%): 183.717
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 2.98955
maximum resident set size= 3808900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33554
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27216
involuntary context switches= 46082

runsolver used 3.64245 second user time and 8.87365 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 17:52:32
IDJOB=3687890
IDBENCH=2254
IDSOLVER=2268
FILE ID=node109/3687890-1337874752
RUNJOBID= node109-1337871881-23473
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687890-1337874752/watcher-3687890-1337874752 -o /tmp/evaluation-result-3687890-1337874752/solver-3687890-1337874752 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687890-1337874752.opb

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

MD5SUM BENCH= dadfd792215a2bce735ffb7b3e25dcc5
RANDOM SEED=719690888

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25193720 kB
Buffers:          199240 kB
Cached:          2785384 kB
SwapCached:            0 kB
Active:          4298592 kB
Inactive:        2610132 kB
Active(anon):    3926528 kB
Inactive(anon):        0 kB
Active(file):     372064 kB
Inactive(file):  2610132 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       3931772 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             625952 kB
SReclaimable:      68608 kB
SUnreclaim:       557344 kB
KernelStack:        1624 kB
PageTables:        11900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4851020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3844096 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= 71680 MiB
End job on node109 at 2012-05-24 18:08:54