Trace number 3688336

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)-18535 1800.09 905.761

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
MD5SUM2533454829254b6bcc39aa8d9b25219b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-18535
Best CPU time to get the best result obtained on this benchmark886.746
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -18535
Optimality of the best value was proved NO
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305842614989581580
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688336-1337876832.opb
0.08/0.13	c reading problem ... 
0.45/0.35	c ... done. Wall clock time 0.224s.
0.45/0.35	c declared #vars     901
0.45/0.35	c #constraints  2522
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 840
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1680
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.45/0.35	c 2522 constraints processed.
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1680
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.45/0.35	c 2522 constraints processed.
0.45/0.35	c objective function length is 21 literals
4.56/1.72	c cleaning 2495 clauses out of 5000 with flag 5000/5000
5.59/2.25	c  And the winner is solver0
5.69/2.36	c SATISFIABLE
5.69/2.36	c OPTIMIZING...
5.69/2.36	c Got one! Elapsed wall clock time (in seconds):2.226
5.69/2.36	o -5
7.35/3.17	c cleaning 3756 clauses out of 7521 with flag 3002/10016
11.76/5.05	c cleaning 4877 clauses out of 9764 with flag 9001/16015
16.26/7.09	c cleaning 5931 clauses out of 11885 with flag 16000/23014
20.04/8.98	c cleaning 6969 clauses out of 13954 with flag 24000/31014
24.41/11.18	c cleaning 7990 clauses out of 15986 with flag 33001/40015
29.57/13.73	c cleaning 8993 clauses out of 17995 with flag 43000/50014
35.36/16.65	c cleaning 9995 clauses out of 20003 with flag 54001/61015
42.45/20.21	c cleaning 10997 clauses out of 22009 with flag 66002/73016
48.00/23.07	c  And the winner is solver0
48.10/23.37	c Got one! Elapsed wall clock time (in seconds):23.241
48.10/23.37	o -18535
50.84/24.78	c cleaning 13176 clauses out of 26374 with flag 5001/88378
54.16/26.43	c cleaning 9587 clauses out of 19197 with flag 11000/94377
57.64/28.26	c cleaning 8296 clauses out of 16612 with flag 18002/101379
61.68/30.36	c cleaning 8143 clauses out of 16316 with flag 26002/109379
66.02/32.56	c cleaning 8581 clauses out of 17171 with flag 35002/118379
71.14/35.16	c cleaning 9283 clauses out of 18588 with flag 45000/128377
76.01/37.68	c cleaning 10145 clauses out of 20306 with flag 56001/139378
82.45/40.92	c cleaning 11066 clauses out of 22160 with flag 68001/151378
89.14/44.33	c cleaning 12038 clauses out of 24093 with flag 81000/164377
96.43/48.02	c cleaning 13026 clauses out of 26055 with flag 95000/178377
104.14/51.92	c cleaning 14011 clauses out of 28029 with flag 110000/193377
113.56/56.71	c cleaning 14998 clauses out of 30018 with flag 126000/209377
122.87/61.41	c cleaning 16004 clauses out of 32020 with flag 143000/226377
134.58/67.33	c cleaning 17005 clauses out of 34016 with flag 161000/244377
146.28/73.24	c cleaning 18000 clauses out of 36012 with flag 180001/263378
157.06/78.74	c cleaning 18994 clauses out of 38011 with flag 200001/283378
169.16/84.87	c cleaning 20003 clauses out of 40017 with flag 221001/304378
182.27/91.45	c cleaning 20986 clauses out of 42011 with flag 243000/326377
195.74/98.28	c cleaning 22005 clauses out of 44027 with flag 266002/349379
210.88/105.90	c cleaning 23001 clauses out of 46020 with flag 290000/373377
225.14/113.13	c cleaning 23998 clauses out of 48021 with flag 315002/398379
241.78/121.57	c cleaning 25004 clauses out of 50021 with flag 341001/424378
258.62/130.09	c cleaning 26000 clauses out of 52016 with flag 368000/451377
276.74/139.22	c cleaning 27002 clauses out of 54017 with flag 396001/479378
297.68/149.78	c cleaning 27999 clauses out of 56014 with flag 425000/508377
320.12/161.08	c cleaning 29007 clauses out of 58015 with flag 455000/538377
339.71/170.98	c cleaning 29996 clauses out of 60008 with flag 486000/569377
358.39/180.47	c cleaning 30999 clauses out of 62015 with flag 518003/601380
378.63/190.61	c cleaning 31991 clauses out of 64012 with flag 551001/634378
402.09/202.41	c cleaning 33002 clauses out of 66021 with flag 585001/668378
429.14/216.01	c cleaning 34001 clauses out of 68019 with flag 620001/703378
454.77/229.10	c cleaning 35000 clauses out of 70018 with flag 656001/739378
481.64/242.54	c cleaning 36001 clauses out of 72017 with flag 693000/776377
509.28/256.49	c cleaning 36999 clauses out of 74016 with flag 731000/814377
537.09/270.40	c cleaning 37998 clauses out of 76019 with flag 770002/853379
568.60/286.39	c cleaning 38999 clauses out of 78019 with flag 810000/893377
592.41/298.30	c cleaning 40003 clauses out of 80020 with flag 851001/934378
621.46/312.95	c cleaning 40994 clauses out of 82016 with flag 893000/976377
651.67/328.15	c cleaning 42003 clauses out of 84023 with flag 936001/1019378
679.88/342.49	c cleaning 42996 clauses out of 86018 with flag 980000/1063377
714.72/359.93	c cleaning 44005 clauses out of 88023 with flag 1025001/1108378
746.75/376.07	c cleaning 45000 clauses out of 90015 with flag 1071000/1154377
780.79/393.10	c cleaning 45997 clauses out of 92015 with flag 1118000/1201377
816.40/411.12	c cleaning 47001 clauses out of 94018 with flag 1166000/1249377
853.60/429.81	c cleaning 47998 clauses out of 96017 with flag 1215000/1298377
897.46/451.82	c cleaning 48996 clauses out of 98019 with flag 1265000/1348377
933.90/470.13	c cleaning 50006 clauses out of 100022 with flag 1316000/1399377
969.46/488.13	c cleaning 51001 clauses out of 102016 with flag 1368000/1451377
1003.43/505.29	c cleaning 52000 clauses out of 104015 with flag 1421000/1504377
1038.05/522.62	c cleaning 52998 clauses out of 106015 with flag 1475000/1558377
1079.79/543.67	c cleaning 54006 clauses out of 108020 with flag 1530003/1613380
1119.36/563.60	c cleaning 54999 clauses out of 110012 with flag 1586001/1669378
1158.13/583.17	c cleaning 56000 clauses out of 112013 with flag 1643001/1726378
1208.58/608.46	c cleaning 56993 clauses out of 114012 with flag 1701000/1784377
1261.34/634.91	c cleaning 58007 clauses out of 116020 with flag 1760001/1843378
1315.09/662.05	c cleaning 58994 clauses out of 118013 with flag 1820001/1903378
1363.36/686.23	c cleaning 60008 clauses out of 120019 with flag 1881001/1964378
1413.53/711.49	c cleaning 60996 clauses out of 122010 with flag 1943000/2026377
1470.52/740.07	c cleaning 61994 clauses out of 124014 with flag 2006000/2089377
1523.14/766.56	c cleaning 63003 clauses out of 126021 with flag 2070001/2153378
1572.19/791.41	c cleaning 63993 clauses out of 128018 with flag 2135001/2218378
1623.10/816.91	c cleaning 65004 clauses out of 130024 with flag 2201000/2284377
1682.37/846.76	c cleaning 66002 clauses out of 132020 with flag 2268000/2351377
1742.67/876.99	c cleaning 66997 clauses out of 134019 with flag 2336001/2419378
1800.07/905.71	c starts		: 231
1800.07/905.71	c conflicts		: 2482175
1800.07/905.71	c decisions		: 2788560
1800.07/905.71	c propagations		: 113363125
1800.07/905.71	c inspects		: 2758869726
1800.07/905.71	c shortcuts		: 0
1800.07/905.71	c learnt literals	: 15
1800.07/905.71	c learnt binary clauses	: 49
1800.07/905.71	c learnt ternary clauses	: 166
1800.07/905.71	c learnt constraints	: 2482160
1800.07/905.71	c ignored constraints	: 0
1800.07/905.71	c root simplifications	: 0
1800.07/905.71	c removed literals (reason simplification)	: 453174692
1800.07/905.71	c reason swapping (by a shorter reason)	: 0
1800.07/905.71	c Calls to reduceDB	: 73
1800.07/905.71	c number of reductions to clauses (during analyze)	: 0
1800.07/905.71	c number of learned constraints concerned by reduction	: 0
1800.07/905.71	c number of learning phase by resolution	: 0
1800.07/905.71	c number of learning phase by cutting planes	: 0
1800.07/905.71	c speed (assignments/second)	: 125214.70149665874
1800.07/905.71	c non guided choices	31
1800.07/905.74	c learnt constraints type 
1800.07/905.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.07/905.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129812
1800.07/905.74	c constraints type 
1800.07/905.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 840
1800.07/905.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1680
1800.07/905.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
1800.07/905.74	c 2523 constraints processed.
1800.07/905.74	c constraints type 
1800.07/905.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1680
1800.07/905.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
1800.07/905.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.07/905.74	c 2523 constraints processed.
1800.07/905.74	s SATISFIABLE
1800.07/905.75	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 
1800.07/905.75	c objective function=-18535
1800.07/905.75	c Total wall clock time (in seconds): 905.615

Verifier Data

OK	-18535

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.02 3.88 3.78 4/197 25077
/proc/meminfo: memFree=28591684/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/25077/stat : 25077 (java) R 25075 25077 23801 0 -1 4202496 90 0 0 0 0 0 0 0 20 0 1 0 253808786 344064 43 33554432000 1073741824 1073778376 140736356102848 140736356100024 214360420348 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25077/statm: 625 47 37 9 0 29 0

[startup+0.0888239 s]
/proc/loadavg: 4.02 3.88 3.78 4/197 25077
/proc/meminfo: memFree=28591684/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 3325 0 1 0 5 1 0 0 20 0 18 0 253808786 9787813888 4533 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2389603 4533 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100324 s]
/proc/loadavg: 4.02 3.88 3.78 4/197 25077
/proc/meminfo: memFree=28591684/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 3961 0 1 0 7 1 0 0 20 0 18 0 253808786 9787813888 5153 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2389603 5165 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300288 s]
/proc/loadavg: 4.02 3.88 3.78 4/197 25077
/proc/meminfo: memFree=28591684/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 5281 0 1 0 43 2 0 0 20 0 18 0 253808786 9787813888 7695 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2389603 7695 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.70019 s]
/proc/loadavg: 4.02 3.88 3.78 4/197 25077
/proc/meminfo: memFree=28591684/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 13912 0 1 0 192 4 0 0 20 0 22 0 253808786 10060460032 17710 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 17710 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 4.02 3.88 3.78 6/219 25099
/proc/meminfo: memFree=28500488/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=4.16 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 14041 0 1 0 409 7 0 0 20 0 22 0 253808786 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 46438 2264 9 0 2446860 0
[pid=25077/tid=25079] ppid=25075 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/25077/task/25079/stat : 25079 (java) S 25075 25077 23801 0 -1 4202560 2458 0 1 0 31 1 0 0 20 0 22 0 253808787 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123468858360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25080] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25080/stat : 25080 (java) S 25075 25077 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123446958504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25081] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25081/stat : 25081 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123445905960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25082] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25082/stat : 25082 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123444852904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 4966 0 0 0 78 0 0 0 20 0 22 0 253808793 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.72 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5203 0 0 0 71 1 0 0 20 0 22 0 253808793 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25096] ppid=25075 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/25077/task/25096/stat : 25096 (java) R 25075 25077 23801 0 -1 4202560 25 0 0 0 110 0 0 0 20 0 22 0 253808822 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123082918032 140123325431435 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25097] ppid=25075 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25077/task/25097/stat : 25097 (java) R 25075 25077 23801 0 -1 4202560 148 0 0 0 110 1 0 0 20 0 22 0 253808822 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123081866360 140123325568167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25098] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25098/stat : 25098 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123080815400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25099] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25099/stat : 25099 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 46438 33554432000 1073741824 1073778376 140736522578288 140123079762856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 4.02 3.88 3.78 5/219 25099
/proc/meminfo: memFree=28389152/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=7.35 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 14118 0 1 0 724 11 0 0 20 0 22 0 253808786 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 52613 2279 9 0 2446860 0
[pid=25077/tid=25079] ppid=25075 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/25077/task/25079/stat : 25079 (java) S 25075 25077 23801 0 -1 4202560 2458 0 1 0 31 1 0 0 20 0 22 0 253808787 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123468858360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25080] ppid=25075 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25077/task/25080/stat : 25080 (java) S 25075 25077 23801 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123446958504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25081] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25081/stat : 25081 (java) S 25075 25077 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123445905960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25082] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25082/stat : 25082 (java) S 25075 25077 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123444852904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 253808790 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=0.84 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 4970 0 0 0 84 0 0 0 20 0 22 0 253808793 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5207 0 0 0 89 2 0 0 20 0 22 0 253808793 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25099] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25099/stat : 25099 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 52613 33554432000 1073741824 1073778376 140736522578288 140123079762856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9824668

[startup+6.30094 s]
/proc/loadavg: 4.02 3.89 3.78 6/219 25102
/proc/meminfo: memFree=28344976/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=14.84 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 21411 0 1 0 1467 17 0 0 20 0 22 0 253808786 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 76556 2279 9 0 2446860 0
[pid=25077/tid=25079] ppid=25075 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/25077/task/25079/stat : 25079 (java) S 25075 25077 23801 0 -1 4202560 2458 0 1 0 31 1 0 0 20 0 22 0 253808787 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123468858360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25080] ppid=25075 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25077/task/25080/stat : 25080 (java) S 25075 25077 23801 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123446958504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25081] ppid=25075 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25077/task/25081/stat : 25081 (java) S 25075 25077 23801 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123445905960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25082] ppid=25075 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25077/task/25082/stat : 25082 (java) S 25075 25077 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123444852904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253808789 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 105 0 0 0 14 0 0 0 20 0 22 0 253808790 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 12126 0 0 0 190 3 0 0 20 0 22 0 253808793 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5208 0 0 0 97 2 0 0 20 0 22 0 253808793 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 76556 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 700 0 0 0 321 14 0 0 20 0 22 0 253808789 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 615 0 0 0 340 17 0 0 20 0 22 0 253808789 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 653 0 0 0 326 15 0 0 20 0 22 0 253808789 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 846 0 0 0 323 17 0 0 20 0 22 0 253808789 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 628 0 0 0 331 15 0 0 20 0 22 0 253808789 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=24.98 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 1956 0 0 0 2456 42 0 0 20 0 22 0 253808790 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 12137 0 0 0 207 3 0 0 20 0 22 0 253808793 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5209 0 0 0 97 2 0 0 20 0 22 0 253808793 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 51 0 0 0 21 21 0 0 20 0 22 0 253808793 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25099] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25099/stat : 25099 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123079762856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25103] ppid=25075 vsize=9824668 CPUtime=824.58 cores=1,3,5,7
/proc/25077/task/25103/stat : 25103 (java) R 25075 25077 23801 0 -1 4202560 535 0 0 0 82440 18 0 0 20 0 22 0 253811124 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123082920672 140123325546898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25104] ppid=25075 vsize=9824668 CPUtime=824.65 cores=1,3,5,7
/proc/25077/task/25104/stat : 25104 (java) R 25075 25077 23801 0 -1 4202560 6318 0 0 0 82440 25 0 0 20 0 22 0 253811124 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123081865824 140123326013207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25105] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25105/stat : 25105 (java) S 25075 25077 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253811129 10060460032 300542 33554432000 1073741824 1073778376 140736522578288 140123080815784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1752.98
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.701 s]
/proc/loadavg: 3.80 3.92 3.88 5/219 25277
/proc/meminfo: memFree=28168168/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 36921 0 1 0 179770 237 0 0 20 0 22 0 253808786 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 318588 2281 9 0 2446860 0
[pid=25077/tid=25079] ppid=25075 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25077/task/25079/stat : 25079 (java) S 25075 25077 23801 0 -1 4202560 2498 0 1 0 35 3 0 0 20 0 22 0 253808787 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123468858360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25080] ppid=25075 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/25077/task/25080/stat : 25080 (java) S 25075 25077 23801 0 -1 4202560 559 0 0 0 343 17 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123446958504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25081] ppid=25075 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/25077/task/25081/stat : 25081 (java) S 25075 25077 23801 0 -1 4202560 868 0 0 0 342 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123445905960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25082] ppid=25075 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/25077/task/25082/stat : 25082 (java) S 25075 25077 23801 0 -1 4202560 955 0 0 0 336 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123444852904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 799 0 0 0 326 15 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 812 0 0 0 347 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 852 0 0 0 335 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 863 0 0 0 328 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 775 0 0 0 341 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=24.99 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 2008 0 0 0 2456 43 0 0 20 0 22 0 253808790 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 12137 0 0 0 207 3 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5209 0 0 0 97 2 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 53 0 0 0 22 22 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25099] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25099/stat : 25099 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123079762856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25103] ppid=25075 vsize=9824668 CPUtime=847.73 cores=1,3,5,7
/proc/25077/task/25103/stat : 25103 (java) R 25075 25077 23801 0 -1 4202560 538 0 0 0 84755 18 0 0 20 0 22 0 253811124 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123082919712 140123325431559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25104] ppid=25075 vsize=9824668 CPUtime=847.81 cores=1,3,5,7
/proc/25077/task/25104/stat : 25104 (java) R 25075 25077 23801 0 -1 4202560 6321 0 0 0 84756 25 0 0 20 0 22 0 253811124 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123081865744 140123326013261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25105] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25105/stat : 25105 (java) S 25075 25077 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253811129 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123080815784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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

[startup+905.701 s]
/proc/loadavg: 3.80 3.92 3.88 5/219 25277
/proc/meminfo: memFree=28168168/32873844 swapFree=7616/7616
[pid=25077] ppid=25075 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/25077/stat : 25077 (java) S 25075 25077 23801 0 -1 4202496 36921 0 1 0 179770 237 0 0 20 0 22 0 253808786 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140736522569424 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25077/statm: 2456167 318588 2281 9 0 2446860 0
[pid=25077/tid=25079] ppid=25075 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25077/task/25079/stat : 25079 (java) S 25075 25077 23801 0 -1 4202560 2498 0 1 0 35 3 0 0 20 0 22 0 253808787 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123468858360 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25080] ppid=25075 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/25077/task/25080/stat : 25080 (java) S 25075 25077 23801 0 -1 4202560 559 0 0 0 343 17 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123446958504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25081] ppid=25075 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/25077/task/25081/stat : 25081 (java) S 25075 25077 23801 0 -1 4202560 868 0 0 0 342 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123445905960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25082] ppid=25075 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/25077/task/25082/stat : 25082 (java) S 25075 25077 23801 0 -1 4202560 955 0 0 0 336 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123444852904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25083] ppid=25075 vsize=9824668 CPUtime=3.41 cores=1,3,5,7
/proc/25077/task/25083/stat : 25083 (java) S 25075 25077 23801 0 -1 4202560 799 0 0 0 326 15 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123443800360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25084] ppid=25075 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/25077/task/25084/stat : 25084 (java) S 25075 25077 23801 0 -1 4202560 812 0 0 0 347 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123106700200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25085] ppid=25075 vsize=9824668 CPUtime=3.51 cores=1,3,5,7
/proc/25077/task/25085/stat : 25085 (java) S 25075 25077 23801 0 -1 4202560 852 0 0 0 335 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123105647656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25086] ppid=25075 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/25077/task/25086/stat : 25086 (java) S 25075 25077 23801 0 -1 4202560 863 0 0 0 328 18 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123104594600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25087] ppid=25075 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/25077/task/25087/stat : 25087 (java) S 25075 25077 23801 0 -1 4202560 775 0 0 0 341 16 0 0 20 0 22 0 253808789 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123103542056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25088] ppid=25075 vsize=9824668 CPUtime=24.99 cores=1,3,5,7
/proc/25077/task/25088/stat : 25088 (java) S 25075 25077 23801 0 -1 4202560 2008 0 0 0 2456 43 0 0 20 0 22 0 253808790 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123091343720 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25089] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25089/stat : 25089 (java) S 25075 25077 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253808790 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123090290040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25090] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25090/stat : 25090 (java) S 25075 25077 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253808791 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123089236872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25091] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25091/stat : 25091 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123088185616 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25077/tid=25092] ppid=25075 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25077/task/25092/stat : 25092 (java) S 25075 25077 23801 0 -1 4202560 12137 0 0 0 207 3 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123087133496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25077/tid=25093] ppid=25075 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/25077/task/25093/stat : 25093 (java) S 25075 25077 23801 0 -1 4202560 5209 0 0 0 97 2 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123086080952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25094] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25094/stat : 25094 (java) S 25075 25077 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123085028088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25095] ppid=25075 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25077/task/25095/stat : 25095 (java) S 25075 25077 23801 0 -1 4202560 53 0 0 0 22 22 0 0 20 0 22 0 253808793 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123083975752 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25099] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25099/stat : 25099 (java) S 25075 25077 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253808823 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123079762856 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25103] ppid=25075 vsize=9824668 CPUtime=847.73 cores=1,3,5,7
/proc/25077/task/25103/stat : 25103 (java) R 25075 25077 23801 0 -1 4202560 538 0 0 0 84755 18 0 0 20 0 22 0 253811124 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123082919712 140123325431559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25077/tid=25104] ppid=25075 vsize=9824668 CPUtime=847.81 cores=1,3,5,7
/proc/25077/task/25104/stat : 25104 (java) R 25075 25077 23801 0 -1 4202560 6321 0 0 0 84756 25 0 0 20 0 22 0 253811124 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123081865744 140123326013261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25077/tid=25105] ppid=25075 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25077/task/25105/stat : 25105 (java) S 25075 25077 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253811129 10060460032 318588 33554432000 1073741824 1073778376 140736522578288 140123080815784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25077 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=548339
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=813572
# CPU time returned by wait4() is 1796.36
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 905.761
CPU time (s): 1800.09
CPU user time (s): 1797.72
CPU system time (s): 2.37
CPU usage (%): 198.738
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.55
system time used= 2.81357
maximum resident set size= 1274496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36959
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37192
involuntary context switches= 60628

runsolver used 3.36349 second user time and 9.2216 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 18:27:12
IDJOB=3688336
IDBENCH=3007
IDSOLVER=2268
FILE ID=node130/3688336-1337876832
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688336-1337876832/watcher-3688336-1337876832 -o /tmp/evaluation-result-3688336-1337876832/solver-3688336-1337876832 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688336-1337876832.opb

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

MD5SUM BENCH= 2533454829254b6bcc39aa8d9b25219b
RANDOM SEED=647637232

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28592220 kB
Buffers:          198140 kB
Cached:          2126100 kB
SwapCached:            0 kB
Active:          1661136 kB
Inactive:        1825196 kB
Active(anon):    1164552 kB
Inactive(anon):        0 kB
Active(file):     496584 kB
Inactive(file):  1825196 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               516 kB
Writeback:             0 kB
AnonPages:       1179236 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             627420 kB
SReclaimable:      69484 kB
SUnreclaim:       557936 kB
KernelStack:        1624 kB
PageTables:         6604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2656072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 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= 71672 MiB
End job on node130 at 2012-05-24 18:42:20