Trace number 4085349

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)12 1800.03 1789.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
MD5SUM4dfe0aab63c58302cf08520fc713ceae
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
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 3
Optimality of the best value was proved YES
Number of variables372
Total number of constraints421
Number of constraints which are clauses345
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint18
Number of terms in the objective function 372
Biggest coefficient in the objective function 220
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 983
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 220
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 983
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

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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085349-1465233188.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.076s.
0.10/0.19	c declared #vars     372
0.10/0.19	c #constraints  422
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.10/0.19	c org.sat4j.specs.Constr$1 => 1
0.10/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 338
0.10/0.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.19	c 422 constraints processed.
0.10/0.19	c objective function length is 372 literals
0.25/0.20	c SATISFIABLE
0.25/0.20	c OPTIMIZING...
0.25/0.20	c Got one! Elapsed wall clock time (in seconds):0.087
0.25/0.20	o 12
0.91/0.62	c cleaning 2496 clauses out of 5001 with flag 10213/5001
1.42/1.05	c cleaning 4244 clauses out of 8505 with flag 22465/11001
2.12/1.73	c cleaning 5622 clauses out of 11260 with flag 36686/18000
3.15/2.73	c cleaning 6815 clauses out of 13639 with flag 52965/26001
4.29/3.86	c cleaning 7905 clauses out of 15823 with flag 71406/35000
5.59/5.15	c cleaning 8951 clauses out of 17919 with flag 91949/45001
7.19/6.76	c cleaning 9978 clauses out of 19967 with flag 114534/56000
8.89/8.43	c cleaning 10988 clauses out of 21989 with flag 139135/68000
10.59/10.13	c cleaning 11994 clauses out of 24001 with flag 165654/81000
12.59/12.16	c cleaning 12995 clauses out of 26008 with flag 194244/95001
14.68/14.25	c cleaning 14002 clauses out of 28013 with flag 225016/110001
17.19/16.80	c cleaning 14997 clauses out of 30011 with flag 257613/126001
20.39/19.92	c cleaning 15996 clauses out of 32013 with flag 292427/143000
23.91/23.41	c cleaning 17000 clauses out of 34017 with flag 330479/161000
27.61/27.17	c cleaning 18002 clauses out of 36017 with flag 370109/180000
31.92/31.46	c cleaning 19000 clauses out of 38015 with flag 411124/200000
36.32/35.88	c cleaning 20000 clauses out of 40015 with flag 453270/221000
40.92/40.48	c cleaning 20997 clauses out of 42016 with flag 498196/243001
44.79/44.29	c cleaning 22009 clauses out of 44018 with flag 555026/266000
46.79/46.29	c cleaning 22998 clauses out of 46009 with flag 624437/290000
48.75/48.14	c cleaning 23993 clauses out of 48011 with flag 697631/315000
50.65/50.01	c cleaning 25009 clauses out of 50020 with flag 772079/341002
52.55/51.93	c cleaning 25998 clauses out of 52009 with flag 852699/368000
54.75/54.18	c cleaning 26999 clauses out of 54013 with flag 935394/396002
57.05/56.49	c cleaning 28006 clauses out of 56012 with flag 1024768/425000
59.35/58.74	c cleaning 28996 clauses out of 58006 with flag 1116403/455000
62.10/61.42	c cleaning 29983 clauses out of 60010 with flag 1208887/486000
64.80/64.12	c cleaning 31013 clauses out of 62027 with flag 1305143/518000
67.81/67.14	c cleaning 32002 clauses out of 64014 with flag 1399045/551000
70.80/70.13	c cleaning 33005 clauses out of 66012 with flag 1493112/585000
74.00/73.33	c cleaning 34001 clauses out of 68007 with flag 1589638/620000
77.61/76.88	c cleaning 34994 clauses out of 70006 with flag 1693762/656000
81.31/80.54	c cleaning 36000 clauses out of 72013 with flag 1806099/693001
84.81/84.08	c cleaning 36995 clauses out of 74012 with flag 1913077/731000
88.71/87.97	c cleaning 38003 clauses out of 76018 with flag 2021125/770001
92.71/91.92	c cleaning 39003 clauses out of 78014 with flag 2130019/810000
97.17/96.38	c cleaning 39994 clauses out of 80011 with flag 2246703/851000
101.67/100.84	c cleaning 41004 clauses out of 82017 with flag 2361538/893000
106.07/105.20	c cleaning 41995 clauses out of 84013 with flag 2481951/936000
110.58/109.77	c cleaning 43000 clauses out of 86018 with flag 2605988/980000
115.40/114.49	c cleaning 44006 clauses out of 88018 with flag 2734491/1025000
120.49/119.53	c cleaning 44990 clauses out of 90012 with flag 2863712/1071000
125.79/124.89	c cleaning 45992 clauses out of 92023 with flag 3002782/1118001
131.39/130.41	c cleaning 47006 clauses out of 94031 with flag 3141256/1166001
137.08/136.10	c cleaning 48001 clauses out of 96024 with flag 3277827/1215000
142.99/142.00	c cleaning 49006 clauses out of 98023 with flag 3414703/1265000
149.18/148.10	c cleaning 49999 clauses out of 100017 with flag 3561532/1316000
155.11/154.00	c cleaning 51004 clauses out of 102018 with flag 3711450/1368000
161.82/160.61	c cleaning 52001 clauses out of 104014 with flag 3872119/1421000
168.71/167.48	c cleaning 53002 clauses out of 106014 with flag 4030985/1475001
175.90/174.65	c cleaning 53990 clauses out of 108011 with flag 4191039/1530000
183.40/182.10	c cleaning 55006 clauses out of 110023 with flag 4352185/1586002
191.11/189.79	c cleaning 56002 clauses out of 112016 with flag 4522419/1643001
198.71/197.36	c cleaning 56991 clauses out of 114013 with flag 4690079/1701000
206.82/205.31	c cleaning 57997 clauses out of 116023 with flag 4866303/1760001
214.62/213.20	c cleaning 59006 clauses out of 118025 with flag 5043330/1820000
222.82/221.28	c cleaning 59997 clauses out of 120021 with flag 5223758/1881002
231.21/229.60	c cleaning 60995 clauses out of 122022 with flag 5405016/1943000
240.11/238.53	c cleaning 62001 clauses out of 124028 with flag 5586906/2006001
248.88/247.23	c cleaning 63003 clauses out of 126027 with flag 5769415/2070001
257.68/255.99	c cleaning 64000 clauses out of 128023 with flag 5950055/2135000
267.38/265.64	c cleaning 64993 clauses out of 130023 with flag 6146151/2201000
276.88/275.02	c cleaning 66008 clauses out of 132030 with flag 6332683/2268000
287.18/285.38	c cleaning 67003 clauses out of 134024 with flag 6527334/2336002
297.65/295.76	c cleaning 68004 clauses out of 136019 with flag 6736044/2405000
307.75/305.89	c cleaning 68990 clauses out of 138017 with flag 6937001/2475002
318.10/316.14	c cleaning 69997 clauses out of 140025 with flag 7157099/2546000
329.00/326.98	c cleaning 71002 clauses out of 142028 with flag 7366667/2618000
339.50/337.41	c cleaning 71993 clauses out of 144026 with flag 7581733/2691000
350.57/348.43	c cleaning 73013 clauses out of 146033 with flag 7791808/2765000
361.37/359.29	c cleaning 73992 clauses out of 148022 with flag 7999563/2840002
373.01/370.89	c cleaning 75000 clauses out of 150028 with flag 8214572/2916000
385.06/382.87	c cleaning 76008 clauses out of 152028 with flag 8445579/2993000
397.14/394.86	c cleaning 77002 clauses out of 154020 with flag 8670745/3071000
409.24/406.90	c cleaning 77993 clauses out of 156018 with flag 8900347/3150000
421.97/419.67	c cleaning 78993 clauses out of 158025 with flag 9126784/3230000
436.15/433.75	c cleaning 80016 clauses out of 160032 with flag 9367323/3311000
450.03/447.50	c cleaning 81000 clauses out of 162016 with flag 9601707/3393000
464.21/461.61	c cleaning 82000 clauses out of 164016 with flag 9829623/3476000
477.39/474.79	c cleaning 82996 clauses out of 166016 with flag 10061012/3560000
491.10/488.43	c cleaning 83993 clauses out of 168020 with flag 10302109/3645000
505.53/502.87	c cleaning 85010 clauses out of 170027 with flag 10549579/3731000
520.07/517.33	c cleaning 85997 clauses out of 172017 with flag 10799391/3818000
536.10/533.38	c cleaning 87007 clauses out of 174021 with flag 11047589/3906001
551.33/548.53	c cleaning 88006 clauses out of 176013 with flag 11298445/3995000
565.17/562.36	c cleaning 88992 clauses out of 178007 with flag 11546776/4085000
579.72/576.88	c cleaning 89993 clauses out of 180015 with flag 11814433/4176000
594.75/591.82	c cleaning 91007 clauses out of 182023 with flag 12084703/4268001
610.35/607.34	c cleaning 92000 clauses out of 184015 with flag 12369478/4361000
626.12/623.08	c cleaning 92995 clauses out of 186015 with flag 12639895/4455000
643.08/639.90	c cleaning 94003 clauses out of 188020 with flag 12921550/4550000
661.49/658.22	c cleaning 95000 clauses out of 190017 with flag 13204045/4646000
679.45/676.14	c cleaning 95992 clauses out of 192017 with flag 13485435/4743000
698.10/694.70	c cleaning 97002 clauses out of 194025 with flag 13765471/4841000
716.80/713.35	c cleaning 98002 clauses out of 196025 with flag 14049461/4940002
738.62/735.00	c cleaning 98997 clauses out of 198021 with flag 14332963/5040000
759.02/755.39	c cleaning 100003 clauses out of 200027 with flag 14632064/5141003
781.21/777.48	c cleaning 101003 clauses out of 202021 with flag 14931850/5243000
803.05/799.17	c cleaning 102001 clauses out of 204018 with flag 15229686/5346000
825.43/821.42	c cleaning 102995 clauses out of 206017 with flag 15534617/5450000
845.43/841.38	c cleaning 103992 clauses out of 208022 with flag 15834452/5555000
865.99/861.83	c cleaning 105002 clauses out of 210030 with flag 16135776/5661000
887.97/883.73	c cleaning 105997 clauses out of 212028 with flag 16425629/5768000
910.87/906.57	c cleaning 106999 clauses out of 214031 with flag 16729341/5876000
935.13/930.73	c cleaning 107993 clauses out of 216034 with flag 17036205/5985002
959.75/955.20	c cleaning 109012 clauses out of 218039 with flag 17346498/6095000
984.31/979.67	c cleaning 110002 clauses out of 220030 with flag 17650551/6206003
1009.53/1004.75	c cleaning 110986 clauses out of 222025 with flag 17959066/6318000
1032.65/1027.73	c cleaning 111999 clauses out of 224039 with flag 18277288/6431000
1058.70/1053.68	c cleaning 113007 clauses out of 226040 with flag 18596977/6545000
1080.81/1075.69	c cleaning 114002 clauses out of 228033 with flag 18936726/6660000
1103.68/1098.30	c cleaning 115007 clauses out of 230031 with flag 19279563/6776000
1126.93/1121.43	c cleaning 116009 clauses out of 232024 with flag 19607535/6893000
1151.90/1146.29	c cleaning 116998 clauses out of 234016 with flag 19946734/7011001
1178.71/1172.91	c cleaning 117998 clauses out of 236017 with flag 20289533/7130000
1203.08/1197.13	c cleaning 118999 clauses out of 238019 with flag 20626358/7250000
1227.63/1221.58	c cleaning 120011 clauses out of 240021 with flag 20964545/7371001
1252.98/1246.76	c cleaning 120997 clauses out of 242011 with flag 21299692/7493002
1280.71/1274.24	c cleaning 122000 clauses out of 244013 with flag 21641619/7616001
1307.90/1301.22	c cleaning 122996 clauses out of 246012 with flag 21995799/7740000
1335.82/1329.00	c cleaning 124001 clauses out of 248016 with flag 22342551/7865000
1366.98/1360.03	c cleaning 125002 clauses out of 250016 with flag 22690546/7991001
1400.72/1393.55	c cleaning 126004 clauses out of 252013 with flag 23037720/8118000
1433.16/1425.79	c cleaning 126996 clauses out of 254010 with flag 23388818/8246001
1462.27/1454.63	c cleaning 127994 clauses out of 256014 with flag 23757215/8375001
1493.36/1485.51	c cleaning 128989 clauses out of 258019 with flag 24118173/8505000
1522.74/1514.70	c cleaning 130012 clauses out of 260031 with flag 24482798/8636001
1550.60/1542.27	c cleaning 131001 clauses out of 262020 with flag 24845008/8768002
1581.41/1572.85	c cleaning 132001 clauses out of 264017 with flag 25220528/8901000
1612.46/1603.68	c cleaning 132994 clauses out of 266016 with flag 25588209/9035000
1645.49/1636.42	c cleaning 134001 clauses out of 268022 with flag 25975430/9170000
1682.17/1672.86	c cleaning 135006 clauses out of 270021 with flag 26352078/9306000
1718.70/1709.09	c cleaning 135997 clauses out of 272015 with flag 26724686/9443000
1756.81/1746.84	c cleaning 136994 clauses out of 274018 with flag 27113207/9581000
1795.65/1785.34	c cleaning 137998 clauses out of 276025 with flag 27492958/9720001
1800.03/1789.60	c starts		: 4843
1800.03/1789.60	c conflicts		: 9745995
1800.03/1789.60	c decisions		: 26272293
1800.03/1789.60	c propagations		: 309971378
1800.03/1789.60	c inspects		: 23983057946
1800.03/1789.60	c shortcuts		: 0
1800.03/1789.60	c learnt literals	: 0
1800.03/1789.60	c learnt binary clauses	: 0
1800.03/1789.60	c learnt ternary clauses	: 0
1800.03/1789.60	c learnt constraints	: 9745995
1800.03/1789.60	c ignored constraints	: 0
1800.03/1789.60	c root simplifications	: 0
1800.03/1789.60	c removed literals (reason simplification)	: 0
1800.03/1789.60	c reason swapping (by a shorter reason)	: 0
1800.03/1789.60	c Calls to reduceDB	: 135
1800.03/1789.60	c Number of update (reduction) of LBD	: 2494401
1800.03/1789.60	c Imported unit clauses	: 0
1800.03/1789.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1789.60	c number of learned constraints concerned by reduction	: 0
1800.03/1789.60	c number of learning phase by resolution	: 0
1800.03/1789.60	c number of learning phase by cutting planes	: 0
1800.03/1789.60	c speed (assignments/second)	: 173225.27064756467
1800.03/1789.60	c non guided choices	0
1800.03/1789.63	c learnt constraints type 
1800.03/1789.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164021
1800.03/1789.63	s SATISFIABLE
1800.03/1789.63	c Found 1 solution(s)
1800.03/1789.63	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 
1800.03/1789.63	c objective function=12
1800.03/1789.63	c Total wall clock time (in seconds): 1789.52

Verifier Data

OK	12

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-4085349-1465233188/watcher-4085349-1465233188 -o /tmp/evaluation-result-4085349-1465233188/solver-4085349-1465233188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085349-1465233188.opb 

pid=10735
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.23 2.21 2.18 3/193 10738
/proc/meminfo: memFree=29628504/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10738/stat : 10738 (java) R 10735 10738 9017 0 -1 4202496 1013 0 0 0 0 0 0 0 20 0 1 0 105250727 23793664 664 33554432000 1073741824 1073778376 140737112215296 140737112204360 248780995123 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 5809 678 499 9 0 128 0

[startup+0.100158 s]
/proc/loadavg: 2.23 2.21 2.18 3/193 10738
/proc/meminfo: memFree=29628504/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 4455 0 1 0 9 1 0 0 20 0 18 0 105250727 9787879424 5578 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2389619 5578 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.23 2.21 2.18 3/193 10738
/proc/meminfo: memFree=29628504/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 4778 0 1 0 24 1 0 0 20 0 19 0 105250727 9856040960 6846 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 6846 2207 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300268 s]
/proc/loadavg: 2.23 2.21 2.18 3/193 10738
/proc/meminfo: memFree=29628504/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 7187 0 1 0 50 2 0 0 20 0 19 0 105250727 9856040960 8213 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 8213 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700221 s]
/proc/loadavg: 2.23 2.21 2.18 3/193 10738
/proc/meminfo: memFree=29628504/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 7325 0 1 0 103 2 0 0 20 0 19 0 105250727 9856040960 9800 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 9800 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 10758
/proc/meminfo: memFree=29592820/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 8473 0 1 0 190 2 0 0 20 0 19 0 105250727 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 11870 2259 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2472 0 1 0 146 1 0 0 20 0 19 0 105250728 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140148076552696 140147948828980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2831 0 0 0 25 0 0 0 20 0 19 0 105250733 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 1900 0 0 0 15 0 0 0 20 0 19 0 105250733 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 11870 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 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.10074 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 10758
/proc/meminfo: memFree=29584372/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 8494 0 1 0 356 2 0 0 20 0 19 0 105250727 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 15467 2259 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2480 0 1 0 305 1 0 0 20 0 19 0 105250728 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140148076552648 140147949004620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2831 0 0 0 25 0 0 0 20 0 19 0 105250733 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 1913 0 0 0 21 0 0 0 20 0 19 0 105250733 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 15467 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.29 2.22 2.19 4/213 10758
/proc/meminfo: memFree=29560380/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=6.79 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 8505 0 1 0 676 3 0 0 20 0 19 0 105250727 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 19838 2260 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2490 0 1 0 624 1 0 0 20 0 19 0 105250728 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140148076543680 140147949004625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105250729 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2831 0 0 0 25 0 0 0 20 0 19 0 105250733 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 1913 0 0 0 21 0 0 0 20 0 19 0 105250733 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 19838 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625040


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

[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 80103 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1671.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.30 2.27 2.21 3/213 10800
/proc/meminfo: memFree=29139016/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1732.14 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 16462 0 1 0 173121 93 0 0 20 0 19 0 105250727 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 72881 2283 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=1711.36 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2731 0 1 0 171105 31 0 0 20 0 19 0 105250728 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140148076551376 140147948805927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 392 0 0 0 158 8 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 746 0 0 0 151 8 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 731 0 0 0 162 7 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 844 0 0 0 145 8 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 717 0 0 0 167 8 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 995 0 0 0 147 8 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 500 0 0 0 154 6 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 563 0 0 0 153 7 0 0 20 0 19 0 105250729 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 450 0 0 0 243 6 0 0 20 0 19 0 105250730 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2832 0 0 0 26 0 0 0 20 0 19 0 105250733 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 3607 0 0 0 30 0 0 0 20 0 19 0 105250733 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 98 0 0 0 29 28 0 0 20 0 19 0 105250733 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 72881 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1732.14
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/213 10866
/proc/meminfo: memFree=29518048/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1792.65 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 16769 0 1 0 179170 95 0 0 20 0 19 0 105250727 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 68665 2283 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=1770.76 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2750 0 1 0 177045 31 0 0 20 0 19 0 105250728 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140148076551376 140147948868033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 488 0 0 0 166 8 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 746 0 0 0 159 8 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 731 0 0 0 173 7 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 844 0 0 0 153 8 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 717 0 0 0 176 8 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 1075 0 0 0 155 8 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=1.71 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 548 0 0 0 165 6 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 563 0 0 0 161 7 0 0 20 0 19 0 105250729 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 510 0 0 0 264 6 0 0 20 0 19 0 105250730 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2832 0 0 0 26 0 0 0 20 0 19 0 105250733 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 3607 0 0 0 30 0 0 0 20 0 19 0 105250733 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 102 0 0 0 30 30 0 0 20 0 19 0 105250733 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 68665 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1792.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 2.26 2.27 2.21 3/213 10867
/proc/meminfo: memFree=29430660/32872528 swapFree=17452/1581112
[pid=10738] ppid=10735 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/10738/stat : 10738 (java) S 10735 10738 9017 0 -1 4202496 16903 0 1 0 179908 95 0 0 20 0 19 0 105250727 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140737112206432 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10738/statm: 2406260 68795 2283 9 0 2396937 0
[pid=10738/tid=10740] ppid=10735 vsize=9625040 CPUtime=1778 cores=0,2,4,6
/proc/10738/task/10740/stat : 10740 (java) R 10735 10738 9017 0 -1 4202560 2753 0 1 0 177768 32 0 0 20 0 19 0 105250728 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140148076551376 140147949004532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10741] ppid=10735 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/10738/task/10741/stat : 10741 (java) S 10735 10738 9017 0 -1 4202560 488 0 0 0 167 8 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147920595752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10742] ppid=10735 vsize=9625040 CPUtime=1.68 cores=0,2,4,6
/proc/10738/task/10742/stat : 10742 (java) S 10735 10738 9017 0 -1 4202560 746 0 0 0 160 8 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147919542952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10743] ppid=10735 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/10738/task/10743/stat : 10743 (java) S 10735 10738 9017 0 -1 4202560 787 0 0 0 174 7 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147918490664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10744] ppid=10735 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/10738/task/10744/stat : 10744 (java) S 10735 10738 9017 0 -1 4202560 892 0 0 0 156 8 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147917437864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10745] ppid=10735 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/10738/task/10745/stat : 10745 (java) S 10735 10738 9017 0 -1 4202560 717 0 0 0 178 8 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147916384552 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10746] ppid=10735 vsize=9625040 CPUtime=1.66 cores=0,2,4,6
/proc/10738/task/10746/stat : 10746 (java) S 10735 10738 9017 0 -1 4202560 1099 0 0 0 158 8 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147915331752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10738/tid=10747] ppid=10735 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10738/task/10747/stat : 10747 (java) S 10735 10738 9017 0 -1 4202560 548 0 0 0 168 6 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147914279464 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10748] ppid=10735 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/10738/task/10748/stat : 10748 (java) S 10735 10738 9017 0 -1 4202560 563 0 0 0 163 7 0 0 20 0 19 0 105250729 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147913226664 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10749] ppid=10735 vsize=9625040 CPUtime=2.7 cores=0,2,4,6
/proc/10738/task/10749/stat : 10749 (java) S 10735 10738 9017 0 -1 4202560 513 0 0 0 264 6 0 0 20 0 19 0 105250730 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147900816104 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10750] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10750/stat : 10750 (java) S 10735 10738 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147899762168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10751] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10751/stat : 10751 (java) S 10735 10738 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105250730 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147898709768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10752] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10752/stat : 10752 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147897658256 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10753] ppid=10735 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10738/task/10753/stat : 10753 (java) S 10735 10738 9017 0 -1 4202560 2832 0 0 0 26 0 0 0 20 0 19 0 105250733 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147896604856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10738/tid=10754] ppid=10735 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/10738/task/10754/stat : 10754 (java) S 10735 10738 9017 0 -1 4202560 3607 0 0 0 30 0 0 0 20 0 19 0 105250733 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147895552056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10755] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10755/stat : 10755 (java) S 10735 10738 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105250733 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147894499960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10738/tid=10756] ppid=10735 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/10738/task/10756/stat : 10756 (java) S 10735 10738 9017 0 -1 4202560 102 0 0 0 30 30 0 0 20 0 19 0 105250733 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147893447368 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10738/tid=10757] ppid=10735 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10738/task/10757/stat : 10757 (java) S 10735 10738 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105250747 9856040960 68795 33554432000 1073741824 1073778376 140737112215296 140147892344232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 10738 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1789.64
CPU time (s): 1800.03
CPU user time (s): 1799.08
CPU system time (s): 0.95
CPU usage (%): 100.581
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.42078
maximum resident set size= 609328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16950
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= 44534
involuntary context switches= 33225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5531 second user time and 16.6995 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 19:13:08
IDJOB=4085349
IDBENCH=2222
IDSOLVER=2546
FILE ID=node139/4085349-1465233188
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.5:100.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085349-1465233188/watcher-4085349-1465233188 -o /tmp/evaluation-result-4085349-1465233188/solver-4085349-1465233188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085349-1465233188.opb

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

MD5SUM BENCH= 4dfe0aab63c58302cf08520fc713ceae
RANDOM SEED=1900785834

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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:        29629040 kB
Buffers:           25024 kB
Cached:            89216 kB
SwapCached:         1464 kB
Active:           899644 kB
Inactive:          61484 kB
Active(anon):     847244 kB
Inactive(anon):     2172 kB
Active(file):      52400 kB
Inactive(file):    59312 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       2439256 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             566996 kB
SReclaimable:      11044 kB
SUnreclaim:       555952 kB
KernelStack:        1752 kB
PageTables:         8796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2762996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2402304 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= 71728 MiB
End job on node139 at 2016-06-06 19:42:58