Trace number 3718060

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 NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.06 1794.65

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM4fda08e2dc650152cad1c676f7fa8f96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.242962
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables750
Total number of constraints80
Number of soft constraints54
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
Top cost 2808
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2807
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.36	c See www.sat4j.org for details.
0.04/0.37	c version 2.3.2.v20120528
0.04/0.37	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.37	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.37	c java.vm.version	19.1-b02
0.04/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.37	c sun.arch.data.model	64
0.04/0.37	c java.version		1.6.0_24
0.04/0.37	c os.name		Linux
0.04/0.37	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.37	c os.arch		amd64
0.04/0.37	c Free memory 		501472288
0.04/0.37	c Max memory 		7480803328
0.04/0.37	c Total memory 		504102912
0.04/0.37	c Number of processors 	8
0.12/0.41	c Pseudo Boolean Optimization by upper bound
0.12/0.41	c --- Begin Solver configuration ---
0.12/0.41	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.12/0.41	c Learn all clauses as in MiniSAT
0.12/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.41	c No reason simplification
0.12/0.41	c Armin Biere (Picosat) restarts strategy
0.12/0.41	c Glucose 2 learned constraints deletion strategy
0.12/0.41	c timeout=2147483s
0.12/0.41	c DB Simplification allowed=false
0.12/0.41	c --- End Solver configuration ---
0.12/0.41	c solving HOME/instance-3718060-1338248797.wbo
0.12/0.41	c reading problem ... 
0.12/0.47	c ... done. Wall clock time 0.065s.
0.12/0.47	c declared #vars     750
0.12/0.47	c internal #vars     804
0.12/0.47	c #constraints  80
0.12/0.47	c constraints type 
0.12/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.12/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.12/0.47	c ignored satisfied constraints => 1
0.12/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19
0.12/0.47	c 81 constraints processed.
0.12/0.47	c objective function length is 54 literals
0.27/0.55	c SATISFIABLE
0.27/0.55	c OPTIMIZING...
0.27/0.55	c Got one! Elapsed wall clock time (in seconds):0.145
0.27/0.55	o 88
0.56/0.61	c Got one! Elapsed wall clock time (in seconds):0.205
0.56/0.61	o 75
0.56/0.64	c Got one! Elapsed wall clock time (in seconds):0.235
0.56/0.64	o 60
0.56/0.66	c Got one! Elapsed wall clock time (in seconds):0.251
0.56/0.66	o 25
0.71/0.75	c Got one! Elapsed wall clock time (in seconds):0.345
0.71/0.75	o 15
1.02/1.03	c cleaning 3884 clauses out of 7796 with flag 26461/7796
1.38/1.35	c cleaning 4912 clauses out of 9914 with flag 72051/13798
1.88/1.80	c cleaning 5992 clauses out of 12000 with flag 129509/20796
2.53/2.40	c cleaning 6999 clauses out of 14009 with flag 195275/28797
3.55/3.42	c cleaning 8002 clauses out of 16009 with flag 267369/37796
4.46/4.33	c cleaning 9002 clauses out of 18009 with flag 354631/47798
5.68/5.51	c cleaning 10000 clauses out of 20005 with flag 452497/58796
6.89/6.80	c cleaning 10997 clauses out of 22005 with flag 552737/70796
8.19/8.01	c cleaning 11987 clauses out of 24008 with flag 667592/83796
9.71/9.52	c cleaning 13005 clauses out of 26024 with flag 796096/97799
11.62/11.40	c cleaning 14001 clauses out of 28016 with flag 940191/112796
13.72/13.52	c cleaning 15004 clauses out of 30016 with flag 1088681/128797
16.14/15.99	c cleaning 15999 clauses out of 32012 with flag 1254933/145797
19.17/18.95	c cleaning 17000 clauses out of 34013 with flag 1432136/163797
22.58/22.38	c cleaning 18002 clauses out of 36015 with flag 1620927/182799
26.69/26.45	c cleaning 19000 clauses out of 38010 with flag 1830448/202796
31.30/31.06	c cleaning 20003 clauses out of 40010 with flag 2050750/223796
35.54/35.29	c cleaning 21002 clauses out of 42007 with flag 2255920/245796
40.24/39.91	c cleaning 22001 clauses out of 44005 with flag 2446469/268796
43.45/43.12	c cleaning 22998 clauses out of 46004 with flag 2676548/292796
47.86/47.57	c cleaning 24003 clauses out of 48010 with flag 2914721/317800
53.29/52.91	c cleaning 24999 clauses out of 50003 with flag 3122560/343796
57.71/57.30	c cleaning 25991 clauses out of 52005 with flag 3386385/370797
62.04/61.70	c cleaning 26997 clauses out of 54014 with flag 3676939/398797
68.46/68.09	c cleaning 28005 clauses out of 56021 with flag 4029123/427801
73.99/73.54	c cleaning 29002 clauses out of 58011 with flag 4308965/457796
80.91/80.48	c cleaning 29981 clauses out of 60013 with flag 4685229/488800
88.91/88.44	c cleaning 30994 clauses out of 62028 with flag 5058011/520796
94.44/93.98	c cleaning 32009 clauses out of 64036 with flag 5333790/553798
100.97/100.44	c cleaning 33012 clauses out of 66025 with flag 5645185/587796
107.09/106.53	c cleaning 33987 clauses out of 68013 with flag 5934094/622796
113.70/113.19	c cleaning 35006 clauses out of 70026 with flag 6229404/658796
120.13/119.53	c cleaning 35998 clauses out of 72021 with flag 6555323/695797
126.45/125.81	c cleaning 36999 clauses out of 74022 with flag 6901501/733796
136.40/135.73	c cleaning 38005 clauses out of 76025 with flag 7296725/772798
143.36/142.67	c cleaning 38998 clauses out of 78022 with flag 7641313/812800
154.08/153.39	c cleaning 39996 clauses out of 80020 with flag 7979683/853796
162.02/161.28	c cleaning 40998 clauses out of 82025 with flag 8342354/895797
168.25/167.47	c cleaning 42002 clauses out of 84028 with flag 8769378/938798
180.30/179.45	c cleaning 43001 clauses out of 86024 with flag 9157949/982796
190.76/189.84	c cleaning 43991 clauses out of 88023 with flag 9631304/1027796
202.09/201.13	c cleaning 44991 clauses out of 90032 with flag 10056640/1073796
215.27/214.29	c cleaning 46014 clauses out of 92041 with flag 10477320/1120796
227.80/226.71	c cleaning 47003 clauses out of 94032 with flag 10944653/1168801
238.25/237.12	c cleaning 47997 clauses out of 96024 with flag 11399506/1217796
250.78/249.69	c cleaning 48999 clauses out of 98027 with flag 11886095/1267796
264.51/263.34	c cleaning 49998 clauses out of 100028 with flag 12397114/1318796
271.57/270.39	c cleaning 50999 clauses out of 102030 with flag 12838760/1370796
282.13/280.88	c cleaning 52003 clauses out of 104032 with flag 13346102/1423797
291.80/290.46	c cleaning 53001 clauses out of 106028 with flag 13859440/1477796
305.54/304.14	c cleaning 54010 clauses out of 108033 with flag 14395094/1532802
323.11/321.69	c cleaning 54996 clauses out of 110018 with flag 14904077/1588797
336.20/334.61	c cleaning 56002 clauses out of 112026 with flag 15471422/1645801
354.17/352.59	c cleaning 57000 clauses out of 114019 with flag 16054773/1703796
373.65/371.91	c cleaning 57998 clauses out of 116020 with flag 16686507/1762797
389.58/387.86	c cleaning 59001 clauses out of 118023 with flag 17318889/1822798
408.30/406.59	c cleaning 59996 clauses out of 120020 with flag 17899239/1883796
424.38/422.52	c cleaning 61001 clauses out of 122024 with flag 18566132/1945796
437.94/436.09	c cleaning 61974 clauses out of 124024 with flag 19239729/2008797
446.37/444.48	c cleaning 63004 clauses out of 126050 with flag 19770585/2072797
460.81/458.87	c cleaning 64000 clauses out of 128045 with flag 20354547/2137796
478.46/476.44	c cleaning 65006 clauses out of 130045 with flag 20998383/2203796
496.51/494.40	c cleaning 66006 clauses out of 132040 with flag 21824926/2270797
515.90/513.76	c cleaning 67001 clauses out of 134034 with flag 22586116/2338797
539.06/536.81	c cleaning 68003 clauses out of 136032 with flag 23284833/2407796
554.72/552.43	c cleaning 69006 clauses out of 138029 with flag 23983454/2477796
572.87/570.52	c cleaning 70006 clauses out of 140025 with flag 24651032/2548798
597.26/594.87	c cleaning 71003 clauses out of 142018 with flag 25381679/2620797
614.75/612.22	c cleaning 72000 clauses out of 144014 with flag 26130713/2693796
640.01/637.44	c cleaning 72999 clauses out of 146015 with flag 26865170/2767797
664.09/661.44	c cleaning 73992 clauses out of 148015 with flag 27686179/2842796
689.66/686.98	c cleaning 74996 clauses out of 150025 with flag 28516045/2918798
714.43/711.60	c cleaning 75991 clauses out of 152027 with flag 29330324/2995796
726.31/723.40	c cleaning 76971 clauses out of 154036 with flag 30058829/3073796
749.27/746.35	c cleaning 78025 clauses out of 156065 with flag 30826081/3152796
768.12/765.16	c cleaning 79000 clauses out of 158040 with flag 31663685/3232796
788.00/784.91	c cleaning 80009 clauses out of 160040 with flag 32563784/3313796
819.98/816.80	c cleaning 81004 clauses out of 162031 with flag 33454245/3395796
839.86/836.63	c cleaning 81997 clauses out of 164029 with flag 34396118/3478798
872.60/869.32	c cleaning 83004 clauses out of 166032 with flag 35302376/3562798
907.77/904.47	c cleaning 84001 clauses out of 168027 with flag 36279535/3647797
936.17/932.74	c cleaning 84993 clauses out of 170025 with flag 37147164/3733796
965.05/961.58	c cleaning 85994 clauses out of 172032 with flag 38078339/3820796
1001.13/997.53	c cleaning 87002 clauses out of 174038 with flag 39061200/3908796
1032.52/1028.89	c cleaning 88011 clauses out of 176037 with flag 39992532/3997797
1074.28/1070.54	c cleaning 89004 clauses out of 178028 with flag 40931655/4087799
1103.97/1100.19	c cleaning 90000 clauses out of 180022 with flag 41903897/4178797
1139.76/1135.86	c cleaning 91000 clauses out of 182021 with flag 43011762/4270796
1173.81/1169.88	c cleaning 91993 clauses out of 184021 with flag 44211912/4363796
1209.69/1205.68	c cleaning 93004 clauses out of 186029 with flag 45321981/4457797
1228.28/1224.13	c cleaning 93975 clauses out of 188025 with flag 46260250/4552797
1253.43/1249.26	c cleaning 95018 clauses out of 190050 with flag 47208255/4648797
1282.69/1278.43	c cleaning 96006 clauses out of 192031 with flag 48163126/4745796
1310.87/1306.59	c cleaning 97008 clauses out of 194030 with flag 49160524/4843801
1347.73/1343.32	c cleaning 97999 clauses out of 196019 with flag 50128373/4942798
1396.46/1391.98	c cleaning 98999 clauses out of 198020 with flag 51219467/5042798
1442.18/1437.57	c cleaning 100000 clauses out of 200020 with flag 52329922/5143797
1488.68/1483.96	c cleaning 100996 clauses out of 202019 with flag 53372232/5245796
1534.89/1530.02	c cleaning 102003 clauses out of 204026 with flag 54546268/5348799
1571.69/1566.78	c cleaning 103000 clauses out of 206022 with flag 55845110/5452798
1601.94/1596.97	c cleaning 103998 clauses out of 208020 with flag 56977860/5557796
1644.91/1639.84	c cleaning 105002 clauses out of 210023 with flag 58053294/5663797
1694.80/1689.67	c cleaning 106002 clauses out of 212022 with flag 59194576/5770798
1742.57/1737.31	c cleaning 107001 clauses out of 214020 with flag 60413685/5878798
1790.66/1785.36	c cleaning 107995 clauses out of 216017 with flag 61559091/5987796
1800.06/1794.61	c starts		: 281
1800.06/1794.61	c conflicts		: 6024445
1800.06/1794.61	c decisions		: 7259595
1800.06/1794.61	c propagations		: 181848677
1800.06/1794.61	c inspects		: 25589308543
1800.06/1794.61	c shortcuts		: 0
1800.06/1794.61	c learnt literals	: 0
1800.06/1794.61	c learnt binary clauses	: 0
1800.06/1794.61	c learnt ternary clauses	: 0
1800.06/1794.61	c learnt constraints	: 6024446
1800.06/1794.61	c ignored constraints	: 0
1800.06/1794.61	c root simplifications	: 0
1800.06/1794.61	c removed literals (reason simplification)	: 0
1800.06/1794.61	c reason swapping (by a shorter reason)	: 0
1800.06/1794.61	c Calls to reduceDB	: 105
1800.06/1794.61	c Number of update (reduction) of LBD	: 3788125
1800.06/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.61	c number of learned constraints concerned by reduction	: 0
1800.06/1794.61	c number of learning phase by resolution	: 0
1800.06/1794.61	c number of learning phase by cutting planes	: 0
1800.06/1794.61	c speed (assignments/second)	: 101357.3136915561
1800.06/1794.61	c non guided choices	14054
1800.06/1794.64	c learnt constraints type 
1800.06/1794.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144727
1800.06/1794.64	c constraints type 
1800.06/1794.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
1800.06/1794.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
1800.06/1794.64	c ignored satisfied constraints => 1
1800.06/1794.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
1800.06/1794.64	c 82 constraints processed.
1800.06/1794.64	s SATISFIABLE
1800.06/1794.64	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 
1800.06/1794.64	c objective function=15
1800.06/1794.64	c Total wall clock time (in seconds): 1794.237

Verifier Data

OK	15

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

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: 1.00 1.02 1.44 3/174 9504
/proc/meminfo: memFree=31382304/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/9504/stat : 9504 (java) D 9502 9504 6647 0 -1 4202496 80 0 1 0 0 0 0 0 20 0 1 0 291004036 278528 33 33554432000 1073741824 1073778376 140736273563408 140736273560584 209874677031 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9504/statm: 68 33 25 9 0 25 0

[startup+0.102569 s]
/proc/loadavg: 1.00 1.02 1.44 3/174 9504
/proc/meminfo: memFree=31382304/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9504/stat : 9504 (java) D 9502 9504 6647 0 -1 4202496 1034 0 13 0 0 0 0 0 20 0 1 0 291004036 23793664 774 33554432000 1073741824 1073778376 140733364524480 140733364514472 139796615082656 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 7 0 0
/proc/9504/statm: 5809 774 571 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200258 s]
/proc/loadavg: 1.00 1.02 1.44 3/174 9504
/proc/meminfo: memFree=31382304/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=8948212 CPUtime=0.01 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 1993 0 27 0 0 1 0 0 20 0 9 0 291004036 9162969088 2210 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2237310 2214 951 9 0 2228419 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8948212

[startup+0.300285 s]
/proc/loadavg: 1.00 1.02 1.44 3/174 9504
/proc/meminfo: memFree=31382304/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 3046 0 29 0 2 2 0 0 20 0 13 0 291004036 9446973440 3771 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.700217 s]
/proc/loadavg: 1.00 1.02 1.44 3/174 9504
/proc/meminfo: memFree=31382304/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 6819 0 31 0 68 3 0 0 20 0 19 0 291004036 9855979520 8107 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 8107 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 1.00 1.02 1.44 5/213 9546
/proc/meminfo: memFree=31300008/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=1.58 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 6885 0 31 0 155 3 0 0 20 0 19 0 291004036 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 12254 2264 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=1.15 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2456 0 6 0 113 2 0 0 20 0 19 0 291004049 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796611072408 139796438022786 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 291004060 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 16 0 0 0 20 0 19 0 291004068 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1578 0 1 0 19 0 0 0 20 0 19 0 291004068 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 12254 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 1.08 1.04 1.44 3/213 9546
/proc/meminfo: memFree=31292376/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=3.25 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 7004 0 31 0 322 3 0 0 20 0 19 0 291004036 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 13313 2266 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=2.72 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2456 0 6 0 270 2 0 0 20 0 19 0 291004049 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796611072288 139796437992657 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 291004060 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1688 0 1 0 24 0 0 0 20 0 19 0 291004068 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 13313 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 1.08 1.04 1.44 3/213 9546
/proc/meminfo: memFree=31277808/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=6.49 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 7030 0 31 0 645 4 0 0 20 0 19 0 291004036 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 15656 2266 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=5.86 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2460 0 6 0 584 2 0 0 20 0 19 0 291004049 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796611072472 139796438022274 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291004060 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1688 0 1 0 24 0 0 0 20 0 19 0 291004068 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 15656 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1691 0 1 0 26 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0.6 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 99 0 0 0 29 31 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.57
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/213 9641
/proc/meminfo: memFree=30819524/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=1787.66 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 9144 0 31 0 178722 44 0 0 20 0 19 0 291004036 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 88812 2267 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=1770.07 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2594 0 6 0 176977 30 0 0 20 0 19 0 291004049 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796611072288 139796438022274 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0.94 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 288 0 0 0 91 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0.81 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 214 0 0 0 78 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 306 0 0 0 90 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0.81 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 74 0 0 0 79 2 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0.8 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 204 0 0 0 77 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 366 0 0 0 94 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 220 0 0 0 87 3 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0.87 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 151 0 0 0 85 2 0 0 20 0 19 0 291004056 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=5.37 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 147 0 0 0 535 2 0 0 20 0 19 0 291004060 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1691 0 1 0 26 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0.62 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 103 0 0 0 29 33 0 0 20 0 19 0 291004068 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 88812 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.66
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.00 1.99 1.90 3/213 9642
/proc/meminfo: memFree=30819648/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 9152 0 31 0 179962 44 0 0 20 0 19 0 291004036 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 88817 2267 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=1782.22 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2595 0 6 0 178191 31 0 0 20 0 19 0 291004049 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796611072288 139796438022274 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 293 0 0 0 94 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 214 0 0 0 81 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 306 0 0 0 90 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 74 0 0 0 80 2 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0.81 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 204 0 0 0 78 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 366 0 0 0 95 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0.91 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 220 0 0 0 88 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 151 0 0 0 86 2 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=5.46 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 149 0 0 0 544 2 0 0 20 0 19 0 291004060 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1691 0 1 0 26 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 103 0 0 0 30 33 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1794.6 s]
/proc/loadavg: 2.00 1.99 1.90 3/213 9642
/proc/meminfo: memFree=30819648/32873844 swapFree=7632/7632
[pid=9504] ppid=9502 vsize=9624980 CPUtime=1800.06 cores=0,2,4,6
/proc/9504/stat : 9504 (java) S 9502 9504 6647 0 -1 4202496 9152 0 31 0 179962 44 0 0 20 0 19 0 291004036 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 140733364515616 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 10 0 0
/proc/9504/statm: 2406245 88817 2267 9 0 2396937 0
[pid=9504/tid=9512] ppid=9502 vsize=9624980 CPUtime=1782.22 cores=0,2,4,6
/proc/9504/task/9512/stat : 9512 (java) R 9502 9504 6647 0 -1 4202560 2595 0 6 0 178191 31 0 0 20 0 19 0 291004049 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796611072288 139796438022274 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0
[pid=9504/tid=9513] ppid=9502 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/9504/task/9513/stat : 9513 (java) S 9502 9504 6647 0 -1 4202560 293 0 0 0 94 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796572564520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9514] ppid=9502 vsize=9624980 CPUtime=0.84 cores=0,2,4,6
/proc/9504/task/9514/stat : 9514 (java) S 9502 9504 6647 0 -1 4202560 214 0 0 0 81 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796571511720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9516] ppid=9502 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/9504/task/9516/stat : 9516 (java) S 9502 9504 6647 0 -1 4202560 306 0 0 0 90 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796570458920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9517] ppid=9502 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/9504/task/9517/stat : 9517 (java) S 9502 9504 6647 0 -1 4202560 74 0 0 0 80 2 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796569406120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9519] ppid=9502 vsize=9624980 CPUtime=0.81 cores=0,2,4,6
/proc/9504/task/9519/stat : 9519 (java) S 9502 9504 6647 0 -1 4202560 204 0 0 0 78 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796568353320 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9504/tid=9520] ppid=9502 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/9504/task/9520/stat : 9520 (java) S 9502 9504 6647 0 -1 4202560 366 0 0 0 95 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796567300520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9522] ppid=9502 vsize=9624980 CPUtime=0.91 cores=0,2,4,6
/proc/9504/task/9522/stat : 9522 (java) S 9502 9504 6647 0 -1 4202560 220 0 0 0 88 3 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796566247720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9523] ppid=9502 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/9504/task/9523/stat : 9523 (java) S 9502 9504 6647 0 -1 4202560 151 0 0 0 86 2 0 0 20 0 19 0 291004056 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796565194920 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9530] ppid=9502 vsize=9624980 CPUtime=5.46 cores=0,2,4,6
/proc/9504/task/9530/stat : 9530 (java) S 9502 9504 6647 0 -1 4202560 149 0 0 0 544 2 0 0 20 0 19 0 291004060 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796434369512 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9531] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9531/stat : 9531 (java) S 9502 9504 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796433315576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9533] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9533/stat : 9533 (java) S 9502 9504 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796432262664 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9538] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9538/stat : 9538 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796431211152 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9539] ppid=9502 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/9504/task/9539/stat : 9539 (java) S 9502 9504 6647 0 -1 4202560 1628 0 1 0 17 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796430158264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9504/tid=9541] ppid=9502 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9504/task/9541/stat : 9541 (java) S 9502 9504 6647 0 -1 4202560 1691 0 1 0 26 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796429105464 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9542] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9542/stat : 9542 (java) S 9502 9504 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796428052856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9504/tid=9544] ppid=9502 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/9504/task/9544/stat : 9544 (java) S 9502 9504 6647 0 -1 4202560 103 0 0 0 30 33 0 0 20 0 19 0 291004068 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796427000264 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9504/tid=9546] ppid=9502 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9504/task/9546/stat : 9546 (java) S 9502 9504 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004084 9855979520 88817 33554432000 1073741824 1073778376 140733364524480 139796425946792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9504 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=219085
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=28843
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.65
CPU time (s): 1800.06
CPU user time (s): 1799.62
CPU system time (s): 0.44
CPU usage (%): 100.301
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 1.02884
maximum resident set size= 355424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9193
page faults= 31
swaps= 0
block input operations= 17984
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41018
involuntary context switches= 14597

runsolver used 5.97109 second user time and 14.4638 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 01:46:37
IDJOB=3718060
IDBENCH=78687
IDSOLVER=2301
FILE ID=node141/3718060-1338248797
RUNJOBID= node141-1338248797-9481
PBS_JOBID= 14624658
Free space on /tmp= 71236 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_25_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718060-1338248797/watcher-3718060-1338248797 -o /tmp/evaluation-result-3718060-1338248797/solver-3718060-1338248797 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718060-1338248797.wbo

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

MD5SUM BENCH= 4fda08e2dc650152cad1c676f7fa8f96
RANDOM SEED=741710109

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31383484 kB
Buffers:          225340 kB
Cached:           384184 kB
SwapCached:          220 kB
Active:           604260 kB
Inactive:          15928 kB
Active(anon):        284 kB
Inactive(anon):    12792 kB
Active(file):     603976 kB
Inactive(file):     3136 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:         18192 kB
Mapped:             9044 kB
Shmem:               172 kB
Slab:             728888 kB
SReclaimable:     171152 kB
SUnreclaim:       557736 kB
KernelStack:        1384 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71232 MiB
End job on node141 at 2012-05-29 02:16:34