Trace number 4105357

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)133 1800.06 1794.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-mlp4.r.opb
MD5SUMc216dcb87e9001dad9e1252e03860f2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark0.032994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 109
Optimality of the best value was proved YES
Number of variables594
Total number of constraints530
Number of constraints which are clauses530
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 constraint2
Maximum length of a constraint18
Number of terms in the objective function 594
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 594
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 594
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4105357-1466259815.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.29/0.21	c ... done. Wall clock time 0.102s.
0.29/0.21	c declared #vars     594
0.29/0.21	c #constraints  530
0.29/0.21	c constraints type 
0.29/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 501
0.29/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 29
0.29/0.21	c 530 constraints processed.
0.29/0.21	c objective function length is 594 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.115
0.29/0.22	o 136
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.13
0.29/0.24	o 135
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.149
0.29/0.26	o 134
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.29/0.28	o 133
0.81/0.58	c cleaning 2525 clauses out of 5057 with flag 10392/5057
1.22/0.85	c cleaning 4259 clauses out of 8533 with flag 22536/11058
1.53/1.14	c cleaning 5628 clauses out of 11273 with flag 37049/18057
1.92/1.53	c cleaning 6815 clauses out of 13645 with flag 53402/26057
2.46/2.02	c cleaning 7906 clauses out of 15831 with flag 71607/35058
2.96/2.56	c cleaning 8956 clauses out of 17924 with flag 93305/45057
3.66/3.21	c cleaning 9978 clauses out of 19968 with flag 117352/56057
4.26/3.82	c cleaning 10987 clauses out of 21990 with flag 142973/68057
4.97/4.54	c cleaning 11997 clauses out of 24003 with flag 170791/81057
5.76/5.33	c cleaning 12992 clauses out of 26006 with flag 200600/95057
6.67/6.29	c cleaning 13999 clauses out of 28014 with flag 233243/110057
7.67/7.25	c cleaning 14997 clauses out of 30015 with flag 266549/126057
8.77/8.33	c cleaning 16001 clauses out of 32018 with flag 303552/143057
9.77/9.38	c cleaning 16997 clauses out of 34018 with flag 341612/161058
11.17/10.70	c cleaning 18005 clauses out of 36021 with flag 383792/180058
12.76/12.31	c cleaning 19002 clauses out of 38016 with flag 428288/200058
14.41/13.94	c cleaning 19997 clauses out of 40013 with flag 475780/221057
16.11/15.61	c cleaning 21004 clauses out of 42017 with flag 526342/243058
17.81/17.36	c cleaning 21999 clauses out of 44012 with flag 579019/266057
19.71/19.24	c cleaning 22994 clauses out of 46013 with flag 634096/290057
21.71/21.25	c cleaning 24001 clauses out of 48020 with flag 691246/315058
23.61/23.18	c cleaning 24998 clauses out of 50019 with flag 750281/341058
25.91/25.44	c cleaning 26003 clauses out of 52020 with flag 811658/368057
28.20/27.78	c cleaning 27001 clauses out of 54017 with flag 873097/396057
30.90/30.45	c cleaning 27992 clauses out of 56017 with flag 938676/425058
33.53/33.06	c cleaning 29002 clauses out of 58025 with flag 1005199/455058
36.23/35.77	c cleaning 29997 clauses out of 60022 with flag 1075151/486057
39.23/38.70	c cleaning 31001 clauses out of 62025 with flag 1147862/518057
42.02/41.54	c cleaning 32003 clauses out of 64025 with flag 1223018/551058
45.02/44.59	c cleaning 33004 clauses out of 66021 with flag 1301019/585057
48.22/47.73	c cleaning 33996 clauses out of 68018 with flag 1381135/620058
51.91/51.40	c cleaning 34998 clauses out of 70021 with flag 1463147/656057
55.91/55.39	c cleaning 36002 clauses out of 72024 with flag 1546979/693058
60.11/59.56	c cleaning 37001 clauses out of 74022 with flag 1633222/731058
64.61/64.00	c cleaning 38000 clauses out of 76021 with flag 1722433/770058
68.81/68.23	c cleaning 38996 clauses out of 78021 with flag 1814248/810058
73.21/72.66	c cleaning 39998 clauses out of 80025 with flag 1907870/851058
78.49/77.85	c cleaning 40997 clauses out of 82026 with flag 2002899/893057
83.89/83.20	c cleaning 42004 clauses out of 84029 with flag 2100517/936057
89.80/89.11	c cleaning 43007 clauses out of 86025 with flag 2202053/980057
95.89/95.23	c cleaning 43993 clauses out of 88018 with flag 2305278/1025057
103.50/102.88	c cleaning 44997 clauses out of 90026 with flag 2410184/1071058
111.19/110.44	c cleaning 46000 clauses out of 92028 with flag 2517643/1118057
118.39/117.63	c cleaning 47002 clauses out of 94028 with flag 2627300/1166057
124.98/124.29	c cleaning 48003 clauses out of 96026 with flag 2739988/1215057
132.98/132.24	c cleaning 48999 clauses out of 98024 with flag 2855547/1265058
142.54/141.63	c cleaning 50004 clauses out of 100024 with flag 2971159/1316057
151.84/150.91	c cleaning 50998 clauses out of 102021 with flag 3090063/1368058
162.24/161.31	c cleaning 51994 clauses out of 104023 with flag 3211628/1421058
172.94/172.04	c cleaning 53005 clauses out of 106029 with flag 3336679/1475058
183.51/182.55	c cleaning 54001 clauses out of 108024 with flag 3462527/1530058
193.52/192.55	c cleaning 55001 clauses out of 110022 with flag 3590726/1586057
203.02/202.07	c cleaning 55999 clauses out of 112021 with flag 3721638/1643057
212.62/211.47	c cleaning 57002 clauses out of 114022 with flag 3854207/1701057
223.53/222.32	c cleaning 58000 clauses out of 116021 with flag 3987943/1760058
234.96/233.62	c cleaning 58994 clauses out of 118020 with flag 4124678/1820057
246.68/245.38	c cleaning 60001 clauses out of 120027 with flag 4263189/1881058
258.57/257.27	c cleaning 61002 clauses out of 122026 with flag 4404352/1943058
271.51/270.08	c cleaning 62000 clauses out of 124023 with flag 4547809/2006057
283.14/281.68	c cleaning 63003 clauses out of 126023 with flag 4695104/2070057
295.07/293.47	c cleaning 64000 clauses out of 128020 with flag 4844619/2135057
307.17/305.55	c cleaning 64999 clauses out of 130021 with flag 4996035/2201058
319.83/318.14	c cleaning 66001 clauses out of 132021 with flag 5150441/2268057
335.43/333.78	c cleaning 66996 clauses out of 134021 with flag 5305298/2336058
351.19/349.42	c cleaning 67999 clauses out of 136025 with flag 5463095/2405058
367.49/365.68	c cleaning 68999 clauses out of 138026 with flag 5621920/2475058
383.69/381.87	c cleaning 69997 clauses out of 140026 with flag 5784308/2546057
400.61/398.73	c cleaning 71000 clauses out of 142029 with flag 5948698/2618057
417.82/415.94	c cleaning 72004 clauses out of 144030 with flag 6115613/2691058
434.67/432.71	c cleaning 73000 clauses out of 146026 with flag 6284430/2765058
452.63/450.64	c cleaning 74003 clauses out of 148026 with flag 6455450/2840058
470.43/468.42	c cleaning 74994 clauses out of 150023 with flag 6628674/2916058
488.58/486.57	c cleaning 76001 clauses out of 152030 with flag 6805092/2993059
505.94/503.87	c cleaning 76999 clauses out of 154028 with flag 6983458/3071058
523.93/521.84	c cleaning 78002 clauses out of 156029 with flag 7165351/3150058
540.98/538.82	c cleaning 79000 clauses out of 158026 with flag 7348814/3230057
560.57/558.31	c cleaning 80001 clauses out of 160026 with flag 7534826/3311057
579.36/577.12	c cleaning 80999 clauses out of 162026 with flag 7722791/3393058
595.12/592.81	c cleaning 82001 clauses out of 164026 with flag 7911997/3476057
610.67/608.40	c cleaning 82998 clauses out of 166026 with flag 8103379/3560058
631.91/629.51	c cleaning 84003 clauses out of 168027 with flag 8296153/3645057
653.77/651.39	c cleaning 85001 clauses out of 170024 with flag 8489505/3731057
676.06/673.65	c cleaning 86002 clauses out of 172024 with flag 8686191/3818058
698.98/696.53	c cleaning 87000 clauses out of 174021 with flag 8885138/3906057
722.10/719.60	c cleaning 87997 clauses out of 176022 with flag 9086072/3995058
743.62/741.15	c cleaning 89007 clauses out of 178025 with flag 9290547/4085058
767.39/764.81	c cleaning 89998 clauses out of 180018 with flag 9496997/4176058
789.97/787.34	c cleaning 90999 clauses out of 182020 with flag 9705437/4268058
816.69/814.06	c cleaning 91996 clauses out of 184020 with flag 9914581/4361057
844.46/841.73	c cleaning 93000 clauses out of 186024 with flag 10125980/4455057
872.30/869.52	c cleaning 94004 clauses out of 188025 with flag 10340864/4550058
900.03/897.28	c cleaning 94999 clauses out of 190021 with flag 10556645/4646058
926.70/923.86	c cleaning 96003 clauses out of 192021 with flag 10776599/4743057
954.23/951.30	c cleaning 96998 clauses out of 194018 with flag 10999772/4841057
981.85/978.87	c cleaning 97996 clauses out of 196021 with flag 11223886/4940058
1011.22/1008.12	c cleaning 99003 clauses out of 198024 with flag 11449661/5040057
1042.32/1039.13	c cleaning 99998 clauses out of 200021 with flag 11678895/5141057
1074.62/1071.36	c cleaning 100995 clauses out of 202023 with flag 11910295/5243057
1105.68/1102.33	c cleaning 102000 clauses out of 204029 with flag 12143604/5346058
1142.31/1138.86	c cleaning 103002 clauses out of 206029 with flag 12380230/5450058
1177.16/1173.61	c cleaning 103999 clauses out of 208027 with flag 12617931/5555058
1214.89/1211.22	c cleaning 105002 clauses out of 210028 with flag 12857934/5661058
1251.49/1247.71	c cleaning 105997 clauses out of 212025 with flag 13100721/5768057
1288.28/1284.49	c cleaning 106999 clauses out of 214029 with flag 13345939/5876058
1327.55/1323.67	c cleaning 107997 clauses out of 216030 with flag 13592524/5985058
1368.53/1364.59	c cleaning 108998 clauses out of 218032 with flag 13842433/6095057
1406.43/1402.33	c cleaning 110003 clauses out of 220035 with flag 14092938/6206058
1445.17/1440.98	c cleaning 111003 clauses out of 222032 with flag 14345311/6318058
1484.57/1480.12	c cleaning 111999 clauses out of 224029 with flag 14599597/6431058
1524.14/1519.50	c cleaning 113002 clauses out of 226029 with flag 14858586/6545057
1566.26/1561.53	c cleaning 114002 clauses out of 228027 with flag 15118880/6660057
1606.08/1601.24	c cleaning 115001 clauses out of 230026 with flag 15381587/6776058
1646.43/1641.43	c cleaning 115994 clauses out of 232025 with flag 15645863/6893058
1687.07/1681.94	c cleaning 117000 clauses out of 234030 with flag 15912121/7011057
1727.60/1722.31	c cleaning 118001 clauses out of 236031 with flag 16180446/7130058
1769.08/1763.66	c cleaning 119002 clauses out of 238030 with flag 16451807/7250058
1800.06/1794.50	c starts		: 5
1800.06/1794.50	c conflicts		: 7371057
1800.06/1794.50	c decisions		: 9750999
1800.06/1794.50	c propagations		: 189173191
1800.06/1794.50	c inspects		: 37771206792
1800.06/1794.50	c shortcuts		: 0
1800.06/1794.50	c learnt literals	: 0
1800.06/1794.50	c learnt binary clauses	: 0
1800.06/1794.50	c learnt ternary clauses	: 0
1800.06/1794.50	c learnt constraints	: 7371057
1800.06/1794.50	c ignored constraints	: 0
1800.06/1794.50	c root simplifications	: 0
1800.06/1794.50	c removed literals (reason simplification)	: 0
1800.06/1794.50	c reason swapping (by a shorter reason)	: 0
1800.06/1794.50	c Calls to reduceDB	: 117
1800.06/1794.50	c Number of update (reduction) of LBD	: 612111
1800.06/1794.50	c Imported unit clauses	: 0
1800.06/1794.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.50	c number of learned constraints concerned by reduction	: 0
1800.06/1794.50	c number of learning phase by resolution	: 0
1800.06/1794.50	c number of learning phase by cutting planes	: 0
1800.06/1794.50	c speed (assignments/second)	: 105430.96052187918
1800.06/1794.50	c non guided choices	0
1800.06/1794.54	c learnt constraints type 
1800.06/1794.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 240027
1800.06/1794.54	s SATISFIABLE
1800.06/1794.54	c Found 4 solution(s)
1800.06/1794.54	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 x17 x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 -x41 x42 x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 x96 -x97 -x98 x99 -x100 -x101 x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 x117 -x118 x119 x120 -x121 -x122 x123 -x124 x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 x137 -x138 x139 -x140 -x141 x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 x159 -x160 x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 x203 x204 -x205 x206 x207 -x208 -x209 -x210 x211 -x212 x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 x221 x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 x239 x240 -x241 x242 x243 -x244 -x245 x246 -x247 -x248 -x249 x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 x264 -x265 -x266 x267 -x268 -x269 x270 x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 -x311 x312 -x313 -x314 x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 x337 -x338 x339 -x340 x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 x352 x353 -x354 x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 x385 -x386 x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 x414 x415 -x416 -x417 x418 -x419 x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 x429 -x430 -x431 x432 -x433 -x434 x435 -x436 -x437 -x438 x439 x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 
1800.06/1794.54	c objective function=133
1800.06/1794.54	c Total wall clock time (in seconds): 1794.43

Verifier Data

OK	133

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-4105357-1466259815/watcher-4105357-1466259815 -o /tmp/evaluation-result-4105357-1466259815/solver-4105357-1466259815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105357-1466259815.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.34 2.28 3/194 29515
/proc/meminfo: memFree=29691036/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/29515/stat : 29515 (java) R 29512 29515 24760 0 -1 4202496 1064 0 0 0 0 0 0 0 20 0 1 0 28030133 23793664 713 33554432000 1073741824 1073778376 140733372521296 140733372510360 270320842832 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 5809 713 528 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 2.26 2.34 2.28 3/194 29515
/proc/meminfo: memFree=29691036/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 4404 0 1 0 9 2 0 0 20 0 18 0 28030133 9787879424 6034 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.26 2.34 2.28 3/194 29515
/proc/meminfo: memFree=29691036/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 4945 0 1 0 27 2 0 0 20 0 18 0 28030133 9787879424 6954 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2389619 6954 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 2.26 2.34 2.28 3/194 29515
/proc/meminfo: memFree=29691036/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 6746 0 1 0 47 2 0 0 20 0 19 0 28030133 9856040960 8512 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 8530 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700191 s]
/proc/loadavg: 2.26 2.34 2.28 3/194 29515
/proc/meminfo: memFree=29691036/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 8136 0 1 0 107 3 0 0 20 0 19 0 28030133 9856040960 10428 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 10428 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.26 2.34 2.28 3/213 29534
/proc/meminfo: memFree=29652064/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 8145 0 1 0 189 3 0 0 20 0 19 0 28030133 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 12991 2258 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 28030133 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641704533712 139641550811104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28030135 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1825 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 2628 0 0 0 25 0 0 0 20 0 19 0 28030138 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 12991 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.26 2.34 2.28 3/213 29534
/proc/meminfo: memFree=29639032/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 8157 0 1 0 353 3 0 0 20 0 19 0 28030133 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 17602 2258 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2428 0 1 0 303 2 0 0 20 0 19 0 28030133 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641704533696 139641550764127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28030135 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1828 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 2628 0 0 0 28 0 0 0 20 0 19 0 28030138 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 17602 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.24 2.34 2.28 3/213 29534
/proc/meminfo: memFree=29606824/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=6.77 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 8175 0 1 0 673 4 0 0 20 0 19 0 28030133 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 25022 2259 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2445 0 1 0 623 2 0 0 20 0 19 0 28030133 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641704533696 139641550864294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28030134 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28030135 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1828 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 2628 0 0 0 28 0 0 0 20 0 19 0 28030138 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 25022 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 103487 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.26 2.26 3/213 29645
/proc/meminfo: memFree=29327776/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=1787.86 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 12780 0 1 0 178713 73 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 99015 2281 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=1774.6 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2555 0 1 0 177427 33 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641704541408 139641550836958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 479 0 0 0 78 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 620 0 0 0 77 7 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 437 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 431 0 0 0 81 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 316 0 0 0 89 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 523 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 671 0 0 0 89 9 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 207 0 0 0 95 6 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 250 0 0 0 79 3 0 0 20 0 19 0 28030135 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1828 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 3101 0 0 0 30 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 103 0 0 0 29 22 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.25 2.27 2.27 3/213 29645
/proc/meminfo: memFree=29328148/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 12780 0 1 0 179933 73 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 99015 2281 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=1786.76 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2555 0 1 0 178642 34 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641704541408 139641550943248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 479 0 0 0 78 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 620 0 0 0 77 7 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 437 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 431 0 0 0 81 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 316 0 0 0 89 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 523 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 671 0 0 0 89 9 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 207 0 0 0 95 6 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 250 0 0 0 79 3 0 0 20 0 19 0 28030135 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1828 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 3101 0 0 0 30 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 103 0 0 0 29 22 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 29515 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.25 2.27 2.27 3/213 29645
/proc/meminfo: memFree=29328148/32872528 swapFree=1556504/1720024
[pid=29515] ppid=29512 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/29515/stat : 29515 (java) S 29512 29515 24760 0 -1 4202496 12780 0 1 0 179933 73 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 140733372512432 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29515/statm: 2406260 99015 2281 9 0 2396937 0
[pid=29515/tid=29517] ppid=29512 vsize=9625040 CPUtime=1786.76 cores=0,2,4,6
/proc/29515/task/29517/stat : 29517 (java) R 29512 29515 24760 0 -1 4202560 2555 0 1 0 178642 34 0 0 20 0 19 0 28030133 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641704541408 139641550943248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29518] ppid=29512 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/29515/task/29518/stat : 29518 (java) S 29512 29515 24760 0 -1 4202560 479 0 0 0 78 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641676995240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29519] ppid=29512 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/29515/task/29519/stat : 29519 (java) S 29512 29515 24760 0 -1 4202560 620 0 0 0 77 7 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641675942696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29520] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29520/stat : 29520 (java) S 29512 29515 24760 0 -1 4202560 437 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641674890152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29521] ppid=29512 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/29515/task/29521/stat : 29521 (java) S 29512 29515 24760 0 -1 4202560 431 0 0 0 81 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641673837608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29522] ppid=29512 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/29515/task/29522/stat : 29522 (java) S 29512 29515 24760 0 -1 4202560 316 0 0 0 89 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641672784040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29523] ppid=29512 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/29515/task/29523/stat : 29523 (java) S 29512 29515 24760 0 -1 4202560 523 0 0 0 73 5 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641671731496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29524] ppid=29512 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/29515/task/29524/stat : 29524 (java) S 29512 29515 24760 0 -1 4202560 671 0 0 0 89 9 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641670678952 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29525] ppid=29512 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/29515/task/29525/stat : 29525 (java) S 29512 29515 24760 0 -1 4202560 207 0 0 0 95 6 0 0 20 0 19 0 28030134 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641669626408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29526] ppid=29512 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/29515/task/29526/stat : 29526 (java) S 29512 29515 24760 0 -1 4202560 250 0 0 0 79 3 0 0 20 0 19 0 28030135 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641057413736 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29527] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29527/stat : 29527 (java) S 29512 29515 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641056360056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29528] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29528/stat : 29528 (java) S 29512 29515 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28030136 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641055307400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29529] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29529/stat : 29529 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641054256144 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29530] ppid=29512 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29515/task/29530/stat : 29530 (java) S 29512 29515 24760 0 -1 4202560 1828 0 0 0 17 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641053202488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29515/tid=29531] ppid=29512 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29515/task/29531/stat : 29531 (java) S 29512 29515 24760 0 -1 4202560 3101 0 0 0 30 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641052149944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29515/tid=29532] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29532/stat : 29532 (java) S 29512 29515 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641051097592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29515/tid=29533] ppid=29512 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/29515/task/29533/stat : 29533 (java) S 29512 29515 24760 0 -1 4202560 103 0 0 0 29 22 0 0 20 0 19 0 28030138 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641050045256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29515/tid=29534] ppid=29512 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29515/task/29534/stat : 29534 (java) S 29512 29515 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28030155 9856040960 99015 33554432000 1073741824 1073778376 140733372521296 139641048991016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.55
CPU time (s): 1800.06
CPU user time (s): 1799.33
CPU system time (s): 0.73
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.20082
maximum resident set size= 619272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12826
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40454
involuntary context switches= 25748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1112 second user time and 11.5352 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 16:23:35
IDJOB=4105357
IDBENCH=2841
IDSOLVER=2546
FILE ID=node117/4105357-1466259815
RUNJOBID= node117-1466230712-24776
PBS_JOBID= 19918181
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= c216dcb87e9001dad9e1252e03860f2a
RANDOM SEED=355017723

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
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.912
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.54
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.912
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:        29692044 kB
Buffers:          126260 kB
Cached:           309908 kB
SwapCached:            0 kB
Active:           362444 kB
Inactive:         341652 kB
Active(anon):     260124 kB
Inactive(anon):    10636 kB
Active(file):     102320 kB
Inactive(file):   331016 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       2000368 kB
Mapped:            21128 kB
Shmem:               204 kB
Slab:             622236 kB
SReclaimable:      64792 kB
SUnreclaim:       557444 kB
KernelStack:        1760 kB
PageTables:         7816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2458840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 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 node117 at 2016-06-18 16:53:30