Trace number 3687698

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotOPT60 518.384 281.574

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.066989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables696
Total number of constraints2096
Number of constraints which are clauses2072
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint29
Number of terms in the objective function 696
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 696
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 696
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c version 2.3.2.v20120418
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		501472288
0.06/0.07	c Max memory 		7480803328
0.06/0.07	c Total memory 		504102912
0.06/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687698-1337873750.opb
0.11/0.10	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.182s.
0.27/0.28	c declared #vars     696
0.27/0.28	c #constraints  2096
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
0.27/0.28	c 2096 constraints processed.
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
0.27/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.27/0.28	c 2096 constraints processed.
0.27/0.28	c objective function length is 696 literals
0.89/0.49	c  And the winner is solver1
1.51/0.78	c SATISFIABLE
1.51/0.78	c OPTIMIZING...
1.51/0.78	c Got one! Elapsed wall clock time (in seconds):0.684
1.51/0.78	o 70
1.89/0.94	c  And the winner is solver1
2.26/1.03	c cleaning 2939 clauses out of 5878 with flag 4001/5878
2.51/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
2.51/1.29	o 68
3.00/1.45	c cleaning 3965 clauses out of 7941 with flag 5002/10880
3.28/1.53	c  And the winner is solver1
3.36/1.79	c Got one! Elapsed wall clock time (in seconds):1.691
3.36/1.79	o 66
3.73/1.91	c cleaning 4596 clauses out of 9197 with flag 3000/16102
3.98/2.03	c  And the winner is solver1
4.06/2.30	c Got one! Elapsed wall clock time (in seconds):2.195
4.06/2.30	o 64
4.07/2.35	c cleaning 4890 clauses out of 9786 with flag 2000/21287
4.47/2.56	c cleaning 5439 clauses out of 10897 with flag 8001/27288
5.06/2.82	c cleaning 6221 clauses out of 12456 with flag 15000/34287
5.64/3.13	c cleaning 7113 clauses out of 14235 with flag 23000/42287
6.21/3.49	c cleaning 8058 clauses out of 16122 with flag 32000/51287
7.16/3.95	c cleaning 9018 clauses out of 18065 with flag 42001/61288
8.35/4.59	c cleaning 10016 clauses out of 20046 with flag 53001/72288
9.71/5.28	c  And the winner is solver1
9.71/5.28	c cleaning 11010 clauses out of 22028 with flag 65000/84287
9.92/5.39	c Got one! Elapsed wall clock time (in seconds):5.286
9.92/5.39	o 62
10.44/5.64	c cleaning 7995 clauses out of 16020 with flag 5002/89289
11.15/6.03	c cleaning 6999 clauses out of 14021 with flag 11000/95287
11.89/6.49	c cleaning 7003 clauses out of 14021 with flag 18000/102287
12.81/6.93	c cleaning 7498 clauses out of 15018 with flag 26000/110287
13.91/7.53	c cleaning 8257 clauses out of 16522 with flag 35002/119289
15.16/8.21	c cleaning 9122 clauses out of 18265 with flag 45002/129289
16.44/8.97	c cleaning 10064 clauses out of 20141 with flag 56000/140287
18.35/9.94	c cleaning 11038 clauses out of 22078 with flag 68001/152288
20.22/11.00	c cleaning 12016 clauses out of 24040 with flag 81001/165288
22.19/12.07	c cleaning 12998 clauses out of 26024 with flag 95001/179288
24.47/13.21	c cleaning 13996 clauses out of 28025 with flag 110000/194287
26.69/14.47	c cleaning 15009 clauses out of 30030 with flag 126001/210288
29.53/15.93	c cleaning 16003 clauses out of 32020 with flag 143000/227287
32.26/17.47	c cleaning 17005 clauses out of 34018 with flag 161001/245288
35.26/19.01	c cleaning 18003 clauses out of 36012 with flag 180000/264287
38.47/20.80	c cleaning 18999 clauses out of 38010 with flag 200001/284288
42.24/22.79	c cleaning 20002 clauses out of 40010 with flag 221000/305287
46.89/25.26	c cleaning 21002 clauses out of 42008 with flag 243000/327287
51.05/27.49	c cleaning 22002 clauses out of 44007 with flag 266001/350288
55.77/29.92	c cleaning 22998 clauses out of 46005 with flag 290001/374288
60.50/32.42	c cleaning 23993 clauses out of 48006 with flag 315000/399287
62.24/33.51	c  And the winner is solver0
62.19/33.93	c Got one! Elapsed wall clock time (in seconds):33.826
62.19/33.93	o 60
62.73/34.24	c cleaning 18903 clauses out of 37825 with flag 5002/413099
63.83/34.92	c cleaning 12451 clauses out of 24920 with flag 11000/419097
64.91/35.63	c cleaning 9723 clauses out of 19469 with flag 18000/426097
66.01/36.38	c cleaning 8859 clauses out of 17746 with flag 26000/434097
67.72/37.41	c cleaning 8937 clauses out of 17888 with flag 35001/443098
69.19/38.36	c cleaning 9475 clauses out of 18951 with flag 45001/453098
70.87/39.35	c cleaning 10235 clauses out of 20476 with flag 56001/464098
72.54/40.36	c cleaning 11117 clauses out of 22241 with flag 68001/476098
74.58/41.67	c cleaning 12057 clauses out of 24121 with flag 81000/489097
76.86/42.94	c cleaning 13030 clauses out of 26065 with flag 95001/503098
79.30/44.30	c cleaning 14011 clauses out of 28036 with flag 110002/518099
81.77/45.73	c cleaning 15006 clauses out of 30023 with flag 126000/534097
84.79/47.53	c cleaning 16005 clauses out of 32017 with flag 143000/551097
87.81/49.22	c cleaning 16999 clauses out of 34012 with flag 161000/569097
91.05/51.07	c cleaning 18002 clauses out of 36015 with flag 180002/588099
94.67/53.06	c cleaning 19001 clauses out of 38012 with flag 200001/608098
98.48/55.27	c cleaning 20004 clauses out of 40009 with flag 221000/629097
101.71/57.10	c cleaning 20997 clauses out of 42005 with flag 243000/651097
105.54/59.13	c cleaning 21995 clauses out of 44009 with flag 266001/674098
109.54/61.36	c cleaning 23002 clauses out of 46013 with flag 290000/698097
113.67/63.78	c cleaning 23996 clauses out of 48010 with flag 315000/723097
118.84/66.52	c cleaning 25001 clauses out of 50015 with flag 341001/749098
123.02/68.85	c cleaning 26000 clauses out of 52016 with flag 368003/776100
128.02/71.54	c cleaning 27007 clauses out of 54015 with flag 396002/804099
133.16/74.45	c cleaning 28001 clauses out of 56007 with flag 425001/833098
138.55/77.37	c cleaning 28991 clauses out of 58006 with flag 455001/863098
144.14/80.31	c cleaning 30000 clauses out of 60015 with flag 486001/894098
149.68/83.32	c cleaning 31007 clauses out of 62014 with flag 518000/926097
155.81/86.73	c cleaning 31997 clauses out of 64009 with flag 551002/959099
162.38/90.20	c cleaning 33001 clauses out of 66013 with flag 585003/993100
168.32/93.47	c cleaning 33996 clauses out of 68009 with flag 620000/1028097
175.45/97.20	c cleaning 34998 clauses out of 70014 with flag 656001/1064098
182.14/100.91	c cleaning 36003 clauses out of 72015 with flag 693000/1101097
189.08/104.69	c cleaning 37004 clauses out of 74012 with flag 731000/1139097
196.85/108.70	c cleaning 38003 clauses out of 76009 with flag 770001/1178098
205.61/113.32	c cleaning 38990 clauses out of 78005 with flag 810000/1218097
215.05/118.40	c cleaning 40003 clauses out of 80015 with flag 851000/1259097
224.17/123.20	c cleaning 40996 clauses out of 82012 with flag 893000/1301097
233.25/128.48	c cleaning 42004 clauses out of 84017 with flag 936001/1344098
242.70/133.51	c cleaning 42995 clauses out of 86012 with flag 980000/1388097
251.56/138.22	c cleaning 44004 clauses out of 88018 with flag 1025001/1433098
261.10/143.20	c cleaning 44998 clauses out of 90014 with flag 1071001/1479098
270.62/148.29	c cleaning 46003 clauses out of 92016 with flag 1118001/1526098
281.71/154.23	c cleaning 46994 clauses out of 94013 with flag 1166001/1574098
290.71/159.06	c cleaning 48005 clauses out of 96018 with flag 1215000/1623097
300.92/164.49	c cleaning 49002 clauses out of 98014 with flag 1265001/1673098
310.33/169.47	c cleaning 50005 clauses out of 100013 with flag 1316002/1724099
321.09/175.35	c cleaning 51003 clauses out of 102009 with flag 1368003/1776100
331.51/180.84	c cleaning 51995 clauses out of 104004 with flag 1421002/1829099
342.09/186.47	c cleaning 52994 clauses out of 106007 with flag 1475000/1883097
352.67/192.03	c cleaning 54001 clauses out of 108014 with flag 1530001/1938098
364.68/198.59	c cleaning 55000 clauses out of 110012 with flag 1586000/1994097
376.66/204.87	c cleaning 56004 clauses out of 112012 with flag 1643001/2051098
388.64/211.13	c cleaning 57002 clauses out of 114007 with flag 1701000/2109097
401.41/217.89	c cleaning 58001 clauses out of 116005 with flag 1760000/2168097
413.92/224.61	c cleaning 58995 clauses out of 118004 with flag 1820000/2228097
426.27/231.13	c cleaning 60001 clauses out of 120009 with flag 1881000/2289097
440.05/238.37	c cleaning 60994 clauses out of 122008 with flag 1943001/2351098
452.42/244.81	c cleaning 62000 clauses out of 124014 with flag 2006001/2414098
466.94/252.66	c cleaning 62999 clauses out of 126013 with flag 2070000/2478097
481.05/260.01	c cleaning 64002 clauses out of 128016 with flag 2135002/2543099
495.21/267.44	c cleaning 65000 clauses out of 130013 with flag 2201001/2609098
509.37/274.82	c cleaning 66002 clauses out of 132010 with flag 2268001/2676098
515.15/278.27	c  And the winner is solver0
517.53/281.56	c starts		: 393
517.53/281.56	c conflicts		: 2700448
517.53/281.56	c decisions		: 2861303
517.53/281.56	c propagations		: 139845693
517.53/281.56	c inspects		: 1813973502
517.53/281.56	c shortcuts		: 0
517.53/281.56	c learnt literals	: 23
517.53/281.56	c learnt binary clauses	: 195
517.53/281.56	c learnt ternary clauses	: 1201
517.53/281.56	c learnt constraints	: 2700424
517.53/281.56	c ignored constraints	: 0
517.53/281.56	c root simplifications	: 0
517.53/281.56	c removed literals (reason simplification)	: 45544114
517.53/281.56	c reason swapping (by a shorter reason)	: 0
517.53/281.56	c Calls to reduceDB	: 95
517.53/281.56	c number of reductions to clauses (during analyze)	: 0
517.53/281.56	c number of learned constraints concerned by reduction	: 0
517.53/281.56	c number of learning phase by resolution	: 0
517.53/281.56	c number of learning phase by cutting planes	: 0
517.53/281.56	c speed (assignments/second)	: 506375.395589673
517.53/281.56	c non guided choices	261
517.53/281.56	c learnt constraints type 
517.53/281.56	c constraints type 
517.53/281.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
517.53/281.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
517.53/281.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
517.53/281.56	c 2096 constraints processed.
517.53/281.56	c constraints type 
517.53/281.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
517.53/281.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1666
517.53/281.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
517.53/281.56	c 2096 constraints processed.
517.53/281.56	s OPTIMUM FOUND
517.53/281.56	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 
517.53/281.56	c objective function=60
517.53/281.56	c Total wall clock time (in seconds): 281.46

Verifier Data

OK	60

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

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

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


[startup+0 s]
/proc/loadavg: 3.33 3.67 3.24 4/197 22916
/proc/meminfo: memFree=24832072/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 253502227 91889664 886 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 22435 890 673 9 0 16770 0
[pid=22916/tid=22917] ppid=22914 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 253502227 91889664 894 33554432000 1073741824 1073778376 140735110331392 140735110320456 213857168679 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0657721 s]
/proc/loadavg: 3.33 3.67 3.24 4/197 22916
/proc/meminfo: memFree=24832072/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 3346 0 1 0 5 1 0 0 20 0 18 0 253502227 9787813888 4555 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2389603 4556 1772 9 0 2380296 0
[pid=22916/tid=22917] ppid=22914 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 2137 0 1 0 4 0 0 0 20 0 18 0 253502227 9787813888 4556 33554432000 1073741824 1073778376 140735110331392 140052615994016 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100248 s]
/proc/loadavg: 3.33 3.67 3.24 4/197 22916
/proc/meminfo: memFree=24832072/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 4466 0 1 0 10 1 0 0 20 0 18 0 253502227 9787813888 6147 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2389603 6147 2142 9 0 2380296 0
[pid=22916/tid=22917] ppid=22914 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 2428 0 1 0 6 1 0 0 20 0 18 0 253502227 9787813888 6147 33554432000 1073741824 1073778376 140735110331392 140052615990192 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.3002 s]
/proc/loadavg: 3.33 3.67 3.24 4/197 22916
/proc/meminfo: memFree=24832072/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9758104 CPUtime=0.5 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 5725 0 1 0 49 1 0 0 20 0 21 0 253502227 9992298496 9390 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2439783 9392 2228 9 0 2430476 0
[pid=22916/tid=22917] ppid=22914 vsize=9759132 CPUtime=0.26 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) S 22914 22916 22409 0 -1 4202560 2454 0 1 0 25 1 0 0 20 0 22 0 253502227 9993351168 9392 33554432000 1073741824 1073778376 140735110331392 140052615992312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9758104

[startup+0.7003 s]
/proc/loadavg: 3.33 3.67 3.24 4/197 22916
/proc/meminfo: memFree=24832072/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 14174 0 1 0 146 5 0 0 20 0 19 0 253502227 10060460032 15507 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 15507 2244 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=0.26 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) S 22914 22916 22409 0 -1 4202560 2454 0 1 0 25 1 0 0 20 0 19 0 253502227 10060460032 15507 33554432000 1073741824 1073778376 140735110331392 140052615992312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.33 3.67 3.24 6/217 22941
/proc/meminfo: memFree=24757560/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=3.28 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 19554 0 1 0 319 9 0 0 20 0 22 0 253502227 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 26302 2279 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) S 22914 22916 22409 0 -1 4202560 2454 0 1 0 26 2 0 0 20 0 22 0 253502227 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052615992312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 253502229 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10016 0 0 0 100 2 0 0 20 0 22 0 253502231 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 5685 0 0 0 72 0 0 0 20 0 22 0 253502231 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22937] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22937/stat : 22937 (java) S 22914 22916 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253502256 10060460032 26302 33554432000 1073741824 1073778376 140735110331392 140051959722920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.33 3.67 3.24 3/216 22947
/proc/meminfo: memFree=24726460/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=5.64 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 20928 0 1 0 550 14 0 0 20 0 22 0 253502227 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 29899 2279 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) S 22914 22916 22409 0 -1 4202560 2454 0 1 0 26 2 0 0 20 0 22 0 253502227 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052615992312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253502228 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 36 0 0 0 17 0 0 0 20 0 22 0 253502229 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 107 2 0 0 20 0 22 0 253502231 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7018 0 0 0 97 1 0 0 20 0 22 0 253502231 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22937] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22937/stat : 22937 (java) S 22914 22916 22409 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253502256 10060460032 29899 33554432000 1073741824 1073778376 140735110331392 140051959722920 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.23 3.64 3.23 4/219 22953
/proc/meminfo: memFree=24593464/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=11.66 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 21113 0 1 0 1148 18 0 0 20 0 22 0 253502227 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 61923 2280 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) S 22914 22916 22409 0 -1 4202560 2455 0 1 0 26 2 0 0 20 0 22 0 253502227 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052615992312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 22 0 253502228 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 123 0 0 0 76 0 0 0 20 0 22 0 253502229 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253502229 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253502231 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 108 2 0 0 20 0 22 0 253502231 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7019 0 0 0 111 2 0 0 20 0 22 0 253502231 10060460032 61923 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 60 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 85 0 0 0 61 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 130 0 0 0 66 4 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=42.26 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 3673 0 0 0 4211 15 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 108 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7025 0 0 0 123 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 3 4 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22953] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22953/stat : 22953 (java) S 22914 22916 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253502766 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051960775592 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 515.9
Current children cumulated vsize (KiB) 9824668

[startup+280.701 s]
/proc/loadavg: 3.80 3.72 3.36 4/217 23037
/proc/meminfo: memFree=24247972/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=516.72 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 25940 0 1 0 51594 78 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 403373 2281 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 2512 0 1 0 110 2 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052615991976 140052458117046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 65 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 68 0 0 0 53 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 119 0 0 0 63 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 90 0 0 0 69 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 149 0 0 0 61 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 60 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 85 0 0 0 61 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 130 0 0 0 66 4 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=42.26 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 3673 0 0 0 4211 15 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 108 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7026 0 0 0 125 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 3 4 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22953] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22953/stat : 22953 (java) S 22914 22916 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253502766 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051960775592 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 516.72
Current children cumulated vsize (KiB) 9824668

[startup+281.101 s]
/proc/loadavg: 3.80 3.72 3.36 4/217 23037
/proc/meminfo: memFree=24247972/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=517.12 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 25940 0 1 0 51634 78 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 403373 2281 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 2512 0 1 0 150 2 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052615990088 140052458117058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 65 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 68 0 0 0 53 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 119 0 0 0 63 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 90 0 0 0 69 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 149 0 0 0 61 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 60 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 85 0 0 0 61 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 130 0 0 0 66 4 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=42.26 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 3673 0 0 0 4211 15 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 108 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7026 0 0 0 125 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 3 4 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22953] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22953/stat : 22953 (java) S 22914 22916 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253502766 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051960775592 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 517.12
Current children cumulated vsize (KiB) 9824668

[startup+281.501 s]
/proc/loadavg: 3.80 3.72 3.36 4/217 23037
/proc/meminfo: memFree=24248108/32873648 swapFree=6336/6336
[pid=22916] ppid=22914 vsize=9824668 CPUtime=517.53 cores=0,2,4,6
/proc/22916/stat : 22916 (java) S 22914 22916 22409 0 -1 4202496 25941 0 1 0 51675 78 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140735110322528 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22916/statm: 2456167 403373 2281 9 0 2446860 0
[pid=22916/tid=22917] ppid=22914 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/22916/task/22917/stat : 22917 (java) R 22914 22916 22409 0 -1 4202560 2513 0 1 0 190 2 0 0 20 0 19 0 253502227 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052615991992 140052458542183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22919] ppid=22914 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/22916/task/22919/stat : 22919 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 65 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052577483304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22920] ppid=22914 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/22916/task/22920/stat : 22920 (java) S 22914 22916 22409 0 -1 4202560 68 0 0 0 53 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052576430504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22921] ppid=22914 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/22916/task/22921/stat : 22921 (java) S 22914 22916 22409 0 -1 4202560 119 0 0 0 63 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052457842984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22922] ppid=22914 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/22916/task/22922/stat : 22922 (java) S 22914 22916 22409 0 -1 4202560 90 0 0 0 69 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052456790184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22923] ppid=22914 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/22916/task/22923/stat : 22923 (java) S 22914 22916 22409 0 -1 4202560 149 0 0 0 61 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052455738408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22924] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22924/stat : 22924 (java) S 22914 22916 22409 0 -1 4202560 98 0 0 0 60 3 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052454685608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22925] ppid=22914 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/22916/task/22925/stat : 22925 (java) S 22914 22916 22409 0 -1 4202560 85 0 0 0 61 2 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052453632808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22926] ppid=22914 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/22916/task/22926/stat : 22926 (java) S 22914 22916 22409 0 -1 4202560 130 0 0 0 66 4 0 0 20 0 19 0 253502228 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140052452580008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22927] ppid=22914 vsize=9824668 CPUtime=42.26 cores=0,2,4,6
/proc/22916/task/22927/stat : 22927 (java) S 22914 22916 22409 0 -1 4202560 3673 0 0 0 4211 15 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051970251240 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22928] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22928/stat : 22928 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051969197304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22929] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22929/stat : 22929 (java) S 22914 22916 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253502229 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051968144392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22930] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22930/stat : 22930 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051967092880 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22916/tid=22931] ppid=22914 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/22916/task/22931/stat : 22931 (java) S 22914 22916 22409 0 -1 4202560 10017 0 0 0 108 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051966041016 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22916/tid=22932] ppid=22914 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/22916/task/22932/stat : 22932 (java) S 22914 22916 22409 0 -1 4202560 7026 0 0 0 125 2 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051964988216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22933] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22933/stat : 22933 (java) S 22914 22916 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051963935608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22916/tid=22934] ppid=22914 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/22916/task/22934/stat : 22934 (java) S 22914 22916 22409 0 -1 4202560 17 0 0 0 3 4 0 0 20 0 19 0 253502231 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051962883016 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22916/tid=22953] ppid=22914 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22916/task/22953/stat : 22953 (java) S 22914 22916 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253502766 10060460032 403373 33554432000 1073741824 1073778376 140735110331392 140051960775592 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 517.53
Current children cumulated vsize (KiB) 9824668

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.799995
#  lost CPU user time (s): 0.890015
#  lost CPU system time (s): -0.09

Real time (s): 281.574
CPU time (s): 518.384
CPU user time (s): 517.543
CPU system time (s): 0.840858
CPU usage (%): 184.103
Max. virtual memory (cumulated for all children) (KiB): 9826548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 516.653
system time used= 0.930858
maximum resident set size= 1627216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10064
involuntary context switches= 12953

runsolver used 0.942856 second user time and 1.79373 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 17:35:50
IDJOB=3687698
IDBENCH=2028
IDSOLVER=2268
FILE ID=node112/3687698-1337873750
RUNJOBID= node112-1337871881-22425
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687698-1337873750/watcher-3687698-1337873750 -o /tmp/evaluation-result-3687698-1337873750/solver-3687698-1337873750 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687698-1337873750.opb

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=333344487

node112.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.763
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24831964 kB
Buffers:          189808 kB
Cached:          3548276 kB
SwapCached:            0 kB
Active:          4012964 kB
Inactive:        3260804 kB
Active(anon):    3538260 kB
Inactive(anon):        0 kB
Active(file):     474704 kB
Inactive(file):  3260804 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               556 kB
Writeback:             0 kB
AnonPages:       3561980 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             625972 kB
SReclaimable:      69740 kB
SUnreclaim:       556232 kB
KernelStack:        1784 kB
PageTables:        10708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4024976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3444736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node112 at 2012-05-24 17:40:31