Trace number 3687699

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 Resolution 2.3.2 SnapshotOPT60 164.4 162.806

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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3687699-1337875490.opb
0.11/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.169s.
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 objective function length is 696 literals
0.88/0.55	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.20/0.74	c cleaning 4247 clauses out of 8507 with flag 11001/11001
1.45/0.94	c cleaning 5623 clauses out of 11260 with flag 18001/18001
1.66/1.13	c cleaning 6814 clauses out of 13639 with flag 26003/26003
2.00/1.42	c cleaning 7910 clauses out of 15825 with flag 35003/35003
2.30/1.71	c cleaning 8948 clauses out of 17913 with flag 45001/45001
2.61/2.02	c cleaning 9975 clauses out of 19964 with flag 56000/56000
2.93/2.38	c cleaning 10991 clauses out of 21990 with flag 68001/68001
3.04/2.41	c SATISFIABLE
3.04/2.41	c OPTIMIZING...
3.04/2.41	c Got one! Elapsed wall clock time (in seconds):2.3
3.04/2.41	o 72
3.04/2.44	c Got one! Elapsed wall clock time (in seconds):2.322
3.04/2.44	o 70
3.04/2.45	c Got one! Elapsed wall clock time (in seconds):2.337
3.04/2.45	o 68
3.17/2.59	c cleaning 8747 clauses out of 17518 with flag 5000/74521
3.47/2.82	c cleaning 7383 clauses out of 14771 with flag 11001/80522
3.68/3.08	c cleaning 7187 clauses out of 14387 with flag 18000/87521
3.99/3.36	c cleaning 7596 clauses out of 15201 with flag 26001/95522
4.28/3.69	c cleaning 8297 clauses out of 16605 with flag 35001/104522
4.69/4.05	c cleaning 9148 clauses out of 18308 with flag 45001/114522
5.10/4.48	c cleaning 10070 clauses out of 20159 with flag 56000/125521
5.19/4.54	c Got one! Elapsed wall clock time (in seconds):4.431
5.19/4.54	o 66
5.39/4.71	c cleaning 7821 clauses out of 15649 with flag 4001/131081
5.39/4.79	c Got one! Elapsed wall clock time (in seconds):4.68
5.39/4.79	o 64
5.59/4.92	c cleaning 6778 clauses out of 13596 with flag 3000/136849
5.81/5.16	c cleaning 6402 clauses out of 12818 with flag 9001/142850
6.14/5.44	c cleaning 6700 clauses out of 13415 with flag 16000/149849
6.44/5.74	c cleaning 7353 clauses out of 14716 with flag 24001/157850
6.75/6.09	c cleaning 8165 clauses out of 16364 with flag 33002/166851
7.15/6.50	c cleaning 9086 clauses out of 18198 with flag 43001/176850
7.75/7.01	c cleaning 10054 clauses out of 20113 with flag 54002/187851
8.09/7.39	c Got one! Elapsed wall clock time (in seconds):7.282
8.09/7.40	o 62
8.42/7.62	c cleaning 11066 clauses out of 22145 with flag 5001/199939
8.72/7.90	c cleaning 8525 clauses out of 17079 with flag 11001/205939
8.92/8.19	c cleaning 7773 clauses out of 15554 with flag 18001/212939
9.33/8.52	c cleaning 7873 clauses out of 15780 with flag 26000/220938
9.73/8.96	c cleaning 8444 clauses out of 16908 with flag 35001/229939
10.27/9.45	c cleaning 9225 clauses out of 18463 with flag 45000/239938
10.89/10.00	c cleaning 10116 clauses out of 20239 with flag 56001/250939
11.39/10.59	c cleaning 11054 clauses out of 22122 with flag 68000/262938
12.09/11.28	c cleaning 12030 clauses out of 24068 with flag 81000/275938
12.80/11.92	c cleaning 13012 clauses out of 26037 with flag 95000/289938
13.50/12.65	c cleaning 14008 clauses out of 28025 with flag 110000/304938
14.31/13.46	c cleaning 15003 clauses out of 30017 with flag 126001/320939
15.31/14.44	c cleaning 15999 clauses out of 32015 with flag 143002/337940
16.22/15.33	c cleaning 16991 clauses out of 34013 with flag 161000/355938
17.22/16.38	c cleaning 18002 clauses out of 36022 with flag 180000/374938
18.43/17.54	c cleaning 19005 clauses out of 38021 with flag 200001/394939
19.44/18.53	c Got one! Elapsed wall clock time (in seconds):18.413
19.44/18.53	o 60
19.69/18.79	c cleaning 21383 clauses out of 42783 with flag 5001/418706
19.99/19.06	c cleaning 13689 clauses out of 27399 with flag 11000/424705
20.31/19.40	c cleaning 10344 clauses out of 20712 with flag 18002/431707
20.73/19.76	c cleaning 9165 clauses out of 18367 with flag 26001/439706
21.13/20.16	c cleaning 9087 clauses out of 18201 with flag 35001/448706
21.64/20.60	c cleaning 9555 clauses out of 19113 with flag 45000/458705
22.05/21.09	c cleaning 10273 clauses out of 20559 with flag 56001/469706
22.65/21.64	c cleaning 11135 clauses out of 22285 with flag 68000/481705
23.25/22.26	c cleaning 12075 clauses out of 24150 with flag 81000/494705
24.07/23.09	c cleaning 13030 clauses out of 26075 with flag 95000/508705
24.97/23.96	c cleaning 14019 clauses out of 28047 with flag 110002/523707
25.89/24.81	c cleaning 15005 clauses out of 30027 with flag 126001/539706
26.71/25.66	c cleaning 16009 clauses out of 32021 with flag 143000/556705
27.61/26.58	c cleaning 17000 clauses out of 34014 with flag 161002/574707
28.71/27.67	c cleaning 18005 clauses out of 36014 with flag 180002/593707
29.81/28.79	c cleaning 19003 clauses out of 38007 with flag 200000/613705
31.01/29.97	c cleaning 19999 clauses out of 40005 with flag 221001/634706
32.32/31.21	c cleaning 20999 clauses out of 42005 with flag 243000/656705
33.62/32.53	c cleaning 21996 clauses out of 44007 with flag 266001/679706
35.03/33.92	c cleaning 23003 clauses out of 46012 with flag 290002/703707
36.46/35.32	c cleaning 23999 clauses out of 48008 with flag 315001/728706
37.96/36.81	c cleaning 25003 clauses out of 50008 with flag 341000/754705
39.36/38.29	c cleaning 26001 clauses out of 52006 with flag 368001/781706
41.06/39.92	c cleaning 27000 clauses out of 54004 with flag 396000/809705
42.77/41.68	c cleaning 27997 clauses out of 56004 with flag 425000/838705
44.67/43.53	c cleaning 28998 clauses out of 58008 with flag 455001/868706
46.67/45.53	c cleaning 29998 clauses out of 60011 with flag 486002/899707
48.98/47.83	c cleaning 31002 clauses out of 62011 with flag 518000/931705
51.19/50.06	c cleaning 31994 clauses out of 64010 with flag 551001/964706
53.79/52.63	c cleaning 33004 clauses out of 66015 with flag 585001/998706
56.20/55.06	c cleaning 34001 clauses out of 68010 with flag 620000/1033705
58.91/57.75	c cleaning 34998 clauses out of 70007 with flag 656000/1069705
61.33/60.17	c cleaning 35999 clauses out of 72010 with flag 693001/1106706
64.04/62.90	c cleaning 37002 clauses out of 74012 with flag 731002/1144707
67.15/65.96	c cleaning 37991 clauses out of 76009 with flag 770001/1183706
70.65/69.41	c cleaning 39005 clauses out of 78017 with flag 810000/1223705
74.17/72.95	c cleaning 39995 clauses out of 80014 with flag 851002/1264707
77.68/76.48	c cleaning 41004 clauses out of 82017 with flag 893001/1306706
80.40/79.17	c cleaning 41998 clauses out of 84013 with flag 936001/1349706
83.42/82.14	c cleaning 43003 clauses out of 86016 with flag 980002/1393707
86.34/85.01	c cleaning 44002 clauses out of 88012 with flag 1025001/1438706
89.54/88.29	c cleaning 45000 clauses out of 90011 with flag 1071002/1484707
93.26/91.96	c cleaning 45995 clauses out of 92010 with flag 1118001/1531706
96.67/95.34	c cleaning 47000 clauses out of 94014 with flag 1166000/1579705
99.89/98.58	c cleaning 48005 clauses out of 96015 with flag 1215001/1628706
103.31/101.99	c cleaning 49002 clauses out of 98009 with flag 1265000/1678705
107.01/105.69	c cleaning 49998 clauses out of 100007 with flag 1316000/1729705
110.85/109.46	c cleaning 50998 clauses out of 102009 with flag 1368000/1781705
114.99/113.58	c cleaning 52003 clauses out of 104011 with flag 1421000/1834705
119.20/117.78	c cleaning 52997 clauses out of 106008 with flag 1475000/1888705
123.92/122.45	c cleaning 54002 clauses out of 108013 with flag 1530002/1943707
127.85/126.33	c cleaning 55000 clauses out of 110009 with flag 1586000/1999705
131.78/130.23	c cleaning 55998 clauses out of 112009 with flag 1643000/2056705
136.09/134.54	c cleaning 56995 clauses out of 114012 with flag 1701001/2114706
140.80/139.21	c cleaning 57999 clauses out of 116016 with flag 1760000/2173705
146.02/144.42	c cleaning 58999 clauses out of 118017 with flag 1820000/2233705
150.74/149.18	c cleaning 60004 clauses out of 120017 with flag 1881000/2294705
155.85/154.27	c cleaning 61005 clauses out of 122013 with flag 1943001/2356706
161.26/159.68	c cleaning 61993 clauses out of 124006 with flag 2006001/2419706
164.40/162.80	c starts		: 235
164.40/162.80	c conflicts		: 2461270
164.40/162.80	c decisions		: 2625150
164.40/162.80	c propagations		: 128089513
164.40/162.80	c inspects		: 1444018165
164.40/162.80	c shortcuts		: 0
164.40/162.80	c learnt literals	: 22
164.40/162.80	c learnt binary clauses	: 223
164.40/162.80	c learnt ternary clauses	: 688
164.40/162.80	c learnt constraints	: 2461247
164.40/162.80	c ignored constraints	: 0
164.40/162.80	c root simplifications	: 0
164.40/162.80	c removed literals (reason simplification)	: 0
164.40/162.80	c reason swapping (by a shorter reason)	: 0
164.40/162.80	c Calls to reduceDB	: 98
164.40/162.80	c number of reductions to clauses (during analyze)	: 0
164.40/162.80	c number of learned constraints concerned by reduction	: 0
164.40/162.80	c number of learning phase by resolution	: 0
164.40/162.80	c number of learning phase by cutting planes	: 0
164.40/162.80	c speed (assignments/second)	: 788214.0536349427
164.40/162.80	c non guided choices	345
164.40/162.80	c learnt constraints type 
164.40/162.80	c constraints type 
164.40/162.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1666
164.40/162.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
164.40/162.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
164.40/162.80	c 2096 constraints processed.
164.40/162.80	s OPTIMUM FOUND
164.40/162.80	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 
164.40/162.80	c objective function=60
164.40/162.80	c Total wall clock time (in seconds): 162.685

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-3687699-1337875490/watcher-3687699-1337875490 -o /tmp/evaluation-result-3687699-1337875490/solver-3687699-1337875490 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687699-1337875490.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: 1.91 1.97 1.90 3/192 22106
/proc/meminfo: memFree=26304060/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22106/stat : 22106 (java) R 22104 22106 21473 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 253677411 23793664 716 33554432000 1073741824 1073778376 140735626482608 140735626471672 226320495976 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 5809 716 530 9 0 128 0

[startup+0.028087 s]
/proc/loadavg: 1.91 1.97 1.90 3/192 22106
/proc/meminfo: memFree=26304060/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 2902 0 1 0 1 0 0 0 20 0 11 0 253677411 9310650368 3602 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2273108 3602 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100288 s]
/proc/loadavg: 1.91 1.97 1.90 3/192 22106
/proc/meminfo: memFree=26304060/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 4286 0 1 0 10 1 0 0 20 0 18 0 253677411 9787813888 5483 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2389603 5483 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300208 s]
/proc/loadavg: 1.91 1.97 1.90 3/192 22106
/proc/meminfo: memFree=26304060/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 5564 0 1 0 47 1 0 0 20 0 19 0 253677411 9855975424 7801 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 7801 2224 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624976

[startup+0.700217 s]
/proc/loadavg: 1.91 1.97 1.90 3/192 22106
/proc/meminfo: memFree=26304060/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 7899 0 1 0 119 1 0 0 20 0 19 0 253677411 9855975424 10488 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 10488 2271 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9624976

[startup+1.50058 s]
/proc/loadavg: 1.91 1.97 1.90 3/211 22125
/proc/meminfo: memFree=26270284/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=2.1 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 8311 0 1 0 208 2 0 0 20 0 19 0 253677411 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 11525 2271 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2471 0 1 0 141 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140088169300376 140088026096821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 253677413 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2464 0 0 0 29 0 0 0 20 0 19 0 253677417 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2124 0 0 0 28 0 0 0 20 0 19 0 253677417 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 11525 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10053 s]
/proc/loadavg: 1.91 1.97 1.90 3/211 22125
/proc/meminfo: memFree=26265692/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=3.78 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 8382 0 1 0 376 2 0 0 20 0 19 0 253677411 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 11535 2272 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2477 0 1 0 294 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140088169300256 140088025612160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 253677413 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2464 0 0 0 31 0 0 0 20 0 19 0 253677417 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2180 0 0 0 32 0 0 0 20 0 19 0 253677417 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 11535 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.92 1.97 1.90 3/211 22125
/proc/meminfo: memFree=26265320/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=7.05 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 8397 0 1 0 703 2 0 0 20 0 19 0 253677411 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 11484 2272 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=5.99 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2487 0 1 0 599 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140088169300256 140088026097281 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253677412 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 32 0 0 0 19 0 0 0 20 0 19 0 253677413 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2464 0 0 0 32 0 0 0 20 0 19 0 253677417 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2180 0 0 0 32 0 0 0 20 0 19 0 253677417 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 11484 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 37 0 0 0 83 0 0 0 20 0 19 0 253677413 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2598 0 0 0 35 0 0 0 20 0 19 0 253677417 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2610 0 0 0 38 0 0 0 20 0 19 0 253677417 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 15046 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 52.29
Current children cumulated vsize (KiB) 9624976

[startup+102.306 s]
/proc/loadavg: 2.54 2.09 1.95 3/211 22126
/proc/meminfo: memFree=26168864/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=103.71 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 9229 0 1 0 10365 6 0 0 20 0 19 0 253677411 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 18184 2273 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=100.42 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2553 0 1 0 10040 2 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140088169300256 140088026117286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 21 0 0 0 12 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 24 0 0 0 11 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 29 0 0 0 11 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 49 0 0 0 13 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 41 0 0 0 11 0 0 0 20 0 19 0 253677412 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 43 0 0 0 120 0 0 0 20 0 19 0 253677413 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2598 0 0 0 35 0 0 0 20 0 19 0 253677417 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2610 0 0 0 38 0 0 0 20 0 19 0 253677417 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 18184 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 103.71
Current children cumulated vsize (KiB) 9624976

[startup+162.301 s]
/proc/loadavg: 2.14 2.05 1.94 3/211 22185
/proc/meminfo: memFree=28471684/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=163.99 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 9375 0 1 0 16391 8 0 0 20 0 19 0 253677411 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 22390 2273 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=159.78 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2568 0 1 0 15975 3 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088169300256 140088026132879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 37 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 24 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 51 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 41 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 28 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 90 0 0 0 20 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 65 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 47 0 0 0 155 0 0 0 20 0 19 0 253677413 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2598 0 0 0 35 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2610 0 0 0 38 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 163.99
Current children cumulated vsize (KiB) 9624976

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

[startup+162.701 s]
/proc/loadavg: 2.14 2.05 1.94 3/211 22185
/proc/meminfo: memFree=28467464/32873844 swapFree=6080/6080
[pid=22106] ppid=22104 vsize=9624976 CPUtime=164.4 cores=0,2,4,6
/proc/22106/stat : 22106 (java) S 22104 22106 21473 0 -1 4202496 9376 0 1 0 16432 8 0 0 20 0 19 0 253677411 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140735626473744 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22106/statm: 2406244 22390 2273 9 0 2396937 0
[pid=22106/tid=22108] ppid=22104 vsize=9624976 CPUtime=160.18 cores=0,2,4,6
/proc/22106/task/22108/stat : 22108 (java) R 22104 22106 21473 0 -1 4202560 2568 0 1 0 16015 3 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088169300256 140088026277151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22109] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22109/stat : 22109 (java) S 22104 22106 21473 0 -1 4202560 37 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088147401512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22110] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22110/stat : 22110 (java) S 22104 22106 21473 0 -1 4202560 24 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088146348712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22111] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22111/stat : 22111 (java) S 22104 22106 21473 0 -1 4202560 51 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088145296424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22106/tid=22112] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22112/stat : 22112 (java) S 22104 22106 21473 0 -1 4202560 41 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140088144243624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22113] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22113/stat : 22113 (java) S 22104 22106 21473 0 -1 4202560 28 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087807437096 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22114] ppid=22104 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/22106/task/22114/stat : 22114 (java) S 22104 22106 21473 0 -1 4202560 90 0 0 0 20 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087806384296 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22115] ppid=22104 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/22106/task/22115/stat : 22115 (java) S 22104 22106 21473 0 -1 4202560 27 0 0 0 17 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087805332008 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22116] ppid=22104 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/22106/task/22116/stat : 22116 (java) S 22104 22106 21473 0 -1 4202560 65 0 0 0 16 0 0 0 20 0 19 0 253677412 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087804279208 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22117] ppid=22104 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/22106/task/22117/stat : 22117 (java) S 22104 22106 21473 0 -1 4202560 47 0 0 0 155 0 0 0 20 0 19 0 253677413 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087791868648 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22118] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22118/stat : 22118 (java) S 22104 22106 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087790814712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22119] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22119/stat : 22119 (java) S 22104 22106 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253677414 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087789762312 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22106/tid=22120] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22120/stat : 22120 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087788710800 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22121] ppid=22104 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/22106/task/22121/stat : 22121 (java) S 22104 22106 21473 0 -1 4202560 2598 0 0 0 35 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087787657400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22106/tid=22122] ppid=22104 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/22106/task/22122/stat : 22122 (java) S 22104 22106 21473 0 -1 4202560 2611 0 0 0 38 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087786604600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22123] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22123/stat : 22123 (java) S 22104 22106 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087785552504 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22124] ppid=22104 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22106/task/22124/stat : 22124 (java) S 22104 22106 21473 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253677417 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087784499912 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22106/tid=22125] ppid=22104 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22106/task/22125/stat : 22125 (java) S 22104 22106 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253677440 9855975424 22390 33554432000 1073741824 1073778376 140735626482608 140087783445928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 164.4
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22106 and gives
#  childrusage.ru_utime.tv_sec=164
#  childrusage.ru_utime.tv_usec=16065
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=163975
# CPU time returned by wait4() is 164.18
# while last known CPU time is 164.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 162.806
CPU time (s): 164.4
CPU user time (s): 164.32
CPU system time (s): 0.08
CPU usage (%): 100.979
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.016
system time used= 0.163975
maximum resident set size= 89616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9393
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6412
involuntary context switches= 6968

runsolver used 0.300954 second user time and 0.724889 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 18:04:50
IDJOB=3687699
IDBENCH=2028
IDSOLVER=2269
FILE ID=node110/3687699-1337875490
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71612 MiB

SOLVER NAME= Sat 4j PB Resolution 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 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687699-1337875490/watcher-3687699-1337875490 -o /tmp/evaluation-result-3687699-1337875490/solver-3687699-1337875490 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687699-1337875490.opb

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

MD5SUM BENCH= 8521955d0869ff4fe0390118a5fbc0f9
RANDOM SEED=1249656988

node110.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.893
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.78
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.893
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.893
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.893
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.893
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.893
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.90
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.893
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.893
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:        26304596 kB
Buffers:          198872 kB
Cached:          3202560 kB
SwapCached:            0 kB
Active:          2910512 kB
Inactive:        2862064 kB
Active(anon):    2373716 kB
Inactive(anon):        0 kB
Active(file):     536796 kB
Inactive(file):  2862064 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               536 kB
Writeback:             0 kB
AnonPages:       2412252 kB
Mapped:            21548 kB
Shmem:               200 kB
Slab:             627904 kB
SReclaimable:      70424 kB
SUnreclaim:       557480 kB
KernelStack:        1736 kB
PageTables:         8692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3031428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2365440 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= 71612 MiB
End job on node110 at 2012-05-24 18:07:33