Trace number 4118200

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)-33 1800.08 1794.08

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0077-0777.lin.opb
MD5SUM8693ffdbcad034c0e609738f5f08092f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark0.094984
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints637
Number of constraints which are clauses294
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints294
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 294
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 294
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 294
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4118200-1467225344.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.22/0.21	c ... done. Wall clock time 0.087s.
0.22/0.21	c declared #vars     441
0.22/0.21	c #constraints  686
0.22/0.21	c constraints type 
0.22/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.22/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.22/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.22/0.21	c 686 constraints processed.
0.22/0.21	c objective function length is 294 literals
0.22/0.22	c SATISFIABLE
0.22/0.22	c OPTIMIZING...
0.22/0.22	c Got one! Elapsed wall clock time (in seconds):0.098
0.22/0.22	o -30
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.115
0.22/0.24	o -31
0.22/0.26	c Got one! Elapsed wall clock time (in seconds):0.14
0.22/0.26	o -32
0.79/0.55	c Got one! Elapsed wall clock time (in seconds):0.423
0.79/0.55	o -33
0.95/0.62	c cleaning 2953 clauses out of 5905 with flag 2092/5905
1.35/0.93	c cleaning 4476 clauses out of 8952 with flag 14480/11905
1.66/1.29	c cleaning 5735 clauses out of 11478 with flag 29437/18907
2.17/1.72	c cleaning 6865 clauses out of 13742 with flag 47205/26906
2.69/2.24	c cleaning 7938 clauses out of 15876 with flag 68805/35905
3.28/2.85	c cleaning 8970 clauses out of 17940 with flag 91989/45907
3.98/3.56	c cleaning 9983 clauses out of 19968 with flag 116295/56905
4.69/4.24	c cleaning 10993 clauses out of 21986 with flag 141315/68906
5.49/5.03	c cleaning 11992 clauses out of 23992 with flag 168505/81905
6.39/5.94	c cleaning 12997 clauses out of 26001 with flag 197928/95906
7.39/6.90	c cleaning 14000 clauses out of 28004 with flag 229412/110906
8.49/8.06	c cleaning 15003 clauses out of 30006 with flag 263427/126908
9.89/9.45	c cleaning 16002 clauses out of 32003 with flag 299032/143908
11.49/11.01	c cleaning 17000 clauses out of 34000 with flag 336628/161907
12.99/12.55	c cleaning 17999 clauses out of 35998 with flag 376280/180905
14.90/14.43	c cleaning 18994 clauses out of 37999 with flag 418353/200905
17.00/16.54	c cleaning 20002 clauses out of 40005 with flag 462390/221905
18.69/18.28	c cleaning 21001 clauses out of 42004 with flag 509067/243906
20.42/19.99	c cleaning 21999 clauses out of 44004 with flag 557825/266907
22.52/22.03	c cleaning 22999 clauses out of 46003 with flag 608660/290905
24.72/24.25	c cleaning 23997 clauses out of 48004 with flag 661738/315905
26.92/26.49	c cleaning 24997 clauses out of 50008 with flag 716677/341906
29.22/28.77	c cleaning 26007 clauses out of 52013 with flag 774239/368908
31.61/31.12	c cleaning 26998 clauses out of 54004 with flag 833884/396906
34.21/33.78	c cleaning 27997 clauses out of 56005 with flag 895696/425905
36.82/36.39	c cleaning 28999 clauses out of 58008 with flag 959819/455905
39.61/39.16	c cleaning 30001 clauses out of 60009 with flag 1025558/486905
43.07/42.51	c cleaning 31004 clauses out of 62008 with flag 1093796/518905
46.27/45.75	c cleaning 32000 clauses out of 64005 with flag 1164555/551906
49.77/49.26	c cleaning 32996 clauses out of 66004 with flag 1236869/585905
53.38/52.83	c cleaning 34003 clauses out of 68010 with flag 1311450/620907
57.07/56.51	c cleaning 35000 clauses out of 70005 with flag 1388297/656905
60.67/60.14	c cleaning 36003 clauses out of 72006 with flag 1466910/693906
64.77/64.22	c cleaning 36995 clauses out of 74002 with flag 1547705/731905
68.58/67.94	c cleaning 38002 clauses out of 76009 with flag 1631389/770907
72.78/72.17	c cleaning 39001 clauses out of 78007 with flag 1716464/810907
77.38/76.79	c cleaning 39998 clauses out of 80004 with flag 1803918/851905
81.78/81.15	c cleaning 41003 clauses out of 82006 with flag 1893447/893905
86.98/86.37	c cleaning 41999 clauses out of 84003 with flag 1984916/936905
91.78/91.12	c cleaning 42995 clauses out of 86004 with flag 2078737/980905
96.18/95.58	c cleaning 44006 clauses out of 88012 with flag 2174870/1025908
101.16/100.41	c cleaning 44998 clauses out of 90003 with flag 2273112/1071905
106.06/105.38	c cleaning 45995 clauses out of 92005 with flag 2373288/1118905
110.87/110.15	c cleaning 47003 clauses out of 94010 with flag 2476090/1166905
116.86/116.19	c cleaning 48003 clauses out of 96010 with flag 2580332/1215908
122.97/122.20	c cleaning 48999 clauses out of 98004 with flag 2686652/1265905
129.96/129.06	c cleaning 50001 clauses out of 100005 with flag 2796183/1316905
136.56/135.66	c cleaning 50999 clauses out of 102005 with flag 2907663/1368906
143.46/142.50	c cleaning 51998 clauses out of 104005 with flag 3021448/1421905
150.66/149.74	c cleaning 53002 clauses out of 106007 with flag 3137071/1475905
157.85/156.97	c cleaning 54002 clauses out of 108007 with flag 3254552/1530907
165.32/164.21	c cleaning 55002 clauses out of 110004 with flag 3373713/1586906
173.93/172.81	c cleaning 55998 clauses out of 112001 with flag 3501116/1643905
181.92/180.85	c cleaning 57004 clauses out of 114007 with flag 3626649/1701909
189.62/188.54	c cleaning 57999 clauses out of 116000 with flag 3750467/1760906
198.38/197.16	c cleaning 58999 clauses out of 118002 with flag 3877256/1820907
207.28/206.03	c cleaning 59992 clauses out of 120002 with flag 4006176/1881906
216.08/214.86	c cleaning 61004 clauses out of 122011 with flag 4138125/1943907
226.11/224.81	c cleaning 62002 clauses out of 124007 with flag 4271453/2006907
237.53/236.06	c cleaning 63002 clauses out of 126005 with flag 4411669/2070907
248.04/246.55	c cleaning 63991 clauses out of 128002 with flag 4558305/2135906
259.02/257.37	c cleaning 65001 clauses out of 130011 with flag 4707297/2201906
268.52/266.89	c cleaning 66003 clauses out of 132010 with flag 4859216/2268906
280.43/278.79	c cleaning 67002 clauses out of 134007 with flag 5012513/2336906
290.61/288.78	c cleaning 67996 clauses out of 136004 with flag 5169053/2405905
305.71/303.85	c cleaning 68999 clauses out of 138008 with flag 5328878/2475905
318.64/316.69	c cleaning 70001 clauses out of 140010 with flag 5487912/2546906
331.84/329.85	c cleaning 71004 clauses out of 142009 with flag 5650743/2618906
345.45/343.48	c cleaning 71999 clauses out of 144005 with flag 5813364/2691906
357.30/355.22	c cleaning 72996 clauses out of 146006 with flag 5977037/2765906
370.20/368.12	c cleaning 73999 clauses out of 148009 with flag 6144855/2840905
384.54/382.43	c cleaning 75006 clauses out of 150013 with flag 6316489/2916908
396.44/394.39	c cleaning 76000 clauses out of 152005 with flag 6492263/2993906
409.08/406.91	c cleaning 77000 clauses out of 154005 with flag 6671546/3071906
422.08/419.95	c cleaning 78002 clauses out of 156005 with flag 6850950/3150906
436.27/434.06	c cleaning 78996 clauses out of 158002 with flag 7030552/3230905
451.08/448.85	c cleaning 79999 clauses out of 160008 with flag 7211010/3311907
468.56/466.21	c cleaning 81001 clauses out of 162008 with flag 7396012/3393906
485.16/482.90	c cleaning 81997 clauses out of 164006 with flag 7585508/3476905
506.37/503.92	c cleaning 82997 clauses out of 166010 with flag 7774699/3560906
522.38/519.84	c cleaning 84004 clauses out of 168012 with flag 7966133/3645905
541.28/538.77	c cleaning 84998 clauses out of 170009 with flag 8160508/3731906
560.75/558.20	c cleaning 86000 clauses out of 172012 with flag 8357464/3818907
576.46/573.85	c cleaning 87001 clauses out of 174011 with flag 8557304/3906906
591.73/589.04	c cleaning 88002 clauses out of 176009 with flag 8762800/3995905
611.39/608.64	c cleaning 88996 clauses out of 178007 with flag 8976002/4085905
633.00/630.29	c cleaning 90007 clauses out of 180013 with flag 9182580/4176907
653.77/650.90	c cleaning 91002 clauses out of 182005 with flag 9394287/4268906
674.53/671.69	c cleaning 91999 clauses out of 184002 with flag 9610327/4361905
693.24/690.32	c cleaning 93000 clauses out of 186003 with flag 9827145/4455905
710.60/707.65	c cleaning 93997 clauses out of 188004 with flag 10050404/4550906
731.68/728.64	c cleaning 95004 clauses out of 190007 with flag 10269749/4646906
752.97/749.88	c cleaning 95994 clauses out of 192002 with flag 10500945/4743905
772.76/769.68	c cleaning 97003 clauses out of 194011 with flag 10735166/4841908
794.68/791.55	c cleaning 97999 clauses out of 196006 with flag 10965900/4940906
813.34/810.16	c cleaning 99000 clauses out of 198007 with flag 11200395/5040906
839.87/836.51	c cleaning 100000 clauses out of 200007 with flag 11431920/5141906
860.98/857.56	c cleaning 100999 clauses out of 202006 with flag 11665040/5243905
879.78/876.24	c cleaning 102003 clauses out of 204010 with flag 11900020/5346908
904.12/900.41	c cleaning 103002 clauses out of 206006 with flag 12138562/5450907
923.82/920.19	c cleaning 103997 clauses out of 208004 with flag 12374729/5555907
949.19/945.49	c cleaning 105002 clauses out of 210007 with flag 12613548/5661907
977.16/973.31	c cleaning 105999 clauses out of 212003 with flag 12856464/5768905
1008.05/1004.11	c cleaning 106998 clauses out of 214005 with flag 13102462/5876906
1036.92/1032.97	c cleaning 108004 clauses out of 216008 with flag 13351890/5985907
1065.66/1061.61	c cleaning 108992 clauses out of 218002 with flag 13603410/6095905
1103.51/1099.46	c cleaning 110000 clauses out of 220010 with flag 13858296/6206905
1139.22/1135.12	c cleaning 110997 clauses out of 222010 with flag 14116508/6318905
1173.51/1169.22	c cleaning 112001 clauses out of 224014 with flag 14371873/6431906
1205.52/1201.12	c cleaning 113007 clauses out of 226015 with flag 14626177/6545908
1244.71/1240.21	c cleaning 113998 clauses out of 228008 with flag 14880275/6660908
1280.29/1275.79	c cleaning 115003 clauses out of 230012 with flag 15137907/6776910
1314.06/1309.45	c cleaning 115997 clauses out of 232004 with flag 15398815/6893905
1350.50/1345.76	c cleaning 116996 clauses out of 234007 with flag 15663864/7011905
1393.08/1388.28	c cleaning 118006 clauses out of 236011 with flag 15933740/7130905
1431.50/1426.52	c cleaning 119000 clauses out of 238006 with flag 16198610/7250906
1461.09/1455.95	c cleaning 120001 clauses out of 240006 with flag 16473498/7371906
1499.20/1493.96	c cleaning 120996 clauses out of 242004 with flag 16760225/7493905
1538.04/1532.79	c cleaning 122000 clauses out of 244010 with flag 17049121/7616907
1583.02/1577.67	c cleaning 123003 clauses out of 246008 with flag 17333745/7740905
1623.56/1618.02	c cleaning 124001 clauses out of 248005 with flag 17613768/7865905
1654.23/1648.70	c cleaning 124999 clauses out of 250005 with flag 17907786/7991906
1681.43/1675.77	c cleaning 125999 clauses out of 252006 with flag 18229621/8118906
1717.57/1711.75	c cleaning 126998 clauses out of 254006 with flag 18560727/8246905
1761.03/1755.02	c cleaning 127999 clauses out of 256008 with flag 18890085/8375905
1800.08/1794.04	c starts		: 675
1800.08/1794.04	c conflicts		: 8505905
1800.08/1794.04	c decisions		: 9338483
1800.08/1794.04	c propagations		: 479633766
1800.08/1794.04	c inspects		: 32606426855
1800.08/1794.04	c shortcuts		: 0
1800.08/1794.04	c learnt literals	: 0
1800.08/1794.04	c learnt binary clauses	: 0
1800.08/1794.04	c learnt ternary clauses	: 0
1800.08/1794.04	c learnt constraints	: 8505905
1800.08/1794.04	c ignored constraints	: 0
1800.08/1794.04	c root simplifications	: 0
1800.08/1794.04	c removed literals (reason simplification)	: 0
1800.08/1794.04	c reason swapping (by a shorter reason)	: 0
1800.08/1794.04	c Calls to reduceDB	: 126
1800.08/1794.04	c Number of update (reduction) of LBD	: 298451
1800.08/1794.04	c Imported unit clauses	: 0
1800.08/1794.04	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.04	c number of learned constraints concerned by reduction	: 0
1800.08/1794.04	c number of learning phase by resolution	: 0
1800.08/1794.04	c number of learning phase by cutting planes	: 0
1800.08/1794.04	c speed (assignments/second)	: 267380.4668794336
1800.08/1794.04	c non guided choices	7
1800.08/1794.07	c learnt constraints type 
1800.08/1794.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 258009
1800.08/1794.07	s SATISFIABLE
1800.08/1794.07	c Found 4 solution(s)
1800.08/1794.07	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 
1800.08/1794.07	c objective function=-33
1800.08/1794.07	c Total wall clock time (in seconds): 1793.949

Verifier Data

OK	-33

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-4118200-1467225344/watcher-4118200-1467225344 -o /tmp/evaluation-result-4118200-1467225344/solver-4118200-1467225344 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118200-1467225344.opb 

pid=5775
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.48 2.31 2.27 3/194 5778
/proc/meminfo: memFree=25930908/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5778/stat : 5778 (java) R 5775 5778 3589 0 -1 4202496 271 0 0 0 0 0 0 0 20 0 1 0 3492946 9515008 129 33554432000 1073741824 1073778376 140733778370368 140733778367496 226084381568 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5778/statm: 2323 133 104 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 2.48 2.31 2.27 3/194 5778
/proc/meminfo: memFree=25930908/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 4163 0 1 0 6 1 0 0 20 0 18 0 3492946 9787879424 5288 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2389619 5292 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.48 2.31 2.27 3/194 5778
/proc/meminfo: memFree=25930908/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 4704 0 1 0 21 1 0 0 20 0 18 0 3492946 9787879424 6802 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2389619 6802 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300301 s]
/proc/loadavg: 2.48 2.31 2.27 3/194 5778
/proc/meminfo: memFree=25930908/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 7325 0 1 0 46 2 0 0 20 0 19 0 3492946 9856040960 8849 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 8849 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700253 s]
/proc/loadavg: 2.48 2.31 2.27 3/194 5778
/proc/meminfo: memFree=25930908/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 9199 0 1 0 108 2 0 0 20 0 19 0 3492946 9856040960 10260 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 10260 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.48 2.31 2.27 3/213 5797
/proc/meminfo: memFree=25894620/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 9366 0 1 0 195 2 0 0 20 0 19 0 3492946 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 11973 2258 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2421 0 1 0 144 2 0 0 20 0 19 0 3492947 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911486038424 139911328427408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2505 0 0 0 23 0 0 0 20 0 19 0 3492953 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 25 0 0 0 20 0 19 0 3492953 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 11973 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.48 2.31 2.27 3/213 5797
/proc/meminfo: memFree=25874016/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 9374 0 1 0 356 2 0 0 20 0 19 0 3492946 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 15557 2258 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2429 0 1 0 303 2 0 0 20 0 19 0 3492947 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911486029504 139911327973329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2505 0 0 0 23 0 0 0 20 0 19 0 3492953 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 26 0 0 0 20 0 19 0 3492953 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 15557 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.44 2.30 2.26 3/213 5797
/proc/meminfo: memFree=25836372/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=6.79 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 9389 0 1 0 676 3 0 0 20 0 19 0 3492946 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 22023 2259 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2443 0 1 0 622 2 0 0 20 0 19 0 3492947 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911486029504 139911328427247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492948 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3492949 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2505 0 0 0 23 0 0 0 20 0 19 0 3492953 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 26 0 0 0 20 0 19 0 3492953 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 22023 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 113550 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1667.96
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.38 2.31 2.28 3/213 5929
/proc/meminfo: memFree=25140244/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=1728.24 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 13596 0 1 0 172728 96 0 0 20 0 19 0 3492946 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 111549 2281 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=1714.81 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2543 0 1 0 171451 30 0 0 20 0 19 0 3492947 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911486037216 139911328460477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 459 0 0 0 72 9 0 0 20 0 19 0 3492948 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 469 0 0 0 67 7 0 0 20 0 19 0 3492948 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 348 0 0 0 84 7 0 0 20 0 19 0 3492948 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 446 0 0 0 88 9 0 0 20 0 19 0 3492948 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 379 0 0 0 86 8 0 0 20 0 19 0 3492948 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 583 0 0 0 87 8 0 0 20 0 19 0 3492949 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 341 0 0 0 79 8 0 0 20 0 19 0 3492949 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 514 0 0 0 79 7 0 0 20 0 19 0 3492949 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 286 0 0 0 92 2 0 0 20 0 19 0 3492950 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2703 0 0 0 25 0 0 0 20 0 19 0 3492953 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 26 0 0 0 20 0 19 0 3492953 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 99 0 0 0 27 34 0 0 20 0 19 0 3492953 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 111549 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.29 2.27 3/213 5930
/proc/meminfo: memFree=25247144/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=1788.38 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 13970 0 1 0 178741 97 0 0 20 0 19 0 3492946 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 110476 2281 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=1774.4 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2545 0 1 0 177410 30 0 0 20 0 19 0 3492947 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911486037216 139911328460900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 459 0 0 0 76 9 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 469 0 0 0 69 7 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 467 0 0 0 87 7 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 446 0 0 0 91 9 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 379 0 0 0 87 8 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 583 0 0 0 89 8 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 550 0 0 0 83 8 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 552 0 0 0 82 7 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 288 0 0 0 110 2 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2703 0 0 0 25 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 26 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 103 0 0 0 28 35 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.29 2.29 2.27 3/213 5930
/proc/meminfo: memFree=25248384/32872528 swapFree=1588980/1719796
[pid=5778] ppid=5775 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/5778/stat : 5778 (java) S 5775 5778 3589 0 -1 4202496 13970 0 1 0 179911 97 0 0 20 0 19 0 3492946 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 140736827261776 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5778/statm: 2406260 110476 2281 9 0 2396937 0
[pid=5778/tid=5780] ppid=5775 vsize=9625040 CPUtime=1786.06 cores=1,3,5,7
/proc/5778/task/5780/stat : 5780 (java) R 5775 5778 3589 0 -1 4202560 2545 0 1 0 178575 31 0 0 20 0 19 0 3492947 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911486037216 139911328602593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5781] ppid=5775 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5778/task/5781/stat : 5781 (java) S 5775 5778 3589 0 -1 4202560 459 0 0 0 76 9 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911447530280 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5782] ppid=5775 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/5778/task/5782/stat : 5782 (java) S 5775 5778 3589 0 -1 4202560 469 0 0 0 69 7 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911446477480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5783] ppid=5775 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/5778/task/5783/stat : 5783 (java) S 5775 5778 3589 0 -1 4202560 467 0 0 0 87 7 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911327902760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5784] ppid=5775 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/5778/task/5784/stat : 5784 (java) S 5775 5778 3589 0 -1 4202560 446 0 0 0 91 9 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911326849960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5785] ppid=5775 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/5778/task/5785/stat : 5785 (java) S 5775 5778 3589 0 -1 4202560 379 0 0 0 87 8 0 0 20 0 19 0 3492948 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911325796648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5786] ppid=5775 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/5778/task/5786/stat : 5786 (java) S 5775 5778 3589 0 -1 4202560 583 0 0 0 89 8 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911324743848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5787] ppid=5775 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/5778/task/5787/stat : 5787 (java) S 5775 5778 3589 0 -1 4202560 550 0 0 0 83 8 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911323691560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5788] ppid=5775 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/5778/task/5788/stat : 5788 (java) S 5775 5778 3589 0 -1 4202560 552 0 0 0 82 7 0 0 20 0 19 0 3492949 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139911322638760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5778/tid=5789] ppid=5775 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/5778/task/5789/stat : 5789 (java) S 5775 5778 3589 0 -1 4202560 288 0 0 0 110 2 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910840310504 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5790] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5790/stat : 5790 (java) S 5775 5778 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910839256568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5791] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5791/stat : 5791 (java) S 5775 5778 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3492950 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910838204168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5792] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5792/stat : 5792 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910837152656 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5793] ppid=5775 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5778/task/5793/stat : 5793 (java) S 5775 5778 3589 0 -1 4202560 2703 0 0 0 25 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910836099256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5778/tid=5794] ppid=5775 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/5778/task/5794/stat : 5794 (java) S 5775 5778 3589 0 -1 4202560 3162 0 0 0 26 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910835046456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5795] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5795/stat : 5795 (java) S 5775 5778 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910833994360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5778/tid=5796] ppid=5775 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/5778/task/5796/stat : 5796 (java) S 5775 5778 3589 0 -1 4202560 103 0 0 0 28 35 0 0 20 0 19 0 3492953 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910832941768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5778/tid=5797] ppid=5775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5778/task/5797/stat : 5797 (java) S 5775 5778 3589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3492967 9856040960 110476 33554432000 1073741824 1073778376 140736827270640 139910831887784 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 5778 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 5778 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=609177
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=451779
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.08
CPU time (s): 1800.08
CPU user time (s): 1799.11
CPU system time (s): 0.97
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.61
system time used= 1.45178
maximum resident set size= 673584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14022
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39860
involuntary context switches= 14897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52216 second user time and 7.44387 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-29 20:35:44
IDJOB=4118200
IDBENCH=111467
IDSOLVER=2546
FILE ID=node120/4118200-1467225344
RUNJOBID= node120-1467209132-3607
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0077-0777.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118200-1467225344/watcher-4118200-1467225344 -o /tmp/evaluation-result-4118200-1467225344/solver-4118200-1467225344 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118200-1467225344.opb

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

MD5SUM BENCH= 8693ffdbcad034c0e609738f5f08092f
RANDOM SEED=1132498221

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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.669
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.54
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.669
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		: 2666.669
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:        25931180 kB
Buffers:           60040 kB
Cached:          4099708 kB
SwapCached:            0 kB
Active:           410588 kB
Inactive:        4074900 kB
Active(anon):     328448 kB
Inactive(anon):        0 kB
Active(file):      82140 kB
Inactive(file):  4074900 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       2147964 kB
Mapped:            22168 kB
Shmem:               204 kB
Slab:             585964 kB
SReclaimable:      30220 kB
SUnreclaim:       555744 kB
KernelStack:        1768 kB
PageTables:         8732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2222616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 71668 MiB
End job on node120 at 2016-06-29 21:05:38