Trace number 4119101

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)-6251985 1800.65 901.659

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0444-0444.lin.opb
MD5SUM0611ad7ca693a4aca446988b82eb1de7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-7410770
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables768
Total number of constraints1216
Number of constraints which are clauses576
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 576
Biggest coefficient in the objective function 306756
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 49689795
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 306756
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 49689795
Number of bits of the biggest sum of numbers26
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.03/1.97	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/1.97	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/1.97	c See www.sat4j.org for details.
0.08/2.29	c version PB16.v20160501
0.08/2.29	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/2.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/2.29	c java.vm.version	19.1-b02
0.08/2.30	c java.vm.vendor	Sun Microsystems Inc.
0.08/2.30	c sun.arch.data.model	64
0.08/2.30	c java.version		1.6.0_24
0.08/2.30	c os.name		Linux
0.08/2.30	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/2.30	c os.arch		amd64
0.08/2.30	c Free memory 		501472288
0.08/2.30	c Max memory 		7480803328
0.08/2.30	c Total memory 		504102912
0.08/2.30	c Number of processors 	8
0.09/2.32	c Pseudo Boolean Optimization by upper bound
0.09/2.32	c ManyCore solver with 2 solvers running in parallel
0.09/2.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/2.32	c --- Begin Solver configuration ---
0.09/2.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/2.32	c Learn all clauses as in MiniSAT
0.09/2.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/2.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/2.32	c Expensive reason simplification
0.09/2.32	c Glucose 2.1 dynamic restart strategy
0.09/2.32	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.09/2.32	c timeout=2147483s
0.09/2.32	c DB Simplification allowed=false
0.09/2.32	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/2.32	c --- End Solver configuration ---
0.09/2.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/2.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/2.32	c --- Begin Solver configuration ---
0.09/2.32	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/2.32	c Learn all clauses as in MiniSAT
0.09/2.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/2.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/2.32	c No reason simplification
0.09/2.32	c Armin Biere (Picosat) restarts strategy
0.09/2.32	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.09/2.32	c timeout=2147483s
0.09/2.32	c DB Simplification allowed=false
0.09/2.32	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/2.32	c --- End Solver configuration ---
0.09/2.32	c solving HOME/instance-4119101-1467247660.opb
0.09/2.32	c reading problem ... 
0.09/2.32	c  objective function found
0.24/2.47	c ... done. Wall clock time 0.149s.
0.24/2.47	c declared #vars     768
0.24/2.47	c #constraints  1280
0.24/2.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/2.48	c constraints type 
0.24/2.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 640
0.24/2.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.24/2.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
0.24/2.48	c 1280 constraints processed.
0.24/2.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/2.48	c constraints type 
0.24/2.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 640
0.24/2.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.24/2.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
0.24/2.48	c 1280 constraints processed.
0.24/2.48	c objective function length is 576 literals
0.24/2.49	c And the winner is solver0
0.50/2.98	c SATISFIABLE
0.50/2.98	c OPTIMIZING...
0.50/2.98	c Got one! Elapsed wall clock time (in seconds):0.656
0.50/2.98	o -6194804
3.31/3.77	c cleaning 2494 clauses out of 5000 with flag 10781/5000
4.67/4.22	c And the winner is solver1
4.72/4.49	c Got one! Elapsed wall clock time (in seconds):2.166
4.72/4.49	o -6251985
5.17/4.74	c cleaning 3848 clauses out of 7702 with flag 5027/10196
6.69/5.46	c cleaning 4927 clauses out of 9854 with flag 20785/16196
8.56/6.34	c cleaning 5960 clauses out of 11927 with flag 38509/23196
10.65/7.35	c cleaning 6983 clauses out of 13970 with flag 57708/31199
12.86/8.41	c cleaning 7991 clauses out of 15986 with flag 77469/40198
15.33/9.68	c cleaning 8989 clauses out of 17994 with flag 100707/50197
17.93/10.98	c cleaning 10004 clauses out of 20007 with flag 126778/61199
20.93/12.42	c cleaning 10997 clauses out of 22001 with flag 154752/73197
24.13/14.04	c cleaning 12001 clauses out of 24005 with flag 185770/86198
27.99/15.90	c cleaning 12988 clauses out of 26002 with flag 218583/100196
32.12/17.95	c cleaning 13996 clauses out of 28014 with flag 252982/115196
36.32/20.02	c cleaning 15003 clauses out of 30018 with flag 290574/131196
41.26/22.41	c cleaning 16008 clauses out of 32016 with flag 329447/148197
46.26/24.93	c cleaning 17003 clauses out of 34008 with flag 370077/166197
51.67/27.66	c cleaning 18002 clauses out of 36006 with flag 415074/185198
57.25/30.40	c cleaning 19002 clauses out of 38003 with flag 462723/205197
63.25/33.44	c cleaning 20000 clauses out of 40000 with flag 511957/226196
70.25/36.91	c cleaning 20996 clauses out of 42000 with flag 562024/248196
78.41/40.90	c cleaning 22003 clauses out of 44005 with flag 613534/271197
86.41/44.94	c cleaning 23002 clauses out of 46004 with flag 668860/295199
94.42/48.91	c cleaning 23997 clauses out of 47999 with flag 726471/320196
102.43/52.93	c cleaning 25000 clauses out of 50002 with flag 788173/346196
110.81/57.16	c cleaning 25989 clauses out of 52002 with flag 853312/373196
120.02/61.72	c cleaning 27004 clauses out of 54013 with flag 919397/401196
129.81/66.62	c cleaning 28003 clauses out of 56014 with flag 990336/430201
140.37/71.85	c cleaning 28998 clauses out of 58007 with flag 1058461/460197
150.37/76.89	c cleaning 30004 clauses out of 60008 with flag 1132931/491196
161.57/82.50	c cleaning 30994 clauses out of 62004 with flag 1208027/523196
172.79/88.07	c cleaning 31997 clauses out of 64012 with flag 1284821/556198
185.17/94.23	c cleaning 33007 clauses out of 66022 with flag 1363324/590205
197.37/100.37	c cleaning 34001 clauses out of 68008 with flag 1446525/625198
210.77/107.05	c cleaning 35000 clauses out of 70005 with flag 1529752/661196
223.77/113.59	c cleaning 36001 clauses out of 72005 with flag 1615267/698196
238.56/120.92	c cleaning 37000 clauses out of 74006 with flag 1703752/736198
254.38/128.89	c cleaning 37999 clauses out of 76005 with flag 1796684/775197
271.16/137.29	c cleaning 39000 clauses out of 78007 with flag 1896334/815198
288.16/145.71	c cleaning 39995 clauses out of 80006 with flag 1993499/856197
305.76/154.57	c cleaning 41001 clauses out of 82012 with flag 2096895/898198
324.35/163.84	c cleaning 41998 clauses out of 84009 with flag 2201898/941196
342.77/173.07	c cleaning 43005 clauses out of 86013 with flag 2307139/985198
362.18/182.78	c cleaning 44000 clauses out of 88006 with flag 2417867/1030196
383.17/193.27	c cleaning 44997 clauses out of 90006 with flag 2538823/1076196
404.55/203.93	c cleaning 46004 clauses out of 92009 with flag 2657190/1123196
425.55/214.48	c cleaning 46997 clauses out of 94005 with flag 2777234/1171196
447.34/225.31	c cleaning 48004 clauses out of 96008 with flag 2900694/1220196
468.74/236.08	c cleaning 48996 clauses out of 98004 with flag 3028120/1270196
491.54/247.42	c cleaning 49996 clauses out of 100008 with flag 3163184/1321196
516.93/260.10	c cleaning 51001 clauses out of 102012 with flag 3298843/1373196
540.52/271.93	c cleaning 52002 clauses out of 104013 with flag 3439176/1426198
565.93/284.67	c cleaning 52999 clauses out of 106010 with flag 3580881/1480197
591.32/297.34	c cleaning 53997 clauses out of 108011 with flag 3718440/1535197
616.72/310.03	c cleaning 54998 clauses out of 110013 with flag 3853809/1591196
646.70/324.92	c cleaning 56003 clauses out of 112020 with flag 3992214/1648201
675.90/339.50	c cleaning 56998 clauses out of 114012 with flag 4133912/1706196
705.10/354.12	c cleaning 58007 clauses out of 116023 with flag 4275252/1765205
732.29/367.74	c cleaning 59001 clauses out of 118008 with flag 4418189/1825197
757.29/380.20	c cleaning 60001 clauses out of 120006 with flag 4564931/1886196
792.59/397.86	c cleaning 60996 clauses out of 122005 with flag 4722970/1948196
830.50/416.67	c cleaning 61993 clauses out of 124009 with flag 4883587/2011196
868.86/435.95	c cleaning 63006 clauses out of 126017 with flag 5047382/2075197
904.73/453.84	c cleaning 64004 clauses out of 128010 with flag 5214305/2140196
937.61/470.23	c cleaning 64995 clauses out of 130006 with flag 5381482/2206196
972.60/487.77	c cleaning 66004 clauses out of 132012 with flag 5552410/2273197
1007.21/505.02	c cleaning 67003 clauses out of 134012 with flag 5725099/2341201
1044.60/523.72	c cleaning 67996 clauses out of 136004 with flag 5899555/2410196
1079.60/541.27	c cleaning 68995 clauses out of 138009 with flag 6074259/2480197
1119.16/560.90	c cleaning 70004 clauses out of 140013 with flag 6250021/2551196
1159.75/581.25	c cleaning 70999 clauses out of 142010 with flag 6426429/2623197
1202.42/602.88	c cleaning 72000 clauses out of 144010 with flag 6609168/2696196
1245.61/624.43	c cleaning 73005 clauses out of 146010 with flag 6793539/2770196
1288.60/645.98	c cleaning 73999 clauses out of 148006 with flag 6976713/2845197
1331.82/667.48	c cleaning 75001 clauses out of 150011 with flag 7154717/2921201
1375.75/689.36	c cleaning 76000 clauses out of 152011 with flag 7337440/2998202
1418.35/710.62	c cleaning 76993 clauses out of 154005 with flag 7519385/3076196
1461.96/732.70	c cleaning 77996 clauses out of 156012 with flag 7703763/3155196
1505.75/754.60	c cleaning 79006 clauses out of 158016 with flag 7891814/3235196
1552.62/777.91	c cleaning 80003 clauses out of 160010 with flag 8080808/3316196
1598.83/801.04	c cleaning 81004 clauses out of 162008 with flag 8272316/3398197
1650.02/826.66	c cleaning 82000 clauses out of 164006 with flag 8464134/3481199
1706.01/854.66	c cleaning 82997 clauses out of 166003 with flag 8661067/3565196
1763.42/883.31	c cleaning 84005 clauses out of 168009 with flag 8856243/3650199
1800.02/901.60	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.60	c starts		: 430
1800.02/901.60	c conflicts		: 3712315
1800.02/901.60	c decisions		: 4044301
1800.02/901.60	c propagations		: 190316091
1800.02/901.60	c inspects		: 10054526664
1800.02/901.60	c shortcuts		: 0
1800.02/901.60	c learnt literals	: 0
1800.02/901.60	c learnt binary clauses	: 0
1800.02/901.60	c learnt ternary clauses	: 0
1800.02/901.60	c learnt constraints	: 3712315
1800.02/901.60	c ignored constraints	: 0
1800.02/901.60	c root simplifications	: 0
1800.02/901.60	c removed literals (reason simplification)	: 2596336
1800.02/901.60	c reason swapping (by a shorter reason)	: 0
1800.02/901.60	c Calls to reduceDB	: 82
1800.02/901.60	c Number of update (reduction) of LBD	: 245536
1800.02/901.60	c Imported unit clauses	: 0
1800.02/901.60	c number of reductions to clauses (during analyze)	: 0
1800.02/901.60	c number of learned constraints concerned by reduction	: 0
1800.02/901.60	c number of learning phase by resolution	: 0
1800.02/901.60	c number of learning phase by cutting planes	: 0
1800.02/901.60	c speed (assignments/second)	: 212143.30333704525
1800.02/901.60	c non guided choices	0
1800.02/901.63	c learnt constraints type 
1800.02/901.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146120
1800.02/901.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.63	c starts		: 17
1800.02/901.63	c conflicts		: 2789
1800.02/901.63	c decisions		: 4875
1800.02/901.63	c propagations		: 136840
1800.02/901.63	c inspects		: 35076408
1800.02/901.63	c shortcuts		: 0
1800.02/901.63	c learnt literals	: 0
1800.02/901.63	c learnt binary clauses	: 0
1800.02/901.63	c learnt ternary clauses	: 0
1800.02/901.63	c learnt constraints	: 2788
1800.02/901.63	c ignored constraints	: 0
1800.02/901.63	c root simplifications	: 0
1800.02/901.63	c removed literals (reason simplification)	: 0
1800.02/901.63	c reason swapping (by a shorter reason)	: 0
1800.02/901.63	c Calls to reduceDB	: 0
1800.02/901.63	c Number of update (reduction) of LBD	: 0
1800.02/901.63	c Imported unit clauses	: 0
1800.02/901.63	c number of reductions to clauses (during analyze)	: 0
1800.02/901.63	c number of learned constraints concerned by reduction	: 0
1800.02/901.63	c number of learning phase by resolution	: 0
1800.02/901.63	c number of learning phase by cutting planes	: 0
1800.02/901.63	c speed (assignments/second)	: 152.27488710693294
1800.02/901.63	c non guided choices	0
1800.02/901.63	c learnt constraints type 
1800.02/901.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2788
1800.02/901.63	s SATISFIABLE
1800.02/901.63	c Found 2 solution(s)
1800.02/901.63	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 
1800.02/901.63	c objective function=-6251985
1800.02/901.63	c Total wall clock time (in seconds): 899.31

Verifier Data

OK	-6251985

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-4119101-1467247660/watcher-4119101-1467247660 -o /tmp/evaluation-result-4119101-1467247660/solver-4119101-1467247660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6244 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119101-1467247660.opb 

pid=7132
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.00 3.82 3.04 3/197 7135
/proc/meminfo: memFree=27050908/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (runsolver) D 7132 7135 6228 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 3786137 24911872 151 33554432000 4194304 4338465 140734416009872 140734416007512 211458804919 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/7135/statm: 6082 151 105 36 0 2655 0

[startup+0.100165 s]
/proc/loadavg: 4.00 3.82 3.04 3/197 7135
/proc/meminfo: memFree=27050908/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (runsolver) D 7132 7135 6228 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 3786137 24911872 151 33554432000 4194304 4338465 140734416009872 140734416007512 211458804919 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/7135/statm: 6082 151 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.200326 s]
/proc/loadavg: 4.00 3.82 3.04 3/197 7135
/proc/meminfo: memFree=27050908/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (java) D 7132 7135 6228 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 3786137 278528 33 33554432000 1073741824 1073778376 140734962839808 140734962836984 211449638183 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 10 0 0
/proc/7135/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.300304 s]
/proc/loadavg: 4.00 3.82 3.04 3/197 7135
/proc/meminfo: memFree=27050908/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (java) D 7132 7135 6228 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 3786137 278528 33 33554432000 1073741824 1073778376 140734962839808 140734962836984 211449638183 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 10 0 0
/proc/7135/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.700273 s]
/proc/loadavg: 4.00 3.82 3.04 3/197 7135
/proc/meminfo: memFree=27050908/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7135/stat : 7135 (java) D 7132 7135 6228 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 3786137 9515008 184 33554432000 1073741824 1073778376 140734962839808 140734962831032 211458616759 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 10 0 0
/proc/7135/statm: 2323 184 142 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+1.50031 s]
/proc/loadavg: 4.00 3.82 3.04 3/199 7137
/proc/meminfo: memFree=27050024/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 3140 0 1 0 2 0 0 0 20 0 13 0 3786137 9446973440 3759 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2306390 3759 1707 9 0 2297091 0
[pid=7135/tid=7137] ppid=7132 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) D 7132 7135 6228 0 -1 4202560 1880 0 1 0 2 0 0 0 20 0 13 0 3786219 9446973440 3759 33554432000 1073741824 1073778376 140737035814736 139977733949016 211458801333 0 4 0 16800971 18446744072100588836 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+3.10069 s]
/proc/loadavg: 3.92 3.81 3.04 3/215 7153
/proc/meminfo: memFree=27037256/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 7899 0 1 0 90 4 0 0 20 0 22 0 3786137 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 12080 2252 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2442 0 1 0 24 2 0 0 20 0 22 0 3786219 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3786265 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7148/stat : 7148 (java) S 7132 7135 6228 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977555928200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7149] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7149/stat : 7149 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977554876944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7150] ppid=7132 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/7135/task/7150/stat : 7150 (java) R 7132 7135 6228 0 -1 4202560 2257 0 0 0 20 0 0 0 20 0 22 0 3786331 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977553816088 139977738041337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7151] ppid=7132 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/7135/task/7151/stat : 7151 (java) R 7132 7135 6228 0 -1 4202560 1857 0 0 0 19 0 0 0 20 0 22 0 3786331 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977552759136 139977736553579 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7152] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7152/stat : 7152 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977551719416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7153] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7153/stat : 7153 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 12080 33554432000 1073741824 1073778376 140737035814736 139977550667080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30091 s]
/proc/loadavg: 3.92 3.81 3.04 5/219 7163
/proc/meminfo: memFree=26845544/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=8.56 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 29197 0 1 0 840 16 0 0 20 0 22 0 3786137 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 56862 2285 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2442 0 1 0 24 2 0 0 20 0 22 0 3786219 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 148 0 0 0 4 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 147 0 0 0 4 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 3786265 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7148/stat : 7148 (java) S 7132 7135 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977555928200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7149] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7149/stat : 7149 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977554876944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7150] ppid=7132 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7135/task/7150/stat : 7150 (java) S 7132 7135 6228 0 -1 4202560 12503 0 0 0 101 4 0 0 20 0 22 0 3786331 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977553824312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7151] ppid=7132 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/7135/task/7151/stat : 7151 (java) S 7132 7135 6228 0 -1 4202560 12160 0 0 0 94 3 0 0 20 0 22 0 3786331 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977552771768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7152] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7152/stat : 7152 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977551719416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7153] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7153/stat : 7153 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977550667080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7160] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7160/stat : 7160 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786436 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139976404616744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7161] ppid=7132 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/7135/task/7161/stat : 7161 (java) R 7132 7135 6228 0 -1 4202560 4 0 0 0 172 0 0 0 20 0 22 0 3786586 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139976406719832 139977564961274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7162] ppid=7132 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/7135/task/7162/stat : 7162 (java) R 7132 7135 6228 0 -1 4202560 6 0 0 0 170 0 0 0 20 0 22 0 3786586 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139976405665752 139977565034805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7163] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7163/stat : 7163 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786586 10060525568 56862 33554432000 1073741824 1073778376 140737035814736 139977549611944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824732

[startup+12.7009 s]
/proc/loadavg: 3.85 3.80 3.05 3/193 7197
/proc/meminfo: memFree=30433020/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=21.53 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 29959 0 1 0 2128 25 0 0 20 0 22 0 3786137 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 96539 2285 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2442 0 1 0 24 2 0 0 20 0 22 0 3786219 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 226 0 0 0 6 2 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 42 0 0 0 6 1 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 163 0 0 0 3 1 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 175 0 0 0 5 2 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 167 0 0 0 7 2 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 199 0 0 0 7 1 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 3786265 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 223 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 96539 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.25 4.22 3.71 5/221 7493
/proc/meminfo: memFree=23713460/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=1641.42 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 39447 0 1 0 163888 254 0 0 20 0 22 0 3786137 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 813896 2294 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2446 0 1 0 26 3 0 0 20 0 22 0 3786219 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 706 0 0 0 65 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 647 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 889 0 0 0 69 25 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 940 0 0 0 74 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 725 0 0 0 70 24 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 774 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 746 0 0 0 66 20 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 561 0 0 0 58 23 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 2313 0 0 0 234 2 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7148/stat : 7148 (java) S 7132 7135 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977555928200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7149] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7149/stat : 7149 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977554876944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7150] ppid=7132 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7135/task/7150/stat : 7150 (java) S 7132 7135 6228 0 -1 4202560 12504 0 0 0 101 4 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977553824312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7151] ppid=7132 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/7135/task/7151/stat : 7151 (java) S 7132 7135 6228 0 -1 4202560 12165 0 0 0 101 3 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977552771768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7152] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7152/stat : 7152 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977551719416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7153] ppid=7132 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7135/task/7153/stat : 7153 (java) S 7132 7135 6228 0 -1 4202560 47 0 0 0 11 14 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977550667080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7160] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7160/stat : 7160 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786436 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976404616744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7161] ppid=7132 vsize=9824732 CPUtime=813.39 cores=0,2,4,6
/proc/7135/task/7161/stat : 7161 (java) R 7132 7135 6228 0 -1 4202560 196 0 0 0 81318 21 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976406712848 139977564961254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7162] ppid=7132 vsize=9824732 CPUtime=813.47 cores=0,2,4,6
/proc/7135/task/7162/stat : 7162 (java) R 7132 7135 6228 0 -1 4202560 2398 0 0 0 81310 37 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976405667008 139977565424528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7163] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7163/stat : 7163 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977549611944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1641.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.43 4.26 3.75 5/220 7494
/proc/meminfo: memFree=23766292/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=1761.43 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 39451 0 1 0 175888 255 0 0 20 0 22 0 3786137 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 813896 2294 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2446 0 1 0 26 3 0 0 20 0 22 0 3786219 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 706 0 0 0 65 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 647 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 889 0 0 0 69 25 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 940 0 0 0 74 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 725 0 0 0 70 24 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 774 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 746 0 0 0 66 20 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 561 0 0 0 58 23 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 2313 0 0 0 234 2 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7148/stat : 7148 (java) S 7132 7135 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977555928200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7149] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7149/stat : 7149 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977554876944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7150] ppid=7132 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7135/task/7150/stat : 7150 (java) S 7132 7135 6228 0 -1 4202560 12504 0 0 0 101 4 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977553824312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7151] ppid=7132 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/7135/task/7151/stat : 7151 (java) S 7132 7135 6228 0 -1 4202560 12165 0 0 0 101 3 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977552771768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7152] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7152/stat : 7152 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977551719416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7153] ppid=7132 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7135/task/7153/stat : 7153 (java) S 7132 7135 6228 0 -1 4202560 51 0 0 0 12 15 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977550667080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7160] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7160/stat : 7160 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786436 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976404616744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7161] ppid=7132 vsize=9824732 CPUtime=873.39 cores=0,2,4,6
/proc/7135/task/7161/stat : 7161 (java) R 7132 7135 6228 0 -1 4202560 196 0 0 0 87317 22 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976406712848 139977564935971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7162] ppid=7132 vsize=9824732 CPUtime=873.48 cores=0,2,4,6
/proc/7135/task/7162/stat : 7162 (java) R 7132 7135 6228 0 -1 4202560 2398 0 0 0 87310 38 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976405667008 139977565424541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7163] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7163/stat : 7163 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977549611944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1761.43
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 4.33 4.25 3.75 5/220 7498
/proc/meminfo: memFree=23766048/32872528 swapFree=480236/529292
[pid=7135] ppid=7132 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/7135/stat : 7135 (java) S 7132 7135 6228 0 -1 4202496 39453 0 1 0 179746 256 0 0 20 0 22 0 3786137 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 140737035805872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 10 0 0
/proc/7135/statm: 2456183 813896 2294 9 0 2446860 0
[pid=7135/tid=7137] ppid=7132 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7135/task/7137/stat : 7137 (java) S 7132 7135 6228 0 -1 4202560 2446 0 1 0 26 3 0 0 20 0 22 0 3786219 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977733952376 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7138] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7138/stat : 7138 (java) S 7132 7135 6228 0 -1 4202560 706 0 0 0 65 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977695443112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7139] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7139/stat : 7139 (java) S 7132 7135 6228 0 -1 4202560 647 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977694390568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7140] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7140/stat : 7140 (java) S 7132 7135 6228 0 -1 4202560 889 0 0 0 69 25 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977693338024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7141] ppid=7132 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/7135/task/7141/stat : 7141 (java) S 7132 7135 6228 0 -1 4202560 940 0 0 0 74 27 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977692285480 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7142] ppid=7132 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/7135/task/7142/stat : 7142 (java) S 7132 7135 6228 0 -1 4202560 725 0 0 0 70 24 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977691232936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7143] ppid=7132 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/7135/task/7143/stat : 7143 (java) S 7132 7135 6228 0 -1 4202560 774 0 0 0 66 26 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977690180392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7144] ppid=7132 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/7135/task/7144/stat : 7144 (java) S 7132 7135 6228 0 -1 4202560 746 0 0 0 66 20 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977689127848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7145] ppid=7132 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/7135/task/7145/stat : 7145 (java) S 7132 7135 6228 0 -1 4202560 561 0 0 0 58 23 0 0 20 0 22 0 3786265 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977688075304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7146] ppid=7132 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/7135/task/7146/stat : 7146 (java) S 7132 7135 6228 0 -1 4202560 2313 0 0 0 234 2 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977558034536 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7147] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7147/stat : 7147 (java) S 7132 7135 6228 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977556980856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7148] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7148/stat : 7148 (java) S 7132 7135 6228 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3786266 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977555928200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7149] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7149/stat : 7149 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977554876944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7150] ppid=7132 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7135/task/7150/stat : 7150 (java) S 7132 7135 6228 0 -1 4202560 12504 0 0 0 101 4 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977553824312 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7151] ppid=7132 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/7135/task/7151/stat : 7151 (java) S 7132 7135 6228 0 -1 4202560 12165 0 0 0 101 3 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977552771768 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7152] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7152/stat : 7152 (java) S 7132 7135 6228 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977551719416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7135/tid=7153] ppid=7132 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7135/task/7153/stat : 7153 (java) S 7132 7135 6228 0 -1 4202560 53 0 0 0 12 16 0 0 20 0 22 0 3786331 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977550667080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7135/tid=7160] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7160/stat : 7160 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786436 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976404616744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7161] ppid=7132 vsize=9824732 CPUtime=892.68 cores=0,2,4,6
/proc/7135/task/7161/stat : 7161 (java) R 7132 7135 6228 0 -1 4202560 196 0 0 0 89246 22 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976406712848 139977564961254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7135/tid=7162] ppid=7132 vsize=9824732 CPUtime=892.78 cores=0,2,4,6
/proc/7135/task/7162/stat : 7162 (java) R 7132 7135 6228 0 -1 4202560 2398 0 0 0 89240 38 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139976405667008 139977565034852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7135/tid=7163] ppid=7132 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7135/task/7163/stat : 7163 (java) S 7132 7135 6228 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3786586 10060525568 813896 33554432000 1073741824 1073778376 140737035814736 139977549611944 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 7135 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 901.659
CPU time (s): 1800.65
CPU user time (s): 1797.57
CPU system time (s): 3.08153
CPU usage (%): 199.704
Max. virtual memory (cumulated for all children) (KiB): 9826168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 3.08153
maximum resident set size= 3392560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39500
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22115
involuntary context switches= 18409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71513 second user time and 7.02193 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 02:47:42
IDJOB=4119101
IDBENCH=111652
IDSOLVER=2543
FILE ID=node141/4119101-1467247660
RUNJOBID= node141-1467246696-6244
PBS_JOBID= 20004482
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0444-0444.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119101-1467247660/watcher-4119101-1467247660 -o /tmp/evaluation-result-4119101-1467247660/solver-4119101-1467247660 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467246696-6244 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119101-1467247660.opb

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

MD5SUM BENCH= 0611ad7ca693a4aca446988b82eb1de7
RANDOM SEED=903023308

node141.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.448
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.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27051428 kB
Buffers:           93112 kB
Cached:           715000 kB
SwapCached:            0 kB
Active:          3933080 kB
Inactive:         633696 kB
Active(anon):    3761216 kB
Inactive(anon):        4 kB
Active(file):     171864 kB
Inactive(file):   633692 kB
Unevictable:      529292 kB
Mlocked:          480236 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       4296192 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             580220 kB
SReclaimable:      24248 kB
SUnreclaim:       555972 kB
KernelStack:        1608 kB
PageTables:        12608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4713488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3702784 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= 71700 MiB
End job on node141 at 2016-06-30 03:02:44