Trace number 4081202

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)216 1800.04 897.565

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081202-1465221167.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.24/0.26	c ... done. Wall clock time 0.136s.
0.24/0.26	c declared #vars     470
0.24/0.26	c #constraints  470
0.24/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.26	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.24/0.26	c 470 constraints processed.
0.24/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.26	c constraints type 
0.24/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.24/0.26	c 470 constraints processed.
0.24/0.26	c objective function length is 470 literals
0.24/0.27	c And the winner is solver0
0.45/0.76	c SATISFIABLE
0.45/0.76	c OPTIMIZING...
0.45/0.76	c Got one! Elapsed wall clock time (in seconds):0.642
0.45/0.76	o 223
0.98/0.90	c And the winner is solver0
1.09/1.27	c Got one! Elapsed wall clock time (in seconds):1.147
1.09/1.27	o 222
1.59/1.50	c And the winner is solver0
2.18/1.77	c Got one! Elapsed wall clock time (in seconds):1.649
2.18/1.77	o 221
2.73/2.08	c And the winner is solver0
3.06/2.27	c Got one! Elapsed wall clock time (in seconds):2.151
3.06/2.27	o 220
3.46/2.45	c cleaning 3398 clauses out of 6809 with flag 2200/6809
4.84/2.95	c cleaning 4697 clauses out of 9410 with flag 14924/12808
4.84/2.98	c And the winner is solver0
5.01/3.27	c Got one! Elapsed wall clock time (in seconds):3.154
5.01/3.27	o 219
5.07/3.36	c And the winner is solver0
5.21/3.78	c Got one! Elapsed wall clock time (in seconds):3.656
5.21/3.78	o 218
5.26/3.84	c And the winner is solver0
5.37/4.28	c Got one! Elapsed wall clock time (in seconds):4.158
5.37/4.28	o 217
6.05/4.64	c cleaning 5459 clauses out of 10925 with flag 8711/19020
7.10/5.17	c cleaning 5726 clauses out of 11465 with flag 21695/25019
8.66/5.84	c cleaning 6363 clauses out of 12740 with flag 36946/32020
10.55/6.61	c cleaning 7180 clauses out of 14378 with flag 54248/40021
12.38/7.56	c cleaning 8089 clauses out of 16196 with flag 72967/49019
14.67/8.64	c cleaning 9043 clauses out of 18108 with flag 93542/59020
17.07/9.90	c cleaning 10023 clauses out of 20064 with flag 116945/70019
19.95/11.23	c cleaning 11014 clauses out of 22041 with flag 142455/82019
22.75/12.65	c cleaning 12002 clauses out of 24027 with flag 169381/95019
25.85/14.13	c cleaning 13004 clauses out of 26026 with flag 198321/109020
29.19/15.75	c cleaning 14006 clauses out of 28022 with flag 229276/124020
29.39/15.86	c And the winner is solver1
29.47/16.31	c Got one! Elapsed wall clock time (in seconds):16.193
29.47/16.31	o 216
30.84/17.03	c cleaning 9697 clauses out of 19409 with flag 9680/129413
32.85/18.02	c cleaning 7847 clauses out of 15713 with flag 24168/135414
35.24/19.22	c cleaning 7426 clauses out of 14865 with flag 41273/142413
38.42/20.70	c cleaning 7717 clauses out of 15439 with flag 60893/150413
41.82/22.40	c cleaning 8354 clauses out of 16722 with flag 83494/159413
45.22/24.15	c cleaning 9179 clauses out of 18367 with flag 109003/169412
50.00/26.44	c cleaning 10093 clauses out of 20190 with flag 137098/180414
54.79/28.85	c cleaning 11048 clauses out of 22097 with flag 167626/192414
60.19/31.58	c cleaning 12021 clauses out of 24048 with flag 200374/205413
66.77/34.77	c cleaning 13010 clauses out of 26026 with flag 237280/219412
74.16/38.48	c cleaning 14009 clauses out of 28017 with flag 277085/234413
82.89/42.79	c cleaning 15001 clauses out of 30007 with flag 317402/250412
92.10/47.37	c cleaning 15998 clauses out of 32007 with flag 360907/267413
101.88/52.25	c cleaning 17004 clauses out of 34010 with flag 408257/285414
112.48/57.44	c cleaning 17998 clauses out of 36005 with flag 457774/304413
123.47/62.91	c cleaning 19000 clauses out of 38006 with flag 511621/324412
134.73/68.84	c cleaning 20005 clauses out of 40009 with flag 568780/345415
145.94/74.40	c cleaning 20997 clauses out of 42001 with flag 630919/367412
157.40/80.17	c cleaning 21997 clauses out of 44005 with flag 692914/390413
158.40/80.64	c cleaning 0 clauses out of 5518 with flag 0/5520
170.07/86.37	c cleaning 22995 clauses out of 46007 with flag 755916/414412
183.48/92.99	c cleaning 24008 clauses out of 48015 with flag 824339/439415
196.67/99.51	c cleaning 24999 clauses out of 50005 with flag 891625/465413
209.84/106.05	c cleaning 26002 clauses out of 52006 with flag 964331/492413
224.24/113.26	c cleaning 27002 clauses out of 54003 with flag 1041893/520412
239.85/120.97	c cleaning 27999 clauses out of 56002 with flag 1118255/549413
256.18/129.02	c cleaning 28999 clauses out of 58002 with flag 1196112/579412
273.77/137.80	c cleaning 30002 clauses out of 60003 with flag 1279415/610412
291.43/147.06	c cleaning 30999 clauses out of 62001 with flag 1361552/642412
307.09/154.86	c cleaning 31999 clauses out of 64003 with flag 1442426/675413
324.29/163.48	c cleaning 33002 clauses out of 66003 with flag 1526534/709412
345.02/173.70	c cleaning 33999 clauses out of 68002 with flag 1612675/744413
364.96/183.70	c cleaning 34996 clauses out of 70002 with flag 1701989/780412
385.91/194.01	c cleaning 36001 clauses out of 72006 with flag 1793354/817412
409.73/205.84	c cleaning 36999 clauses out of 74007 with flag 1886641/855414
434.44/218.15	c cleaning 37998 clauses out of 76006 with flag 1982152/894412
461.19/231.45	c cleaning 39002 clauses out of 78009 with flag 2082375/934413
486.39/244.09	c cleaning 40002 clauses out of 80006 with flag 2185251/975412
512.43/256.97	c cleaning 41001 clauses out of 82005 with flag 2287631/1017413
524.25/262.75	c cleaning 0 clauses out of 11520 with flag 0/11522
540.66/270.88	c cleaning 41993 clauses out of 84003 with flag 2395125/1060412
574.12/287.43	c cleaning 43001 clauses out of 86011 with flag 2502686/1104413
602.35/301.41	c cleaning 44004 clauses out of 88010 with flag 2613081/1149413
632.79/316.50	c cleaning 44999 clauses out of 90005 with flag 2726164/1195412
665.32/332.56	c cleaning 46003 clauses out of 92006 with flag 2841818/1242412
697.59/348.52	c cleaning 47002 clauses out of 94003 with flag 2960003/1290412
730.49/364.87	c cleaning 47995 clauses out of 96001 with flag 3081162/1339412
764.31/381.49	c cleaning 48991 clauses out of 98006 with flag 3204798/1389412
801.42/399.77	c cleaning 50004 clauses out of 100016 with flag 3331751/1440413
841.10/419.43	c cleaning 50999 clauses out of 102011 with flag 3461917/1492412
882.80/440.94	c cleaning 52005 clauses out of 104014 with flag 3593478/1545414
927.15/463.00	c cleaning 52998 clauses out of 106007 with flag 3725504/1599412
973.03/485.89	c cleaning 54003 clauses out of 108009 with flag 3857975/1654412
1022.73/510.58	c cleaning 54997 clauses out of 110007 with flag 3991151/1710413
1072.95/535.31	c cleaning 56000 clauses out of 112010 with flag 4128101/1767413
1132.67/564.92	c cleaning 57004 clauses out of 114011 with flag 4265664/1825414
1178.01/587.35	c cleaning 57998 clauses out of 116005 with flag 4406555/1884412
1230.73/613.23	c cleaning 59002 clauses out of 118009 with flag 4551380/1944414
1281.70/638.45	c cleaning 59998 clauses out of 120006 with flag 4698646/2005413
1289.35/642.17	c cleaning 0 clauses out of 18518 with flag 0/18520
1333.55/664.08	c cleaning 60999 clauses out of 122007 with flag 4851208/2067412
1397.07/695.58	c cleaning 62002 clauses out of 124010 with flag 5001325/2130414
1458.59/727.69	c cleaning 62999 clauses out of 126007 with flag 5154160/2194413
1523.73/760.08	c cleaning 63994 clauses out of 128008 with flag 5310912/2259413
1580.09/788.09	c cleaning 65001 clauses out of 130013 with flag 5468864/2325412
1640.41/818.08	c cleaning 66004 clauses out of 132014 with flag 5629194/2392414
1706.00/850.78	c cleaning 67001 clauses out of 134008 with flag 5790939/2460412
1773.03/884.05	c cleaning 67996 clauses out of 136007 with flag 5957487/2529412
1800.04/897.50	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.50	c starts		: 9871
1800.04/897.50	c conflicts		: 2566609
1800.04/897.50	c decisions		: 6338305
1800.04/897.50	c propagations		: 268433631
1800.04/897.50	c inspects		: 13577720088
1800.04/897.50	c shortcuts		: 0
1800.04/897.50	c learnt literals	: 0
1800.04/897.50	c learnt binary clauses	: 0
1800.04/897.50	c learnt ternary clauses	: 0
1800.04/897.50	c learnt constraints	: 2566609
1800.04/897.50	c ignored constraints	: 0
1800.04/897.50	c root simplifications	: 0
1800.04/897.50	c removed literals (reason simplification)	: 4157780
1800.04/897.50	c reason swapping (by a shorter reason)	: 0
1800.04/897.50	c Calls to reduceDB	: 78
1800.04/897.50	c Number of update (reduction) of LBD	: 418808
1800.04/897.50	c Imported unit clauses	: 0
1800.04/897.50	c number of reductions to clauses (during analyze)	: 0
1800.04/897.50	c number of learned constraints concerned by reduction	: 0
1800.04/897.50	c number of learning phase by resolution	: 0
1800.04/897.50	c number of learning phase by cutting planes	: 0
1800.04/897.50	c speed (assignments/second)	: 304627.053477805
1800.04/897.50	c non guided choices	0
1800.04/897.53	c learnt constraints type 
1800.04/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105209
1800.04/897.53	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.53	c starts		: 54
1800.04/897.53	c conflicts		: 20068
1800.04/897.53	c decisions		: 79074
1800.04/897.53	c propagations		: 395044
1800.04/897.53	c inspects		: 619952084
1800.04/897.53	c shortcuts		: 0
1800.04/897.53	c learnt literals	: 0
1800.04/897.53	c learnt binary clauses	: 0
1800.04/897.53	c learnt ternary clauses	: 0
1800.04/897.53	c learnt constraints	: 20065
1800.04/897.53	c ignored constraints	: 0
1800.04/897.53	c root simplifications	: 0
1800.04/897.53	c removed literals (reason simplification)	: 0
1800.04/897.53	c reason swapping (by a shorter reason)	: 0
1800.04/897.53	c Calls to reduceDB	: 3
1800.04/897.53	c Number of update (reduction) of LBD	: 0
1800.04/897.53	c Imported unit clauses	: 0
1800.04/897.53	c number of reductions to clauses (during analyze)	: 0
1800.04/897.53	c number of learned constraints concerned by reduction	: 0
1800.04/897.53	c number of learning phase by resolution	: 0
1800.04/897.53	c number of learning phase by cutting planes	: 0
1800.04/897.53	c speed (assignments/second)	: 442.2571634881807
1800.04/897.53	c non guided choices	0
1800.04/897.53	c learnt constraints type 
1800.04/897.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 945
1800.04/897.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19120
1800.04/897.53	s SATISFIABLE
1800.04/897.53	c Found 8 solution(s)
1800.04/897.53	v x1 x2 -x3 -x4 -x5 x6 x7 x8 -x9 -x10 -x11 x12 x13 -x14 x15 -x16 -x17 -x18 x19 x20 -x21 x22 x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 x50 -x51 x52 -x53 x54 x55 -x56 x57 x58 -x59 -x60 x61 x62 -x63 x64 x65 x66 x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 x77 x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 x95 -x96 x97 x98 -x99 x100 x101 -x102 -x103 x104 x105 -x106 -x107 x108 x109 x110 x111 -x112 x113 x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 x126 -x127 -x128 x129 -x130 -x131 x132 x133 x134 -x135 x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 x147 -x148 x149 x150 -x151 x152 x153 x154 x155 x156 -x157 -x158 x159 x160 x161 -x162 x163 -x164 x165 x166 -x167 x168 -x169 -x170 -x171 x172 x173 -x174 x175 x176 x177 x178 x179 -x180 -x181 x182 -x183 x184 -x185 x186 -x187 -x188 x189 x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 x203 -x204 x205 x206 -x207 x208 -x209 x210 x211 -x212 x213 x214 -x215 -x216 -x217 -x218 -x219 x220 x221 -x222 x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 x237 x238 -x239 -x240 x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 x250 -x251 x252 x253 x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 x273 -x274 x275 x276 x277 -x278 x279 x280 x281 x282 -x283 x284 x285 -x286 -x287 x288 x289 x290 -x291 x292 x293 -x294 x295 x296 x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 x323 x324 x325 x326 x327 x328 x329 x330 -x331 -x332 x333 -x334 -x335 -x336 x337 x338 -x339 x340 x341 -x342 x343 x344 -x345 -x346 -x347 x348 x349 x350 -x351 x352 x353 x354 -x355 -x356 -x357 -x358 x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 x373 -x374 -x375 -x376 x377 x378 x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 x388 -x389 -x390 x391 -x392 x393 x394 x395 -x396 x397 x398 -x399 x400 -x401 x402 -x403 x404 x405 -x406 x407 -x408 x409 x410 -x411 -x412 -x413 x414 x415 x416 -x417 x418 x419 x420 x421 x422 x423 -x424 -x425 -x426 x427 -x428 x429 -x430 -x431 -x432 x433 x434 x435 x436 x437 x438 -x439 -x440 -x441 x442 x443 -x444 -x445 x446 x447 x448 x449 -x450 x451 -x452 -x453 -x454 -x455 x456 x457 x458 -x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 
1800.04/897.54	c objective function=216
1800.04/897.54	c Total wall clock time (in seconds): 897.415

Verifier Data

OK	216

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-4081202-1465221167/watcher-4081202-1465221167 -o /tmp/evaluation-result-4081202-1465221167/solver-4081202-1465221167 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081202-1465221167.opb 

pid=32507
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: 3.25 3.77 3.85 3/196 32510
/proc/meminfo: memFree=27763400/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/32510/stat : 32510 (java) R 32507 32510 31415 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 104050355 9547776 181 33554432000 1073741824 1073778376 140735344183328 140735344166056 266435642752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2323 182 140 9 0 71 0

[startup+0.100098 s]
/proc/loadavg: 3.25 3.77 3.85 3/196 32510
/proc/meminfo: memFree=27763400/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 104050355 9787879424 6025 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2389619 6025 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 3.25 3.77 3.85 3/196 32510
/proc/meminfo: memFree=27763400/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 4701 0 1 0 23 1 0 0 20 0 18 0 104050355 9787879424 6774 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2389619 6774 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300322 s]
/proc/loadavg: 3.25 3.77 3.85 3/196 32510
/proc/meminfo: memFree=27763400/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 5421 0 1 0 42 3 0 0 20 0 19 0 104050355 10060525568 9316 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 9316 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700252 s]
/proc/loadavg: 3.25 3.77 3.85 3/196 32510
/proc/meminfo: memFree=27763400/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 5421 0 1 0 42 3 0 0 20 0 19 0 104050355 10060525568 9316 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 9316 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 3.25 3.77 3.85 2/215 32535
/proc/meminfo: memFree=27745848/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 16036 0 1 0 192 8 0 0 20 0 20 0 104050355 10060525568 20874 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 20874 2254 9 0 2446860 0
[pid=32510/tid=32512] ppid=32507 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 31415 0 -1 4202560 2421 0 1 0 22 1 0 0 20 0 20 0 104050356 10060525568 20874 33554432000 1073741824 1073778376 140735344183328 140339032380280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32513] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140339004832040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32514] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140339003779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32515] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 104050357 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 104050358 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 104050359 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104050359 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050361 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) R 32507 32510 31415 0 -1 4202560 5355 0 0 0 47 0 0 0 20 0 20 0 104050361 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338381396232 140339034336668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) R 32507 32510 31415 0 -1 4202560 6885 0 0 0 47 2 0 0 20 0 20 0 104050361 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338380333240 266435268427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050361 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104050361 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32531] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32531/stat : 32531 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104050382 10060525568 20875 33554432000 1073741824 1073778376 140735344183328 140338375091368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+3.10073 s]
/proc/loadavg: 3.25 3.77 3.85 2/215 32541
/proc/meminfo: memFree=27676364/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=5.01 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 23709 0 1 0 486 15 0 0 20 0 19 0 104050355 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 48645 2284 9 0 2446860 0
[pid=32510/tid=32512] ppid=32507 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 31415 0 -1 4202560 2421 0 1 0 23 1 0 0 20 0 19 0 104050356 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339032380280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32513] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339004832040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32514] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339003779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32515] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104050357 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104050358 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104050359 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104050359 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104050361 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 31415 0 -1 4202560 7553 0 0 0 105 0 0 0 20 0 19 0 104050361 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338381408952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) S 32507 32510 31415 0 -1 4202560 12248 0 0 0 87 3 0 0 20 0 19 0 104050361 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338380356152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104050361 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104050361 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32531] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32531/stat : 32531 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104050382 10060525568 48645 33554432000 1073741824 1073778376 140735344183328 140338375091368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30082 s]
/proc/loadavg: 3.31 3.77 3.85 5/218 32553
/proc/meminfo: memFree=27579300/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=9.93 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 24372 0 1 0 970 23 0 0 20 0 22 0 104050355 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 58155 2286 9 0 2446860 0
[pid=32510/tid=32512] ppid=32507 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 31415 0 -1 4202560 2422 0 1 0 23 1 0 0 20 0 22 0 104050356 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339032380280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32513] ppid=32507 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 31415 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339004832040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32514] ppid=32507 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 31415 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339003779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32515] ppid=32507 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 132 0 0 0 2 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 140 0 0 0 4 1 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 130 0 0 0 2 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 154 0 0 0 3 0 0 0 20 0 22 0 104050357 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104050358 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 31415 0 -1 4202560 7554 0 0 0 121 0 0 0 20 0 22 0 104050361 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338381408952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) S 32507 32510 31415 0 -1 4202560 12254 0 0 0 116 3 0 0 20 0 22 0 104050361 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338380356152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32531] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32531/stat : 32531 (java) S 32507 32510 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104050382 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338375091368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32551] ppid=32507 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/32510/task/32551/stat : 32551 (java) R 32507 32510 31415 0 -1 4202560 2 0 0 0 192 0 0 0 20 0 22 0 104050783 10060525568 58155 33554432000 1073741824 1073778376 140735344183328 140338376135168 140338878988559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32552] ppid=32507 vsize=9824732 CPUtime=1.92 cores=0,2,4,6

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

/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 737 0 0 0 373 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 770 0 0 0 358 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 1009 0 0 0 400 25 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 679 0 0 0 341 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 603 0 0 0 313 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 976 0 0 0 322 23 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=6.51 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 2643 0 0 0 643 8 0 0 20 0 22 0 104050358 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 31415 0 -1 4202560 7554 0 0 0 126 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338381408952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) S 32507 32510 31415 0 -1 4202560 13011 0 0 0 172 3 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338380356152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32553] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32553/stat : 32553 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104050784 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338374038440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32554] ppid=32507 vsize=9824732 CPUtime=849.71 cores=0,2,4,6
/proc/32510/task/32554/stat : 32554 (java) R 32507 32510 31415 0 -1 4202560 30 0 0 0 84958 13 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338376141104 140338878996173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32555] ppid=32507 vsize=9824732 CPUtime=849.63 cores=0,2,4,6
/proc/32510/task/32555/stat : 32555 (java) R 32507 32510 31415 0 -1 4202560 1193 0 0 0 84925 38 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338377195024 140338879144840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32556] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32556/stat : 32556 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338375091240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 3.41 3.32 3.47 4/218 32599
/proc/meminfo: memFree=22909872/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 34670 0 1 0 179768 236 0 0 20 0 22 0 104050355 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 979895 2294 9 0 2446860 0
[pid=32510/tid=32512] ppid=32507 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 31415 0 -1 4202560 2435 0 1 0 26 3 0 0 20 0 22 0 104050356 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339032380280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32513] ppid=32507 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 31415 0 -1 4202560 577 0 0 0 376 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339004832040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32514] ppid=32507 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 31415 0 -1 4202560 572 0 0 0 373 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339003779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32515] ppid=32507 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 737 0 0 0 380 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 770 0 0 0 365 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 1009 0 0 0 406 25 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 679 0 0 0 344 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 603 0 0 0 316 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 976 0 0 0 335 23 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=6.51 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 2645 0 0 0 643 8 0 0 20 0 22 0 104050358 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 31415 0 -1 4202560 7554 0 0 0 126 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338381408952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) S 32507 32510 31415 0 -1 4202560 13011 0 0 0 172 3 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338380356152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32553] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32553/stat : 32553 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104050784 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338374038440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32554] ppid=32507 vsize=9824732 CPUtime=864.74 cores=0,2,4,6
/proc/32510/task/32554/stat : 32554 (java) R 32507 32510 31415 0 -1 4202560 30 0 0 0 86460 14 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338376134272 140338879127095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32555] ppid=32507 vsize=9824732 CPUtime=864.65 cores=0,2,4,6
/proc/32510/task/32555/stat : 32555 (java) R 32507 32510 31415 0 -1 4202560 1194 0 0 0 86426 39 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338377194784 140338879162878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32556] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32556/stat : 32556 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338375091240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 32510 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 3.41 3.32 3.47 4/218 32599
/proc/meminfo: memFree=22909872/32872528 swapFree=14448/1543360
[pid=32510] ppid=32507 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/32510/stat : 32510 (java) S 32507 32510 31415 0 -1 4202496 34670 0 1 0 179768 236 0 0 20 0 22 0 104050355 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140735344174464 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32510/statm: 2456183 979895 2294 9 0 2446860 0
[pid=32510/tid=32512] ppid=32507 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32510/task/32512/stat : 32512 (java) S 32507 32510 31415 0 -1 4202560 2435 0 1 0 26 3 0 0 20 0 22 0 104050356 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339032380280 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32513] ppid=32507 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/32510/task/32513/stat : 32513 (java) S 32507 32510 31415 0 -1 4202560 577 0 0 0 376 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339004832040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32514] ppid=32507 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/32510/task/32514/stat : 32514 (java) S 32507 32510 31415 0 -1 4202560 572 0 0 0 373 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339003779240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32515] ppid=32507 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/32510/task/32515/stat : 32515 (java) S 32507 32510 31415 0 -1 4202560 737 0 0 0 380 18 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339002726952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32516] ppid=32507 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/32510/task/32516/stat : 32516 (java) S 32507 32510 31415 0 -1 4202560 770 0 0 0 365 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339001674152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32517] ppid=32507 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/32510/task/32517/stat : 32517 (java) S 32507 32510 31415 0 -1 4202560 1009 0 0 0 406 25 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140339000621864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32518] ppid=32507 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/32510/task/32518/stat : 32518 (java) S 32507 32510 31415 0 -1 4202560 679 0 0 0 344 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338999569064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32519] ppid=32507 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/32510/task/32519/stat : 32519 (java) S 32507 32510 31415 0 -1 4202560 603 0 0 0 316 21 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338998516776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32520] ppid=32507 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/32510/task/32520/stat : 32520 (java) S 32507 32510 31415 0 -1 4202560 976 0 0 0 335 23 0 0 20 0 22 0 104050357 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338997463976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32521] ppid=32507 vsize=9824732 CPUtime=6.51 cores=0,2,4,6
/proc/32510/task/32521/stat : 32521 (java) S 32507 32510 31415 0 -1 4202560 2645 0 0 0 643 8 0 0 20 0 22 0 104050358 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338385619176 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32522] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32522/stat : 32522 (java) S 32507 32510 31415 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338384565240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32523] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32523/stat : 32523 (java) S 32507 32510 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104050359 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338383512840 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32524] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32524/stat : 32524 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338382461328 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32525] ppid=32507 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/32510/task/32525/stat : 32525 (java) S 32507 32510 31415 0 -1 4202560 7554 0 0 0 126 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338381408952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32510/tid=32526] ppid=32507 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/32510/task/32526/stat : 32526 (java) S 32507 32510 31415 0 -1 4202560 13011 0 0 0 172 3 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338380356152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32527] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32527/stat : 32527 (java) S 32507 32510 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338379304056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32528] ppid=32507 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/32510/task/32528/stat : 32528 (java) S 32507 32510 31415 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 104050361 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338378251464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32510/tid=32553] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32553/stat : 32553 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104050784 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338374038440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32554] ppid=32507 vsize=9824732 CPUtime=864.74 cores=0,2,4,6
/proc/32510/task/32554/stat : 32554 (java) R 32507 32510 31415 0 -1 4202560 30 0 0 0 86460 14 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338376134272 140338879127095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32510/tid=32555] ppid=32507 vsize=9824732 CPUtime=864.65 cores=0,2,4,6
/proc/32510/task/32555/stat : 32555 (java) R 32507 32510 31415 0 -1 4202560 1194 0 0 0 86426 39 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338377194784 140338879162878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32510/tid=32556] ppid=32507 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32510/task/32556/stat : 32556 (java) S 32507 32510 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104051987 10060525568 979895 33554432000 1073741824 1073778376 140735344183328 140338375091240 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 897.565
CPU time (s): 1800.04
CPU user time (s): 1797.68
CPU system time (s): 2.36
CPU usage (%): 200.547
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 2.83257
maximum resident set size= 3919712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34713
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23662
involuntary context switches= 29307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2545 second user time and 3.79742 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 15:52:48
IDJOB=4081202
IDBENCH=1948
IDSOLVER=2543
FILE ID=node116/4081202-1465221167
RUNJOBID= node116-1465218446-31431
PBS_JOBID= 19843214
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-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081202-1465221167/watcher-4081202-1465221167 -o /tmp/evaluation-result-4081202-1465221167/solver-4081202-1465221167 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081202-1465221167.opb

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=770869960

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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:        27763672 kB
Buffers:           10752 kB
Cached:            86476 kB
SwapCached:         1444 kB
Active:          2810840 kB
Inactive:          40492 kB
Active(anon):    2754212 kB
Inactive(anon):     1876 kB
Active(file):      56628 kB
Inactive(file):    38616 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098864 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       4288124 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             565240 kB
SReclaimable:       9416 kB
SUnreclaim:       555824 kB
KernelStack:        1808 kB
PageTables:        12528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4546004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4225024 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 node116 at 2016-06-06 16:07:45