Trace number 3711243

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 specific settings 2.3.2 snapshotSAT (TO)-27 1800.09 1794.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1796.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3711243-1338169846.opb
0.10/0.12	c reading problem ... 
0.45/0.39	c ... done. Wall clock time 0.268s.
0.45/0.39	c declared #vars     200
0.45/0.39	c internal #vars     3302
0.45/0.39	c #constraints  6404
0.45/0.39	c constraints type 
0.45/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
0.45/0.39	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.45/0.39	c ignored satisfied constraints => 200
0.45/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
0.45/0.39	c 6604 constraints processed.
0.75/0.42	c SATISFIABLE
0.75/0.42	c OPTIMIZING...
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.303
0.75/0.42	o 0
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.75/0.45	o -1
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.75/0.48	o -2
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.372
0.75/0.49	o -3
1.05/0.50	c Got one! Elapsed wall clock time (in seconds):0.382
1.05/0.50	o -4
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.392
1.05/0.51	o -23
1.65/0.71	c Got one! Elapsed wall clock time (in seconds):0.588
1.65/0.71	o -24
2.09/1.01	c cleaning 2607 clauses out of 5222 with flag 5000/5222
2.09/1.04	c Got one! Elapsed wall clock time (in seconds):0.917
2.09/1.04	o -25
2.45/1.30	c cleaning 3845 clauses out of 7699 with flag 5000/10306
2.77/1.66	c cleaning 4925 clauses out of 9854 with flag 11000/16306
2.77/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
2.77/1.69	o -26
3.20/2.01	c cleaning 5025 clauses out of 10058 with flag 5000/21435
3.52/2.34	c cleaning 5517 clauses out of 11034 with flag 11001/27436
4.03/2.81	c cleaning 6259 clauses out of 12517 with flag 18001/34436
4.54/3.32	c cleaning 7129 clauses out of 14258 with flag 26001/42436
5.23/4.01	c cleaning 8066 clauses out of 16131 with flag 35003/51438
5.94/4.76	c cleaning 9029 clauses out of 18062 with flag 45000/61435
6.76/5.60	c cleaning 10017 clauses out of 20033 with flag 56000/72435
7.76/6.51	c cleaning 11003 clauses out of 22016 with flag 68000/84435
8.87/7.63	c cleaning 11998 clauses out of 24013 with flag 81000/97435
9.97/8.79	c cleaning 13001 clauses out of 26015 with flag 95000/111435
11.27/10.05	c cleaning 14002 clauses out of 28014 with flag 110000/126435
12.79/11.50	c cleaning 14994 clauses out of 30012 with flag 126000/142435
14.53/13.21	c cleaning 16004 clauses out of 32019 with flag 143001/159436
16.55/15.22	c cleaning 17002 clauses out of 34014 with flag 161000/177435
18.27/16.99	c cleaning 18002 clauses out of 36013 with flag 180001/196436
20.69/19.30	c cleaning 18998 clauses out of 38010 with flag 200000/216435
23.02/21.69	c cleaning 20003 clauses out of 40013 with flag 221001/237436
25.94/24.56	c cleaning 21002 clauses out of 42010 with flag 243001/259436
26.17/24.71	c Got one! Elapsed wall clock time (in seconds):24.586
26.17/24.71	o -27
26.67/25.23	c cleaning 13430 clauses out of 26867 with flag 5000/265295
27.09/25.67	c cleaning 9718 clauses out of 19440 with flag 11003/271298
27.61/26.20	c cleaning 8353 clauses out of 16719 with flag 18000/278295
28.34/26.81	c cleaning 8184 clauses out of 16368 with flag 26002/286297
28.97/27.48	c cleaning 8585 clauses out of 17182 with flag 35000/295295
29.66/28.16	c cleaning 9299 clauses out of 18597 with flag 45000/305295
30.57/29.07	c cleaning 10149 clauses out of 20298 with flag 56000/316295
31.67/30.18	c cleaning 11068 clauses out of 22149 with flag 68000/328295
32.99/31.43	c cleaning 12041 clauses out of 24081 with flag 81000/341295
34.09/32.57	c cleaning 13021 clauses out of 26041 with flag 95001/355296
35.63/34.06	c cleaning 14007 clauses out of 28019 with flag 110000/370295
37.42/35.80	c cleaning 15002 clauses out of 30012 with flag 126000/386295
39.13/37.51	c cleaning 16004 clauses out of 32012 with flag 143002/403297
40.85/39.20	c cleaning 16995 clauses out of 34006 with flag 161000/421295
42.76/41.13	c cleaning 18003 clauses out of 36012 with flag 180001/440296
45.08/43.40	c cleaning 18999 clauses out of 38009 with flag 200001/460296
47.49/45.83	c cleaning 20000 clauses out of 40009 with flag 221000/481295
50.22/48.54	c cleaning 20996 clauses out of 42009 with flag 243000/503295
53.05/51.31	c cleaning 22006 clauses out of 44015 with flag 266002/526297
56.07/54.33	c cleaning 23000 clauses out of 46007 with flag 290000/550295
59.58/57.83	c cleaning 23996 clauses out of 48007 with flag 315000/575295
63.00/61.24	c cleaning 25004 clauses out of 50012 with flag 341001/601296
66.31/64.54	c cleaning 26003 clauses out of 52008 with flag 368001/628296
70.13/68.32	c cleaning 26997 clauses out of 54004 with flag 396000/656295
74.27/72.49	c cleaning 27998 clauses out of 56007 with flag 425000/685295
79.00/77.16	c cleaning 28993 clauses out of 58009 with flag 455000/715295
83.03/81.19	c cleaning 30003 clauses out of 60017 with flag 486001/746296
88.07/86.11	c cleaning 30997 clauses out of 62013 with flag 518000/778295
92.88/90.99	c cleaning 32000 clauses out of 64016 with flag 551000/811295
99.00/97.08	c cleaning 33001 clauses out of 66016 with flag 585000/845295
105.81/103.86	c cleaning 33998 clauses out of 68015 with flag 620000/880295
111.83/109.86	c cleaning 35003 clauses out of 70018 with flag 656001/916296
118.77/116.74	c cleaning 36002 clauses out of 72014 with flag 693000/953295
124.79/122.72	c cleaning 37003 clauses out of 74014 with flag 731002/991297
130.75/128.63	c cleaning 37995 clauses out of 76009 with flag 770000/1030295
138.56/136.48	c cleaning 39004 clauses out of 78015 with flag 810001/1070296
145.88/143.77	c cleaning 39998 clauses out of 80010 with flag 851000/1111295
154.51/152.31	c cleaning 41002 clauses out of 82012 with flag 893000/1153295
162.03/159.81	c cleaning 42000 clauses out of 84010 with flag 936000/1196295
170.57/168.31	c cleaning 42992 clauses out of 86010 with flag 980000/1240295
179.81/177.52	c cleaning 44004 clauses out of 88020 with flag 1025002/1285297
190.04/187.70	c cleaning 45003 clauses out of 90014 with flag 1071000/1331295
198.71/196.37	c cleaning 46005 clauses out of 92011 with flag 1118000/1378295
211.45/209.08	c cleaning 47000 clauses out of 94008 with flag 1166002/1426297
220.98/218.56	c cleaning 47997 clauses out of 96006 with flag 1215000/1475295
234.42/231.92	c cleaning 48998 clauses out of 98010 with flag 1265001/1525296
246.68/244.11	c cleaning 49994 clauses out of 100011 with flag 1316000/1576295
259.74/257.12	c cleaning 51006 clauses out of 102019 with flag 1368002/1628297
274.40/271.75	c cleaning 52000 clauses out of 104012 with flag 1421001/1681296
288.42/285.78	c cleaning 52998 clauses out of 106011 with flag 1475000/1735295
301.88/299.18	c cleaning 54007 clauses out of 108013 with flag 1530000/1790295
322.01/319.29	c cleaning 54998 clauses out of 110006 with flag 1586000/1846295
341.56/338.73	c cleaning 56005 clauses out of 112009 with flag 1643001/1903296
361.51/358.68	c cleaning 56993 clauses out of 114003 with flag 1701000/1961295
380.33/377.46	c cleaning 58005 clauses out of 116012 with flag 1760002/2020297
394.98/392.06	c cleaning 59003 clauses out of 118005 with flag 1820000/2080295
412.43/409.46	c cleaning 59992 clauses out of 120004 with flag 1881002/2141297
428.28/425.27	c cleaning 60998 clauses out of 122011 with flag 1943001/2203296
445.25/442.17	c cleaning 62003 clauses out of 124012 with flag 2006000/2266295
462.78/459.62	c cleaning 62997 clauses out of 126010 with flag 2070001/2330296
484.35/481.10	c cleaning 64000 clauses out of 128013 with flag 2135001/2395296
500.41/497.16	c cleaning 65005 clauses out of 130012 with flag 2201000/2461295
520.25/516.94	c cleaning 65998 clauses out of 132007 with flag 2268000/2528295
540.21/536.80	c cleaning 67000 clauses out of 134014 with flag 2336005/2596300
560.99/557.50	c cleaning 67992 clauses out of 136009 with flag 2405000/2665295
582.64/579.12	c cleaning 69006 clauses out of 138019 with flag 2475002/2735297
606.46/602.98	c cleaning 70005 clauses out of 140012 with flag 2546001/2806296
629.10/625.59	c cleaning 71003 clauses out of 142007 with flag 2618001/2878296
652.88/649.22	c cleaning 71997 clauses out of 144004 with flag 2691001/2951296
673.94/670.24	c cleaning 72999 clauses out of 146008 with flag 2765002/3025297
702.90/699.15	c cleaning 74002 clauses out of 148009 with flag 2840002/3100297
732.88/729.00	c cleaning 74993 clauses out of 150006 with flag 2916001/3176296
763.64/759.70	c cleaning 76003 clauses out of 152014 with flag 2993002/3253297
787.85/783.82	c cleaning 76999 clauses out of 154009 with flag 3071000/3331295
818.69/814.68	c cleaning 78001 clauses out of 156011 with flag 3150001/3410296
843.06/839.00	c cleaning 78998 clauses out of 158010 with flag 3230001/3490296
871.12/866.91	c cleaning 80002 clauses out of 160011 with flag 3311000/3571295
901.69/897.44	c cleaning 81004 clauses out of 162010 with flag 3393001/3653296
933.55/929.28	c cleaning 81989 clauses out of 164005 with flag 3476000/3736295
964.91/960.52	c cleaning 83003 clauses out of 166016 with flag 3560000/3820295
994.88/990.48	c cleaning 84003 clauses out of 168014 with flag 3645001/3905296
1031.01/1026.55	c cleaning 85003 clauses out of 170011 with flag 3731001/3991296
1066.70/1062.11	c cleaning 86004 clauses out of 172008 with flag 3818001/4078296
1100.29/1095.68	c cleaning 87002 clauses out of 174003 with flag 3906000/4166295
1138.52/1133.89	c cleaning 87995 clauses out of 176003 with flag 3995002/4255297
1177.17/1172.47	c cleaning 88999 clauses out of 178007 with flag 4085001/4345296
1216.14/1211.36	c cleaning 90000 clauses out of 180011 with flag 4176004/4436299
1261.18/1256.34	c cleaning 90997 clauses out of 182007 with flag 4268000/4528295
1299.45/1294.54	c cleaning 92002 clauses out of 184010 with flag 4361000/4621295
1339.26/1334.22	c cleaning 92997 clauses out of 186009 with flag 4455001/4715296
1374.03/1368.94	c cleaning 94001 clauses out of 188011 with flag 4550000/4810295
1417.68/1412.54	c cleaning 95001 clauses out of 190012 with flag 4646002/4906297
1456.16/1450.92	c cleaning 96001 clauses out of 192011 with flag 4743002/5003297
1504.31/1499.06	c cleaning 97001 clauses out of 194009 with flag 4841001/5101296
1543.87/1538.51	c cleaning 97996 clauses out of 196008 with flag 4940001/5200296
1594.85/1589.46	c cleaning 98999 clauses out of 198012 with flag 5040001/5300296
1640.55/1635.02	c cleaning 100000 clauses out of 200014 with flag 5141002/5401297
1682.92/1677.37	c cleaning 100998 clauses out of 202012 with flag 5243000/5503295
1744.59/1738.92	c cleaning 102003 clauses out of 204017 with flag 5346003/5606298
1800.09/1794.31	c starts		: 285
1800.09/1794.31	c conflicts		: 5703210
1800.09/1794.31	c decisions		: 5748695
1800.09/1794.31	c propagations		: 30341763
1800.09/1794.31	c inspects		: 19896273847
1800.09/1794.31	c shortcuts		: 0
1800.09/1794.31	c learnt literals	: 0
1800.09/1794.31	c learnt binary clauses	: 0
1800.09/1794.31	c learnt ternary clauses	: 0
1800.09/1794.31	c learnt constraints	: 5703210
1800.09/1794.31	c ignored constraints	: 0
1800.09/1794.31	c root simplifications	: 285
1800.09/1794.31	c removed literals (reason simplification)	: 157330920
1800.09/1794.31	c reason swapping (by a shorter reason)	: 0
1800.09/1794.31	c Calls to reduceDB	: 120
1800.09/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.31	c number of learned constraints concerned by reduction	: 0
1800.09/1794.31	c number of learning phase by resolution	: 0
1800.09/1794.31	c number of learning phase by cutting planes	: 0
1800.09/1794.31	c speed (assignments/second)	: 16913.77874450641
1800.09/1794.31	c non guided choices	990
1800.09/1794.34	c learnt constraints type 
1800.09/1794.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 198954
1800.09/1794.34	c constraints type 
1800.09/1794.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
1800.09/1794.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1800.09/1794.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1794.34	c ignored satisfied constraints => 200
1800.09/1794.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
1800.09/1794.34	c 6605 constraints processed.
1800.09/1794.34	s SATISFIABLE
1800.09/1794.34	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 
1800.09/1794.34	c objective function=-27
1800.09/1794.34	c Total wall clock time (in seconds): 1794.222

Verifier Data

OK	-27

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711243-1338169846/watcher-3711243-1338169846 -o /tmp/evaluation-result-3711243-1338169846/solver-3711243-1338169846 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711243-1338169846.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6140
/proc/meminfo: memFree=28261212/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6140/stat : 6140 (java) D 6138 6140 3132 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 283110480 9515008 182 33554432000 1073741824 1073778376 140737262483312 140737262474344 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/6140/statm: 2323 182 140 9 0 71 0

[startup+0.0482961 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6140
/proc/meminfo: memFree=28261212/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 3036 0 1 0 2 0 0 0 20 0 13 0 283110480 9446973440 3733 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2306390 3733 1702 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100607 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6140
/proc/meminfo: memFree=28261212/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 4286 0 1 0 9 1 0 0 20 0 18 0 283110480 9787842560 5493 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2389610 5493 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300179 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6140
/proc/meminfo: memFree=28261212/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 5336 0 1 0 44 1 0 0 20 0 18 0 283110480 9787842560 7858 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2389610 7858 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700258 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 6140
/proc/meminfo: memFree=28261212/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=1.65 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 15148 0 1 0 163 2 0 0 20 0 19 0 283110480 9856004096 16782 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 16782 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 2.00 5/214 6159
/proc/meminfo: memFree=28199040/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=2.67 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 15229 0 1 0 263 4 0 0 20 0 19 0 283110480 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 22979 2289 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2529 0 1 0 140 1 0 0 20 0 19 0 283110481 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140662286090728 140662142401951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 283110483 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3761 0 0 0 58 0 0 0 20 0 19 0 283110486 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7674 0 0 0 53 1 0 0 20 0 19 0 283110486 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 22979 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9625004

[startup+3.10151 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 6159
/proc/meminfo: memFree=28175768/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=4.33 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 15254 0 1 0 429 4 0 0 20 0 19 0 283110480 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 24530 2289 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2531 0 1 0 293 1 0 0 20 0 19 0 283110481 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140662286090608 140662142697081 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 283110483 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3762 0 0 0 62 0 0 0 20 0 19 0 283110486 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 24530 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 1.92 1.98 1.99 3/214 6159
/proc/meminfo: memFree=28177084/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=7.56 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 15278 0 1 0 751 5 0 0 20 0 19 0 283110480 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 24000 2289 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=6.04 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2536 0 1 0 603 1 0 0 20 0 19 0 283110481 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140662286090608 140662142699408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 283110482 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 39 0 0 0 16 0 0 0 20 0 19 0 283110483 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3762 0 0 0 62 0 0 0 20 0 19 0 283110486 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 24000 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625004

[startup+12.7015 s]

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

[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3765 0 0 0 64 0 0 0 20 0 19 0 283110486 9856004096 78305 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 78305 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78305 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 98 0 0 0 26 35 0 0 20 0 19 0 283110486 9856004096 78305 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 78305 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6257
/proc/meminfo: memFree=28538100/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=1788.08 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 17817 0 1 0 178745 63 0 0 20 0 19 0 283110480 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 78817 2290 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=1770.51 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2667 0 1 0 177022 29 0 0 20 0 19 0 283110481 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662286090608 140662142551106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 233 0 0 0 73 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 347 0 0 0 75 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 201 0 0 0 74 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 296 0 0 0 65 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 400 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 174 0 0 0 68 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 266 0 0 0 75 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=5.23 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 149 0 0 0 521 2 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3765 0 0 0 64 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 102 0 0 0 27 36 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6257
/proc/meminfo: memFree=28538228/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 17817 0 1 0 179946 63 0 0 20 0 19 0 283110480 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 78817 2290 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=1782.48 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2667 0 1 0 178218 30 0 0 20 0 19 0 283110481 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662286090608 140662142551106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 233 0 0 0 73 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 347 0 0 0 75 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 201 0 0 0 74 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 296 0 0 0 65 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 400 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 174 0 0 0 68 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 266 0 0 0 75 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=5.23 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 149 0 0 0 521 2 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3765 0 0 0 64 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 102 0 0 0 27 36 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1794.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 6257
/proc/meminfo: memFree=28538228/32873648 swapFree=6844/6844
[pid=6140] ppid=6138 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/6140/stat : 6140 (java) S 6138 6140 3132 0 -1 4202496 17817 0 1 0 179946 63 0 0 20 0 19 0 283110480 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140735081304128 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6140/statm: 2406251 78817 2290 9 0 2396937 0
[pid=6140/tid=6142] ppid=6138 vsize=9625004 CPUtime=1782.48 cores=1,3,5,7
/proc/6140/task/6142/stat : 6142 (java) R 6138 6140 3132 0 -1 4202560 2667 0 1 0 178218 30 0 0 20 0 19 0 283110481 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662286090608 140662142551106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6143] ppid=6138 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/6140/task/6143/stat : 6143 (java) S 6138 6140 3132 0 -1 4202560 233 0 0 0 73 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662264191528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6144] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6144/stat : 6144 (java) S 6138 6140 3132 0 -1 4202560 347 0 0 0 75 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662263138728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6145] ppid=6138 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/6140/task/6145/stat : 6145 (java) S 6138 6140 3132 0 -1 4202560 201 0 0 0 74 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662262085928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6146] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6146/stat : 6146 (java) S 6138 6140 3132 0 -1 4202560 356 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140662261033128 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6147] ppid=6138 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/6140/task/6147/stat : 6147 (java) S 6138 6140 3132 0 -1 4202560 296 0 0 0 65 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661923769384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6148] ppid=6138 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/6140/task/6148/stat : 6148 (java) S 6138 6140 3132 0 -1 4202560 400 0 0 0 77 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661922716584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6149] ppid=6138 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/6140/task/6149/stat : 6149 (java) S 6138 6140 3132 0 -1 4202560 174 0 0 0 68 2 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661921663784 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6140/tid=6150] ppid=6138 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/6140/task/6150/stat : 6150 (java) S 6138 6140 3132 0 -1 4202560 266 0 0 0 75 3 0 0 20 0 19 0 283110482 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661920610984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6151] ppid=6138 vsize=9625004 CPUtime=5.23 cores=1,3,5,7
/proc/6140/task/6151/stat : 6151 (java) S 6138 6140 3132 0 -1 4202560 149 0 0 0 521 2 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661908412904 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6140/tid=6152] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6152/stat : 6152 (java) S 6138 6140 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661907358968 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6153] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6153/stat : 6153 (java) S 6138 6140 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283110483 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661906306056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6154] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6154/stat : 6154 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661905254544 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6155] ppid=6138 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/6140/task/6155/stat : 6155 (java) S 6138 6140 3132 0 -1 4202560 3765 0 0 0 64 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661904202680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6156] ppid=6138 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/6140/task/6156/stat : 6156 (java) S 6138 6140 3132 0 -1 4202560 7675 0 0 0 54 1 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661903149880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6157] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6157/stat : 6157 (java) S 6138 6140 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661902097272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6140/tid=6158] ppid=6138 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/6140/task/6158/stat : 6158 (java) S 6138 6140 3132 0 -1 4202560 102 0 0 0 27 36 0 0 20 0 19 0 283110486 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661901044680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6140/tid=6159] ppid=6138 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/6140/task/6159/stat : 6159 (java) S 6138 6140 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283110520 9856004096 78817 33554432000 1073741824 1073778376 140735081312992 140661899990184 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.35
CPU time (s): 1800.09
CPU user time (s): 1799.46
CPU system time (s): 0.63
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.02184
maximum resident set size= 315388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17850
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41366
involuntary context switches= 23315

runsolver used 6.18906 second user time and 15.3847 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 03:50:46
IDJOB=3711243
IDBENCH=48207
IDSOLVER=2289
FILE ID=node124/3711243-1338169846
RUNJOBID= node124-1338143409-3149
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711243-1338169846/watcher-3711243-1338169846 -o /tmp/evaluation-result-3711243-1338169846/solver-3711243-1338169846 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711243-1338169846.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=1611331570

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28261840 kB
Buffers:          358600 kB
Cached:          2695592 kB
SwapCached:            0 kB
Active:          1659680 kB
Inactive:        2137380 kB
Active(anon):     745232 kB
Inactive(anon):        0 kB
Active(file):     914448 kB
Inactive(file):  2137380 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               804 kB
Writeback:            40 kB
AnonPages:        755700 kB
Mapped:            22644 kB
Shmem:               200 kB
Slab:             669584 kB
SReclaimable:     113592 kB
SUnreclaim:       555992 kB
KernelStack:        1616 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1080172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-28 04:20:42