Trace number 4105485

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 Resolution PB16SAT (TO)56 1800.01 1797.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 492
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 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
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.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.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4105485-1466261283.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.074s.
0.09/0.19	c declared #vars     492
0.09/0.19	c #constraints  200
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
0.09/0.19	c 200 constraints processed.
0.09/0.19	c objective function length is 492 literals
0.28/0.20	c SATISFIABLE
0.28/0.20	c OPTIMIZING...
0.28/0.20	c Got one! Elapsed wall clock time (in seconds):0.084
0.28/0.20	o 60
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.137
0.28/0.25	o 59
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.28/0.28	o 58
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.31
0.69/0.42	o 57
1.02/0.61	c cleaning 2994 clauses out of 5990 with flag 8076/5990
1.47/1.01	c cleaning 4491 clauses out of 8995 with flag 25162/11989
1.97/1.51	c cleaning 5746 clauses out of 11503 with flag 43627/18988
2.48/2.08	c cleaning 6871 clauses out of 13757 with flag 65379/26988
3.30/2.81	c cleaning 7942 clauses out of 15888 with flag 90041/35990
4.10/3.61	c cleaning 8970 clauses out of 17945 with flag 117035/45989
5.10/4.62	c cleaning 9979 clauses out of 19974 with flag 147009/56988
6.29/5.84	c cleaning 10990 clauses out of 21996 with flag 179636/68989
7.49/7.07	c cleaning 11990 clauses out of 24005 with flag 214066/81988
8.89/8.41	c cleaning 12991 clauses out of 26015 with flag 251901/95988
10.29/9.89	c cleaning 14006 clauses out of 28025 with flag 293130/110989
11.99/11.54	c cleaning 15004 clauses out of 30018 with flag 336595/126988
12.39/11.97	c Got one! Elapsed wall clock time (in seconds):11.857
12.39/11.97	o 56
12.81/12.36	c cleaning 12800 clauses out of 25619 with flag 12445/137593
13.31/12.89	c cleaning 9402 clauses out of 18820 with flag 28750/143594
13.90/13.47	c cleaning 8206 clauses out of 16420 with flag 46904/150596
14.60/14.10	c cleaning 8099 clauses out of 16212 with flag 68322/158594
15.20/14.79	c cleaning 8548 clauses out of 17113 with flag 92010/167594
16.01/15.59	c cleaning 9268 clauses out of 18564 with flag 118242/177593
17.11/16.63	c cleaning 10143 clauses out of 20298 with flag 146818/188595
18.22/17.72	c cleaning 11059 clauses out of 22154 with flag 179000/200594
19.32/18.89	c cleaning 12041 clauses out of 24095 with flag 213948/213594
20.71/20.27	c cleaning 13024 clauses out of 26053 with flag 251204/227593
22.31/21.81	c cleaning 14011 clauses out of 28030 with flag 291800/242594
24.11/23.60	c cleaning 15003 clauses out of 30020 with flag 334643/258595
25.81/25.40	c cleaning 16006 clauses out of 32015 with flag 380510/275593
28.01/27.58	c cleaning 16999 clauses out of 34010 with flag 428948/293594
30.41/29.93	c cleaning 17999 clauses out of 36010 with flag 479456/312593
32.91/32.40	c cleaning 18995 clauses out of 38011 with flag 532663/332593
35.30/34.83	c cleaning 19992 clauses out of 40017 with flag 587740/353594
37.92/37.50	c cleaning 21007 clauses out of 42024 with flag 645065/375593
41.01/40.52	c cleaning 21997 clauses out of 44017 with flag 706862/398593
44.13/43.69	c cleaning 22990 clauses out of 46020 with flag 769806/422593
47.63/47.11	c cleaning 24004 clauses out of 48031 with flag 835090/447594
51.03/50.57	c cleaning 25006 clauses out of 50028 with flag 907835/473595
54.72/54.29	c cleaning 26001 clauses out of 52020 with flag 981621/500593
58.62/58.13	c cleaning 27004 clauses out of 54019 with flag 1058473/528593
63.33/62.88	c cleaning 27995 clauses out of 56015 with flag 1136034/557593
68.12/67.65	c cleaning 29007 clauses out of 58022 with flag 1216421/587595
72.91/72.42	c cleaning 30000 clauses out of 60013 with flag 1298859/618593
78.52/78.06	c cleaning 30995 clauses out of 62015 with flag 1383567/650595
84.52/84.00	c cleaning 31993 clauses out of 64018 with flag 1469716/683593
90.61/90.10	c cleaning 33012 clauses out of 66031 with flag 1557684/717599
97.61/97.14	c cleaning 33997 clauses out of 68013 with flag 1650930/752593
105.01/104.58	c cleaning 35000 clauses out of 70016 with flag 1748611/788593
112.55/112.02	c cleaning 35986 clauses out of 72016 with flag 1843825/825593
120.15/119.66	c cleaning 37006 clauses out of 74030 with flag 1943077/863593
127.54/127.07	c cleaning 38007 clauses out of 76024 with flag 2048435/902593
134.04/133.58	c cleaning 39004 clauses out of 78021 with flag 2160117/942597
141.46/140.96	c cleaning 39992 clauses out of 80014 with flag 2269385/983594
150.55/150.00	c cleaning 40994 clauses out of 82022 with flag 2381067/1025594
159.55/159.02	c cleaning 42000 clauses out of 84027 with flag 2494070/1068593
169.05/168.59	c cleaning 43010 clauses out of 86032 with flag 2608703/1112598
179.55/179.02	c cleaning 44002 clauses out of 88018 with flag 2730054/1157594
188.45/187.98	c cleaning 45001 clauses out of 90015 with flag 2855408/1203593
197.75/197.17	c cleaning 45999 clauses out of 92014 with flag 2979223/1250593
207.75/207.13	c cleaning 46997 clauses out of 94015 with flag 3109125/1298593
217.55/216.95	c cleaning 47998 clauses out of 96021 with flag 3237894/1347596
228.06/227.41	c cleaning 49008 clauses out of 98021 with flag 3368887/1397594
239.86/239.25	c cleaning 49997 clauses out of 100012 with flag 3508501/1448593
253.66/253.01	c cleaning 51004 clauses out of 102015 with flag 3644100/1500593
266.57/265.96	c cleaning 51998 clauses out of 104013 with flag 3783655/1553595
281.07/280.44	c cleaning 53003 clauses out of 106017 with flag 3926579/1607597
295.07/294.49	c cleaning 53995 clauses out of 108011 with flag 4069005/1662594
308.95/308.22	c cleaning 55006 clauses out of 110015 with flag 4219688/1718593
322.15/321.45	c cleaning 55994 clauses out of 112010 with flag 4368054/1775594
335.25/334.52	c cleaning 56991 clauses out of 114015 with flag 4520770/1833593
350.24/349.51	c cleaning 58001 clauses out of 116026 with flag 4679477/1892595
365.15/364.41	c cleaning 58995 clauses out of 118023 with flag 4834688/1952593
378.35/377.62	c cleaning 60003 clauses out of 120030 with flag 4996724/2013595
392.95/392.20	c cleaning 61009 clauses out of 122025 with flag 5159428/2075593
406.56/405.76	c cleaning 61988 clauses out of 124016 with flag 5327812/2138593
421.46/420.64	c cleaning 62998 clauses out of 126032 with flag 5496289/2202597
437.36/436.51	c cleaning 63995 clauses out of 128030 with flag 5667008/2267593
453.77/452.97	c cleaning 65001 clauses out of 130035 with flag 5846319/2333593
470.58/469.78	c cleaning 66003 clauses out of 132036 with flag 6025098/2400595
488.37/487.51	c cleaning 66999 clauses out of 134033 with flag 6204530/2468595
507.62/506.64	c cleaning 67998 clauses out of 136033 with flag 6387541/2537594
527.12/526.15	c cleaning 69002 clauses out of 138034 with flag 6572903/2607593
547.32/546.35	c cleaning 70004 clauses out of 140033 with flag 6769740/2678594
567.62/566.62	c cleaning 71009 clauses out of 142031 with flag 6968929/2750596
589.23/588.29	c cleaning 72002 clauses out of 144019 with flag 7162960/2823593
609.98/608.88	c cleaning 73001 clauses out of 146017 with flag 7361658/2897593
632.38/631.27	c cleaning 74005 clauses out of 148018 with flag 7559752/2972595
653.98/652.87	c cleaning 74999 clauses out of 150011 with flag 7759729/3048593
677.18/676.07	c cleaning 76000 clauses out of 152012 with flag 7968614/3125593
701.89/700.76	c cleaning 77002 clauses out of 154012 with flag 8178834/3203593
727.35/726.10	c cleaning 78003 clauses out of 156011 with flag 8386921/3282594
752.84/751.55	c cleaning 78990 clauses out of 158008 with flag 8600541/3362594
780.35/779.06	c cleaning 80002 clauses out of 160018 with flag 8815049/3443594
807.45/806.19	c cleaning 81001 clauses out of 162015 with flag 9035207/3525593
839.39/837.92	c cleaning 81983 clauses out of 164014 with flag 9255604/3608593
869.29/867.90	c cleaning 83014 clauses out of 166034 with flag 9472388/3692596
898.40/896.93	c cleaning 83998 clauses out of 168017 with flag 9703416/3777593
928.70/927.25	c cleaning 84996 clauses out of 170019 with flag 9928371/3863593
957.50/955.81	c cleaning 85992 clauses out of 172023 with flag 10159390/3950593
988.20/986.59	c cleaning 87006 clauses out of 174031 with flag 10394090/4038593
1021.42/1019.75	c cleaning 87997 clauses out of 176025 with flag 10630274/4127593
1054.71/1053.02	c cleaning 89008 clauses out of 178029 with flag 10866717/4217594
1087.94/1086.11	c cleaning 89994 clauses out of 180020 with flag 11108464/4308593
1119.15/1117.39	c cleaning 91002 clauses out of 182026 with flag 11352729/4400593
1149.76/1147.92	c cleaning 91998 clauses out of 184024 with flag 11592983/4493593
1181.15/1179.21	c cleaning 92997 clauses out of 186028 with flag 11843711/4587595
1213.06/1211.15	c cleaning 94000 clauses out of 188029 with flag 12096157/4682593
1246.96/1245.08	c cleaning 95003 clauses out of 190029 with flag 12353484/4778593
1282.14/1280.16	c cleaning 95992 clauses out of 192026 with flag 12606224/4875593
1318.76/1316.71	c cleaning 97012 clauses out of 194034 with flag 12866575/4973593
1353.45/1351.47	c cleaning 97995 clauses out of 196023 with flag 13127799/5072594
1390.54/1388.47	c cleaning 99008 clauses out of 198028 with flag 13391152/5172594
1429.65/1427.51	c cleaning 99994 clauses out of 200022 with flag 13656248/5273596
1471.66/1469.56	c cleaning 101001 clauses out of 202027 with flag 13928056/5375595
1527.45/1525.17	c cleaning 102006 clauses out of 204027 with flag 14200363/5478596
1571.95/1569.63	c cleaning 103004 clauses out of 206020 with flag 14483071/5582595
1617.27/1615.00	c cleaning 103994 clauses out of 208015 with flag 14759206/5687594
1661.46/1659.00	c cleaning 105003 clauses out of 210020 with flag 15042306/5793593
1701.86/1699.45	c cleaning 106005 clauses out of 212017 with flag 15330254/5900593
1745.67/1743.21	c cleaning 106998 clauses out of 214012 with flag 15616332/6008593
1792.20/1789.63	c cleaning 107995 clauses out of 216014 with flag 15906957/6117593
1800.01/1797.41	c starts		: 8
1800.01/1797.41	c conflicts		: 6146849
1800.01/1797.41	c decisions		: 12534635
1800.01/1797.41	c propagations		: 687589572
1800.01/1797.41	c inspects		: 41314361899
1800.01/1797.41	c shortcuts		: 0
1800.01/1797.41	c learnt literals	: 0
1800.01/1797.41	c learnt binary clauses	: 0
1800.01/1797.41	c learnt ternary clauses	: 0
1800.01/1797.41	c learnt constraints	: 6146849
1800.01/1797.41	c ignored constraints	: 0
1800.01/1797.41	c root simplifications	: 0
1800.01/1797.41	c removed literals (reason simplification)	: 0
1800.01/1797.41	c reason swapping (by a shorter reason)	: 0
1800.01/1797.41	c Calls to reduceDB	: 117
1800.01/1797.41	c Number of update (reduction) of LBD	: 1456312
1800.01/1797.41	c Imported unit clauses	: 0
1800.01/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.41	c number of learned constraints concerned by reduction	: 0
1800.01/1797.41	c number of learning phase by resolution	: 0
1800.01/1797.41	c number of learning phase by cutting planes	: 0
1800.01/1797.41	c speed (assignments/second)	: 382585.0919753842
1800.01/1797.41	c non guided choices	2
1800.01/1797.44	c learnt constraints type 
1800.01/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137276
1800.01/1797.44	s SATISFIABLE
1800.01/1797.44	c Found 5 solution(s)
1800.01/1797.44	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 
1800.01/1797.44	c objective function=56
1800.01/1797.44	c Total wall clock time (in seconds): 1797.328

Verifier Data

OK	56

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-4105485-1466261283/watcher-4105485-1466261283 -o /tmp/evaluation-result-4105485-1466261283/solver-4105485-1466261283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466259510-25912 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105485-1466261283.opb 

pid=26066
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.21 2.23 2.34 3/193 26069
/proc/meminfo: memFree=30083208/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/26069/stat : 26069 (java) R 26066 26069 20157 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 28174898 3653632 49 33554432000 1073741824 1073778376 140736893946816 140736893943944 214528257319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 892 52 41 9 0 30 0

[startup+0.100139 s]
/proc/loadavg: 2.21 2.23 2.34 3/193 26069
/proc/meminfo: memFree=30083208/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 28174898 9787879424 6035 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.21 2.23 2.34 3/193 26069
/proc/meminfo: memFree=30083208/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 4962 0 1 0 27 1 0 0 20 0 19 0 28174898 9856040960 6975 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 6975 2222 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30031 s]
/proc/loadavg: 2.21 2.23 2.34 3/193 26069
/proc/meminfo: memFree=30083208/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 6758 0 1 0 53 1 0 0 20 0 19 0 28174898 9856040960 8568 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 8568 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.70028 s]
/proc/loadavg: 2.21 2.23 2.34 3/193 26069
/proc/meminfo: memFree=30083208/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 8424 0 1 0 112 2 0 0 20 0 19 0 28174898 9856040960 9127 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 9127 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.21 2.23 2.34 3/212 26088
/proc/meminfo: memFree=30052380/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 8430 0 1 0 195 2 0 0 20 0 19 0 28174898 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 10154 2258 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2418 0 1 0 145 1 0 0 20 0 19 0 28174899 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646202814912 139646047090720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28174901 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3048 0 0 0 23 0 0 0 20 0 19 0 28174904 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1692 0 0 0 24 0 0 0 20 0 19 0 28174904 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 10154 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.21 2.23 2.34 3/212 26088
/proc/meminfo: memFree=30037548/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 8434 0 1 0 358 2 0 0 20 0 19 0 28174898 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 11691 2258 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2421 0 1 0 304 1 0 0 20 0 19 0 28174899 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646202805968 139646047068478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28174901 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3049 0 0 0 25 0 0 0 20 0 19 0 28174904 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1692 0 0 0 24 0 0 0 20 0 19 0 28174904 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 11691 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.20 2.23 2.34 3/212 26088
/proc/meminfo: memFree=30017120/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 8442 0 1 0 677 2 0 0 20 0 19 0 28174898 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 14727 2259 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2428 0 1 0 624 1 0 0 20 0 19 0 28174899 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646202805968 139646047090891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28174900 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28174901 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3049 0 0 0 25 0 0 0 20 0 19 0 28174904 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1692 0 0 0 24 0 0 0 20 0 19 0 28174904 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 14727 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.10 2.14 3/213 26285
/proc/meminfo: memFree=29683240/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=1724.76 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 10397 0 1 0 172397 79 0 0 20 0 19 0 28174898 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 147741 2274 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=1717.08 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2496 0 1 0 171679 29 0 0 20 0 19 0 28174899 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646202805952 139646047090770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 130 0 0 0 27 8 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 108 0 0 0 21 7 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 225 0 0 0 26 7 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 114 0 0 0 22 6 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 287 0 0 0 22 7 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 408 0 0 0 17 5 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 98 0 0 0 20 5 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 208 0 0 0 24 6 0 0 20 0 19 0 28174900 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 19 0 28174901 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3158 0 0 0 28 0 0 0 20 0 19 0 28174904 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1694 0 0 0 25 0 0 0 20 0 19 0 28174904 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 100 0 0 0 23 28 0 0 20 0 19 0 28174904 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 147741 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.14 2.14 3/213 26287
/proc/meminfo: memFree=29720976/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=1784.9 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 10468 0 1 0 178406 84 0 0 20 0 19 0 28174898 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 133657 2282 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=1776.79 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2497 0 1 0 177649 30 0 0 20 0 19 0 28174899 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646202813664 139646047090755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 143 0 0 0 30 9 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 117 0 0 0 24 8 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 228 0 0 0 27 7 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 127 0 0 0 24 8 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 288 0 0 0 23 7 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 409 0 0 0 18 5 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 100 0 0 0 21 5 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 211 0 0 0 25 6 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 133 0 0 0 9 2 0 0 20 0 19 0 28174901 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3158 0 0 0 28 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1694 0 0 0 25 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 104 0 0 0 24 30 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.21 2.13 2.14 3/213 26287
/proc/meminfo: memFree=29720976/32872528 swapFree=1191052/1305516
[pid=26069] ppid=26066 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/26069/stat : 26069 (java) S 26066 26069 20157 0 -1 4202496 10470 0 1 0 179917 84 0 0 20 0 19 0 28174898 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 140736893937952 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26069/statm: 2406260 133657 2282 9 0 2396937 0
[pid=26069/tid=26071] ppid=26066 vsize=9625040 CPUtime=1791.86 cores=1,3,5,7
/proc/26069/task/26071/stat : 26071 (java) R 26066 26069 20157 0 -1 4202560 2497 0 1 0 179156 30 0 0 20 0 19 0 28174899 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646202805952 139646047013259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26072] ppid=26066 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/26069/task/26072/stat : 26072 (java) S 26066 26069 20157 0 -1 4202560 143 0 0 0 30 9 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646046562728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26073] ppid=26066 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26069/task/26073/stat : 26073 (java) S 26066 26069 20157 0 -1 4202560 117 0 0 0 24 8 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646045510184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26074] ppid=26066 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/26069/task/26074/stat : 26074 (java) S 26066 26069 20157 0 -1 4202560 228 0 0 0 27 7 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646044457128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26075] ppid=26066 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26069/task/26075/stat : 26075 (java) S 26066 26069 20157 0 -1 4202560 127 0 0 0 24 8 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646043404584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26076] ppid=26066 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26069/task/26076/stat : 26076 (java) S 26066 26069 20157 0 -1 4202560 288 0 0 0 23 7 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646042352552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26077] ppid=26066 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26069/task/26077/stat : 26077 (java) S 26066 26069 20157 0 -1 4202560 409 0 0 0 18 5 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646041300008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26078] ppid=26066 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26069/task/26078/stat : 26078 (java) S 26066 26069 20157 0 -1 4202560 100 0 0 0 21 5 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646040246952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26069/tid=26079] ppid=26066 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26069/task/26079/stat : 26079 (java) S 26066 26069 20157 0 -1 4202560 211 0 0 0 25 6 0 0 20 0 19 0 28174900 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139646039194408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26080] ppid=26066 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26069/task/26080/stat : 26080 (java) S 26066 26069 20157 0 -1 4202560 133 0 0 0 9 2 0 0 20 0 19 0 28174901 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645556865384 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26081] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26081/stat : 26081 (java) S 26066 26069 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645555811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26082] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26082/stat : 26082 (java) S 26066 26069 20157 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28174902 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645554758536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26083] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26083/stat : 26083 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645553707280 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26084] ppid=26066 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26069/task/26084/stat : 26084 (java) S 26066 26069 20157 0 -1 4202560 3158 0 0 0 28 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645552655160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26069/tid=26085] ppid=26066 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26069/task/26085/stat : 26085 (java) S 26066 26069 20157 0 -1 4202560 1694 0 0 0 25 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645551602616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26086] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26086/stat : 26086 (java) S 26066 26069 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645550549752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26069/tid=26087] ppid=26066 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/26069/task/26087/stat : 26087 (java) S 26066 26069 20157 0 -1 4202560 106 0 0 0 24 30 0 0 20 0 19 0 28174904 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645549497416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26069/tid=26088] ppid=26066 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26069/task/26088/stat : 26088 (java) S 26066 26069 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28174918 9856040960 133657 33554432000 1073741824 1073778376 140736893946816 139645548442664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26069 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=549187
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=312800
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.45
CPU time (s): 1800.01
CPU user time (s): 1799.17
CPU system time (s): 0.84
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.3128
maximum resident set size= 617588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38472
involuntary context switches= 6806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4614 second user time and 13.363 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 16:48:03
IDJOB=4105485
IDBENCH=2878
IDSOLVER=2546
FILE ID=node127/4105485-1466261283
RUNJOBID= node127-1466259510-25912
PBS_JOBID= 19918213
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m200_500_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105485-1466261283/watcher-4105485-1466261283 -o /tmp/evaluation-result-4105485-1466261283/solver-4105485-1466261283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466259510-25912 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105485-1466261283.opb

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

MD5SUM BENCH= 9ce5413471f93025df24c6fa43fb2680
RANDOM SEED=155413774

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        30083100 kB
Buffers:           76180 kB
Cached:           222952 kB
SwapCached:          516 kB
Active:           502140 kB
Inactive:         242660 kB
Active(anon):     445836 kB
Inactive(anon):     2184 kB
Active(file):      56304 kB
Inactive(file):   240476 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1752796 kB
Mapped:            14500 kB
Shmem:                 0 kB
Slab:             603396 kB
SReclaimable:      47452 kB
SUnreclaim:       555944 kB
KernelStack:        1624 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1933684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 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= 71736 MiB
End job on node127 at 2016-06-18 17:18:00