Trace number 4106663

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
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-59 1801.98 1787.14

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_3.opb
MD5SUM18e694be8bacc67580164c28dde5ca1c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-70
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint107
Number of terms in the objective function 1000
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 1000
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 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75294
Sum of products size (including duplicates)150588
Number of different products37647
Sum of products size75294

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106663-1466272957.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.97/0.85	c ... done. Wall clock time 0.745s.
1.97/0.85	c declared #vars     1000
1.97/0.85	c internal #vars     38647
1.97/0.85	c #constraints  77294
1.97/0.85	c constraints type 
1.97/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37647
1.97/0.85	c org.sat4j.minisat.constraints.cnf.UnitClauses => 960
1.97/0.85	c org.sat4j.specs.Constr$1 => 1024
1.97/0.85	c org.sat4j.minisat.constraints.cnf.UnitClause => 16
1.97/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37647
1.97/0.85	c 77294 constraints processed.
1.97/0.85	c objective function length is 1000 literals
2.27/0.99	c SATISFIABLE
2.27/0.99	c OPTIMIZING...
2.27/0.99	c Got one! Elapsed wall clock time (in seconds):0.894
2.27/0.99	o -54
2.80/1.11	c Got one! Elapsed wall clock time (in seconds):1.008
2.80/1.11	o -55
2.80/1.15	c Got one! Elapsed wall clock time (in seconds):1.051
2.80/1.15	o -56
3.22/1.30	c Got one! Elapsed wall clock time (in seconds):1.204
3.22/1.30	o -57
3.86/1.99	c cleaning 2917 clauses out of 5833 with flag 10410/5833
4.77/2.75	c cleaning 4457 clauses out of 8917 with flag 22748/11834
5.17/3.16	c Got one! Elapsed wall clock time (in seconds):3.061
5.17/3.16	o -58
5.48/3.38	c Got one! Elapsed wall clock time (in seconds):3.284
5.48/3.38	o -59
5.71/3.55	c cleaning 5284 clauses out of 10568 with flag 2130/17942
6.52/4.31	c cleaning 5641 clauses out of 11282 with flag 14584/23940
7.47/5.20	c cleaning 6319 clauses out of 12642 with flag 29042/30941
9.40/7.01	c cleaning 7155 clauses out of 14322 with flag 46158/38940
12.50/10.13	c cleaning 8077 clauses out of 16168 with flag 67190/47941
16.00/13.63	c cleaning 9042 clauses out of 18090 with flag 91271/57940
19.90/17.60	c cleaning 10021 clauses out of 20048 with flag 117435/68940
24.09/21.71	c cleaning 11014 clauses out of 22027 with flag 145040/80940
28.50/26.17	c cleaning 12005 clauses out of 24014 with flag 174300/93941
33.38/30.72	c cleaning 13004 clauses out of 26008 with flag 205849/107940
35.79/33.19	c cleaning 14001 clauses out of 28004 with flag 237694/122940
38.48/35.83	c cleaning 15001 clauses out of 30004 with flag 271134/138941
41.19/38.58	c cleaning 16000 clauses out of 32002 with flag 306178/155940
44.64/41.83	c cleaning 17001 clauses out of 34004 with flag 343597/173942
47.94/45.18	c cleaning 18001 clauses out of 36002 with flag 383664/192941
51.43/48.64	c cleaning 19000 clauses out of 38001 with flag 425860/212941
55.14/52.40	c cleaning 19999 clauses out of 40001 with flag 470244/233941
59.24/56.40	c cleaning 21000 clauses out of 42005 with flag 516263/255944
63.45/60.66	c cleaning 21996 clauses out of 44001 with flag 564678/278940
68.91/65.71	c cleaning 23003 clauses out of 46005 with flag 615463/302940
73.91/70.80	c cleaning 23994 clauses out of 48003 with flag 668620/327941
79.31/76.19	c cleaning 25004 clauses out of 50008 with flag 722819/353940
85.11/81.98	c cleaning 26000 clauses out of 52004 with flag 779095/380940
91.22/88.06	c cleaning 27002 clauses out of 54004 with flag 837439/408940
98.50/94.89	c cleaning 27997 clauses out of 56003 with flag 898337/437941
105.60/101.93	c cleaning 29002 clauses out of 58008 with flag 961794/467943
112.71/109.03	c cleaning 29998 clauses out of 60003 with flag 1027169/498940
120.41/116.71	c cleaning 31001 clauses out of 62009 with flag 1094109/530944
127.90/124.27	c cleaning 32001 clauses out of 64005 with flag 1163405/563941
136.10/132.47	c cleaning 32999 clauses out of 66003 with flag 1235028/597940
146.67/142.33	c cleaning 33993 clauses out of 68005 with flag 1308682/632941
155.77/151.48	c cleaning 35003 clauses out of 70011 with flag 1383050/668940
164.88/160.58	c cleaning 36000 clauses out of 72012 with flag 1459687/705944
174.99/170.61	c cleaning 37002 clauses out of 74008 with flag 1539767/743940
186.52/181.15	c cleaning 38000 clauses out of 76006 with flag 1621997/782940
198.12/192.80	c cleaning 39000 clauses out of 78007 with flag 1706531/822941
209.92/204.57	c cleaning 39998 clauses out of 80007 with flag 1793168/863941
222.32/216.99	c cleaning 41004 clauses out of 82010 with flag 1881223/905942
234.12/228.74	c cleaning 42002 clauses out of 84004 with flag 1970650/948940
247.12/241.77	c cleaning 42996 clauses out of 86005 with flag 2063495/992943
261.25/255.61	c cleaning 44002 clauses out of 88006 with flag 2157351/1037940
274.45/268.89	c cleaning 45004 clauses out of 90009 with flag 2252918/1083945
287.85/282.22	c cleaning 46000 clauses out of 92000 with flag 2351517/1130940
301.96/296.34	c cleaning 46990 clauses out of 94001 with flag 2452497/1178941
316.46/310.88	c cleaning 48005 clauses out of 96011 with flag 2555634/1227941
333.53/326.85	c cleaning 49001 clauses out of 98005 with flag 2661047/1277940
348.84/342.16	c cleaning 49998 clauses out of 100004 with flag 2766880/1328940
365.34/358.70	c cleaning 51004 clauses out of 102007 with flag 2874580/1380941
382.13/375.40	c cleaning 51999 clauses out of 104004 with flag 2984801/1433942
398.23/391.56	c cleaning 53002 clauses out of 106005 with flag 3096346/1487942
417.54/409.85	c cleaning 53999 clauses out of 108001 with flag 3210212/1542940
435.94/428.26	c cleaning 55002 clauses out of 110004 with flag 3326061/1598942
454.06/446.33	c cleaning 55995 clauses out of 112001 with flag 3443965/1655941
471.56/463.89	c cleaning 57001 clauses out of 114008 with flag 3564468/1713943
493.27/485.58	c cleaning 57997 clauses out of 116004 with flag 3686973/1772940
515.31/507.20	c cleaning 59001 clauses out of 118007 with flag 3811105/1832940
537.41/529.21	c cleaning 60001 clauses out of 120006 with flag 3937510/1893940
559.62/551.41	c cleaning 60994 clauses out of 122005 with flag 4066325/1955940
581.11/572.93	c cleaning 62002 clauses out of 124011 with flag 4195968/2018940
604.81/596.61	c cleaning 63002 clauses out of 126012 with flag 4328087/2082943
631.79/623.00	c cleaning 63999 clauses out of 128009 with flag 4463875/2147942
656.10/647.30	c cleaning 64997 clauses out of 130009 with flag 4603175/2213941
685.01/676.23	c cleaning 66001 clauses out of 132011 with flag 4744607/2280940
713.21/704.40	c cleaning 67003 clauses out of 134011 with flag 4887311/2348941
741.06/732.10	c cleaning 68002 clauses out of 136007 with flag 5032386/2417940
766.87/757.82	c cleaning 68995 clauses out of 138005 with flag 5179780/2487940
796.87/787.82	c cleaning 70005 clauses out of 140010 with flag 5328633/2558940
832.06/822.47	c cleaning 71001 clauses out of 142005 with flag 5481366/2630940
868.07/858.41	c cleaning 71997 clauses out of 144006 with flag 5635815/2703942
902.37/892.75	c cleaning 72999 clauses out of 146007 with flag 5791948/2777940
935.48/925.80	c cleaning 74004 clauses out of 148008 with flag 5950383/2852940
970.22/960.36	c cleaning 74997 clauses out of 150004 with flag 6110180/2928940
1009.41/999.57	c cleaning 76000 clauses out of 152007 with flag 6272693/3005940
1048.02/1038.13	c cleaning 76999 clauses out of 154007 with flag 6435556/3083940
1091.49/1081.20	c cleaning 78003 clauses out of 156009 with flag 6602174/3162941
1133.09/1122.70	c cleaning 78997 clauses out of 158005 with flag 6770321/3242940
1174.98/1164.22	c cleaning 79998 clauses out of 160008 with flag 6941112/3323940
1216.59/1205.80	c cleaning 81001 clauses out of 162010 with flag 7113274/3405940
1259.41/1248.64	c cleaning 82001 clauses out of 164009 with flag 7288538/3488940
1299.81/1288.56	c cleaning 82994 clauses out of 166009 with flag 7464324/3572941
1339.71/1328.47	c cleaning 84000 clauses out of 168015 with flag 7643511/3657941
1382.35/1370.49	c cleaning 84999 clauses out of 170014 with flag 7822633/3743940
1427.15/1415.28	c cleaning 86006 clauses out of 172015 with flag 8004918/3830940
1475.55/1462.91	c cleaning 87007 clauses out of 174013 with flag 8188135/3918944
1521.56/1508.99	c cleaning 88000 clauses out of 176004 with flag 8373310/4007942
1564.12/1551.23	c cleaning 88996 clauses out of 178002 with flag 8561252/4097940
1605.84/1592.95	c cleaning 90003 clauses out of 180007 with flag 8752357/4188941
1651.92/1638.65	c cleaning 91000 clauses out of 182004 with flag 8945458/4280941
1696.44/1683.18	c cleaning 92000 clauses out of 184005 with flag 9140418/4373942
1746.67/1733.16	c cleaning 92994 clauses out of 186005 with flag 9338321/4467942
1801.09/1787.08	c starts		: 1384
1801.09/1787.08	c conflicts		: 4562317
1801.09/1787.08	c decisions		: 6056210
1801.09/1787.08	c propagations		: 26447807
1801.09/1787.08	c inspects		: 17250315617
1801.09/1787.08	c shortcuts		: 0
1801.09/1787.08	c learnt literals	: 0
1801.09/1787.08	c learnt binary clauses	: 0
1801.09/1787.08	c learnt ternary clauses	: 0
1801.09/1787.08	c learnt constraints	: 4562317
1801.09/1787.08	c ignored constraints	: 0
1801.09/1787.08	c root simplifications	: 0
1801.09/1787.08	c removed literals (reason simplification)	: 0
1801.09/1787.08	c reason swapping (by a shorter reason)	: 0
1801.09/1787.08	c Calls to reduceDB	: 92
1801.09/1787.08	c Number of update (reduction) of LBD	: 260431
1801.09/1787.08	c Imported unit clauses	: 0
1801.09/1787.08	c number of reductions to clauses (during analyze)	: 0
1801.09/1787.08	c number of learned constraints concerned by reduction	: 0
1801.09/1787.08	c number of learning phase by resolution	: 0
1801.09/1787.08	c number of learning phase by cutting planes	: 0
1801.09/1787.08	c speed (assignments/second)	: 14807.034624460786
1801.09/1787.08	c non guided choices	0
1801.21/1787.11	c learnt constraints type 
1801.21/1787.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187386
1801.21/1787.11	s SATISFIABLE
1801.21/1787.11	c Found 6 solution(s)
1801.21/1787.12	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 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
1801.21/1787.12	c objective function=-59
1801.21/1787.12	c Total wall clock time (in seconds): 1787.019

Verifier Data

OK	-59

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4106663-1466272957/watcher-4106663-1466272957 -o /tmp/evaluation-result-4106663-1466272957/solver-4106663-1466272957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106663-1466272957.opb 

pid=29011
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: 2.08 2.08 2.09 3/194 29014
/proc/meminfo: memFree=31470916/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29345679 98570240 977 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 24065 977 743 9 0 16771 0
[pid=29014/tid=29015] ppid=29011 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29345679 98570240 977 33554432000 1073741824 1073778376 140735834402032 139788879285800 224922518912 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.08 2.08 2.09 3/194 29014
/proc/meminfo: memFree=31470916/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 29345679 9787879424 6121 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2389619 6121 2157 9 0 2380296 0
[pid=29014/tid=29015] ppid=29011 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 29345679 9787879424 6121 33554432000 1073741824 1073778376 140735834402032 139788879289248 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.08 2.08 2.09 3/194 29014
/proc/meminfo: memFree=31470916/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 4689 0 1 0 25 1 0 0 20 0 18 0 29345679 9787879424 6761 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2389619 6761 2214 9 0 2380296 0
[pid=29014/tid=29015] ppid=29011 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 18 0 29345679 9787879424 6761 33554432000 1073741824 1073778376 140735834402032 139788879289248 139788720243244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.08 2.08 2.09 3/194 29014
/proc/meminfo: memFree=31470916/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 5511 0 1 0 47 1 0 0 20 0 18 0 29345679 9787879424 8822 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2389619 8822 2243 9 0 2380296 0
[pid=29014/tid=29015] ppid=29011 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2409 0 1 0 27 0 0 0 20 0 18 0 29345679 9787879424 8822 33554432000 1073741824 1073778376 140735834402032 139788879289248 139788720078720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 2.08 2.08 2.09 3/194 29014
/proc/meminfo: memFree=31470916/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9558476 CPUtime=1.67 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 21601 0 1 0 162 5 0 0 20 0 18 0 29345679 9787879424 32481 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2389619 32481 2256 9 0 2380296 0
[pid=29014/tid=29015] ppid=29011 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2444 0 1 0 65 2 0 0 20 0 18 0 29345679 9787879424 32481 33554432000 1073741824 1073778376 140735834402032 139788879289248 139788720422392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.08 2.08 2.09 5/213 29033
/proc/meminfo: memFree=31298340/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 23020 0 1 0 334 9 0 0 20 0 19 0 29345679 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2406260 55557 2282 9 0 2396937 0
[pid=29014/tid=29015] ppid=29011 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2482 0 1 0 140 3 0 0 20 0 19 0 29345679 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788879290040 139788721082381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) S 29011 29014 26669 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788233468136 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11273 0 0 0 91 2 0 0 20 0 19 0 29345684 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7840 0 0 0 85 2 0 0 20 0 19 0 29345684 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29033] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29033/stat : 29033 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29345771 9856040960 55557 33554432000 1073741824 1073778376 140735834402032 139788225045416 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.07 2.08 2.09 3/213 29033
/proc/meminfo: memFree=31256752/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9625040 CPUtime=5.17 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 23030 0 1 0 508 9 0 0 20 0 19 0 29345679 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2406260 55564 2289 9 0 2396937 0
[pid=29014/tid=29015] ppid=29011 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2483 0 1 0 300 3 0 0 20 0 19 0 29345679 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788879290776 139788721168760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29345680 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) S 29011 29014 26669 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788233468136 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11276 0 0 0 101 2 0 0 20 0 19 0 29345684 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7846 0 0 0 89 2 0 0 20 0 19 0 29345684 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29033] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29033/stat : 29033 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29345771 9856040960 55564 33554432000 1073741824 1073778376 140735834402032 139788225045416 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.07 2.08 2.09 10/213 29033
/proc/meminfo: memFree=31192196/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9625040 CPUtime=8.7 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 23635 0 1 0 853 17 0 0 20 0 19 0 29345679 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2406260 71675 2289 9 0 2396937 0
[pid=29014/tid=29015] ppid=29011 vsize=9625040 CPUtime=6.18 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 2486 0 1 0 615 3 0 0 20 0 19 0 29345679 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788879289552 139788720457370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 78 0 0 0 3 3 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 157 0 0 0 1 1 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 81 0 0 0 1 2 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 133 0 0 0 1 2 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 29345680 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) S 29011 29014 26669 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788233468136 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11276 0 0 0 105 2 0 0 20 0 19 0 29345684 9856040960 71675 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9625040 CPUtime=1.06 cores=0,2,4,6

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

[pid=29014/tid=29023] ppid=29011 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8663 0 0 0 137 39 0 0 20 0 19 0 29345680 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 8217 0 0 0 135 32 0 0 20 0 19 0 29345680 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) S 29011 29014 26669 0 -1 4202560 2405 0 0 0 253 3 0 0 20 0 19 0 29345681 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788233468136 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29345681 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11276 0 0 0 105 2 0 0 20 0 19 0 29345684 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7982 0 0 0 106 2 0 0 20 0 19 0 29345684 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29345684 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 103 0 0 0 37 38 0 0 20 0 19 0 29345684 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29033] ppid=29011 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29033/stat : 29033 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29345771 9856040960 855677 33554432000 1073741824 1073778376 140735834402032 139788225045416 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 29014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.8 s]
/proc/loadavg: 2.06 2.07 2.07 3/213 29144
/proc/meminfo: memFree=27577552/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9691604 CPUtime=1800.89 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 83585 0 1 0 179707 382 0 0 20 0 20 0 29345679 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2422901 857160 2298 9 0 2413578 0
[pid=29014/tid=29015] ppid=29011 vsize=9691604 CPUtime=1780.07 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) S 29011 29014 26669 0 -1 4202560 3354 0 1 0 177970 37 0 0 20 0 20 0 29345679 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788879288792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9691604 CPUtime=1.99 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 9031 0 0 0 156 43 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9691604 CPUtime=2.11 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 7973 0 0 0 161 50 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9691604 CPUtime=2.1 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 8140 0 0 0 163 47 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9691604 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 4855 0 0 0 139 42 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9691604 CPUtime=2.08 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 6629 0 0 0 154 54 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9691604 CPUtime=1.93 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 3582 0 0 0 160 33 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9691604 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8667 0 0 0 142 39 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9691604 CPUtime=1.84 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 8305 0 0 0 151 33 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9691604 CPUtime=2.68 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) R 29011 29014 26669 0 -1 4202560 2406 0 0 0 265 3 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788233466888 139788886145623 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9691604 CPUtime=1.07 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11276 0 0 0 105 2 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9691604 CPUtime=1.08 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7982 0 0 0 106 2 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9691604 CPUtime=0.75 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 103 0 0 0 37 38 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29033] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29033/stat : 29033 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 29345771 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788225045416 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 9691604

[startup+1787 s]
/proc/loadavg: 2.06 2.07 2.07 3/213 29144
/proc/meminfo: memFree=27577552/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9691604 CPUtime=1801.09 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 83585 0 1 0 179727 382 0 0 20 0 20 0 29345679 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2422901 857160 2298 9 0 2413578 0
[pid=29014/tid=29015] ppid=29011 vsize=9691604 CPUtime=1780.07 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) S 29011 29014 26669 0 -1 4202560 3354 0 1 0 177970 37 0 0 20 0 20 0 29345679 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788879288792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9691604 CPUtime=1.99 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 9031 0 0 0 156 43 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9691604 CPUtime=2.11 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 7973 0 0 0 161 50 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9691604 CPUtime=2.1 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 8140 0 0 0 163 47 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9691604 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 4855 0 0 0 139 42 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9691604 CPUtime=2.08 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 6629 0 0 0 154 54 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9691604 CPUtime=1.93 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 3582 0 0 0 160 33 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9691604 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8667 0 0 0 142 39 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9691604 CPUtime=1.84 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 8305 0 0 0 151 33 0 0 20 0 20 0 29345680 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9691604 CPUtime=2.88 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) R 29011 29014 26669 0 -1 4202560 2406 0 0 0 285 3 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788233466888 224922190108 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 29345681 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9691604 CPUtime=1.07 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) S 29011 29014 26669 0 -1 4202560 11276 0 0 0 105 2 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788229257912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9691604 CPUtime=1.08 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7982 0 0 0 106 2 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9691604 CPUtime=0.75 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 103 0 0 0 37 38 0 0 20 0 20 0 29345684 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29033] ppid=29011 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29033/stat : 29033 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 29345771 9924202496 857160 33554432000 1073741824 1073778376 140735834402032 139788225045416 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 9691604

[startup+1787.1 s]
/proc/loadavg: 2.06 2.07 2.07 3/213 29144
/proc/meminfo: memFree=27577552/32872528 swapFree=163656/177964
[pid=29014] ppid=29011 vsize=9758168 CPUtime=1801.21 cores=0,2,4,6
/proc/29014/stat : 29014 (java) S 29011 29014 26669 0 -1 4202496 83758 0 1 0 179739 382 0 0 20 0 20 0 29345679 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 140735834393168 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29014/statm: 2439542 857329 2299 9 0 2430219 0
[pid=29014/tid=29015] ppid=29011 vsize=9758168 CPUtime=1780.08 cores=0,2,4,6
/proc/29014/task/29015/stat : 29015 (java) R 29011 29014 26669 0 -1 4202560 3354 0 1 0 177971 37 0 0 20 0 20 0 29345679 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788879288672 139788721322036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29017] ppid=29011 vsize=9758168 CPUtime=1.99 cores=0,2,4,6
/proc/29014/task/29017/stat : 29017 (java) S 29011 29014 26669 0 -1 4202560 9031 0 0 0 156 43 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788840782120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29018] ppid=29011 vsize=9758168 CPUtime=2.11 cores=0,2,4,6
/proc/29014/task/29018/stat : 29018 (java) S 29011 29014 26669 0 -1 4202560 7973 0 0 0 161 50 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788839729320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29019] ppid=29011 vsize=9758168 CPUtime=2.1 cores=0,2,4,6
/proc/29014/task/29019/stat : 29019 (java) S 29011 29014 26669 0 -1 4202560 8140 0 0 0 163 47 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788838677032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29020] ppid=29011 vsize=9758168 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29020/stat : 29020 (java) S 29011 29014 26669 0 -1 4202560 4855 0 0 0 139 42 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788720007592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29021] ppid=29011 vsize=9758168 CPUtime=2.08 cores=0,2,4,6
/proc/29014/task/29021/stat : 29021 (java) S 29011 29014 26669 0 -1 4202560 6629 0 0 0 154 54 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788718955304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29022] ppid=29011 vsize=9758168 CPUtime=1.93 cores=0,2,4,6
/proc/29014/task/29022/stat : 29022 (java) S 29011 29014 26669 0 -1 4202560 3582 0 0 0 160 33 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788717902504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29023] ppid=29011 vsize=9758168 CPUtime=1.81 cores=0,2,4,6
/proc/29014/task/29023/stat : 29023 (java) S 29011 29014 26669 0 -1 4202560 8667 0 0 0 142 39 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788716850216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29024] ppid=29011 vsize=9758168 CPUtime=1.84 cores=0,2,4,6
/proc/29014/task/29024/stat : 29024 (java) S 29011 29014 26669 0 -1 4202560 8305 0 0 0 151 33 0 0 20 0 20 0 29345680 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788715797416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29014/tid=29025] ppid=29011 vsize=9758168 CPUtime=2.97 cores=0,2,4,6
/proc/29014/task/29025/stat : 29025 (java) S 29011 29014 26669 0 -1 4202560 2564 0 0 0 294 3 0 0 20 0 20 0 29345681 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788233468136 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29026] ppid=29011 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29026/stat : 29026 (java) S 29011 29014 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 29345681 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788232414200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29027] ppid=29011 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29027/stat : 29027 (java) S 29011 29014 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 29345681 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788231361800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29028] ppid=29011 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29028/stat : 29028 (java) S 29011 29014 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 29345684 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788230310288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29029] ppid=29011 vsize=9758168 CPUtime=1.08 cores=0,2,4,6
/proc/29014/task/29029/stat : 29029 (java) R 29011 29014 26669 0 -1 4202560 11276 0 0 0 106 2 0 0 20 0 20 0 29345684 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788229257912 139788887025295 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29014/tid=29030] ppid=29011 vsize=9758168 CPUtime=1.08 cores=0,2,4,6
/proc/29014/task/29030/stat : 29030 (java) S 29011 29014 26669 0 -1 4202560 7983 0 0 0 106 2 0 0 20 0 20 0 29345684 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788228205112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29014/tid=29031] ppid=29011 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/29014/task/29031/stat : 29031 (java) S 29011 29014 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29345684 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788227153016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29014/tid=29032] ppid=29011 vsize=9758168 CPUtime=0.75 cores=0,2,4,6
/proc/29014/task/29032/stat : 29032 (java) S 29011 29014 26669 0 -1 4202560 103 0 0 0 37 38 0 0 20 0 20 0 29345684 9992364032 857329 33554432000 1073741824 1073778376 140735834402032 139788226100424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 9758168

Child status: 143
Real time (s): 1787.14
CPU time (s): 1801.98
CPU user time (s): 1797.59
CPU system time (s): 4.39033
CPU usage (%): 100.83
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 4.39033
maximum resident set size= 3617488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41488
involuntary context switches= 6247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.25159 second user time and 14.7748 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 20:02:38
IDJOB=4106663
IDBENCH=48170
IDSOLVER=2546
FILE ID=node105/4106663-1466272957
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106663-1466272957/watcher-4106663-1466272957 -o /tmp/evaluation-result-4106663-1466272957/solver-4106663-1466272957 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106663-1466272957.opb

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

MD5SUM BENCH= 18e694be8bacc67580164c28dde5ca1c
RANDOM SEED=719245447

node105.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.561
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.12
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.54
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.561
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	: 5332.55
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.561
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	: 5332.55
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.561
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	: 5332.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31471444 kB
Buffers:           90988 kB
Cached:           181148 kB
SwapCached:         1684 kB
Active:           289572 kB
Inactive:         187800 kB
Active(anon):     205012 kB
Inactive(anon):     2976 kB
Active(file):      84560 kB
Inactive(file):   184824 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:        391492 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             605500 kB
SReclaimable:      48676 kB
SUnreclaim:       556824 kB
KernelStack:        1584 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node105 at 2016-06-18 20:32:25