Trace number 3687888

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-1.opb
MD5SUM05ceccb8ea9c274c844c39df1472d3cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints59186
Number of constraints which are clauses59186
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3687888-1337874748.opb
0.10/0.12	c reading problem ... 
1.50/0.75	c ... done. Wall clock time 0.633s.
1.50/0.75	c declared #vars     945
1.50/0.75	c #constraints  59186
1.50/0.75	c constraints type 
1.50/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59186
1.50/0.75	c 59186 constraints processed.
1.50/0.75	c constraints type 
1.50/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59186
1.50/0.75	c 59186 constraints processed.
1.50/0.75	c objective function length is 945 literals
1.50/0.78	c  And the winner is solver1
1.65/1.25	c SATISFIABLE
1.65/1.25	c OPTIMIZING...
1.65/1.25	c Got one! Elapsed wall clock time (in seconds):1.137
1.65/1.25	o -33
5.13/2.41	c cleaning 2499 clauses out of 5002 with flag 5002/5002
8.53/4.05	c cleaning 4251 clauses out of 8501 with flag 11000/11000
12.88/6.24	c cleaning 5623 clauses out of 11251 with flag 18001/18001
17.98/8.86	c cleaning 6814 clauses out of 13627 with flag 26000/26000
23.43/11.72	c cleaning 7906 clauses out of 15817 with flag 35004/35004
29.64/14.99	c cleaning 8948 clauses out of 17907 with flag 45000/45000
36.54/18.55	c cleaning 9980 clauses out of 19960 with flag 56001/56001
44.49/22.75	c cleaning 10990 clauses out of 21979 with flag 68000/68000
53.57/27.63	c cleaning 11990 clauses out of 23989 with flag 81000/81000
54.42/28.39	c  And the winner is solver1
54.64/28.78	c Got one! Elapsed wall clock time (in seconds):28.663
54.64/28.78	o -34
57.70/30.33	c cleaning 8808 clauses out of 17622 with flag 5000/86623
61.67/32.79	c cleaning 7405 clauses out of 14815 with flag 11001/92624
66.61/35.61	c cleaning 7198 clauses out of 14409 with flag 18000/99623
72.35/39.19	c cleaning 7600 clauses out of 15211 with flag 26000/107623
78.22/42.52	c cleaning 8299 clauses out of 16611 with flag 35000/116623
81.48/44.67	c  And the winner is solver1
81.63/44.97	c Got one! Elapsed wall clock time (in seconds):44.855
81.63/44.97	o -35
82.52/45.41	c cleaning 7062 clauses out of 14128 with flag 1002/122439
86.68/47.95	c cleaning 6529 clauses out of 13064 with flag 7000/128437
91.35/50.90	c cleaning 6764 clauses out of 13536 with flag 14001/135438
95.91/53.60	c cleaning 7383 clauses out of 14772 with flag 22001/143438
101.21/56.86	c cleaning 8193 clauses out of 16390 with flag 31002/152439
107.99/60.87	c cleaning 9097 clauses out of 18196 with flag 41001/162438
116.00/65.61	c cleaning 10048 clauses out of 20101 with flag 52003/173440
124.06/70.26	c cleaning 11025 clauses out of 22050 with flag 64000/185437
132.72/75.17	c cleaning 12012 clauses out of 24025 with flag 77000/198437
142.52/80.69	c cleaning 13004 clauses out of 26013 with flag 91000/212437
155.12/87.86	c cleaning 14004 clauses out of 28009 with flag 106000/227437
168.00/94.97	c cleaning 15001 clauses out of 30005 with flag 122000/243437
183.18/103.29	c cleaning 16002 clauses out of 32004 with flag 139000/260437
202.11/114.51	c cleaning 17000 clauses out of 34003 with flag 157001/278438
221.93/125.51	c cleaning 18003 clauses out of 36005 with flag 176003/297440
237.88/133.91	c cleaning 18999 clauses out of 37999 with flag 196000/317437
255.88/143.85	c cleaning 19999 clauses out of 40000 with flag 217000/338437
276.27/154.51	c cleaning 20997 clauses out of 42001 with flag 239000/360437
296.88/165.38	c cleaning 22000 clauses out of 44004 with flag 262000/383437
319.69/177.38	c cleaning 22996 clauses out of 46004 with flag 286000/407437
339.98/188.42	c cleaning 0 clauses out of 6082 with flag 0/6082
345.62/191.78	c cleaning 24003 clauses out of 48008 with flag 311000/432437
369.24/204.13	c cleaning 24998 clauses out of 50005 with flag 337000/458437
395.84/218.01	c cleaning 26004 clauses out of 52007 with flag 364000/485437
426.00/234.26	c cleaning 26999 clauses out of 54004 with flag 392001/513438
450.91/247.31	c cleaning 28000 clauses out of 56005 with flag 421001/542438
477.99/261.56	c cleaning 29000 clauses out of 58004 with flag 451000/572437
505.86/276.16	c cleaning 30003 clauses out of 60005 with flag 482001/603438
536.43/292.68	c cleaning 31001 clauses out of 62001 with flag 514000/635437
579.96/315.37	c cleaning 31990 clauses out of 64000 with flag 547000/668437
617.92/335.17	c cleaning 33002 clauses out of 66011 with flag 581001/702438
665.72/359.99	c cleaning 34003 clauses out of 68009 with flag 616001/737438
713.34/385.12	c cleaning 34999 clauses out of 70007 with flag 652002/773439
747.57/403.05	c  And the winner is solver1
747.78/403.49	c Got one! Elapsed wall clock time (in seconds):403.371
747.78/403.49	o -36
753.80/406.51	c cleaning 35082 clauses out of 70179 with flag 5000/808610
759.82/410.42	c cleaning 20546 clauses out of 41098 with flag 11001/814611
765.27/414.16	c cleaning 13771 clauses out of 27553 with flag 18002/821612
772.68/419.33	c cleaning 10881 clauses out of 21781 with flag 26001/829611
779.18/423.56	c cleaning 9947 clauses out of 19901 with flag 35002/838612
786.06/427.92	c cleaning 9970 clauses out of 19953 with flag 45001/848611
793.56/432.64	c cleaning 10490 clauses out of 20985 with flag 56003/859613
803.65/439.21	c cleaning 11245 clauses out of 22492 with flag 68000/871610
812.76/444.75	c cleaning 12120 clauses out of 24248 with flag 81001/884611
823.05/450.83	c cleaning 13059 clauses out of 26127 with flag 95000/898610
834.05/457.23	c cleaning 14028 clauses out of 28068 with flag 110000/913610
848.18/465.91	c cleaning 15019 clauses out of 30041 with flag 126001/929611
860.79/473.25	c cleaning 16011 clauses out of 32022 with flag 143001/946611
876.22/481.92	c cleaning 17003 clauses out of 34010 with flag 161000/964610
892.19/490.88	c cleaning 17998 clauses out of 36007 with flag 180000/983610
908.27/500.44	c cleaning 18996 clauses out of 38011 with flag 200002/1003612
924.78/509.64	c cleaning 20002 clauses out of 40014 with flag 221001/1024611
945.34/520.96	c cleaning 20998 clauses out of 42013 with flag 243002/1046612
968.28/533.48	c cleaning 22000 clauses out of 44013 with flag 266000/1069610
989.79/546.10	c cleaning 23007 clauses out of 46013 with flag 290000/1093610
1011.34/558.12	c cleaning 24002 clauses out of 48006 with flag 315000/1118610
1033.63/570.58	c cleaning 25002 clauses out of 50006 with flag 341002/1144612
1057.45/583.74	c cleaning 25998 clauses out of 52005 with flag 368003/1171613
1085.34/599.70	c cleaning 26992 clauses out of 54004 with flag 396000/1199610
1118.54/619.13	c cleaning 28002 clauses out of 56012 with flag 425000/1228610
1148.57/634.95	c cleaning 28999 clauses out of 58011 with flag 455001/1258611
1179.98/652.45	c cleaning 30004 clauses out of 60011 with flag 486000/1289610
1209.38/668.24	c cleaning 31004 clauses out of 62007 with flag 518000/1321610
1246.97/688.12	c cleaning 31996 clauses out of 64003 with flag 551000/1354610
1286.90/709.15	c cleaning 33003 clauses out of 66007 with flag 585000/1388610
1330.48/732.71	c cleaning 33997 clauses out of 68006 with flag 620002/1423612
1376.60/756.83	c cleaning 35004 clauses out of 70007 with flag 656000/1459610
1430.28/784.76	c cleaning 36001 clauses out of 72003 with flag 693000/1496610
1482.24/811.86	c cleaning 36996 clauses out of 74002 with flag 731000/1534610
1506.23/825.81	c cleaning 0 clauses out of 11639 with flag 0/11639
1543.97/845.92	c cleaning 38000 clauses out of 76007 with flag 770001/1573611
1599.82/875.03	c cleaning 38998 clauses out of 78006 with flag 810000/1613610
1656.23/904.56	c cleaning 39999 clauses out of 80010 with flag 851002/1654612
1716.24/936.73	c cleaning 41001 clauses out of 82010 with flag 893001/1696611
1768.39/964.06	c cleaning 41997 clauses out of 84009 with flag 936001/1739611
1800.10/981.17	c starts		: 40
1800.10/981.17	c conflicts		: 12692
1800.10/981.17	c decisions		: 15108
1800.10/981.17	c propagations		: 143782
1800.10/981.17	c inspects		: 624350905
1800.10/981.17	c shortcuts		: 0
1800.10/981.17	c learnt literals	: 0
1800.10/981.17	c learnt binary clauses	: 0
1800.10/981.17	c learnt ternary clauses	: 0
1800.10/981.17	c learnt constraints	: 12691
1800.10/981.17	c ignored constraints	: 0
1800.10/981.17	c root simplifications	: 0
1800.10/981.17	c removed literals (reason simplification)	: 0
1800.10/981.17	c reason swapping (by a shorter reason)	: 0
1800.10/981.17	c Calls to reduceDB	: 2
1800.10/981.17	c number of reductions to clauses (during analyze)	: 0
1800.10/981.17	c number of learned constraints concerned by reduction	: 0
1800.10/981.17	c number of learning phase by resolution	: 0
1800.10/981.17	c number of learning phase by cutting planes	: 0
1800.10/981.17	c speed (assignments/second)	: 146.656466748266
1800.10/981.17	c non guided choices	0
1800.10/981.18	c learnt constraints type 
1800.10/981.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 371
1800.10/981.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12320
1800.10/981.18	c constraints type 
1800.10/981.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/981.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59186
1800.10/981.18	c 59187 constraints processed.
1800.10/981.18	c constraints type 
1800.10/981.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59186
1800.10/981.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/981.18	c 59187 constraints processed.
1800.10/981.18	s SATISFIABLE
1800.10/981.18	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 x754 -x755 -x756 -x757 -x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 x796 -x797 -x798 x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 x942 -x943 -x944 -x945 
1800.10/981.18	c objective function=-36
1800.10/981.18	c Total wall clock time (in seconds): 981.067

Verifier Data

OK	-36

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687888-1337874748/watcher-3687888-1337874748 -o /tmp/evaluation-result-3687888-1337874748/solver-3687888-1337874748 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687888-1337874748.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.72 3.75 3.33 4/197 24929
/proc/meminfo: memFree=27680056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/24929/stat : 24929 (java) R 24927 24929 23987 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 253599293 8192 1 33554432000 0 0 0 140734858241016 225444523447 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2 1 0 0 0 2 0

[startup+0.103592 s]
/proc/loadavg: 3.72 3.75 3.33 4/197 24929
/proc/meminfo: memFree=27680056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 4380 0 1 0 9 1 0 0 20 0 18 0 253599293 9787813888 5584 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2389603 5585 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200198 s]
/proc/loadavg: 3.72 3.75 3.33 4/197 24929
/proc/meminfo: memFree=27680056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 4744 0 1 0 24 1 0 0 20 0 18 0 253599293 9787813888 6367 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2389603 6367 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558412

[startup+0.300203 s]
/proc/loadavg: 3.72 3.75 3.33 4/197 24929
/proc/meminfo: memFree=27680056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 5722 0 1 0 45 1 0 0 20 0 18 0 253599293 9787813888 7793 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2389603 7793 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.7003 s]
/proc/loadavg: 3.72 3.75 3.33 4/197 24929
/proc/meminfo: memFree=27680056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9558412 CPUtime=1.5 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 17093 0 1 0 145 5 0 0 20 0 18 0 253599293 9787813888 37551 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2389603 37551 2233 9 0 2380296 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9558412

[startup+1.50065 s]
/proc/loadavg: 3.72 3.75 3.33 3/216 24951
/proc/meminfo: memFree=27501248/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 19974 0 1 0 252 8 0 0 20 0 22 0 253599293 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 48483 2268 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2562 0 1 0 70 3 0 0 20 0 22 0 253599295 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428588815352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) S 24927 24929 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428432694184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428431641640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428430588584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) S 24927 24929 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428429536040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) S 24927 24929 23987 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428428482984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) S 24927 24929 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428427430440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428426377384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) S 24927 24929 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253599296 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428425324840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428413127528 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=0.64 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) R 24927 24929 23987 0 -1 4202560 9590 0 0 0 62 2 0 0 20 0 22 0 253599300 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428408916280 140428592904407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=0.65 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) R 24927 24929 23987 0 -1 4202560 6402 0 0 0 63 2 0 0 20 0 22 0 253599300 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428407851144 140428590944582 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24950] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24950/stat : 24950 (java) S 24927 24929 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253599371 10060460032 48483 33554432000 1073741824 1073778376 140734142460656 140428402566440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 3.72 3.75 3.33 5/219 24954
/proc/meminfo: memFree=27456924/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=6.6 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 22752 0 1 0 641 19 0 0 20 0 22 0 253599293 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 84109 2286 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2562 0 1 0 70 3 0 0 20 0 22 0 253599295 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428588815352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) S 24927 24929 23987 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428432694184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) S 24927 24929 23987 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428431641640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) S 24927 24929 23987 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428430588584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) S 24927 24929 23987 0 -1 4202560 115 0 0 0 3 1 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428429536040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) S 24927 24929 23987 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428428482984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) S 24927 24929 23987 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428427430440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) S 24927 24929 23987 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428426377384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) S 24927 24929 23987 0 -1 4202560 110 0 0 0 2 2 0 0 20 0 22 0 253599296 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428425324840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 103 0 0 0 9 0 0 0 20 0 22 0 253599297 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428413127528 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) S 24927 24929 23987 0 -1 4202560 9637 0 0 0 95 2 0 0 20 0 22 0 253599300 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428408916280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) S 24927 24929 23987 0 -1 4202560 8590 0 0 0 104 3 0 0 20 0 22 0 253599300 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428407863736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24950] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24950/stat : 24950 (java) S 24927 24929 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253599371 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428402566440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24952] ppid=24927 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/24929/task/24952/stat : 24952 (java) R 24927 24929 23987 0 -1 4202560 17 0 0 0 164 0 0 0 20 0 22 0 253599420 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428404670696 140428461883271 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24953] ppid=24927 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/24929/task/24953/stat : 24953 (java) R 24927 24929 23987 0 -1 4202560 80 0 0 0 164 0 0 0 20 0 22 0 253599420 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428401512264 140428462344595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24954] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24954/stat : 24954 (java) S 24927 24929 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253599420 10060460032 84109 33554432000 1073741824 1073778376 140734142460656 140428403618600 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.66 3.74 3.33 5/219 24954
/proc/meminfo: memFree=27200056/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=13.19 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 23514 0 1 0 1282 37 0 0 20 0 22 0 253599293 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 177440 2286 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2563 0 1 0 70 3 0 0 20 0 22 0 253599295 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428588815064 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) R 24927 24929 23987 0 -1 4202560 76 0 0 0 7 4 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428432694312 225444662407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) R 24927 24929 23987 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428431641816 225444662407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) R 24927 24929 23987 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428430588712 225444662407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) R 24927 24929 23987 0 -1 4202560 167 0 0 0 9 5 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428429536216 225444662407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) R 24927 24929 23987 0 -1 4202560 59 0 0 0 10 2 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428428483112 225444662407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) R 24927 24929 23987 0 -1 4202560 140 0 0 0 5 3 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428427430616 140428591286003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) R 24927 24929 23987 0 -1 4202560 55 0 0 0 4 3 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428426377512 225444662407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) R 24927 24929 23987 0 -1 4202560 194 0 0 0 16 4 0 0 20 0 22 0 253599296 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428425324968 140428596860066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 242 0 0 0 28 0 0 0 20 0 22 0 253599297 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428413126504 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) S 24927 24929 23987 0 -1 4202560 9643 0 0 0 100 2 0 0 20 0 22 0 253599300 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428408902376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) S 24927 24929 23987 0 -1 4202560 8598 0 0 0 111 3 0 0 20 0 22 0 253599300 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428407863736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 177440 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=24929/tid=25042] ppid=24927 vsize=9824668 CPUtime=326.48 cores=0,2,4,6
/proc/24929/task/25042/stat : 25042 (java) R 24927 24929 23987 0 -1 4202560 15 0 0 0 32644 4 0 0 20 0 22 0 253639643 10060460032 1001924 33554432000 1073741824 1073778376 140734142460656 140428404670944 140428461953338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=25043] ppid=24927 vsize=9824668 CPUtime=326.45 cores=0,2,4,6
/proc/24929/task/25043/stat : 25043 (java) R 24927 24929 23987 0 -1 4202560 8 0 0 0 32641 4 0 0 20 0 22 0 253639643 10060460032 1001924 33554432000 1073741824 1073778376 140734142460656 140428401510560 140428462344595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25044] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/25044/stat : 25044 (java) S 24927 24929 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253639643 10060460032 1001924 33554432000 1073741824 1073778376 140734142460656 140428403618728 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1499.23
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.73 3.76 3.55 5/219 25075
/proc/meminfo: memFree=21127024/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=1611.74 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 35037 0 1 0 160938 236 0 0 20 0 22 0 253599293 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 1036840 2287 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2625 0 1 0 72 5 0 0 20 0 22 0 253599295 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428588815352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) S 24927 24929 23987 0 -1 4202560 520 0 0 0 238 16 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428432694184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) S 24927 24929 23987 0 -1 4202560 797 0 0 0 251 18 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428431641640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) S 24927 24929 23987 0 -1 4202560 636 0 0 0 254 19 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428430588584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) S 24927 24929 23987 0 -1 4202560 484 0 0 0 247 18 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428429536040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) S 24927 24929 23987 0 -1 4202560 988 0 0 0 253 18 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428428482984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) S 24927 24929 23987 0 -1 4202560 672 0 0 0 277 20 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428427430440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) S 24927 24929 23987 0 -1 4202560 961 0 0 0 234 20 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428426377384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) S 24927 24929 23987 0 -1 4202560 735 0 0 0 269 19 0 0 20 0 22 0 253599296 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428425324840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=161.99 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 5184 0 0 0 16169 30 0 0 20 0 22 0 253599297 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428413127528 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) S 24927 24929 23987 0 -1 4202560 9722 0 0 0 160 2 0 0 20 0 22 0 253599300 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428408916280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) S 24927 24929 23987 0 -1 4202560 8614 0 0 0 123 3 0 0 20 0 22 0 253599300 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428407863736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 50 0 0 0 15 19 0 0 20 0 22 0 253599300 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24950] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24950/stat : 24950 (java) S 24927 24929 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253599371 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428402566440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25042] ppid=24927 vsize=9824668 CPUtime=378.1 cores=0,2,4,6
/proc/24929/task/25042/stat : 25042 (java) R 24927 24929 23987 0 -1 4202560 17 0 0 0 37805 5 0 0 20 0 22 0 253639643 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428404670944 140428461966717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25043] ppid=24927 vsize=9824668 CPUtime=378.04 cores=0,2,4,6
/proc/24929/task/25043/stat : 25043 (java) R 24927 24929 23987 0 -1 4202560 11 0 0 0 37799 5 0 0 20 0 22 0 253639643 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428401510560 140428462344663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=25044] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/25044/stat : 25044 (java) S 24927 24929 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253639643 10060460032 1036840 33554432000 1073741824 1073778376 140734142460656 140428403618728 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1611.74
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.68 3.74 3.56 5/219 25075
/proc/meminfo: memFree=21006752/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=1724.87 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 35216 0 1 0 172247 240 0 0 20 0 22 0 253599293 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 1041054 2287 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2626 0 1 0 73 5 0 0 20 0 22 0 253599295 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428588815352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) S 24927 24929 23987 0 -1 4202560 525 0 0 0 247 16 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428432694184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) S 24927 24929 23987 0 -1 4202560 803 0 0 0 269 19 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428431641640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) S 24927 24929 23987 0 -1 4202560 670 0 0 0 270 20 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428430588584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=2.78 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) S 24927 24929 23987 0 -1 4202560 505 0 0 0 259 19 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428429536040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) S 24927 24929 23987 0 -1 4202560 990 0 0 0 262 18 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428428482984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) S 24927 24929 23987 0 -1 4202560 716 0 0 0 295 20 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428427430440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) S 24927 24929 23987 0 -1 4202560 973 0 0 0 244 20 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428426377384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) S 24927 24929 23987 0 -1 4202560 756 0 0 0 281 19 0 0 20 0 22 0 253599296 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428425324840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=169.36 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 5210 0 0 0 16906 30 0 0 20 0 22 0 253599297 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428413127528 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) S 24927 24929 23987 0 -1 4202560 9722 0 0 0 160 2 0 0 20 0 22 0 253599300 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428408916280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) S 24927 24929 23987 0 -1 4202560 8614 0 0 0 123 3 0 0 20 0 22 0 253599300 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428407863736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 54 0 0 0 17 19 0 0 20 0 22 0 253599300 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24950] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24950/stat : 24950 (java) S 24927 24929 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253599371 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428402566440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25042] ppid=24927 vsize=9824668 CPUtime=430.44 cores=0,2,4,6
/proc/24929/task/25042/stat : 25042 (java) R 24927 24929 23987 0 -1 4202560 18 0 0 0 43038 6 0 0 20 0 22 0 253639643 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428404670944 140428461966834 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=25043] ppid=24927 vsize=9824668 CPUtime=430.39 cores=0,2,4,6
/proc/24929/task/25043/stat : 25043 (java) R 24927 24929 23987 0 -1 4202560 13 0 0 0 43033 6 0 0 20 0 22 0 253639643 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428401510656 140428462105541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25044] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/25044/stat : 25044 (java) S 24927 24929 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253639643 10060460032 1041054 33554432000 1073741824 1073778376 140734142460656 140428403618728 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.87
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+981.104 s]
/proc/loadavg: 3.84 3.77 3.57 11/219 25075
/proc/meminfo: memFree=20922600/32873844 swapFree=7900/7900
[pid=24929] ppid=24927 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/24929/stat : 24929 (java) S 24927 24929 23987 0 -1 4202496 35326 0 1 0 179768 242 0 0 20 0 22 0 253599293 10060460032 1045743 33554432000 1073741824 1073778376 140734142460656 140734142451792 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24929/statm: 2456167 1045743 2287 9 0 2446860 0
[pid=24929/tid=24931] ppid=24927 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/24929/task/24931/stat : 24931 (java) S 24927 24929 23987 0 -1 4202560 2627 0 1 0 73 5 0 0 20 0 22 0 253599295 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428588815352 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24932] ppid=24927 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/24929/task/24932/stat : 24932 (java) R 24927 24929 23987 0 -1 4202560 528 0 0 0 258 16 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428432694360 140428592976536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24933] ppid=24927 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/24929/task/24933/stat : 24933 (java) R 24927 24929 23987 0 -1 4202560 804 0 0 0 278 19 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428431641816 140428595323266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24934] ppid=24927 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/24929/task/24934/stat : 24934 (java) R 24927 24929 23987 0 -1 4202560 722 0 0 0 281 20 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428430588760 140428591286003 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24935] ppid=24927 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/24929/task/24935/stat : 24935 (java) R 24927 24929 23987 0 -1 4202560 516 0 0 0 265 19 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428429536216 140428591286003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24936] ppid=24927 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/24929/task/24936/stat : 24936 (java) R 24927 24929 23987 0 -1 4202560 994 0 0 0 272 18 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428428483160 140428595323296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24937] ppid=24927 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/24929/task/24937/stat : 24937 (java) R 24927 24929 23987 0 -1 4202560 719 0 0 0 303 20 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428427430616 140428591286003 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24938] ppid=24927 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/24929/task/24938/stat : 24938 (java) R 24927 24929 23987 0 -1 4202560 976 0 0 0 256 20 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428426377560 140428591286003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24939] ppid=24927 vsize=9824668 CPUtime=3.08 cores=0,2,4,6
/proc/24929/task/24939/stat : 24939 (java) R 24927 24929 23987 0 -1 4202560 760 0 0 0 288 20 0 0 20 0 22 0 253599296 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428425324720 140428595323279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24940] ppid=24927 vsize=9824668 CPUtime=172.1 cores=0,2,4,6
/proc/24929/task/24940/stat : 24940 (java) S 24927 24929 23987 0 -1 4202560 5237 0 0 0 17179 31 0 0 20 0 22 0 253599297 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428413126408 225448080444 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24929/tid=24941] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24941/stat : 24941 (java) S 24927 24929 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428412073848 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24942] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24942/stat : 24942 (java) S 24927 24929 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253599297 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428411020680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24943] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24943/stat : 24943 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428409969424 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=24944] ppid=24927 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/24929/task/24944/stat : 24944 (java) S 24927 24929 23987 0 -1 4202560 9722 0 0 0 160 2 0 0 20 0 22 0 253599300 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428408916280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24945] ppid=24927 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24929/task/24945/stat : 24945 (java) S 24927 24929 23987 0 -1 4202560 8614 0 0 0 123 3 0 0 20 0 22 0 253599300 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428407863736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24946] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24946/stat : 24946 (java) S 24927 24929 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253599300 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428406810872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24929/tid=24947] ppid=24927 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/24929/task/24947/stat : 24947 (java) S 24927 24929 23987 0 -1 4202560 56 0 0 0 17 20 0 0 20 0 22 0 253599300 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428405758536 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=24950] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/24950/stat : 24950 (java) S 24927 24929 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253599371 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428402566440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25042] ppid=24927 vsize=9824668 CPUtime=466.32 cores=0,2,4,6
/proc/24929/task/25042/stat : 25042 (java) S 24927 24929 23987 0 -1 4202560 18 0 0 0 46625 7 0 0 20 0 22 0 253639643 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428404669208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24929/tid=25043] ppid=24927 vsize=9824668 CPUtime=466.25 cores=0,2,4,6
/proc/24929/task/25043/stat : 25043 (java) S 24927 24929 23987 0 -1 4202560 14 0 0 0 46618 7 0 0 20 0 22 0 253639643 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428401511464 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24929/tid=25044] ppid=24927 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24929/task/25044/stat : 25044 (java) S 24927 24929 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253639643 10060460032 1046255 33554432000 1073741824 1073778376 140734142460656 140428403618728 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 981.204
CPU time (s): 1800.78
CPU user time (s): 1797.89
CPU system time (s): 2.89156
CPU usage (%): 183.528
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.89156
maximum resident set size= 4226236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35470
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25765
involuntary context switches= 35731

runsolver used 3.72243 second user time and 8.90265 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 17:52:28
IDJOB=3687888
IDBENCH=2252
IDSOLVER=2268
FILE ID=node137/3687888-1337874748
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= 05ceccb8ea9c274c844c39df1472d3cc
RANDOM SEED=579258093

node137.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.600
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.20
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.600
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.600
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.600
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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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:        27680320 kB
Buffers:          211764 kB
Cached:          2167608 kB
SwapCached:        22060 kB
Active:          2734652 kB
Inactive:        1673664 kB
Active(anon):    2008512 kB
Inactive(anon):    22680 kB
Active(file):     726140 kB
Inactive(file):  1650984 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       2016424 kB
Mapped:            17840 kB
Shmem:                 0 kB
Slab:             639088 kB
SReclaimable:      80548 kB
SUnreclaim:       558540 kB
KernelStack:        1624 kB
PageTables:         8660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2335704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1949696 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= 71512 MiB
End job on node137 at 2012-05-24 18:08:51