Trace number 4081136

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 Res+CP PB16SAT (TO)420 1800.71 896.969

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
MD5SUM9711add7b63200e6cedabbc5764a3737
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1040
Total number of constraints3656
Number of constraints which are clauses3656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 1040
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 1040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1040
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4081136-1465225911.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
0.49/0.31	c ... done. Wall clock time 0.205s.
0.49/0.31	c declared #vars     1040
0.49/0.31	c #constraints  3656
0.49/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 176
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3480
0.49/0.31	c 3656 constraints processed.
0.49/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3480
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 176
0.49/0.31	c 3656 constraints processed.
0.49/0.31	c objective function length is 1040 literals
0.49/0.34	c And the winner is solver0
0.88/0.82	c SATISFIABLE
0.88/0.82	c OPTIMIZING...
0.88/0.82	c Got one! Elapsed wall clock time (in seconds):0.712
0.88/0.82	o 420
3.46/1.56	c cleaning 2501 clauses out of 5007 with flag 11104/5007
5.36/2.25	c cleaning 4251 clauses out of 8504 with flag 23628/11005
7.02/3.03	c cleaning 5625 clauses out of 11253 with flag 38431/18005
8.97/3.98	c cleaning 6815 clauses out of 13629 with flag 55521/26006
11.28/5.07	c cleaning 7902 clauses out of 15814 with flag 74337/35006
13.78/6.26	c cleaning 8950 clauses out of 17911 with flag 95693/45005
16.69/7.64	c cleaning 9977 clauses out of 19962 with flag 119026/56006
19.68/9.14	c cleaning 10990 clauses out of 21985 with flag 144935/68006
23.45/10.95	c cleaning 11997 clauses out of 23995 with flag 172897/81006
27.42/12.89	c cleaning 12993 clauses out of 25999 with flag 204442/95007
31.22/14.75	c cleaning 13997 clauses out of 28004 with flag 239147/110005
35.84/16.92	c cleaning 14995 clauses out of 30007 with flag 275976/126005
40.24/19.17	c cleaning 16004 clauses out of 32012 with flag 314517/143005
45.84/21.82	c cleaning 16993 clauses out of 34008 with flag 354646/161005
50.85/24.36	c cleaning 18001 clauses out of 36015 with flag 398922/180005
56.87/27.23	c cleaning 19006 clauses out of 38015 with flag 448100/200006
63.07/30.31	c cleaning 20005 clauses out of 40009 with flag 496501/221006
69.97/33.79	c cleaning 21001 clauses out of 42006 with flag 548125/243008
77.26/37.40	c cleaning 21997 clauses out of 44003 with flag 601494/266006
84.85/41.14	c cleaning 23003 clauses out of 46005 with flag 660176/290005
91.81/44.56	c cleaning 24001 clauses out of 48002 with flag 721607/315005
99.21/48.25	c cleaning 24992 clauses out of 50001 with flag 782701/341005
108.05/52.94	c cleaning 25996 clauses out of 52010 with flag 847527/368006
116.44/57.18	c cleaning 27003 clauses out of 54013 with flag 907791/396005
126.04/61.90	c cleaning 28001 clauses out of 56012 with flag 969822/425007
137.11/67.45	c cleaning 28998 clauses out of 58009 with flag 1034458/455005
149.19/73.48	c cleaning 30003 clauses out of 60012 with flag 1100747/486006
162.80/80.20	c cleaning 30990 clauses out of 62009 with flag 1170154/518006
177.48/87.51	c cleaning 32004 clauses out of 64018 with flag 1244995/551005
192.44/94.95	c cleaning 33002 clauses out of 66014 with flag 1322414/585005
205.44/101.39	c cleaning 34003 clauses out of 68012 with flag 1398602/620005
218.60/107.81	c cleaning 35005 clauses out of 70010 with flag 1476562/656006
231.79/114.41	c cleaning 35999 clauses out of 72005 with flag 1555782/693006
249.36/123.69	c cleaning 36999 clauses out of 74006 with flag 1642544/731006
266.84/132.33	c cleaning 38003 clauses out of 76006 with flag 1727700/770005
281.77/139.74	c cleaning 38990 clauses out of 78003 with flag 1814881/810005
290.96/144.35	c cleaning 0 clauses out of 5009 with flag 0/5009
301.97/149.59	c cleaning 40006 clauses out of 80013 with flag 1909869/851005
318.99/157.95	c cleaning 40994 clauses out of 82007 with flag 1998546/893005
337.19/167.02	c cleaning 42003 clauses out of 84014 with flag 2092197/936006
357.21/176.99	c cleaning 43000 clauses out of 86011 with flag 2188699/980006
379.01/187.78	c cleaning 44002 clauses out of 88012 with flag 2290252/1025007
400.62/198.35	c cleaning 45001 clauses out of 90009 with flag 2390475/1071006
424.29/210.04	c cleaning 46002 clauses out of 92007 with flag 2498971/1118005
448.94/222.29	c cleaning 46991 clauses out of 94005 with flag 2605401/1166005
475.25/235.17	c cleaning 48000 clauses out of 96014 with flag 2717231/1215005
502.17/248.41	c cleaning 49008 clauses out of 98015 with flag 2827418/1265006
531.25/262.84	c cleaning 50003 clauses out of 100007 with flag 2939829/1316006
557.45/275.92	c cleaning 50983 clauses out of 102003 with flag 3057874/1368005
585.51/289.81	c cleaning 52005 clauses out of 104020 with flag 3181047/1421005
615.52/304.86	c cleaning 53003 clauses out of 106015 with flag 3305174/1475005
642.30/318.23	c cleaning 53996 clauses out of 108012 with flag 3428514/1530005
672.29/333.20	c cleaning 55004 clauses out of 110016 with flag 3560958/1586005
702.08/348.18	c cleaning 55999 clauses out of 112012 with flag 3699274/1643005
736.07/365.14	c cleaning 57002 clauses out of 114013 with flag 3825190/1701005
764.47/379.34	c cleaning 57999 clauses out of 116012 with flag 3961863/1760006
796.86/395.57	c cleaning 59001 clauses out of 118012 with flag 4103754/1820005
827.45/410.87	c cleaning 60000 clauses out of 120012 with flag 4245755/1881006
859.03/426.61	c cleaning 61000 clauses out of 122012 with flag 4390399/1943006
893.63/443.90	c cleaning 61998 clauses out of 124011 with flag 4538357/2006005
930.03/462.19	c cleaning 63002 clauses out of 126014 with flag 4689478/2070006
967.67/480.81	c cleaning 64003 clauses out of 128011 with flag 4840198/2135005
1005.27/499.63	c cleaning 65002 clauses out of 130009 with flag 4993715/2201006
1041.47/517.75	c cleaning 65997 clauses out of 132006 with flag 5152917/2268005
1074.46/534.21	c cleaning 67005 clauses out of 134009 with flag 5301906/2336005
1115.26/554.65	c cleaning 67990 clauses out of 136005 with flag 5454619/2405006
1158.88/576.48	c cleaning 69006 clauses out of 138014 with flag 5615682/2475005
1200.67/597.35	c cleaning 70000 clauses out of 140011 with flag 5774951/2546008
1243.98/618.89	c cleaning 70997 clauses out of 142009 with flag 5932130/2618006
1290.77/642.21	c cleaning 72002 clauses out of 144012 with flag 6099038/2691006
1339.36/666.54	c cleaning 73004 clauses out of 146009 with flag 6269831/2765005
1383.35/688.60	c cleaning 73995 clauses out of 148005 with flag 6441162/2840005
1432.54/713.19	c cleaning 74994 clauses out of 150010 with flag 6620521/2916005
1478.15/735.98	c cleaning 76000 clauses out of 152017 with flag 6800253/2993006
1526.33/760.00	c cleaning 77008 clauses out of 154017 with flag 6983736/3071006
1576.73/785.26	c cleaning 77993 clauses out of 156008 with flag 7167166/3150005
1626.72/810.27	c cleaning 79002 clauses out of 158016 with flag 7354443/3230006
1684.50/839.14	c cleaning 80006 clauses out of 160014 with flag 7545593/3311006
1743.89/868.87	c cleaning 81000 clauses out of 162008 with flag 7739936/3393006
1800.08/896.90	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.90	c starts		: 45
1800.08/896.90	c conflicts		: 3472086
1800.08/896.90	c decisions		: 4840644
1800.08/896.90	c propagations		: 211634693
1800.08/896.90	c inspects		: 12970651258
1800.08/896.90	c shortcuts		: 0
1800.08/896.90	c learnt literals	: 0
1800.08/896.90	c learnt binary clauses	: 0
1800.08/896.90	c learnt ternary clauses	: 0
1800.08/896.90	c learnt constraints	: 3472086
1800.08/896.90	c ignored constraints	: 0
1800.08/896.90	c root simplifications	: 0
1800.08/896.90	c removed literals (reason simplification)	: 1022198677
1800.08/896.90	c reason swapping (by a shorter reason)	: 0
1800.08/896.90	c Calls to reduceDB	: 78
1800.08/896.90	c Number of update (reduction) of LBD	: 279327
1800.08/896.90	c Imported unit clauses	: 0
1800.08/896.90	c number of reductions to clauses (during analyze)	: 0
1800.08/896.90	c number of learned constraints concerned by reduction	: 0
1800.08/896.90	c number of learning phase by resolution	: 0
1800.08/896.90	c number of learning phase by cutting planes	: 0
1800.08/896.90	c speed (assignments/second)	: 236046.1095583003
1800.08/896.90	c non guided choices	0
1800.08/896.93	c learnt constraints type 
1800.08/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160088
1800.08/896.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.93	c starts		: 27
1800.08/896.93	c conflicts		: 6229
1800.08/896.93	c decisions		: 33578
1800.08/896.93	c propagations		: 246000
1800.08/896.93	c inspects		: 221791982
1800.08/896.93	c shortcuts		: 0
1800.08/896.93	c learnt literals	: 0
1800.08/896.93	c learnt binary clauses	: 3
1800.08/896.93	c learnt ternary clauses	: 9
1800.08/896.93	c learnt constraints	: 6228
1800.08/896.93	c ignored constraints	: 0
1800.08/896.93	c root simplifications	: 0
1800.08/896.93	c removed literals (reason simplification)	: 0
1800.08/896.93	c reason swapping (by a shorter reason)	: 0
1800.08/896.93	c Calls to reduceDB	: 1
1800.08/896.93	c Number of update (reduction) of LBD	: 0
1800.08/896.93	c Imported unit clauses	: 0
1800.08/896.93	c number of reductions to clauses (during analyze)	: 0
1800.08/896.93	c number of learned constraints concerned by reduction	: 0
1800.08/896.93	c number of learning phase by resolution	: 0
1800.08/896.93	c number of learning phase by cutting planes	: 0
1800.08/896.93	c speed (assignments/second)	: 274.52078825408125
1800.08/896.93	c non guided choices	0
1800.08/896.94	c learnt constraints type 
1800.08/896.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 194
1800.08/896.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.08/896.94	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 3
1800.08/896.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6029
1800.08/896.94	s SATISFIABLE
1800.08/896.94	c Found 1 solution(s)
1800.08/896.94	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 -x1001 x1002 x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 x1022 x1023 -x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 -x1040 
1800.08/896.94	c objective function=420
1800.08/896.94	c Total wall clock time (in seconds): 896.835

Verifier Data

OK	420

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-4081136-1465225911/watcher-4081136-1465225911 -o /tmp/evaluation-result-4081136-1465225911/solver-4081136-1465225911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081136-1465225911.opb 

pid=10182
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.38 4.38 4.30 5/199 10185
/proc/meminfo: memFree=26848880/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 104523895 98582528 984 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 24068 984 750 9 0 16774 0
[pid=10185/tid=10186] ppid=10182 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) R 10182 10185 8273 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 104523896 98582528 984 33554432000 1073741824 1073778376 140736756096768 140693844766248 273905698205 0 0 0 16784584 0 0 0 -1 5 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 4.38 4.38 4.30 5/199 10185
/proc/meminfo: memFree=26848880/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 104523895 9787879424 6123 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2389619 6123 2158 9 0 2380296 0
[pid=10185/tid=10186] ppid=10182 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) R 10182 10185 8273 0 -1 4202560 2385 0 1 0 6 2 0 0 20 0 18 0 104523896 9787879424 6123 33554432000 1073741824 1073778376 140736756096768 140693844769696 273909081357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 4.38 4.38 4.30 5/199 10185
/proc/meminfo: memFree=26848880/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 4929 0 1 0 28 1 0 0 20 0 18 0 104523895 9787879424 6952 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2389619 6952 2219 9 0 2380296 0
[pid=10185/tid=10186] ppid=10182 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) R 10182 10185 8273 0 -1 4202560 2412 0 1 0 16 2 0 0 20 0 18 0 104523896 9787879424 6952 33554432000 1073741824 1073778376 140736756096768 140693844769696 140693683148762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 4.38 4.38 4.30 5/199 10185
/proc/meminfo: memFree=26848880/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 5687 0 1 0 48 1 0 0 20 0 18 0 104523895 9787879424 9043 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2389619 9043 2233 9 0 2380296 0
[pid=10185/tid=10186] ppid=10182 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) R 10182 10185 8273 0 -1 4202560 2415 0 1 0 26 2 0 0 20 0 18 0 104523896 9787879424 9043 33554432000 1073741824 1073778376 140736756096768 140693844769696 140693683107374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 4.38 4.38 4.30 5/199 10185
/proc/meminfo: memFree=26848880/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 14144 0 1 0 83 5 0 0 20 0 19 0 104523895 10060525568 15995 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 15995 2256 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2451 0 1 0 28 2 0 0 20 0 19 0 104523896 10060525568 15995 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.19 4.34 4.29 7/221 10210
/proc/meminfo: memFree=26772624/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=3.46 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 22127 0 1 0 340 6 0 0 20 0 22 0 104523895 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 28982 2274 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2455 0 1 0 29 2 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10195/stat : 10195 (java) S 10182 10185 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693680933160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10196] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10196/stat : 10196 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693668735848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10197] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10197/stat : 10197 (java) S 10182 10185 8273 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693667682168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10198] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10198/stat : 10198 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693062280584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10199] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10199/stat : 10199 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693061229328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10200] ppid=10182 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/10185/task/10200/stat : 10200 (java) S 10182 10185 8273 0 -1 4202560 8944 0 0 0 92 2 0 0 20 0 22 0 104523900 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693060176184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10201] ppid=10182 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/10185/task/10201/stat : 10201 (java) R 10182 10185 8273 0 -1 4202560 9347 0 0 0 76 1 0 0 20 0 22 0 104523900 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693059123640 140693848377528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10202] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10202/stat : 10202 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693058070776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10203] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10203/stat : 10203 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693057018440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10206] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10206/stat : 10206 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523928 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693053859112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10208] ppid=10182 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/10185/task/10208/stat : 10208 (java) R 10182 10185 8273 0 -1 4202560 4 0 0 0 66 0 0 0 20 0 22 0 104523978 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693054911240 140693683621310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10209] ppid=10182 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/10185/task/10209/stat : 10209 (java) R 10182 10185 8273 0 -1 4202560 32 0 0 0 66 0 0 0 20 0 22 0 104523978 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693052805448 140693683877228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10210] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10210/stat : 10210 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523978 10060525568 28982 33554432000 1073741824 1073778376 140736756096768 140693055963944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.19 4.34 4.29 6/221 10210
/proc/meminfo: memFree=26672196/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=7.27 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 26401 0 1 0 718 9 0 0 20 0 22 0 104523895 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 51167 2292 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2455 0 1 0 29 2 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10195/stat : 10195 (java) S 10182 10185 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104523896 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693680933160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10196] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10196/stat : 10196 (java) S 10182 10185 8273 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693668735848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10197] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10197/stat : 10197 (java) S 10182 10185 8273 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693667682168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10198] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10198/stat : 10198 (java) S 10182 10185 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693062280584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10199] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10199/stat : 10199 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693061229328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10200] ppid=10182 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/10185/task/10200/stat : 10200 (java) S 10182 10185 8273 0 -1 4202560 13131 0 0 0 131 3 0 0 20 0 22 0 104523900 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693060176184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10201] ppid=10182 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/10185/task/10201/stat : 10201 (java) S 10182 10185 8273 0 -1 4202560 9349 0 0 0 96 2 0 0 20 0 22 0 104523900 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693059123640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10202] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10202/stat : 10202 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693058070776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10203] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10203/stat : 10203 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693057018440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10206] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10206/stat : 10206 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523928 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693053859112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10208] ppid=10182 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/10185/task/10208/stat : 10208 (java) R 10182 10185 8273 0 -1 4202560 7 0 0 0 224 0 0 0 20 0 22 0 104523978 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693054910984 140693683756337 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10209] ppid=10182 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/10185/task/10209/stat : 10209 (java) R 10182 10185 8273 0 -1 4202560 71 0 0 0 223 2 0 0 20 0 22 0 104523978 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693052805736 140693683888344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10210] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10210/stat : 10210 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523978 10060525568 51167 33554432000 1073741824 1073778376 140736756096768 140693055963944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.17 4.33 4.29 5/221 10210
/proc/meminfo: memFree=26568420/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=13.98 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 27785 0 1 0 1373 25 0 0 20 0 22 0 104523895 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 100862 2292 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2456 0 1 0 29 2 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 47 0 0 0 4 3 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 121 0 0 0 2 2 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 141 0 0 0 4 2 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 192 0 0 0 3 1 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 211 0 0 0 4 1 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 104523896 10060525568 100862 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=0.08 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.15 4.22 4.25 5/220 10300
/proc/meminfo: memFree=23500396/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=1770.89 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 35898 0 1 0 176897 192 0 0 20 0 22 0 104523895 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 848631 2302 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2459 0 1 0 31 3 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 437 0 0 0 144 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 490 0 0 0 190 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 658 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 573 0 0 0 126 12 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 614 0 0 0 138 19 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 707 0 0 0 145 14 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 699 0 0 0 179 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10195/stat : 10195 (java) S 10182 10185 8273 0 -1 4202560 730 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693680933160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10196] ppid=10182 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/10185/task/10196/stat : 10196 (java) S 10182 10185 8273 0 -1 4202560 1831 0 0 0 179 4 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693668735848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10197] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10197/stat : 10197 (java) S 10182 10185 8273 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693667682168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10198] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10198/stat : 10198 (java) S 10182 10185 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693062280584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10199] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10199/stat : 10199 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693061229328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10200] ppid=10182 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/10185/task/10200/stat : 10200 (java) S 10182 10185 8273 0 -1 4202560 13144 0 0 0 142 3 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693060176184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10201] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10201/stat : 10201 (java) S 10182 10185 8273 0 -1 4202560 10653 0 0 0 161 2 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693059123640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10202] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10202/stat : 10202 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693058070776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10203] ppid=10182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10185/task/10203/stat : 10203 (java) S 10182 10185 8273 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693057018440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10206] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10206/stat : 10206 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523928 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693053859112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10208] ppid=10182 vsize=9824732 CPUtime=875.87 cores=1,3,5,7
/proc/10185/task/10208/stat : 10208 (java) R 10182 10185 8273 0 -1 4202560 55 0 0 0 87571 16 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693054902160 140693683621103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10209] ppid=10182 vsize=9824732 CPUtime=876.18 cores=1,3,5,7
/proc/10185/task/10209/stat : 10209 (java) R 10182 10185 8273 0 -1 4202560 1462 0 0 0 87575 43 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693052803456 140693684340531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10210] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10210/stat : 10210 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693055963944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.89
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.34 4.26 4.26 5/221 10301
/proc/meminfo: memFree=23213124/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 35898 0 1 0 179815 193 0 0 20 0 22 0 104523895 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 848631 2302 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2459 0 1 0 31 3 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 437 0 0 0 144 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 490 0 0 0 190 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 658 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 573 0 0 0 126 12 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 614 0 0 0 138 19 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 707 0 0 0 145 14 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 699 0 0 0 179 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10195/stat : 10195 (java) S 10182 10185 8273 0 -1 4202560 730 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693680933160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10196] ppid=10182 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/10185/task/10196/stat : 10196 (java) S 10182 10185 8273 0 -1 4202560 1831 0 0 0 179 4 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693668735848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10197] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10197/stat : 10197 (java) S 10182 10185 8273 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693667682168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10198] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10198/stat : 10198 (java) S 10182 10185 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693062280584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10199] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10199/stat : 10199 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693061229328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10200] ppid=10182 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/10185/task/10200/stat : 10200 (java) S 10182 10185 8273 0 -1 4202560 13144 0 0 0 142 3 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693060176184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10201] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10201/stat : 10201 (java) S 10182 10185 8273 0 -1 4202560 10653 0 0 0 161 2 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693059123640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10202] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10202/stat : 10202 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693058070776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10203] ppid=10182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10185/task/10203/stat : 10203 (java) S 10182 10185 8273 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693057018440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10206] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10206/stat : 10206 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523928 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693053859112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10208] ppid=10182 vsize=9824732 CPUtime=890.46 cores=1,3,5,7
/proc/10185/task/10208/stat : 10208 (java) R 10182 10185 8273 0 -1 4202560 55 0 0 0 89030 16 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693054902160 140693683750625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10209] ppid=10182 vsize=9824732 CPUtime=890.77 cores=1,3,5,7
/proc/10185/task/10209/stat : 10209 (java) R 10182 10185 8273 0 -1 4202560 1462 0 0 0 89034 43 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693052803456 140693684358738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10210] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10210/stat : 10210 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693055963944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10185 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.34 4.26 4.26 5/221 10301
/proc/meminfo: memFree=23213124/32872528 swapFree=15540/1663004
[pid=10185] ppid=10182 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/10185/stat : 10185 (java) S 10182 10185 8273 0 -1 4202496 35898 0 1 0 179815 193 0 0 20 0 22 0 104523895 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140736756087904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10185/statm: 2456183 848631 2302 9 0 2446860 0
[pid=10185/tid=10186] ppid=10182 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10185/task/10186/stat : 10186 (java) S 10182 10185 8273 0 -1 4202560 2459 0 1 0 31 3 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693844771704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10188] ppid=10182 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/10185/task/10188/stat : 10188 (java) S 10182 10185 8273 0 -1 4202560 437 0 0 0 144 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693806263208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10189] ppid=10182 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/10185/task/10189/stat : 10189 (java) S 10182 10185 8273 0 -1 4202560 490 0 0 0 190 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693805210664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10190] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10190/stat : 10190 (java) S 10182 10185 8273 0 -1 4202560 658 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693804157608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10191] ppid=10182 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10185/task/10191/stat : 10191 (java) S 10182 10185 8273 0 -1 4202560 573 0 0 0 126 12 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693803105064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10192] ppid=10182 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/10185/task/10192/stat : 10192 (java) S 10182 10185 8273 0 -1 4202560 614 0 0 0 138 19 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693802052008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10193] ppid=10182 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/10185/task/10193/stat : 10193 (java) S 10182 10185 8273 0 -1 4202560 707 0 0 0 145 14 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693683038760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10194] ppid=10182 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/10185/task/10194/stat : 10194 (java) S 10182 10185 8273 0 -1 4202560 699 0 0 0 179 20 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693681985704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10195] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10195/stat : 10195 (java) S 10182 10185 8273 0 -1 4202560 730 0 0 0 146 17 0 0 20 0 22 0 104523896 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693680933160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10196] ppid=10182 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/10185/task/10196/stat : 10196 (java) S 10182 10185 8273 0 -1 4202560 1831 0 0 0 179 4 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693668735848 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10197] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10197/stat : 10197 (java) S 10182 10185 8273 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693667682168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10198] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10198/stat : 10198 (java) S 10182 10185 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104523898 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693062280584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10199] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10199/stat : 10199 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693061229328 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10200] ppid=10182 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/10185/task/10200/stat : 10200 (java) S 10182 10185 8273 0 -1 4202560 13144 0 0 0 142 3 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693060176184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10185/tid=10201] ppid=10182 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/10185/task/10201/stat : 10201 (java) S 10182 10185 8273 0 -1 4202560 10653 0 0 0 161 2 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693059123640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10185/tid=10202] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10202/stat : 10202 (java) S 10182 10185 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693058070776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10203] ppid=10182 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10185/task/10203/stat : 10203 (java) S 10182 10185 8273 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 104523900 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693057018440 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10206] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10206/stat : 10206 (java) S 10182 10185 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104523928 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693053859112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10208] ppid=10182 vsize=9824732 CPUtime=890.46 cores=1,3,5,7
/proc/10185/task/10208/stat : 10208 (java) R 10182 10185 8273 0 -1 4202560 55 0 0 0 89030 16 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693054902160 140693683750625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10185/tid=10209] ppid=10182 vsize=9824732 CPUtime=890.77 cores=1,3,5,7
/proc/10185/task/10209/stat : 10209 (java) R 10182 10185 8273 0 -1 4202560 1462 0 0 0 89034 43 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693052803456 140693684358738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10185/tid=10210] ppid=10182 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10185/task/10210/stat : 10210 (java) S 10182 10185 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104523978 10060525568 848631 33554432000 1073741824 1073778376 140736756096768 140693055963944 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.969
CPU time (s): 1800.71
CPU user time (s): 1798.3
CPU system time (s): 2.41063
CPU usage (%): 200.755
Max. virtual memory (cumulated for all children) (KiB): 9826292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.41063
maximum resident set size= 3394636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35935
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22090
involuntary context switches= 17885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62499 second user time and 6.46302 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 17:11:51
IDJOB=4081136
IDBENCH=2119
IDSOLVER=2543
FILE ID=node134/4081136-1465225911
RUNJOBID= node134-1465220363-8290
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081136-1465225911/watcher-4081136-1465225911 -o /tmp/evaluation-result-4081136-1465225911/solver-4081136-1465225911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081136-1465225911.opb

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

MD5SUM BENCH= 9711add7b63200e6cedabbc5764a3737
RANDOM SEED=1240269028

node134.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.403
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.80
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.403
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.403
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.56
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.403
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.56
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.403
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.403
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.403
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.403
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:        26849788 kB
Buffers:           17240 kB
Cached:            82616 kB
SwapCached:         1808 kB
Active:          3601456 kB
Inactive:          41788 kB
Active(anon):    3544716 kB
Inactive(anon):     1036 kB
Active(file):      56740 kB
Inactive(file):    40752 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098288 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       5216240 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             566608 kB
SReclaimable:      10228 kB
SUnreclaim:       556380 kB
KernelStack:        1608 kB
PageTables:        14472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5464176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5144576 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= 71732 MiB
End job on node134 at 2016-06-06 17:26:48