Trace number 3454422

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
Sat4j Res//CP 2.3.0SAT (TO)-33 1800.35 931.587

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
MD5SUM7262f9f4ab1a3ada75b3b140acf97f7d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-37
Best CPU time to get the best result obtained on this benchmark1797.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41605
Number of constraints which are clauses41605
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454422-1307189472.opb
0.10/0.11	c reading problem ... 
0.95/0.57	c ... done. Wall clock time 0.46s.
0.95/0.57	c #vars     760
0.95/0.57	c #constraints  41605
0.95/0.57	c constraints type 
0.95/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41605
0.95/0.57	c constraints type 
0.95/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41605
0.95/0.59	c  And the winner is Resolution
1.08/1.08	c SATISFIABLE
1.08/1.08	c OPTIMIZING...
1.08/1.08	c Got one! Elapsed wall clock time (in seconds):0.968
1.08/1.08	o -28
1.72/1.31	c  And the winner is CuttingPlanes
1.82/1.59	c Got one! Elapsed wall clock time (in seconds):1.477
1.82/1.59	o -29
2.10/1.73	c  And the winner is CuttingPlanes
2.17/2.10	c Got one! Elapsed wall clock time (in seconds):1.984
2.17/2.10	o -30
2.61/2.24	c  And the winner is Resolution
2.73/2.60	c Got one! Elapsed wall clock time (in seconds):2.491
2.73/2.60	o -31
4.62/3.52	c cleaning 3249 clauses out of 6497 with flag 5000/6497
6.66/4.57	c cleaning 4622 clauses out of 9248 with flag 11000/12497
9.22/5.82	c cleaning 5810 clauses out of 11626 with flag 18000/19497
12.16/7.35	c cleaning 6908 clauses out of 13816 with flag 26000/27497
15.87/9.20	c cleaning 7952 clauses out of 15908 with flag 35000/36497
18.94/10.90	c  And the winner is Resolution
19.34/11.19	c Got one! Elapsed wall clock time (in seconds):11.08
19.34/11.19	o -32
21.49/12.23	c cleaning 10646 clauses out of 21300 with flag 5000/49841
23.96/13.53	c cleaning 8327 clauses out of 16654 with flag 11000/55841
26.82/15.10	c cleaning 7663 clauses out of 15327 with flag 18000/62841
30.43/16.92	c cleaning 7831 clauses out of 15665 with flag 26001/70842
34.09/18.88	c cleaning 8415 clauses out of 16834 with flag 35001/79842
38.33/21.01	c cleaning 9209 clauses out of 18419 with flag 45001/89842
43.35/23.69	c cleaning 10100 clauses out of 20210 with flag 56001/100842
49.29/26.80	c cleaning 11055 clauses out of 22109 with flag 68000/112841
54.80/29.57	c cleaning 12022 clauses out of 24054 with flag 81000/125841
61.19/32.80	c cleaning 13016 clauses out of 26032 with flag 95000/139841
68.97/36.81	c cleaning 14009 clauses out of 28017 with flag 110001/154842
78.06/41.55	c cleaning 15003 clauses out of 30007 with flag 126000/170841
85.59/45.40	c cleaning 15998 clauses out of 32005 with flag 143001/187842
93.94/49.73	c cleaning 16995 clauses out of 34006 with flag 161000/205841
103.86/54.80	c cleaning 17994 clauses out of 36011 with flag 180000/224841
114.46/60.33	c cleaning 19009 clauses out of 38017 with flag 200000/244841
127.16/66.84	c cleaning 19997 clauses out of 40008 with flag 221000/265841
132.50/69.66	c  And the winner is Resolution
133.76/70.85	c Got one! Elapsed wall clock time (in seconds):70.741
133.76/70.85	o -33
135.87/71.98	c cleaning 18736 clauses out of 37489 with flag 5000/283319
138.77/73.61	c cleaning 12371 clauses out of 24755 with flag 11002/289321
142.49/75.63	c cleaning 9682 clauses out of 19382 with flag 18000/296319
146.35/77.72	c cleaning 8840 clauses out of 17700 with flag 26000/304319
150.88/80.21	c cleaning 8925 clauses out of 17860 with flag 35000/313319
155.94/82.88	c cleaning 9464 clauses out of 18935 with flag 45000/323319
161.88/86.04	c cleaning 10227 clauses out of 20471 with flag 56000/334319
168.54/89.52	c cleaning 11112 clauses out of 22244 with flag 68000/346319
175.18/93.00	c cleaning 12066 clauses out of 24132 with flag 81000/359319
182.86/97.08	c cleaning 13034 clauses out of 26067 with flag 95001/373320
192.33/102.03	c cleaning 14014 clauses out of 28032 with flag 110000/388319
199.57/105.81	c cleaning 15004 clauses out of 30019 with flag 126001/404320
207.40/109.98	c cleaning 16007 clauses out of 32014 with flag 143000/421319
216.46/114.69	c cleaning 17000 clauses out of 34008 with flag 161001/439320
226.53/119.98	c cleaning 17995 clauses out of 36007 with flag 180000/458319
239.36/126.57	c cleaning 18994 clauses out of 38012 with flag 200000/478319
251.12/132.61	c cleaning 20010 clauses out of 40019 with flag 221001/499320
265.53/140.08	c cleaning 21003 clauses out of 42009 with flag 243001/521320
279.72/147.43	c cleaning 22003 clauses out of 44006 with flag 266001/544320
295.46/155.56	c cleaning 23001 clauses out of 46002 with flag 290000/568319
311.18/163.66	c cleaning 23994 clauses out of 48001 with flag 315000/593319
323.13/169.89	c cleaning 24989 clauses out of 50007 with flag 341000/619319
341.66/179.46	c cleaning 26007 clauses out of 52018 with flag 368000/646319
359.63/188.69	c cleaning 27006 clauses out of 54012 with flag 396001/674320
377.77/197.97	c cleaning 28001 clauses out of 56006 with flag 425001/703320
394.84/206.73	c cleaning 28993 clauses out of 58004 with flag 455000/733319
416.69/218.00	c cleaning 30004 clauses out of 60012 with flag 486001/764320
438.16/229.06	c cleaning 31003 clauses out of 62007 with flag 518000/796319
463.64/242.07	c cleaning 31998 clauses out of 64004 with flag 551000/829319
491.43/256.27	c cleaning 32998 clauses out of 66006 with flag 585000/863319
515.73/268.84	c cleaning 33999 clauses out of 68008 with flag 620000/898319
534.52/278.52	c cleaning 34996 clauses out of 70010 with flag 656001/934320
558.71/290.97	c cleaning 36007 clauses out of 72014 with flag 693001/971320
588.49/306.13	c cleaning 37003 clauses out of 74006 with flag 731000/1009319
615.74/320.26	c cleaning 37998 clauses out of 76003 with flag 770000/1048319
647.10/336.25	c cleaning 38999 clauses out of 78005 with flag 810000/1088319
683.45/354.73	c cleaning 39997 clauses out of 80006 with flag 851000/1129319
718.76/372.70	c cleaning 41001 clauses out of 82009 with flag 893000/1171319
752.52/390.16	c cleaning 41497 clauses out of 83008 with flag 935000/1213319
755.76/392.16	c cleaning 0 clauses out of 7046 with flag 0/7049
788.19/408.59	c cleaning 41752 clauses out of 83511 with flag 977000/1255319
827.22/428.41	c cleaning 41876 clauses out of 83760 with flag 1019001/1297320
860.12/445.47	c cleaning 41938 clauses out of 83883 with flag 1061000/1339319
885.35/458.44	c cleaning 41966 clauses out of 83945 with flag 1103000/1381319
914.36/473.37	c cleaning 41984 clauses out of 83980 with flag 1145001/1423320
946.54/489.82	c cleaning 41992 clauses out of 83995 with flag 1187000/1465319
984.14/509.26	c cleaning 41998 clauses out of 84003 with flag 1229000/1507319
1011.83/523.46	c cleaning 41994 clauses out of 84005 with flag 1271000/1549319
1047.57/541.76	c cleaning 42003 clauses out of 84011 with flag 1313000/1591319
1077.49/557.16	c cleaning 41993 clauses out of 84008 with flag 1355000/1633319
1110.79/574.47	c cleaning 42000 clauses out of 84015 with flag 1397000/1675319
1144.50/591.80	c cleaning 42000 clauses out of 84016 with flag 1439001/1717320
1177.55/608.73	c cleaning 41996 clauses out of 84016 with flag 1481001/1759320
1205.84/623.30	c cleaning 41996 clauses out of 84019 with flag 1523000/1801319
1242.10/642.14	c cleaning 42001 clauses out of 84023 with flag 1565000/1843319
1277.01/660.03	c cleaning 42006 clauses out of 84023 with flag 1607001/1885320
1313.80/678.96	c cleaning 42004 clauses out of 84016 with flag 1649000/1927319
1347.22/696.13	c cleaning 41992 clauses out of 84012 with flag 1691000/1969319
1374.24/710.35	c cleaning 42006 clauses out of 84020 with flag 1733000/2011319
1400.10/723.76	c cleaning 42000 clauses out of 84014 with flag 1775000/2053319
1426.68/737.51	c cleaning 42006 clauses out of 84014 with flag 1817000/2095319
1453.08/751.25	c cleaning 41992 clauses out of 84008 with flag 1859000/2137319
1488.73/769.83	c cleaning 42001 clauses out of 84017 with flag 1901001/2179320
1515.48/783.79	c cleaning 42002 clauses out of 84015 with flag 1943000/2221319
1549.72/801.34	c cleaning 42002 clauses out of 84013 with flag 1985000/2263319
1576.84/815.44	c cleaning 41992 clauses out of 84012 with flag 2027001/2305320
1609.88/832.78	c cleaning 41996 clauses out of 84019 with flag 2069000/2347319
1644.95/850.87	c cleaning 42004 clauses out of 84024 with flag 2111001/2389320
1684.22/871.05	c cleaning 42006 clauses out of 84019 with flag 2153000/2431319
1716.09/887.51	c cleaning 41999 clauses out of 84013 with flag 2195000/2473319
1751.82/906.25	c cleaning 42003 clauses out of 84014 with flag 2237000/2515319
1785.65/923.79	c cleaning 41999 clauses out of 84011 with flag 2279000/2557319
1800.07/931.42	c starts		: 241
1800.07/931.42	c conflicts		: 2577683
1800.07/931.42	c decisions		: 2747137
1800.07/931.42	c propagations		: 15573912
1800.07/931.42	c inspects		: 3205899651
1800.07/931.42	c shortcuts		: 0
1800.07/931.42	c learnt literals	: 0
1800.07/931.42	c learnt binary clauses	: 0
1800.07/931.42	c learnt ternary clauses	: 0
1800.07/931.42	c learnt constraints	: 2577683
1800.07/931.42	c ignored constraints	: 0
1800.07/931.42	c root simplifications	: 0
1800.07/931.42	c removed literals (reason simplification)	: 34580821
1800.07/931.42	c reason swapping (by a shorter reason)	: 0
1800.07/931.42	c Calls to reduceDB	: 93
1800.07/931.42	c number of reductions to clauses (during analyze)	: 0
1800.07/931.42	c number of learned constraints concerned by reduction	: 0
1800.07/931.42	c number of learning phase by resolution	: 0
1800.07/931.42	c number of learning phase by cutting planes	: 0
1800.07/931.42	c speed (assignments/second)	: 18097.231018082224
1800.07/931.42	c non guided choices	0
1800.07/931.45	c learnt constraints type 
1800.07/931.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62435
1800.07/931.45	c constraints type 
1800.07/931.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/931.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41605
1800.07/931.45	c constraints type 
1800.07/931.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41605
1800.07/931.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/931.45	s SATISFIABLE
1800.07/931.46	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 
1800.07/931.46	c objective function=-33
1800.07/931.46	c Total wall clock time (in seconds): 931.345

Verifier Data

OK	-33

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454422-1307189472/watcher-3454422-1307189472 -o /tmp/evaluation-result-3454422-1307189472/solver-3454422-1307189472 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454422-1307189472.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.55 3.70 3.50 3/504 26764
/proc/meminfo: memFree=23986324/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 1463 0 1 0 0 0 0 0 25 0 2 0 909177920 10681323520 1165 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2607745 1177 906 9 0 2598901 0
[pid=26764/tid=26765] ppid=26762 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 22562 0 -1 4202560 4627 0 1 0 0 0 0 0 25 0 2 0 909177920 10694979584 5444 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.070113 s]
/proc/loadavg: 3.55 3.70 3.50 3/504 26764
/proc/meminfo: memFree=23986324/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10538484 CPUtime=0.06 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 11786 0 1 0 5 1 0 0 25 0 18 0 909177920 10791407616 11483 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2634621 11484 1742 9 0 2625355 0
[pid=26764/tid=26765] ppid=26762 vsize=10538484 CPUtime=0.05 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 22562 0 -1 4202560 10611 0 1 0 4 1 0 0 25 0 18 0 909177920 10791407616 11484 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 47394047703059 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538484

[startup+0.101032 s]
/proc/loadavg: 3.55 3.70 3.50 3/504 26764
/proc/meminfo: memFree=23986324/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10539528 CPUtime=0.1 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 13040 0 1 0 9 1 0 0 25 0 18 0 909177920 10792476672 12705 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2634882 12705 2092 9 0 2625616 0
[pid=26764/tid=26765] ppid=26762 vsize=10539528 CPUtime=0.08 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 22562 0 -1 4202560 11101 0 1 0 7 1 0 0 25 0 18 0 909177920 10792476672 12705 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 47394047884807 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539528

[startup+0.301038 s]
/proc/loadavg: 3.55 3.70 3.50 3/504 26764
/proc/meminfo: memFree=23986324/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10540264 CPUtime=0.47 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 15986 0 1 0 45 2 0 0 25 0 18 0 909177920 10793230336 15112 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2635066 15113 2199 9 0 2625800 0
[pid=26764/tid=26765] ppid=26762 vsize=10540264 CPUtime=0.27 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) R 26762 26764 22562 0 -1 4202560 12894 0 1 0 26 1 0 0 25 0 18 0 909177920 10793230336 15113 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505528522 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10540264

[startup+0.700921 s]
/proc/loadavg: 3.55 3.70 3.50 3/504 26764
/proc/meminfo: memFree=23986324/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10548672 CPUtime=1.08 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 39984 0 1 0 103 5 0 0 25 0 19 0 909177920 10801840128 37909 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2637168 37909 2229 9 0 2627902 0
[pid=26764/tid=26765] ppid=26762 vsize=10548672 CPUtime=0.56 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33287 0 1 0 52 4 0 0 25 0 19 0 909177920 10801840128 37909 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10548672

[startup+1.50086 s]
/proc/loadavg: 3.55 3.70 3.50 3/523 26787
/proc/meminfo: memFree=23842280/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10548672 CPUtime=1.82 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 43735 0 1 0 177 5 0 0 25 0 19 0 909177920 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2637168 41313 2238 9 0 2627902 0
[pid=26764/tid=26765] ppid=26762 vsize=10548672 CPUtime=0.56 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33342 0 1 0 52 4 0 0 21 0 19 0 909177920 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177922 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 909177923 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 909177924 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 909177924 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177926 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10548672 CPUtime=0.48 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 3234 0 0 0 48 0 0 0 16 0 19 0 909177926 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10548672 CPUtime=0.44 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 2623 0 0 0 44 0 0 0 19 0 19 0 909177926 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 909177926 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26782] ppid=26762 vsize=10548672 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26782/stat : 26782 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 909177926 10801840128 41313 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 10548672

[startup+3.10149 s]
/proc/loadavg: 3.55 3.70 3.50 6/524 26794
/proc/meminfo: memFree=23801600/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10548852 CPUtime=3.74 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 88271 0 1 0 363 11 0 0 25 0 22 0 909177920 10802024448 84155 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2637213 84157 2240 9 0 2627947 0
[pid=26764/tid=26765] ppid=26762 vsize=10548852 CPUtime=0.57 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33434 0 1 0 53 4 0 0 16 0 22 0 909177920 10802024448 84160 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84161 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84162 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84163 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84164 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84165 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84167 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84168 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177922 10802024448 84170 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 909177923 10802024448 84170 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909177924 10802024448 84171 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909177924 10802024448 84172 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10802024448 84173 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10548852 CPUtime=0.67 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 6934 0 0 0 67 0 0 0 15 0 22 0 909177926 10802024448 84175 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10548852 CPUtime=0.61 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 2821 0 0 0 61 0 0 0 16 0 22 0 909177926 10802024448 84178 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10802024448 84180 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26782] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26782/stat : 26782 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 909177926 10802024448 84182 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26796] ppid=26762 vsize=10548852 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26796/stat : 26796 (java) S 26762 26764 22562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909178131 10802024448 84185 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 10548852

[startup+6.30096 s]
/proc/loadavg: 3.67 3.72 3.50 5/526 26799
/proc/meminfo: memFree=23327744/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10548540 CPUtime=10.13 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 180973 0 1 0 989 24 0 0 25 0 22 0 909177920 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2637135 175324 2268 9 0 2627869 0
[pid=26764/tid=26765] ppid=26762 vsize=10548540 CPUtime=0.57 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33436 0 1 0 53 4 0 0 15 0 22 0 909177920 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10548540 CPUtime=0.01 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 1993 0 0 0 1 0 0 0 15 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 1403 0 0 0 0 0 0 0 15 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10548540 CPUtime=0.01 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 3051 0 0 0 1 0 0 0 18 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10548540 CPUtime=0.01 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 1676 0 0 0 1 0 0 0 15 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10548540 CPUtime=0.01 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 2508 0 0 0 1 0 0 0 15 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10548540 CPUtime=0.02 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 2369 0 0 0 2 0 0 0 16 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10548540 CPUtime=0.02 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 1860 0 0 0 2 0 0 0 16 0 22 0 909177922 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10548540 CPUtime=0.25 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 15507 0 0 0 24 1 0 0 16 0 22 0 909177923 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909177924 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909177924 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10548540 CPUtime=0.77 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 6958 0 0 0 77 0 0 0 15 0 22 0 909177926 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10548540 CPUtime=0.71 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 3284 0 0 0 71 0 0 0 15 0 22 0 909177926 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10548540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10801704960 175324 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=18243908/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10558540 CPUtime=1589.04 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 817616 0 1 0 158806 98 0 0 25 0 22 0 909177920 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2639635 808102 2269 9 0 2630369 0
[pid=26764/tid=26765] ppid=26762 vsize=10558540 CPUtime=0.57 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33492 0 1 0 53 4 0 0 15 0 22 0 909177920 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10558540 CPUtime=1.01 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 4786 0 0 0 101 0 0 0 16 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10558540 CPUtime=0.98 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 10310 0 0 0 97 1 0 0 16 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10558540 CPUtime=1.14 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 9815 0 0 0 113 1 0 0 16 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10558540 CPUtime=1.24 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 5656 0 0 0 123 1 0 0 16 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10558540 CPUtime=1.19 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 12495 0 0 0 117 2 0 0 15 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10558540 CPUtime=0.96 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 11592 0 0 0 95 1 0 0 15 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10558540 CPUtime=0.82 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 6476 0 0 0 81 1 0 0 15 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10558540 CPUtime=1.07 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 7694 0 0 0 106 1 0 0 16 0 22 0 909177922 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10558540 CPUtime=56.12 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 171062 0 0 0 5594 18 0 0 15 0 22 0 909177923 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10558540 CPUtime=0.85 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 6983 0 0 0 85 0 0 0 15 0 22 0 909177926 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10558540 CPUtime=1.4 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 9427 0 0 0 139 1 0 0 16 0 22 0 909177926 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26782] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26782/stat : 26782 (java) S 26762 26764 22562 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 909177926 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26796] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26796/stat : 26796 (java) S 26762 26764 22562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909178131 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26804] ppid=26762 vsize=10558540 CPUtime=698.07 cores=1,3,5,7
/proc/26764/task/26804/stat : 26804 (java) R 26762 26764 22562 0 -1 4202560 6339 0 0 0 69805 2 0 0 25 0 22 0 909185006 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505996781 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26764/tid=26805] ppid=26762 vsize=10558540 CPUtime=698.08 cores=1,3,5,7
/proc/26764/task/26805/stat : 26805 (java) R 26762 26764 22562 0 -1 4202560 340819 0 0 0 69770 38 0 0 25 0 22 0 909185006 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912506029896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26764/tid=26806] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26806/stat : 26806 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909185006 10811944960 808102 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1589.04
Current children cumulated vsize (KiB) 10558540

[startup+882.302 s]
/proc/loadavg: 3.74 3.88 3.72 5/526 26894
/proc/meminfo: memFree=18131892/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10558540 CPUtime=1705.69 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 844020 0 1 0 170467 102 0 0 25 0 22 0 909177920 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2639635 834497 2269 9 0 2630369 0
[pid=26764/tid=26765] ppid=26762 vsize=10558540 CPUtime=0.57 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33492 0 1 0 53 4 0 0 15 0 22 0 909177920 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10558540 CPUtime=1.04 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 4786 0 0 0 104 0 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10558540 CPUtime=1.03 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 10312 0 0 0 102 1 0 0 15 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10558540 CPUtime=1.22 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 9822 0 0 0 121 1 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10558540 CPUtime=1.3 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 5656 0 0 0 129 1 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10558540 CPUtime=1.27 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 12503 0 0 0 125 2 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10558540 CPUtime=1.04 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 11592 0 0 0 103 1 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10558540 CPUtime=0.87 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 6492 0 0 0 86 1 0 0 15 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10558540 CPUtime=1.1 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 7694 0 0 0 109 1 0 0 16 0 22 0 909177922 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10558540 CPUtime=59.69 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 174208 0 0 0 5951 18 0 0 15 0 22 0 909177923 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10558540 CPUtime=0.85 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 6983 0 0 0 85 0 0 0 15 0 22 0 909177926 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10558540 CPUtime=1.4 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 9427 0 0 0 139 1 0 0 16 0 22 0 909177926 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26782] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26782/stat : 26782 (java) S 26762 26764 22562 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 909177926 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26796] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26796/stat : 26796 (java) S 26762 26764 22562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909178131 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26804] ppid=26762 vsize=10558540 CPUtime=754.38 cores=1,3,5,7
/proc/26764/task/26804/stat : 26804 (java) R 26762 26764 22562 0 -1 4202560 6846 0 0 0 75436 2 0 0 25 0 22 0 909185006 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505797671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26764/tid=26805] ppid=26762 vsize=10558540 CPUtime=754.38 cores=1,3,5,7
/proc/26764/task/26805/stat : 26805 (java) R 26762 26764 22562 0 -1 4202560 363533 0 0 0 75398 40 0 0 25 0 22 0 909185006 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505911519 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26764/tid=26806] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26806/stat : 26806 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909185006 10811944960 834497 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1705.69
Current children cumulated vsize (KiB) 10558540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.402 s]
/proc/loadavg: 3.82 3.88 3.73 5/526 26895
/proc/meminfo: memFree=18105696/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=10558540 CPUtime=1800.07 cores=1,3,5,7
/proc/26764/stat : 26764 (java) S 26762 26764 22562 0 -1 4202496 849276 0 1 0 179905 102 0 0 25 0 22 0 909177920 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 2639635 839744 2269 9 0 2630369 0
[pid=26764/tid=26765] ppid=26762 vsize=10558540 CPUtime=0.57 cores=1,3,5,7
/proc/26764/task/26765/stat : 26765 (java) S 26762 26764 22562 0 -1 4202560 33493 0 1 0 53 4 0 0 15 0 22 0 909177920 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26767] ppid=26762 vsize=10558540 CPUtime=1.11 cores=1,3,5,7
/proc/26764/task/26767/stat : 26767 (java) S 26762 26764 22562 0 -1 4202560 4789 0 0 0 111 0 0 0 15 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26768] ppid=26762 vsize=10558540 CPUtime=1.07 cores=1,3,5,7
/proc/26764/task/26768/stat : 26768 (java) S 26762 26764 22562 0 -1 4202560 10323 0 0 0 106 1 0 0 16 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26769] ppid=26762 vsize=10558540 CPUtime=1.22 cores=1,3,5,7
/proc/26764/task/26769/stat : 26769 (java) S 26762 26764 22562 0 -1 4202560 9822 0 0 0 121 1 0 0 15 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26770] ppid=26762 vsize=10558540 CPUtime=1.34 cores=1,3,5,7
/proc/26764/task/26770/stat : 26770 (java) S 26762 26764 22562 0 -1 4202560 5656 0 0 0 133 1 0 0 16 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26771] ppid=26762 vsize=10558540 CPUtime=1.38 cores=1,3,5,7
/proc/26764/task/26771/stat : 26771 (java) S 26762 26764 22562 0 -1 4202560 12503 0 0 0 136 2 0 0 16 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26772] ppid=26762 vsize=10558540 CPUtime=1.16 cores=1,3,5,7
/proc/26764/task/26772/stat : 26772 (java) S 26762 26764 22562 0 -1 4202560 11594 0 0 0 115 1 0 0 16 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26773] ppid=26762 vsize=10558540 CPUtime=0.95 cores=1,3,5,7
/proc/26764/task/26773/stat : 26773 (java) S 26762 26764 22562 0 -1 4202560 6498 0 0 0 94 1 0 0 15 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26774] ppid=26762 vsize=10558540 CPUtime=1.1 cores=1,3,5,7
/proc/26764/task/26774/stat : 26774 (java) S 26762 26764 22562 0 -1 4202560 7694 0 0 0 109 1 0 0 15 0 22 0 909177922 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26775] ppid=26762 vsize=10558540 CPUtime=63.76 cores=1,3,5,7
/proc/26764/task/26775/stat : 26775 (java) S 26762 26764 22562 0 -1 4202560 179437 0 0 0 6358 18 0 0 15 0 22 0 909177923 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 0 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26776] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26776/stat : 26776 (java) S 26762 26764 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26777] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26777/stat : 26777 (java) S 26762 26764 22562 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 909177924 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26778] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26778/stat : 26778 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917217713 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26779] ppid=26762 vsize=10558540 CPUtime=0.85 cores=1,3,5,7
/proc/26764/task/26779/stat : 26779 (java) S 26762 26764 22562 0 -1 4202560 6983 0 0 0 85 0 0 0 15 0 22 0 909177926 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26780] ppid=26762 vsize=10558540 CPUtime=1.4 cores=1,3,5,7
/proc/26764/task/26780/stat : 26780 (java) S 26762 26764 22562 0 -1 4202560 9427 0 0 0 139 1 0 0 16 0 22 0 909177926 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 3 0 0 0
[pid=26764/tid=26781] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26781/stat : 26781 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909177926 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210009 0 4 0 16800975 18446604466413132608 0 0 -1 5 0 0 0
[pid=26764/tid=26782] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26782/stat : 26782 (java) S 26762 26764 22562 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 909177926 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 1 0 0 0
[pid=26764/tid=26796] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26796/stat : 26796 (java) S 26762 26764 22562 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 909178131 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
[pid=26764/tid=26804] ppid=26762 vsize=10558540 CPUtime=799.31 cores=1,3,5,7
/proc/26764/task/26804/stat : 26804 (java) R 26762 26764 22562 0 -1 4202560 6848 0 0 0 79929 2 0 0 25 0 22 0 909185006 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505581866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26764/tid=26805] ppid=26762 vsize=10558540 CPUtime=799.31 cores=1,3,5,7
/proc/26764/task/26805/stat : 26805 (java) R 26762 26764 22562 0 -1 4202560 363533 0 0 0 79891 40 0 0 25 0 22 0 909185006 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 46912505873737 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26764/tid=26806] ppid=26762 vsize=10558540 CPUtime=0 cores=1,3,5,7
/proc/26764/task/26806/stat : 26806 (java) S 26762 26764 22562 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 909185006 10811944960 839744 33554432000 1073741824 1073778376 140734637296912 18446744073709551615 260917210624 0 4 0 16800975 18446604466413132608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10558540

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

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

[startup+931.525 s]
/proc/loadavg: 3.82 3.88 3.73 5/526 26895
/proc/meminfo: memFree=18105696/32950928 swapFree=61542356/67111528
[pid=26764] ppid=26762 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/26764/stat : 26764 (java) Z 26762 26764 22562 0 -1 4203548 849304 0 1 0 179920 108 0 0 17 0 2 0 909177920 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/26764/statm: 0 0 0 0 0 0 0
[pid=26764/tid=26805] ppid=26762 vsize=0 CPUtime=799.42 cores=1,3,5,7
/proc/26764/task/26805/stat : 26805 (java) R 26762 26764 22562 0 -1 4203588 363533 0 0 0 79895 47 0 0 25 0 2 0 909185006 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 931.587
CPU time (s): 1800.35
CPU user time (s): 1799.2
CPU system time (s): 1.14882
CPU usage (%): 193.256
Max. virtual memory (cumulated for all children) (KiB): 10558540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 849304
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23933
involuntary context switches= 18432

runsolver used 4.66129 second user time and 10.6394 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 14:11:12
IDJOB=3454422
IDBENCH=2244
IDSOLVER=1950
FILE ID=node116/3454422-1307189472
RUNJOBID= node116-1307187273-25932
PBS_JOBID= 13508818
Free space on /tmp= 73888 MiB

SOLVER NAME= 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-4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454422-1307189472/watcher-3454422-1307189472 -o /tmp/evaluation-result-3454422-1307189472/solver-3454422-1307189472 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454422-1307189472.opb

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

MD5SUM BENCH= 7262f9f4ab1a3ada75b3b140acf97f7d
RANDOM SEED=984766572

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23986604 kB
Buffers:        278056 kB
Cached:         504480 kB
SwapCached:      12580 kB
Active:        8299276 kB
Inactive:       393752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23986604 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:            1248 kB
Writeback:          12 kB
AnonPages:     7908584 kB
Mapped:          30872 kB
Slab:           140728 kB
PageTables:      64076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 149972392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73884 MiB
End job on node116 at 2011-06-04 14:26:46