Trace number 4091873

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.8 898.556

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-505_wcsp.wbo
MD5SUMaac7e90374eb115b0312a3cfc81835b8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark21253
Best CPU time to get the best result obtained on this benchmark6.78597
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables688
Total number of constraints3672
Number of soft constraints3432
Number of constraints which are clauses3432
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 34354
Min constraint cost 1
Max constraint cost 34354
Sum of constraints costs 109692321
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091873-1466106687.wbo
0.10/0.11	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.238s.
0.47/0.35	c declared #vars     688
0.47/0.35	c internal #vars     4120
0.47/0.35	c #constraints  3912
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3296
0.47/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 512
0.47/0.35	c 3912 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 512
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3296
0.47/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 104
0.47/0.35	c 3912 constraints processed.
0.47/0.35	c objective function length is 3432 literals
0.78/0.44	c And the winner is solver0
1.15/0.86	c SATISFIABLE
1.15/0.86	c OPTIMIZING...
1.15/0.86	c Got one! Elapsed wall clock time (in seconds):0.746
1.15/0.86	o 22273
1.26/0.94	c And the winner is solver0
1.53/1.40	c Got one! Elapsed wall clock time (in seconds):1.292
1.53/1.40	o 22272
1.87/1.50	c And the winner is solver1
1.97/1.92	c Got one! Elapsed wall clock time (in seconds):1.811
1.97/1.92	o 22269
2.23/2.04	c And the winner is solver1
2.37/2.44	c Got one! Elapsed wall clock time (in seconds):2.324
2.37/2.44	o 22267
2.99/2.68	c And the winner is solver1
3.36/2.95	c Got one! Elapsed wall clock time (in seconds):2.835
3.36/2.95	o 22266
5.40/3.90	c cleaning 2753 clauses out of 5505 with flag 14946/5505
7.73/5.04	c cleaning 4376 clauses out of 8752 with flag 36198/11505
10.13/6.28	c cleaning 5688 clauses out of 11376 with flag 60189/18505
13.15/7.80	c cleaning 6841 clauses out of 13688 with flag 88161/26505
17.04/9.65	c cleaning 7916 clauses out of 15846 with flag 116190/35504
20.85/11.55	c cleaning 8961 clauses out of 17931 with flag 155551/45505
25.46/13.87	c cleaning 9980 clauses out of 19970 with flag 189323/56505
30.31/16.27	c cleaning 10989 clauses out of 21989 with flag 217262/68504
35.72/18.91	c cleaning 12001 clauses out of 24002 with flag 251914/81506
41.42/21.79	c cleaning 13000 clauses out of 25999 with flag 286271/95504
48.31/25.14	c cleaning 13998 clauses out of 28001 with flag 329681/110506
55.01/28.49	c cleaning 15002 clauses out of 30003 with flag 375789/126506
62.51/32.15	c cleaning 15996 clauses out of 32000 with flag 429549/143505
70.51/36.17	c cleaning 16998 clauses out of 34003 with flag 477076/161504
78.78/40.24	c cleaning 17998 clauses out of 36006 with flag 521477/180505
87.45/44.51	c cleaning 18998 clauses out of 38008 with flag 568118/200505
96.91/49.20	c cleaning 20002 clauses out of 40011 with flag 617793/221506
106.59/54.05	c cleaning 21003 clauses out of 42008 with flag 670391/243505
117.45/59.46	c cleaning 21997 clauses out of 44005 with flag 728772/266505
129.48/65.42	c cleaning 23003 clauses out of 46008 with flag 798626/290505
141.70/71.58	c cleaning 23998 clauses out of 48004 with flag 860693/315504
155.33/78.30	c cleaning 24999 clauses out of 50008 with flag 937266/341506
170.62/85.97	c cleaning 25997 clauses out of 52007 with flag 1006058/368504
185.92/93.52	c cleaning 27004 clauses out of 54010 with flag 1081730/396504
199.56/100.32	c cleaning 28002 clauses out of 56007 with flag 1153825/425505
214.02/107.52	c cleaning 29003 clauses out of 58005 with flag 1229650/455505
228.88/114.92	c cleaning 29995 clauses out of 60002 with flag 1305628/486505
243.97/122.44	c cleaning 31000 clauses out of 62007 with flag 1385503/518505
260.00/130.65	c cleaning 32002 clauses out of 64006 with flag 1465009/551504
276.28/138.72	c cleaning 32998 clauses out of 66004 with flag 1548482/585504
293.76/147.42	c cleaning 33996 clauses out of 68007 with flag 1629287/620505
314.61/157.85	c cleaning 35005 clauses out of 70010 with flag 1706878/656504
336.71/168.88	c cleaning 36002 clauses out of 72006 with flag 1788915/693505
360.27/180.58	c cleaning 36995 clauses out of 74004 with flag 1871503/731505
385.89/193.59	c cleaning 38001 clauses out of 76008 with flag 1956677/770504
411.60/206.37	c cleaning 38997 clauses out of 78008 with flag 2044791/810505
437.37/219.14	c cleaning 39999 clauses out of 80010 with flag 2151220/851504
466.46/233.67	c cleaning 41004 clauses out of 82012 with flag 2250077/893505
500.60/250.65	c cleaning 41997 clauses out of 84008 with flag 2349076/936505
533.12/266.87	c cleaning 43005 clauses out of 86010 with flag 2456629/980504
566.01/283.27	c cleaning 43998 clauses out of 88005 with flag 2565524/1025504
600.42/300.32	c cleaning 45002 clauses out of 90009 with flag 2669367/1071506
635.16/317.67	c cleaning 46003 clauses out of 92005 with flag 2780408/1118504
674.79/337.72	c cleaning 47001 clauses out of 94002 with flag 2902524/1166504
713.72/357.19	c cleaning 47998 clauses out of 96001 with flag 3015333/1215504
751.75/376.09	c cleaning 49003 clauses out of 98005 with flag 3124744/1265506
793.58/396.89	c cleaning 49997 clauses out of 100000 with flag 3236380/1316504
834.37/417.19	c cleaning 50995 clauses out of 102003 with flag 3348831/1368504
877.34/438.51	c cleaning 51997 clauses out of 104008 with flag 3464681/1421504
913.90/456.77	c cleaning 53000 clauses out of 106012 with flag 3582313/1475505
951.32/475.32	c cleaning 54003 clauses out of 108013 with flag 3702886/1530506
1003.28/501.28	c cleaning 55000 clauses out of 110009 with flag 3826042/1586505
1048.98/523.95	c cleaning 56005 clauses out of 112009 with flag 3950446/1643505
1098.09/549.10	c cleaning 56996 clauses out of 114003 with flag 4077946/1701504
1137.17/568.63	c cleaning 58003 clauses out of 116007 with flag 4212800/1760504
1179.48/589.74	c cleaning 58999 clauses out of 118006 with flag 4347010/1820506
1235.16/617.52	c cleaning 59999 clauses out of 120007 with flag 4482857/1881506
1282.91/641.32	c cleaning 60999 clauses out of 122006 with flag 4617621/1943504
1339.49/669.42	c cleaning 62002 clauses out of 124008 with flag 4768069/2006505
1393.98/696.41	c cleaning 63001 clauses out of 126006 with flag 4922363/2070505
1451.32/724.97	c cleaning 63999 clauses out of 128005 with flag 5082330/2135505
1514.22/756.17	c cleaning 65000 clauses out of 130008 with flag 5254862/2201507
1584.05/790.84	c cleaning 66001 clauses out of 132006 with flag 5523388/2268505
1657.26/827.36	c cleaning 66994 clauses out of 134006 with flag 5679313/2336506
1722.75/859.95	c cleaning 68001 clauses out of 136011 with flag 5825275/2405505
1785.57/891.28	c cleaning 69001 clauses out of 138009 with flag 5976600/2475504
1800.16/898.50	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.50	c starts		: 149
1800.16/898.50	c conflicts		: 2494689
1800.16/898.50	c decisions		: 3450368
1800.16/898.50	c propagations		: 294399163
1800.16/898.50	c inspects		: 9645021791
1800.16/898.50	c shortcuts		: 0
1800.16/898.50	c learnt literals	: 0
1800.16/898.50	c learnt binary clauses	: 0
1800.16/898.50	c learnt ternary clauses	: 219
1800.16/898.50	c learnt constraints	: 2494689
1800.16/898.50	c ignored constraints	: 0
1800.16/898.50	c root simplifications	: 0
1800.16/898.50	c removed literals (reason simplification)	: 24660324
1800.16/898.50	c reason swapping (by a shorter reason)	: 0
1800.16/898.50	c Calls to reduceDB	: 66
1800.16/898.50	c Number of update (reduction) of LBD	: 103742
1800.16/898.50	c Imported unit clauses	: 0
1800.16/898.50	c number of reductions to clauses (during analyze)	: 0
1800.16/898.50	c number of learned constraints concerned by reduction	: 0
1800.16/898.50	c number of learning phase by resolution	: 0
1800.16/898.50	c number of learning phase by cutting planes	: 0
1800.16/898.50	c speed (assignments/second)	: 328736.0468271418
1800.16/898.50	c non guided choices	116
1800.16/898.53	c learnt constraints type 
1800.16/898.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88194
1800.16/898.53	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.53	c starts		: 10
1800.16/898.53	c conflicts		: 1940
1800.16/898.53	c decisions		: 20855
1800.16/898.53	c propagations		: 200273
1800.16/898.53	c inspects		: 23006860
1800.16/898.53	c shortcuts		: 0
1800.16/898.53	c learnt literals	: 0
1800.16/898.53	c learnt binary clauses	: 0
1800.16/898.53	c learnt ternary clauses	: 0
1800.16/898.53	c learnt constraints	: 1938
1800.16/898.53	c ignored constraints	: 0
1800.16/898.53	c root simplifications	: 0
1800.16/898.53	c removed literals (reason simplification)	: 0
1800.16/898.53	c reason swapping (by a shorter reason)	: 0
1800.16/898.53	c Calls to reduceDB	: 0
1800.16/898.53	c Number of update (reduction) of LBD	: 0
1800.16/898.53	c Imported unit clauses	: 0
1800.16/898.53	c number of reductions to clauses (during analyze)	: 0
1800.16/898.53	c number of learned constraints concerned by reduction	: 0
1800.16/898.53	c number of learning phase by resolution	: 0
1800.16/898.53	c number of learning phase by cutting planes	: 0
1800.16/898.53	c speed (assignments/second)	: 223.24440253170766
1800.16/898.53	c non guided choices	69
1800.16/898.53	c learnt constraints type 
1800.16/898.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 393
1800.16/898.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1545
1800.16/898.53	s SATISFIABLE
1800.16/898.53	c Found 5 solution(s)
1800.16/898.53	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 
1800.16/898.53	c objective function=22266
1800.16/898.53	c Total wall clock time (in seconds): 898.419

Verifier Data

OK	22266

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-4091873-1466106687/watcher-4091873-1466106687 -o /tmp/evaluation-result-4091873-1466106687/solver-4091873-1466106687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466103076-26528 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091873-1466106687.wbo 

pid=27308
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.05 4.19 4.13 4/197 27311
/proc/meminfo: memFree=30361552/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27311/stat : 27311 (java) R 27308 27311 25981 0 -1 4202496 1064 0 0 0 0 0 0 0 20 0 1 0 12715515 23793664 715 33554432000 1073741824 1073778376 140734740030000 140734740019064 214360438120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 5809 715 529 9 0 128 0

[startup+0.100062 s]
/proc/loadavg: 4.05 4.19 4.13 4/197 27311
/proc/meminfo: memFree=30361552/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 4434 0 1 0 8 2 0 0 20 0 18 0 12715515 9787879424 6056 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2389619 6056 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 4.05 4.19 4.13 4/197 27311
/proc/meminfo: memFree=30361552/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 4782 0 1 0 23 2 0 0 20 0 18 0 12715515 9787879424 7328 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2389619 7328 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 4.05 4.19 4.13 4/197 27311
/proc/meminfo: memFree=30361552/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 5527 0 1 0 45 2 0 0 20 0 18 0 12715515 9787879424 9403 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2389619 9403 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700242 s]
/proc/loadavg: 4.05 4.19 4.13 4/197 27311
/proc/meminfo: memFree=30361552/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 13089 0 1 0 110 5 0 0 20 0 19 0 12715515 10060525568 15441 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 15441 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50071 s]
/proc/loadavg: 3.96 4.17 4.13 3/216 27336
/proc/meminfo: memFree=30286564/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 13673 0 1 0 179 8 0 0 20 0 22 0 12715515 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 19082 2270 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2483 0 1 0 37 3 0 0 20 0 22 0 12715515 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715517 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) R 27308 27311 25981 0 -1 4202560 5221 0 0 0 48 0 0 0 20 0 22 0 12715520 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082228980280 140082887339184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) R 27308 27311 25981 0 -1 4202560 4613 0 0 0 50 0 0 0 20 0 22 0 12715520 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082227927736 140082885538678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27332] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27332/stat : 27332 (java) S 27308 27311 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12715553 10060525568 19082 33554432000 1073741824 1073778376 140734740030000 140082222662696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10077 s]
/proc/loadavg: 3.96 4.17 4.13 3/216 27342
/proc/meminfo: memFree=30244984/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 19342 0 1 0 359 16 0 0 20 0 22 0 12715515 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 28314 2275 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2486 0 1 0 40 3 0 0 20 0 22 0 12715515 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12715517 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27308 27311 25981 0 -1 4202560 5880 0 0 0 88 2 0 0 20 0 22 0 12715520 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082228980280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27308 27311 25981 0 -1 4202560 9583 0 0 0 92 3 0 0 20 0 22 0 12715520 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082227927736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27339] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27339/stat : 27339 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715658 10060525568 28314 33554432000 1073741824 1073778376 140734740030000 140082221609896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.97 4.17 4.12 5/219 27348
/proc/meminfo: memFree=30114096/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=10.33 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 19467 0 1 0 1014 19 0 0 20 0 22 0 12715515 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 46562 2292 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2486 0 1 0 40 3 0 0 20 0 22 0 12715515 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 12715516 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12715517 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27308 27311 25981 0 -1 4202560 5884 0 0 0 96 2 0 0 20 0 22 0 12715520 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082228980280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27308 27311 25981 0 -1 4202560 9614 0 0 0 101 3 0 0 20 0 22 0 12715520 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082227927736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27339] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27339/stat : 27339 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715658 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082221609896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27346] ppid=27308 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/27311/task/27346/stat : 27346 (java) R 27308 27311 25981 0 -1 4202560 9 0 0 0 330 0 0 0 20 0 22 0 12715810 10060525568 46562 33554432000 1073741824 1073778376 140734740030000 140082224765448 140082724552898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27347] ppid=27308 vsize=9824732 CPUtime=3.28 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.32 4.21 4.14 5/219 27393
/proc/meminfo: memFree=26557884/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=1767.79 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 33171 0 1 0 176513 266 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 561680 2302 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2500 0 1 0 43 3 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 2042 0 0 0 218 30 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 1231 0 0 0 234 35 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 1549 0 0 0 209 28 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 1306 0 0 0 192 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 1567 0 0 0 210 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 1548 0 0 0 228 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 1488 0 0 0 194 27 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 1338 0 0 0 202 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 1491 0 0 0 324 11 0 0 20 0 22 0 12715517 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27308 27311 25981 0 -1 4202560 5912 0 0 0 112 2 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082228980280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27308 27311 25981 0 -1 4202560 9615 0 0 0 117 3 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082227927736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 52 0 0 0 12 18 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27339] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27339/stat : 27339 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715658 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082221609896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27346] ppid=27308 vsize=9824732 CPUtime=870.79 cores=1,3,5,7
/proc/27311/task/27346/stat : 27346 (java) R 27308 27311 25981 0 -1 4202560 53 0 0 0 87064 15 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082224766080 140082724769859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27347] ppid=27308 vsize=9824732 CPUtime=870.59 cores=1,3,5,7
/proc/27311/task/27347/stat : 27347 (java) R 27308 27311 25981 0 -1 4202560 107 0 0 0 87042 17 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082223712288 140082725198363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27348] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27348/stat : 27348 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082222662696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 4.33 4.21 4.14 4/215 27458
/proc/meminfo: memFree=28270168/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 33171 0 1 0 179750 266 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 561680 2302 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2500 0 1 0 43 4 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 2042 0 0 0 218 30 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 1231 0 0 0 234 35 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 1549 0 0 0 209 28 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 1306 0 0 0 192 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 1567 0 0 0 210 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 1548 0 0 0 228 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 1488 0 0 0 194 27 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 1338 0 0 0 202 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 1491 0 0 0 324 11 0 0 20 0 22 0 12715517 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27308 27311 25981 0 -1 4202560 5912 0 0 0 112 2 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082228980280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27308 27311 25981 0 -1 4202560 9615 0 0 0 117 3 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082227927736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 52 0 0 0 12 18 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27339] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27339/stat : 27339 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715658 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082221609896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27346] ppid=27308 vsize=9824732 CPUtime=886.98 cores=1,3,5,7
/proc/27311/task/27346/stat : 27346 (java) R 27308 27311 25981 0 -1 4202560 53 0 0 0 88683 15 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082224758384 140082724769859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27347] ppid=27308 vsize=9824732 CPUtime=886.77 cores=1,3,5,7
/proc/27311/task/27347/stat : 27347 (java) R 27308 27311 25981 0 -1 4202560 107 0 0 0 88660 17 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082223712288 140082725198348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27348] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27348/stat : 27348 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082222662696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

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 27311 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 4.33 4.21 4.14 4/215 27458
/proc/meminfo: memFree=28270168/32872528 swapFree=1286144/1433312
[pid=27311] ppid=27308 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/27311/stat : 27311 (java) S 27308 27311 25981 0 -1 4202496 33171 0 1 0 179750 266 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140734740021136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27311/statm: 2456183 561680 2302 9 0 2446860 0
[pid=27311/tid=27313] ppid=27308 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/27311/task/27313/stat : 27313 (java) S 27308 27311 25981 0 -1 4202560 2500 0 1 0 43 4 0 0 20 0 22 0 12715515 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082879579000 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27314] ppid=27308 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/27311/task/27314/stat : 27314 (java) S 27308 27311 25981 0 -1 4202560 2042 0 0 0 218 30 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082852030632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27315] ppid=27308 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/27311/task/27315/stat : 27315 (java) S 27308 27311 25981 0 -1 4202560 1231 0 0 0 234 35 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082850978088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27316] ppid=27308 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/27311/task/27316/stat : 27316 (java) S 27308 27311 25981 0 -1 4202560 1549 0 0 0 209 28 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082849925544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27317] ppid=27308 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/27311/task/27317/stat : 27317 (java) S 27308 27311 25981 0 -1 4202560 1306 0 0 0 192 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082848873000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27311/tid=27318] ppid=27308 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/27311/task/27318/stat : 27318 (java) S 27308 27311 25981 0 -1 4202560 1567 0 0 0 210 24 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082847820456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27319] ppid=27308 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/27311/task/27319/stat : 27319 (java) S 27308 27311 25981 0 -1 4202560 1548 0 0 0 228 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082846767912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27320] ppid=27308 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/27311/task/27320/stat : 27320 (java) S 27308 27311 25981 0 -1 4202560 1488 0 0 0 194 27 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082845715368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27321] ppid=27308 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/27311/task/27321/stat : 27321 (java) S 27308 27311 25981 0 -1 4202560 1338 0 0 0 202 25 0 0 20 0 22 0 12715516 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082844662824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27322] ppid=27308 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/27311/task/27322/stat : 27322 (java) S 27308 27311 25981 0 -1 4202560 1491 0 0 0 324 11 0 0 20 0 22 0 12715517 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082233190504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27323] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27323/stat : 27323 (java) S 27308 27311 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082232136824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27324] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27324/stat : 27324 (java) S 27308 27311 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12715518 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082231084168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27325] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27325/stat : 27325 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082230032912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27326] ppid=27308 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/27311/task/27326/stat : 27326 (java) S 27308 27311 25981 0 -1 4202560 5912 0 0 0 112 2 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082228980280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27311/tid=27327] ppid=27308 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27311/task/27327/stat : 27327 (java) S 27308 27311 25981 0 -1 4202560 9615 0 0 0 117 3 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082227927736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27328] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27328/stat : 27328 (java) S 27308 27311 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082226875384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27329] ppid=27308 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/27311/task/27329/stat : 27329 (java) S 27308 27311 25981 0 -1 4202560 52 0 0 0 12 18 0 0 20 0 22 0 12715520 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082225823048 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27339] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27339/stat : 27339 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715658 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082221609896 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27346] ppid=27308 vsize=9824732 CPUtime=886.98 cores=1,3,5,7
/proc/27311/task/27346/stat : 27346 (java) R 27308 27311 25981 0 -1 4202560 53 0 0 0 88683 15 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082224758384 140082724769859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27311/tid=27347] ppid=27308 vsize=9824732 CPUtime=886.77 cores=1,3,5,7
/proc/27311/task/27347/stat : 27347 (java) R 27308 27311 25981 0 -1 4202560 107 0 0 0 88660 17 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082223712288 140082725198348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27311/tid=27348] ppid=27308 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27311/task/27348/stat : 27348 (java) S 27308 27311 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12715810 10060525568 561680 33554432000 1073741824 1073778376 140734740030000 140082222662696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.556
CPU time (s): 1800.8
CPU user time (s): 1797.65
CPU system time (s): 3.15352
CPU usage (%): 200.411
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 3.15352
maximum resident set size= 2246832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24995
involuntary context switches= 31311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2732 second user time and 7.94279 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 21:51:27
IDJOB=4091873
IDBENCH=79614
IDSOLVER=2552
FILE ID=node130/4091873-1466106687
RUNJOBID= node130-1466103076-26528
PBS_JOBID= 19904043
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-505_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091873-1466106687/watcher-4091873-1466106687 -o /tmp/evaluation-result-4091873-1466106687/solver-4091873-1466106687 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466103076-26528 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091873-1466106687.wbo

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

MD5SUM BENCH= aac7e90374eb115b0312a3cfc81835b8
RANDOM SEED=1436078956

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.365
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	: 5332.73
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.365
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.365
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.365
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.365
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.55
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.365
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.53
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.365
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.56
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.365
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30362344 kB
Buffers:           51076 kB
Cached:            98352 kB
SwapCached:          936 kB
Active:           286160 kB
Inactive:          88900 kB
Active(anon):     227404 kB
Inactive(anon):      588 kB
Active(file):      58756 kB
Inactive(file):    88312 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099648 kB
Dirty:              2300 kB
Writeback:             0 kB
AnonPages:       1658208 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             569068 kB
SReclaimable:      12500 kB
SUnreclaim:       556568 kB
KernelStack:        1624 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2253636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71740 MiB
End job on node130 at 2016-06-16 22:06:26