Trace number 4081074

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)44331 1800.12 899.381

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-cracpb1.opb
MD5SUM75f6d21683e6eb738b98c93cf5598ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22199
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 22199
Optimality of the best value was proved YES
Number of variables572
Total number of constraints126
Number of constraints which are clauses3
Number of constraints which are cardinality constraints (but not clauses)54
Number of constraints which are nor clauses,nor cardinality constraints69
Minimum length of a constraint4
Maximum length of a constraint518
Number of terms in the objective function 572
Biggest coefficient in the objective function 5000
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 547769
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 5000
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 547769
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081074-1465220267.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.26/0.26	c ... done. Wall clock time 0.146s.
0.26/0.26	c declared #vars     572
0.26/0.26	c #constraints  215
0.26/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58
0.26/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4
0.26/0.26	c 215 constraints processed.
0.26/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.26	c constraints type 
0.26/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58
0.26/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
0.26/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
0.26/0.26	c 215 constraints processed.
0.26/0.26	c objective function length is 572 literals
3.00/1.13	c And the winner is solver1
3.19/1.27	c SATISFIABLE
3.19/1.27	c OPTIMIZING...
3.19/1.27	c Got one! Elapsed wall clock time (in seconds):1.158
3.19/1.27	o 124330
4.07/1.61	c cleaning 2690 clauses out of 5385 with flag 6047/5385
4.29/1.75	c And the winner is solver1
4.29/1.77	c Got one! Elapsed wall clock time (in seconds):1.661
4.29/1.77	o 48487
5.17/2.13	c And the winner is solver1
5.25/2.28	c Got one! Elapsed wall clock time (in seconds):2.164
5.25/2.28	o 48082
6.30/2.71	c cleaning 4633 clauses out of 9265 with flag 12564/11958
8.01/3.43	c cleaning 5315 clauses out of 10632 with flag 42616/17958
9.97/4.23	c cleaning 6158 clauses out of 12317 with flag 74104/24959
12.27/5.33	c cleaning 7079 clauses out of 14160 with flag 113739/32960
14.67/6.55	c cleaning 8031 clauses out of 16080 with flag 167052/41959
17.97/8.17	c cleaning 9024 clauses out of 18049 with flag 226196/51959
22.05/10.17	c cleaning 10006 clauses out of 20024 with flag 300733/62958
22.85/10.55	c And the winner is solver1
22.97/10.79	c Got one! Elapsed wall clock time (in seconds):10.674
22.97/10.79	o 44331
23.98/11.32	c cleaning 7941 clauses out of 15890 with flag 12103/68830
25.38/12.07	c cleaning 6971 clauses out of 13949 with flag 35281/74830
27.38/13.02	c cleaning 6984 clauses out of 13977 with flag 66310/81829
29.93/14.29	c cleaning 7497 clauses out of 14994 with flag 97783/89830
32.93/15.77	c cleaning 8241 clauses out of 16497 with flag 131750/98830
35.92/17.24	c cleaning 9127 clauses out of 18258 with flag 180799/108832
39.52/19.02	c cleaning 10060 clauses out of 20128 with flag 231909/119829
43.12/20.88	c cleaning 11035 clauses out of 22069 with flag 287858/131830
47.32/22.96	c cleaning 12017 clauses out of 24035 with flag 349754/144831
50.92/24.79	c cleaning 13008 clauses out of 26016 with flag 404569/158829
56.26/27.30	c cleaning 14002 clauses out of 28008 with flag 462655/173829
62.27/30.30	c cleaning 14995 clauses out of 30006 with flag 538868/189829
68.07/33.25	c cleaning 16002 clauses out of 32012 with flag 636431/206830
74.07/36.29	c cleaning 17001 clauses out of 34011 with flag 723094/224831
79.67/39.03	c cleaning 18002 clauses out of 36011 with flag 839092/243832
86.28/42.31	c cleaning 19006 clauses out of 38014 with flag 925990/263837
93.08/45.75	c cleaning 19999 clauses out of 40001 with flag 1016574/284830
101.08/49.76	c cleaning 20997 clauses out of 42001 with flag 1104384/306829
109.87/54.16	c cleaning 21997 clauses out of 44007 with flag 1202453/329832
119.27/58.82	c cleaning 22996 clauses out of 46007 with flag 1315061/353829
129.49/63.99	c cleaning 23995 clauses out of 48011 with flag 1437576/378829
139.07/68.76	c cleaning 25005 clauses out of 50016 with flag 1577525/404829
145.67/72.00	c cleaning 26000 clauses out of 52013 with flag 1706832/431831
154.87/76.62	c cleaning 26997 clauses out of 54012 with flag 1865408/459830
164.06/81.26	c cleaning 27993 clauses out of 56016 with flag 2012155/488831
173.66/86.08	c cleaning 29005 clauses out of 58021 with flag 2186519/518829
184.06/91.22	c cleaning 30009 clauses out of 60018 with flag 2317789/549831
197.26/97.88	c cleaning 31000 clauses out of 62007 with flag 2482193/581829
210.46/104.41	c cleaning 31997 clauses out of 64008 with flag 2663851/614830
224.10/111.28	c cleaning 33001 clauses out of 66012 with flag 2799717/648831
239.88/119.11	c cleaning 33998 clauses out of 68010 with flag 2949330/683830
256.90/127.68	c cleaning 35000 clauses out of 70012 with flag 3113767/719830
276.48/137.50	c cleaning 35990 clauses out of 72012 with flag 3304687/756830
295.93/147.06	c cleaning 37001 clauses out of 74021 with flag 3509234/794829
313.33/155.73	c cleaning 38002 clauses out of 76020 with flag 3757442/833829
329.74/163.92	c cleaning 38998 clauses out of 78018 with flag 3975656/873829
350.53/174.32	c cleaning 39998 clauses out of 80021 with flag 4142191/914830
371.73/184.93	c cleaning 40992 clauses out of 82024 with flag 4323150/956831
391.92/195.02	c cleaning 42004 clauses out of 84031 with flag 4511523/999830
411.53/204.84	c cleaning 42992 clauses out of 86026 with flag 4758858/1043829
434.33/216.26	c cleaning 43993 clauses out of 88035 with flag 4967223/1088830
459.12/228.63	c cleaning 44994 clauses out of 90043 with flag 5172167/1134831
483.73/240.94	c cleaning 46005 clauses out of 92050 with flag 5411018/1181832
510.36/254.12	c cleaning 47003 clauses out of 94042 with flag 5660061/1229829
537.95/267.97	c cleaning 47998 clauses out of 96042 with flag 5928008/1278832
568.34/283.15	c cleaning 48999 clauses out of 98043 with flag 6214583/1328831
599.74/298.87	c cleaning 49994 clauses out of 100044 with flag 6508598/1379831
636.34/317.10	c cleaning 51004 clauses out of 102051 with flag 6811843/1431832
674.13/336.07	c cleaning 52002 clauses out of 104047 with flag 7142635/1484832
707.73/352.80	c cleaning 52989 clauses out of 106042 with flag 7488889/1538829
744.52/371.25	c cleaning 54007 clauses out of 108055 with flag 7824483/1593831
771.91/384.95	c cleaning 55020 clauses out of 110050 with flag 8145491/1649833
800.18/399.49	c cleaning 56005 clauses out of 112027 with flag 8484683/1706830
828.59/413.70	c cleaning 56998 clauses out of 114022 with flag 8814778/1764830
864.17/431.49	c cleaning 58010 clauses out of 116024 with flag 9120128/1823830
894.36/446.55	c cleaning 58997 clauses out of 118014 with flag 9513121/1883830
923.56/461.16	c cleaning 59986 clauses out of 120017 with flag 9800796/1944830
954.55/476.66	c cleaning 61007 clauses out of 122030 with flag 10086624/2006829
986.14/492.44	c cleaning 61994 clauses out of 124023 with flag 10449249/2069829
1018.22/508.40	c cleaning 62995 clauses out of 126029 with flag 10828660/2133829
1049.02/523.88	c cleaning 64003 clauses out of 128034 with flag 11266891/2198829
1082.82/540.78	c cleaning 64996 clauses out of 130032 with flag 11639489/2264830
1116.82/557.73	c cleaning 66002 clauses out of 132035 with flag 11999327/2331829
1152.01/575.38	c cleaning 66997 clauses out of 134033 with flag 12410325/2399829
1189.20/593.94	c cleaning 68009 clauses out of 136036 with flag 12869769/2468829
1230.99/614.90	c cleaning 68989 clauses out of 138028 with flag 13405410/2538830
1268.18/633.45	c cleaning 70017 clauses out of 140041 with flag 13910388/2609832
1305.38/652.01	c cleaning 70991 clauses out of 142022 with flag 14348285/2681830
1350.20/674.35	c cleaning 72007 clauses out of 144030 with flag 14933710/2754829
1395.19/696.85	c cleaning 72996 clauses out of 146024 with flag 15293720/2828830
1450.38/724.44	c cleaning 74000 clauses out of 148028 with flag 15601751/2903830
1507.37/752.91	c cleaning 75014 clauses out of 150028 with flag 15989612/2979830
1555.36/776.93	c cleaning 75999 clauses out of 152016 with flag 16385575/3056832
1610.55/804.57	c cleaning 76989 clauses out of 154014 with flag 16704406/3134829
1668.94/833.71	c cleaning 78001 clauses out of 156030 with flag 17122844/3213834
1718.94/858.80	c cleaning 79009 clauses out of 158028 with flag 17649664/3293833
1784.13/891.31	c cleaning 80000 clauses out of 160015 with flag 18159922/3374829
1800.12/899.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.30	c starts		: 13590
1800.12/899.30	c conflicts		: 3402839
1800.12/899.30	c decisions		: 5569100
1800.12/899.30	c propagations		: 59845217
1800.12/899.30	c inspects		: 9492371419
1800.12/899.30	c shortcuts		: 0
1800.12/899.30	c learnt literals	: 4
1800.12/899.30	c learnt binary clauses	: 255
1800.12/899.30	c learnt ternary clauses	: 235
1800.12/899.30	c learnt constraints	: 3402835
1800.12/899.30	c ignored constraints	: 0
1800.12/899.30	c root simplifications	: 0
1800.12/899.30	c removed literals (reason simplification)	: 491938748
1800.12/899.30	c reason swapping (by a shorter reason)	: 0
1800.12/899.30	c Calls to reduceDB	: 85
1800.12/899.30	c Number of update (reduction) of LBD	: 438224
1800.12/899.30	c Imported unit clauses	: 0
1800.12/899.30	c number of reductions to clauses (during analyze)	: 0
1800.12/899.30	c number of learned constraints concerned by reduction	: 0
1800.12/899.30	c number of learning phase by resolution	: 0
1800.12/899.30	c number of learning phase by cutting planes	: 0
1800.12/899.30	c speed (assignments/second)	: 67354.35159643134
1800.12/899.30	c non guided choices	0
1800.12/899.33	c learnt constraints type 
1800.12/899.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 255
1800.12/899.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107770
1800.12/899.33	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.12/899.33	c starts		: 13
1800.12/899.33	c conflicts		: 1269
1800.12/899.33	c decisions		: 8316
1800.12/899.33	c propagations		: 52447
1800.12/899.33	c inspects		: 7578380
1800.12/899.33	c shortcuts		: 0
1800.12/899.33	c learnt literals	: 0
1800.12/899.33	c learnt binary clauses	: 0
1800.12/899.33	c learnt ternary clauses	: 0
1800.12/899.33	c learnt constraints	: 1268
1800.12/899.33	c ignored constraints	: 0
1800.12/899.33	c root simplifications	: 0
1800.12/899.33	c removed literals (reason simplification)	: 0
1800.12/899.33	c reason swapping (by a shorter reason)	: 0
1800.12/899.33	c Calls to reduceDB	: 0
1800.12/899.33	c Number of update (reduction) of LBD	: 0
1800.12/899.33	c Imported unit clauses	: 0
1800.12/899.33	c number of reductions to clauses (during analyze)	: 0
1800.12/899.33	c number of learned constraints concerned by reduction	: 0
1800.12/899.33	c number of learning phase by resolution	: 0
1800.12/899.33	c number of learning phase by cutting planes	: 0
1800.12/899.33	c speed (assignments/second)	: 58.33602135587565
1800.12/899.33	c non guided choices	0
1800.12/899.33	c learnt constraints type 
1800.12/899.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.12/899.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
1800.12/899.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1185
1800.12/899.33	s SATISFIABLE
1800.12/899.33	c Found 4 solution(s)
1800.12/899.33	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 
1800.12/899.33	c objective function=44331
1800.12/899.33	c Total wall clock time (in seconds): 899.218

Verifier Data

OK	44331

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

pid=32031
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.17 4.09 3.81 4/197 32034
/proc/meminfo: memFree=30305756/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103960361 98570240 978 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 24065 978 744 9 0 16771 0
[pid=32034/tid=32035] ppid=32031 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) R 32031 32034 31415 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103960362 98570240 978 33554432000 1073741824 1073778376 140736040626016 139777252060712 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100122 s]
/proc/loadavg: 4.17 4.09 3.81 4/197 32034
/proc/meminfo: memFree=30305756/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 103960361 9787879424 6048 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2389619 6048 2126 9 0 2380296 0
[pid=32034/tid=32035] ppid=32031 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) R 32031 32034 31415 0 -1 4202560 2394 0 1 0 6 1 0 0 20 0 18 0 103960362 9787879424 6048 33554432000 1073741824 1073778376 140736040626016 139777252063960 139777259947851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 4.17 4.09 3.81 4/197 32034
/proc/meminfo: memFree=30305756/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 4741 0 1 0 25 1 0 0 20 0 18 0 103960361 9787879424 7289 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2389619 7289 2205 9 0 2380296 0
[pid=32034/tid=32035] ppid=32031 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) R 32031 32034 31415 0 -1 4202560 2414 0 1 0 16 1 0 0 20 0 18 0 103960362 9787879424 7289 33554432000 1073741824 1073778376 140736040626016 139777252063960 139777110599320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.17 4.09 3.81 4/197 32034
/proc/meminfo: memFree=30305756/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9759196 CPUtime=0.57 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 11523 0 1 0 54 3 0 0 20 0 22 0 103960361 9993416704 13999 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2439799 13999 2238 9 0 2430476 0
[pid=32034/tid=32035] ppid=32031 vsize=9759196 CPUtime=0.24 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2460 0 1 0 23 1 0 0 20 0 22 0 103960362 9993416704 13999 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9759196

[startup+0.700215 s]
/proc/loadavg: 4.17 4.09 3.81 4/197 32034
/proc/meminfo: memFree=30305756/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 14750 0 1 0 175 3 0 0 20 0 22 0 103960361 10060525568 17194 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 17194 2251 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2460 0 1 0 23 1 0 0 20 0 22 0 103960362 10060525568 17194 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.17 4.09 3.81 7/219 32056
/proc/meminfo: memFree=30094628/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 16588 0 1 0 379 6 0 0 20 0 22 0 103960361 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 34153 2267 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2460 0 1 0 23 2 0 0 20 0 22 0 103960362 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32037] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32037/stat : 32037 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777230166824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32038] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32038/stat : 32038 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777229114024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32039] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 5798 0 0 0 90 0 0 0 20 0 22 0 103960367 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/32034/task/32050/stat : 32050 (java) S 32031 32034 31415 0 -1 4202560 6942 0 0 0 87 1 0 0 20 0 22 0 103960367 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777003563064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32051] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32051/stat : 32051 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777002510968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32052] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32052/stat : 32052 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139777001458376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32056] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32056/stat : 32056 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960390 10060525568 34153 33554432000 1073741824 1073778376 140736040626016 139776996959784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.17 4.09 3.81 5/216 32062
/proc/meminfo: memFree=29971432/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=7.38 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 18393 0 1 0 725 13 0 0 20 0 22 0 103960361 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 53311 2285 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2460 0 1 0 24 2 0 0 20 0 22 0 103960362 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32037] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32037/stat : 32037 (java) S 32031 32034 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777230166824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32038] ppid=32031 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32034/task/32038/stat : 32038 (java) S 32031 32034 31415 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777229114024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32039] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 103960363 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 6479 0 0 0 137 0 0 0 20 0 22 0 103960367 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/32034/task/32050/stat : 32050 (java) S 32031 32034 31415 0 -1 4202560 7881 0 0 0 103 1 0 0 20 0 22 0 103960367 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777003563064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32051] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32051/stat : 32051 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777002510968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32052] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32052/stat : 32052 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139777001458376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32056] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32056/stat : 32056 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960390 10060525568 53311 33554432000 1073741824 1073778376 140736040626016 139776996959784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.23 4.11 3.81 5/219 32065
/proc/meminfo: memFree=29528404/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=14.27 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 20393 0 1 0 1404 23 0 0 20 0 22 0 103960361 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 97485 2285 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2460 0 1 0 24 2 0 0 20 0 22 0 103960362 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32037] ppid=32031 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/32034/task/32037/stat : 32037 (java) S 32031 32034 31415 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777230166824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32038] ppid=32031 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/32034/task/32038/stat : 32038 (java) S 32031 32034 31415 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777229114024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32039] ppid=32031 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 103960363 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 8136 0 0 0 176 1 0 0 20 0 22 0 103960367 10060525568 97485 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=1.09 cores=0,2,4,6

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

/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 1817 0 0 0 25 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 2052 0 0 0 34 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 2407 0 0 0 29 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 2170 0 0 0 22 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 2768 0 0 0 33 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 2324 0 0 0 19 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 1398 0 0 0 90 3 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 8136 0 0 0 177 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/32034/task/32050/stat : 32050 (java) S 32031 32034 31415 0 -1 4202560 7886 0 0 0 116 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777003563064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32051] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32051/stat : 32051 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777002510968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32052] ppid=32031 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32034/task/32052/stat : 32052 (java) S 32031 32034 31415 0 -1 4202560 51 0 0 0 8 10 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777001458376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32056] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32056/stat : 32056 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960390 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776996959784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32066] ppid=32031 vsize=9824732 CPUtime=867.59 cores=0,2,4,6
/proc/32034/task/32066/stat : 32066 (java) R 32031 32034 31415 0 -1 4202560 166 0 0 0 86742 17 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776999054992 139777110806655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32067] ppid=32031 vsize=9824732 CPUtime=867.47 cores=0,2,4,6
/proc/32034/task/32067/stat : 32067 (java) R 32031 32034 31415 0 -1 4202560 1128 0 0 0 86716 31 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776998009184 139777111036097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32068] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32068/stat : 32068 (java) S 32031 32034 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777000404008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.301 s]
/proc/loadavg: 3.27 3.78 3.85 4/218 32463
/proc/meminfo: memFree=24746428/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 40937 0 1 0 179847 165 0 0 20 0 22 0 103960361 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 754693 2295 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2463 0 1 0 26 3 0 0 20 0 22 0 103960362 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32037] ppid=32031 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/32034/task/32037/stat : 32037 (java) S 32031 32034 31415 0 -1 4202560 1961 0 0 0 24 12 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777230166824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32038] ppid=32031 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/32034/task/32038/stat : 32038 (java) S 32031 32034 31415 0 -1 4202560 2615 0 0 0 45 22 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777229114024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32039] ppid=32031 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 1817 0 0 0 25 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 2052 0 0 0 34 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 2407 0 0 0 29 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 2170 0 0 0 22 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 2768 0 0 0 33 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 2324 0 0 0 19 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 1398 0 0 0 90 3 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 8136 0 0 0 177 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/32034/task/32050/stat : 32050 (java) S 32031 32034 31415 0 -1 4202560 7886 0 0 0 116 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777003563064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32051] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32051/stat : 32051 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777002510968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32052] ppid=32031 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32034/task/32052/stat : 32052 (java) S 32031 32034 31415 0 -1 4202560 53 0 0 0 8 10 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777001458376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32056] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32056/stat : 32056 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960390 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776996959784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32066] ppid=32031 vsize=9824732 CPUtime=884.53 cores=0,2,4,6
/proc/32034/task/32066/stat : 32066 (java) R 32031 32034 31415 0 -1 4202560 166 0 0 0 88436 17 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776999054992 139777110945056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32067] ppid=32031 vsize=9824732 CPUtime=884.42 cores=0,2,4,6
/proc/32034/task/32067/stat : 32067 (java) R 32031 32034 31415 0 -1 4202560 1128 0 0 0 88411 31 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776998009184 139777111036081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32068] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32068/stat : 32068 (java) S 32031 32034 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777000404008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 32034 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.301 s]
/proc/loadavg: 3.27 3.78 3.85 4/218 32463
/proc/meminfo: memFree=24746428/32872528 swapFree=14448/1543360
[pid=32034] ppid=32031 vsize=9824732 CPUtime=1800.12 cores=0,2,4,6
/proc/32034/stat : 32034 (java) S 32031 32034 31415 0 -1 4202496 40937 0 1 0 179847 165 0 0 20 0 22 0 103960361 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 140736040617152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32034/statm: 2456183 754693 2295 9 0 2446860 0
[pid=32034/tid=32035] ppid=32031 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32034/task/32035/stat : 32035 (java) S 32031 32034 31415 0 -1 4202560 2463 0 1 0 26 3 0 0 20 0 22 0 103960362 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777252066168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32037] ppid=32031 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/32034/task/32037/stat : 32037 (java) S 32031 32034 31415 0 -1 4202560 1961 0 0 0 24 12 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777230166824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32038] ppid=32031 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/32034/task/32038/stat : 32038 (java) S 32031 32034 31415 0 -1 4202560 2615 0 0 0 45 22 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777229114024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32039] ppid=32031 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/32034/task/32039/stat : 32039 (java) S 32031 32034 31415 0 -1 4202560 1817 0 0 0 25 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777026288680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32040] ppid=32031 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/32034/task/32040/stat : 32040 (java) S 32031 32034 31415 0 -1 4202560 2052 0 0 0 34 13 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777025235880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32041] ppid=32031 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/32034/task/32041/stat : 32041 (java) S 32031 32034 31415 0 -1 4202560 2407 0 0 0 29 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777024182568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32042] ppid=32031 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/32034/task/32042/stat : 32042 (java) S 32031 32034 31415 0 -1 4202560 2170 0 0 0 22 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777023129768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32043] ppid=32031 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/32034/task/32043/stat : 32043 (java) S 32031 32034 31415 0 -1 4202560 2768 0 0 0 33 16 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777022077480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32034/tid=32044] ppid=32031 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/32034/task/32044/stat : 32044 (java) S 32031 32034 31415 0 -1 4202560 2324 0 0 0 19 10 0 0 20 0 22 0 103960363 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777021024680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32045] ppid=32031 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/32034/task/32045/stat : 32045 (java) S 32031 32034 31415 0 -1 4202560 1398 0 0 0 90 3 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777008827112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32046] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32046/stat : 32046 (java) S 32031 32034 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777007773176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32047] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32047/stat : 32047 (java) S 32031 32034 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103960364 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777006720776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32048] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32048/stat : 32048 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777005669264 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32049] ppid=32031 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/32034/task/32049/stat : 32049 (java) S 32031 32034 31415 0 -1 4202560 8136 0 0 0 177 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777004615864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32050] ppid=32031 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/32034/task/32050/stat : 32050 (java) S 32031 32034 31415 0 -1 4202560 7886 0 0 0 116 1 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777003563064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32051] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32051/stat : 32051 (java) S 32031 32034 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777002510968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32034/tid=32052] ppid=32031 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32034/task/32052/stat : 32052 (java) S 32031 32034 31415 0 -1 4202560 53 0 0 0 8 10 0 0 20 0 22 0 103960367 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777001458376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32056] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32056/stat : 32056 (java) S 32031 32034 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103960390 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776996959784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32066] ppid=32031 vsize=9824732 CPUtime=884.53 cores=0,2,4,6
/proc/32034/task/32066/stat : 32066 (java) R 32031 32034 31415 0 -1 4202560 166 0 0 0 88436 17 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776999054992 139777110945056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32034/tid=32067] ppid=32031 vsize=9824732 CPUtime=884.42 cores=0,2,4,6
/proc/32034/task/32067/stat : 32067 (java) R 32031 32034 31415 0 -1 4202560 1128 0 0 0 88411 31 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139776998009184 139777111036081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32034/tid=32068] ppid=32031 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32034/task/32068/stat : 32068 (java) S 32031 32034 31415 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103961441 10060525568 754693 33554432000 1073741824 1073778376 140736040626016 139777000404008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32034 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=100680
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.381
CPU time (s): 1800.12
CPU user time (s): 1798.47
CPU system time (s): 1.65
CPU usage (%): 200.151
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.10068
maximum resident set size= 3085524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40981
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22188
involuntary context switches= 19820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2252 second user time and 7.52486 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 15:37:48
IDJOB=4081074
IDBENCH=1855
IDSOLVER=2543
FILE ID=node116/4081074-1465220267
RUNJOBID= node116-1465218446-31431
PBS_JOBID= 19843214
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-cracpb1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081074-1465220267/watcher-4081074-1465220267 -o /tmp/evaluation-result-4081074-1465220267/solver-4081074-1465220267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081074-1465220267.opb

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

MD5SUM BENCH= 75f6d21683e6eb738b98c93cf5598ff3
RANDOM SEED=534243676

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:        30306400 kB
Buffers:            9464 kB
Cached:            82796 kB
SwapCached:         1444 kB
Active:           281548 kB
Inactive:          37084 kB
Active(anon):     227056 kB
Inactive(anon):     1416 kB
Active(file):      54492 kB
Inactive(file):    35668 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1320 kB
Writeback:             0 kB
AnonPages:       1687060 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             565672 kB
SReclaimable:       9436 kB
SUnreclaim:       556236 kB
KernelStack:        1808 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1638400 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 15:52:47