Trace number 4081203

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)222 1800.03 895.966

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081203-1465221703.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.24/0.25	c ... done. Wall clock time 0.13s.
0.24/0.25	c declared #vars     479
0.24/0.25	c #constraints  479
0.24/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 479
0.24/0.25	c 479 constraints processed.
0.24/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 479
0.24/0.25	c 479 constraints processed.
0.24/0.25	c objective function length is 479 literals
0.24/0.27	c And the winner is solver0
0.54/0.75	c SATISFIABLE
0.54/0.75	c OPTIMIZING...
0.54/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
0.54/0.75	o 233
0.69/0.83	c And the winner is solver0
1.17/1.26	c Got one! Elapsed wall clock time (in seconds):1.142
1.17/1.26	o 232
1.28/1.37	c And the winner is solver0
1.69/1.76	c Got one! Elapsed wall clock time (in seconds):1.644
1.69/1.76	o 231
2.91/2.29	c cleaning 2970 clauses out of 5951 with flag 11456/5951
3.18/2.37	c And the winner is solver0
3.33/2.76	c Got one! Elapsed wall clock time (in seconds):2.647
3.33/2.76	o 230
4.43/3.22	c cleaning 4457 clauses out of 8924 with flag 10786/11894
5.87/3.80	c cleaning 5229 clauses out of 10468 with flag 24094/17895
6.72/4.28	c And the winner is solver1
6.89/4.77	c Got one! Elapsed wall clock time (in seconds):4.649
6.89/4.77	o 228
7.15/4.95	c cleaning 5496 clauses out of 11001 with flag 2513/23657
9.61/6.07	c cleaning 5752 clauses out of 11506 with flag 17687/29658
12.42/7.37	c cleaning 6375 clauses out of 12753 with flag 35935/36657
15.57/8.84	c cleaning 7188 clauses out of 14378 with flag 57558/44657
17.20/9.68	c And the winner is solver1
17.38/9.80	c Got one! Elapsed wall clock time (in seconds):9.677
17.38/9.80	o 223
17.61/10.00	c cleaning 6309 clauses out of 12618 with flag 2389/50085
19.59/11.00	c cleaning 6154 clauses out of 12311 with flag 17420/56087
22.21/12.21	c cleaning 6575 clauses out of 13156 with flag 36298/63086
25.09/13.69	c cleaning 7285 clauses out of 14580 with flag 58116/71085
28.63/15.37	c cleaning 8148 clauses out of 16297 with flag 82679/80087
32.28/17.13	c cleaning 9069 clauses out of 18148 with flag 109758/90086
36.30/19.19	c cleaning 10035 clauses out of 20078 with flag 139272/101085
40.88/21.31	c cleaning 11019 clauses out of 22044 with flag 171601/113086
45.07/23.47	c cleaning 12012 clauses out of 24024 with flag 207531/126085
50.87/26.21	c cleaning 13005 clauses out of 26012 with flag 244540/140085
57.06/29.34	c cleaning 14003 clauses out of 28009 with flag 283006/155087
63.44/32.54	c cleaning 15001 clauses out of 30007 with flag 326380/171088
71.03/36.29	c cleaning 16003 clauses out of 32005 with flag 369685/188087
79.79/40.55	c cleaning 16997 clauses out of 34001 with flag 415464/206086
87.99/44.67	c cleaning 18002 clauses out of 36003 with flag 464765/225085
97.60/49.46	c cleaning 18997 clauses out of 38001 with flag 516673/245085
108.21/54.64	c cleaning 20002 clauses out of 40004 with flag 568716/266085
118.81/59.99	c cleaning 20998 clauses out of 42003 with flag 621669/288086
131.41/66.54	c cleaning 22000 clauses out of 44004 with flag 676719/311085
143.62/72.65	c cleaning 22997 clauses out of 46005 with flag 734065/335086
144.61/73.13	c And the winner is solver1
144.61/73.41	c Got one! Elapsed wall clock time (in seconds):73.294
144.61/73.41	o 222
145.77/74.09	c cleaning 14213 clauses out of 28428 with flag 7546/340506
148.17/75.28	c cleaning 10100 clauses out of 20215 with flag 23443/346506
151.03/76.66	c cleaning 8555 clauses out of 17116 with flag 41428/353507
154.25/78.22	c cleaning 8271 clauses out of 16560 with flag 62338/361506
157.23/79.78	c cleaning 8646 clauses out of 17291 with flag 86228/370508
161.03/81.60	c cleaning 9315 clauses out of 18643 with flag 113021/380506
165.05/83.70	c cleaning 10162 clauses out of 20329 with flag 140671/391507
169.83/86.09	c cleaning 11081 clauses out of 22167 with flag 171467/403507
175.34/88.74	c cleaning 12037 clauses out of 24085 with flag 204321/416506
180.55/91.36	c cleaning 13024 clauses out of 26048 with flag 241960/430506
186.14/94.15	c cleaning 14012 clauses out of 28024 with flag 282536/445506
187.97/95.03	c cleaning 0 clauses out of 6414 with flag 0/6414
193.20/97.58	c cleaning 15004 clauses out of 30013 with flag 323405/461507
200.85/101.29	c cleaning 16004 clauses out of 32008 with flag 369548/478506
209.24/105.46	c cleaning 16998 clauses out of 34004 with flag 414639/496506
218.41/109.95	c cleaning 18001 clauses out of 36007 with flag 462155/515507
228.21/114.88	c cleaning 19002 clauses out of 38006 with flag 512108/535507
238.42/119.92	c cleaning 19998 clauses out of 40005 with flag 567002/556508
249.99/125.60	c cleaning 21003 clauses out of 42006 with flag 622539/578507
261.19/131.28	c cleaning 22000 clauses out of 44002 with flag 684900/601506
274.58/137.86	c cleaning 22999 clauses out of 46002 with flag 748155/625506
290.55/146.25	c cleaning 24001 clauses out of 48005 with flag 812699/650508
305.53/153.74	c cleaning 24998 clauses out of 50002 with flag 879680/676506
322.96/162.42	c cleaning 26000 clauses out of 52004 with flag 950579/703506
339.06/170.42	c cleaning 27001 clauses out of 54005 with flag 1028681/731507
360.66/181.22	c cleaning 28001 clauses out of 56003 with flag 1104974/760506
378.58/190.19	c cleaning 28995 clauses out of 58003 with flag 1181166/790507
400.32/200.93	c cleaning 30002 clauses out of 60007 with flag 1260753/821506
421.14/211.24	c cleaning 31002 clauses out of 62005 with flag 1346808/853506
441.74/221.47	c cleaning 31999 clauses out of 64003 with flag 1432517/886506
462.13/231.52	c cleaning 33001 clauses out of 66004 with flag 1520393/920506
482.93/241.82	c cleaning 33996 clauses out of 68003 with flag 1611342/955506
506.57/253.57	c cleaning 35003 clauses out of 70009 with flag 1704234/991508
528.58/264.48	c cleaning 36002 clauses out of 72005 with flag 1800580/1028507
551.44/275.71	c cleaning 36998 clauses out of 74002 with flag 1898376/1066506
574.29/287.02	c cleaning 38001 clauses out of 76004 with flag 2001147/1105506
601.17/300.39	c cleaning 38997 clauses out of 78004 with flag 2109575/1145507
628.50/313.76	c cleaning 39999 clauses out of 80006 with flag 2215732/1186506
649.56/324.18	c cleaning 0 clauses out of 12413 with flag 0/12413
657.35/328.00	c cleaning 40998 clauses out of 82008 with flag 2320767/1228507
684.46/341.40	c cleaning 42003 clauses out of 84010 with flag 2428247/1271507
715.26/356.67	c cleaning 43001 clauses out of 86007 with flag 2541316/1315507
749.44/373.53	c cleaning 44001 clauses out of 88005 with flag 2659101/1360506
783.43/390.43	c cleaning 45002 clauses out of 90005 with flag 2783916/1406507
816.44/406.76	c cleaning 46000 clauses out of 92002 with flag 2907695/1453506
850.73/423.62	c cleaning 46993 clauses out of 94003 with flag 3029633/1501507
884.95/440.68	c cleaning 48001 clauses out of 96009 with flag 3154095/1550506
920.14/458.91	c cleaning 49000 clauses out of 98008 with flag 3281516/1600506
953.73/475.69	c cleaning 50005 clauses out of 100009 with flag 3409718/1651507
989.24/493.25	c cleaning 51001 clauses out of 102003 with flag 3538466/1703506
1026.79/511.86	c cleaning 52002 clauses out of 104005 with flag 3669806/1756509
1067.34/531.96	c cleaning 53000 clauses out of 106000 with flag 3804503/1810506
1104.99/550.52	c cleaning 53998 clauses out of 108000 with flag 3940669/1865506
1144.55/570.03	c cleaning 54998 clauses out of 110002 with flag 4079751/1921506
1192.52/593.69	c cleaning 56003 clauses out of 112006 with flag 4222992/1978508
1239.90/617.13	c cleaning 56999 clauses out of 114004 with flag 4368636/2036509
1293.46/643.63	c cleaning 57999 clauses out of 116002 with flag 4515226/2095506
1356.85/676.50	c cleaning 58996 clauses out of 118003 with flag 4663294/2155506
1421.52/708.58	c cleaning 60004 clauses out of 120007 with flag 4817238/2216506
1481.05/737.96	c cleaning 60995 clauses out of 122003 with flag 4972767/2278506
1537.41/765.82	c cleaning 61995 clauses out of 124008 with flag 5130741/2341506
1588.46/791.07	c cleaning 0 clauses out of 19413 with flag 0/19413
1598.42/795.91	c cleaning 63006 clauses out of 126016 with flag 5291392/2405509
1662.28/827.66	c cleaning 64004 clauses out of 128008 with flag 5455970/2470507
1724.42/858.43	c cleaning 64999 clauses out of 130003 with flag 5620945/2536506
1790.62/891.27	c cleaning 66001 clauses out of 132005 with flag 5789423/2603507
1800.03/895.90	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.90	c starts		: 30612
1800.03/895.90	c conflicts		: 2618095
1800.03/895.90	c decisions		: 11326613
1800.03/895.90	c propagations		: 301242237
1800.03/895.90	c inspects		: 12703009654
1800.03/895.90	c shortcuts		: 0
1800.03/895.90	c learnt literals	: 0
1800.03/895.90	c learnt binary clauses	: 0
1800.03/895.90	c learnt ternary clauses	: 0
1800.03/895.90	c learnt constraints	: 2618095
1800.03/895.90	c ignored constraints	: 0
1800.03/895.90	c root simplifications	: 0
1800.03/895.90	c removed literals (reason simplification)	: 4159217
1800.03/895.90	c reason swapping (by a shorter reason)	: 0
1800.03/895.90	c Calls to reduceDB	: 90
1800.03/895.90	c Number of update (reduction) of LBD	: 502613
1800.03/895.90	c Imported unit clauses	: 0
1800.03/895.90	c number of reductions to clauses (during analyze)	: 0
1800.03/895.90	c number of learned constraints concerned by reduction	: 0
1800.03/895.90	c number of learning phase by resolution	: 0
1800.03/895.90	c number of learning phase by cutting planes	: 0
1800.03/895.90	c speed (assignments/second)	: 366256.4128439251
1800.03/895.90	c non guided choices	0
1800.03/895.93	c learnt constraints type 
1800.03/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80592
1800.03/895.93	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.93	c starts		: 52
1800.03/895.93	c conflicts		: 20390
1800.03/895.93	c decisions		: 72176
1800.03/895.93	c propagations		: 419805
1800.03/895.93	c inspects		: 703765632
1800.03/895.93	c shortcuts		: 0
1800.03/895.93	c learnt literals	: 0
1800.03/895.93	c learnt binary clauses	: 0
1800.03/895.93	c learnt ternary clauses	: 0
1800.03/895.93	c learnt constraints	: 20389
1800.03/895.93	c ignored constraints	: 0
1800.03/895.93	c root simplifications	: 0
1800.03/895.93	c removed literals (reason simplification)	: 0
1800.03/895.93	c reason swapping (by a shorter reason)	: 0
1800.03/895.93	c Calls to reduceDB	: 3
1800.03/895.93	c Number of update (reduction) of LBD	: 0
1800.03/895.93	c Imported unit clauses	: 0
1800.03/895.93	c number of reductions to clauses (during analyze)	: 0
1800.03/895.93	c number of learned constraints concerned by reduction	: 0
1800.03/895.93	c number of learning phase by resolution	: 0
1800.03/895.93	c number of learning phase by cutting planes	: 0
1800.03/895.93	c speed (assignments/second)	: 470.02269472736657
1800.03/895.93	c non guided choices	0
1800.03/895.93	c learnt constraints type 
1800.03/895.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 374
1800.03/895.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20015
1800.03/895.93	s SATISFIABLE
1800.03/895.93	c Found 7 solution(s)
1800.03/895.94	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 
1800.03/895.94	c objective function=222
1800.03/895.94	c Total wall clock time (in seconds): 895.819

Verifier Data

OK	222

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-4081203-1465221703/watcher-4081203-1465221703 -o /tmp/evaluation-result-4081203-1465221703/solver-4081203-1465221703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081203-1465221703.opb 

pid=28922
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: 4.12 4.17 4.13 4/198 28925
/proc/meminfo: memFree=28128980/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/28925/stat : 28925 (java) R 28922 28925 25451 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 104102060 2560000 47 33554432000 1073741824 1073778376 140735672089984 140735672087112 211449638279 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 892 50 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.12 4.17 4.13 4/198 28925
/proc/meminfo: memFree=28128980/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 4428 0 1 0 8 1 0 0 20 0 18 0 104102060 9787879424 6048 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 4.12 4.17 4.13 4/198 28925
/proc/meminfo: memFree=28128980/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 4698 0 1 0 23 1 0 0 20 0 18 0 104102060 9787879424 6770 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2389619 6770 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30034 s]
/proc/loadavg: 4.12 4.17 4.13 4/198 28925
/proc/meminfo: memFree=28128980/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 6881 0 1 0 48 3 0 0 20 0 19 0 104102060 10060525568 10272 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 10272 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.700221 s]
/proc/loadavg: 4.12 4.17 4.13 4/198 28925
/proc/meminfo: memFree=28128980/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 6976 0 1 0 51 3 0 0 20 0 19 0 104102060 10060525568 9987 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 9987 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.12 4.17 4.13 3/217 28950
/proc/meminfo: memFree=28053616/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 16299 0 1 0 161 8 0 0 20 0 19 0 104102060 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 17376 2254 9 0 2446860 0
[pid=28925/tid=28927] ppid=28922 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28925/task/28927/stat : 28927 (java) S 28922 28925 25451 0 -1 4202560 2422 0 1 0 23 0 0 0 20 0 19 0 104102061 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397528933240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28928] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28928/stat : 28928 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397517994408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28929] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28929/stat : 28929 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397516941864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28930] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28930/stat : 28930 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397369833640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28931] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28931/stat : 28931 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397368781096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28932] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28932/stat : 28932 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397367729064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28933] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28933/stat : 28933 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397366676520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28934] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28934/stat : 28934 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397365623464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104102062 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104102064 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104102064 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104102064 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102066 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 7207 0 0 0 55 1 0 0 20 0 19 0 104102066 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 5305 0 0 0 42 0 0 0 20 0 19 0 104102066 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102066 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104102066 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28947] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28947/stat : 28947 (java) S 28922 28925 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104102087 10060525568 17376 33554432000 1073741824 1073778376 140735672089984 140397340791720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.12 4.17 4.13 6/220 28956
/proc/meminfo: memFree=27988432/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=4.23 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 20038 0 1 0 409 14 0 0 20 0 22 0 104102060 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 46182 2284 9 0 2446860 0
[pid=28925/tid=28927] ppid=28922 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28925/task/28927/stat : 28927 (java) S 28922 28925 25451 0 -1 4202560 2422 0 1 0 23 0 0 0 20 0 22 0 104102061 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397528933240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28928] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28928/stat : 28928 (java) S 28922 28925 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397517994408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28929] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28929/stat : 28929 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397516941864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28930] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28930/stat : 28930 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397369833640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28931] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28931/stat : 28931 (java) S 28922 28925 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397368781096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28932] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28932/stat : 28932 (java) S 28922 28925 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397367729064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28933] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28933/stat : 28933 (java) S 28922 28925 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397366676520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28934] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28934/stat : 28934 (java) S 28922 28925 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397365623464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104102062 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 10816 0 0 0 101 2 0 0 20 0 22 0 104102066 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 5315 0 0 0 59 0 0 0 20 0 22 0 104102066 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28947] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28947/stat : 28947 (java) S 28922 28925 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104102087 10060525568 46182 33554432000 1073741824 1073778376 140735672089984 140397340791720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.95 4.14 4.12 5/220 28962
/proc/meminfo: memFree=27888436/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=10.27 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 24809 0 1 0 1004 23 0 0 20 0 22 0 104102060 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 62921 2286 9 0 2446860 0
[pid=28925/tid=28927] ppid=28922 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28925/task/28927/stat : 28927 (java) S 28922 28925 25451 0 -1 4202560 2423 0 1 0 23 0 0 0 20 0 22 0 104102061 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397528933240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28928] ppid=28922 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28925/task/28928/stat : 28928 (java) S 28922 28925 25451 0 -1 4202560 250 0 0 0 3 2 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397517994408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28929] ppid=28922 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28925/task/28929/stat : 28929 (java) S 28922 28925 25451 0 -1 4202560 179 0 0 0 3 0 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397516941864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28930] ppid=28922 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28925/task/28930/stat : 28930 (java) S 28922 28925 25451 0 -1 4202560 99 0 0 0 3 1 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397369833640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28931] ppid=28922 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28925/task/28931/stat : 28931 (java) S 28922 28925 25451 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397368781096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28932] ppid=28922 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28925/task/28932/stat : 28932 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397367729064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28933] ppid=28922 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28925/task/28933/stat : 28933 (java) S 28922 28925 25451 0 -1 4202560 187 0 0 0 3 0 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397366676520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28934] ppid=28922 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28925/task/28934/stat : 28934 (java) S 28922 28925 25451 0 -1 4202560 174 0 0 0 5 2 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397365623464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 104102062 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 12712 0 0 0 120 2 0 0 20 0 22 0 104102066 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 7122 0 0 0 86 0 0 0 20 0 22 0 104102066 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28959] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28959/stat : 28959 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104102338 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397341844904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28960] ppid=28922 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/28925/task/28960/stat : 28960 (java) R 28922 28925 25451 0 -1 4202560 4 0 0 0 143 0 0 0 20 0 22 0 104102538 10060525568 62921 33554432000 1073741824 1073778376 140735672089984 140397343947280 140397397951319 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28961] ppid=28922 vsize=9824732 CPUtime=1.44 cores=1,3,5,7

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

[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 767 0 0 0 455 23 0 0 20 0 22 0 104102062 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 2734 0 0 0 620 8 0 0 20 0 22 0 104102064 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 17347 0 0 0 180 3 0 0 20 0 22 0 104102066 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 7358 0 0 0 107 0 0 0 20 0 22 0 104102066 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 51 0 0 0 11 25 0 0 20 0 22 0 104102066 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28959] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28959/stat : 28959 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104102338 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397341844904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28967] ppid=28922 vsize=9824732 CPUtime=792.8 cores=1,3,5,7
/proc/28925/task/28967/stat : 28967 (java) R 28922 28925 25451 0 -1 4202560 19 0 0 0 79267 13 0 0 20 0 22 0 104109402 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397343948528 140397398062908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28968] ppid=28922 vsize=9824732 CPUtime=792.76 cores=1,3,5,7
/proc/28925/task/28968/stat : 28968 (java) R 28922 28925 25451 0 -1 4202560 77 0 0 0 79264 12 0 0 20 0 22 0 104109402 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397340791728 140397397956931 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28969] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28969/stat : 28969 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104109402 10060525568 990104 33554432000 1073741824 1073778376 140735672089984 140397342897192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.16 4.25 4.18 5/219 29059
/proc/meminfo: memFree=24496316/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=1799.8 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 38713 0 1 0 179745 235 0 0 20 0 22 0 104102060 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 991688 2294 9 0 2446860 0
[pid=28925/tid=28927] ppid=28922 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/28925/task/28927/stat : 28927 (java) S 28922 28925 25451 0 -1 4202560 2437 0 1 0 25 3 0 0 20 0 22 0 104102061 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397528933240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28928] ppid=28922 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/28925/task/28928/stat : 28928 (java) S 28922 28925 25451 0 -1 4202560 909 0 0 0 419 16 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397517994408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28929] ppid=28922 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/28925/task/28929/stat : 28929 (java) S 28922 28925 25451 0 -1 4202560 923 0 0 0 438 22 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397516941864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28930] ppid=28922 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/28925/task/28930/stat : 28930 (java) S 28922 28925 25451 0 -1 4202560 650 0 0 0 440 18 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397369833640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28931] ppid=28922 vsize=9824732 CPUtime=4.5 cores=1,3,5,7
/proc/28925/task/28931/stat : 28931 (java) S 28922 28925 25451 0 -1 4202560 661 0 0 0 434 16 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397368781096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28932] ppid=28922 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/28925/task/28932/stat : 28932 (java) S 28922 28925 25451 0 -1 4202560 600 0 0 0 438 22 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397367729064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28933] ppid=28922 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/28925/task/28933/stat : 28933 (java) S 28922 28925 25451 0 -1 4202560 724 0 0 0 448 18 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397366676520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28934] ppid=28922 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/28925/task/28934/stat : 28934 (java) S 28922 28925 25451 0 -1 4202560 765 0 0 0 383 17 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397365623464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 786 0 0 0 460 23 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 2734 0 0 0 620 8 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 17347 0 0 0 180 3 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 7358 0 0 0 107 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 51 0 0 0 11 25 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28959] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28959/stat : 28959 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104102338 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397341844904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28967] ppid=28922 vsize=9824732 CPUtime=806.24 cores=1,3,5,7
/proc/28925/task/28967/stat : 28967 (java) R 28922 28925 25451 0 -1 4202560 19 0 0 0 80611 13 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397343940832 140397398061964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28968] ppid=28922 vsize=9824732 CPUtime=806.22 cores=1,3,5,7
/proc/28925/task/28968/stat : 28968 (java) R 28922 28925 25451 0 -1 4202560 77 0 0 0 80610 12 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397340789472 140397398396379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28969] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28969/stat : 28969 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397342897192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28925 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.16 4.25 4.18 5/219 29059
/proc/meminfo: memFree=24496316/32872528 swapFree=11252/530428
[pid=28925] ppid=28922 vsize=9824732 CPUtime=1799.8 cores=1,3,5,7
/proc/28925/stat : 28925 (java) S 28922 28925 25451 0 -1 4202496 38713 0 1 0 179745 235 0 0 20 0 22 0 104102060 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140735672081120 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28925/statm: 2456183 991688 2294 9 0 2446860 0
[pid=28925/tid=28927] ppid=28922 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/28925/task/28927/stat : 28927 (java) S 28922 28925 25451 0 -1 4202560 2437 0 1 0 25 3 0 0 20 0 22 0 104102061 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397528933240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28928] ppid=28922 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/28925/task/28928/stat : 28928 (java) S 28922 28925 25451 0 -1 4202560 909 0 0 0 419 16 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397517994408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28929] ppid=28922 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/28925/task/28929/stat : 28929 (java) S 28922 28925 25451 0 -1 4202560 923 0 0 0 438 22 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397516941864 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28930] ppid=28922 vsize=9824732 CPUtime=4.58 cores=1,3,5,7
/proc/28925/task/28930/stat : 28930 (java) S 28922 28925 25451 0 -1 4202560 650 0 0 0 440 18 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397369833640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28931] ppid=28922 vsize=9824732 CPUtime=4.5 cores=1,3,5,7
/proc/28925/task/28931/stat : 28931 (java) S 28922 28925 25451 0 -1 4202560 661 0 0 0 434 16 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397368781096 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28932] ppid=28922 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/28925/task/28932/stat : 28932 (java) S 28922 28925 25451 0 -1 4202560 600 0 0 0 438 22 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397367729064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28933] ppid=28922 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/28925/task/28933/stat : 28933 (java) S 28922 28925 25451 0 -1 4202560 724 0 0 0 448 18 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397366676520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28934] ppid=28922 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/28925/task/28934/stat : 28934 (java) S 28922 28925 25451 0 -1 4202560 765 0 0 0 383 17 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397365623464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28935] ppid=28922 vsize=9824732 CPUtime=4.83 cores=1,3,5,7
/proc/28925/task/28935/stat : 28935 (java) S 28922 28925 25451 0 -1 4202560 786 0 0 0 460 23 0 0 20 0 22 0 104102062 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397364570920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28936] ppid=28922 vsize=9824732 CPUtime=6.28 cores=1,3,5,7
/proc/28925/task/28936/stat : 28936 (java) S 28922 28925 25451 0 -1 4202560 2734 0 0 0 620 8 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397352372584 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28937] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28937/stat : 28937 (java) S 28922 28925 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397351318904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28938] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28938/stat : 28938 (java) S 28922 28925 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104102064 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397350265736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28939] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28939/stat : 28939 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397349214480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28925/tid=28940] ppid=28922 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28925/task/28940/stat : 28940 (java) S 28922 28925 25451 0 -1 4202560 17347 0 0 0 180 3 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397348162360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28941] ppid=28922 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/28925/task/28941/stat : 28941 (java) S 28922 28925 25451 0 -1 4202560 7358 0 0 0 107 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397347109816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28942] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28942/stat : 28942 (java) S 28922 28925 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397346056952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28943] ppid=28922 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/28925/task/28943/stat : 28943 (java) S 28922 28925 25451 0 -1 4202560 51 0 0 0 11 25 0 0 20 0 22 0 104102066 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397345004616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28959] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28959/stat : 28959 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104102338 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397341844904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28925/tid=28967] ppid=28922 vsize=9824732 CPUtime=806.24 cores=1,3,5,7
/proc/28925/task/28967/stat : 28967 (java) R 28922 28925 25451 0 -1 4202560 19 0 0 0 80611 13 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397343940832 140397398061964 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28925/tid=28968] ppid=28922 vsize=9824732 CPUtime=806.22 cores=1,3,5,7
/proc/28925/task/28968/stat : 28968 (java) R 28922 28925 25451 0 -1 4202560 77 0 0 0 80610 12 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397340789472 140397398396379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28925/tid=28969] ppid=28922 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28925/task/28969/stat : 28969 (java) S 28922 28925 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104109402 10060525568 991688 33554432000 1073741824 1073778376 140735672089984 140397342897192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.229996
#  lost CPU user time (s): 0.25
#  lost CPU system time (s): -0.02

Real time (s): 895.966
CPU time (s): 1800.03
CPU user time (s): 1797.7
CPU system time (s): 2.33
CPU usage (%): 200.904
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.77158
maximum resident set size= 3968900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24056
involuntary context switches= 30504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.31319 second user time and 7.81281 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 16:01:43
IDJOB=4081203
IDBENCH=1956
IDSOLVER=2543
FILE ID=node141/4081203-1465221703
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081203-1465221703/watcher-4081203-1465221703 -o /tmp/evaluation-result-4081203-1465221703/solver-4081203-1465221703 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081203-1465221703.opb

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

MD5SUM BENCH= 0a5749e09f3f6f40d04f442dc86d22a6
RANDOM SEED=141236156

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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:        28129360 kB
Buffers:            8892 kB
Cached:            44908 kB
SwapCached:         1788 kB
Active:          3470332 kB
Inactive:          34008 kB
Active(anon):    3450496 kB
Inactive(anon):     2404 kB
Active(file):      19836 kB
Inactive(file):    31604 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098100 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       4055904 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:       9808 kB
SUnreclaim:       556320 kB
KernelStack:        1816 kB
PageTables:        12388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4373456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3966976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node141 at 2016-06-06 16:16:39