Trace number 3688209

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1795.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint59
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688209-1337880881.opb
0.08/0.12	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.036s.
0.08/0.16	c declared #vars     61
0.08/0.16	c #constraints  15
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.08/0.16	c 15 constraints processed.
0.08/0.16	c objective function length is 1 literals
0.59/0.45	c cleaning 2498 clauses out of 5001 with flag 5001/5001
0.86/0.67	c cleaning 4252 clauses out of 8504 with flag 11002/11002
1.18/0.92	c cleaning 5625 clauses out of 11252 with flag 18002/18002
1.50/1.22	c cleaning 6813 clauses out of 13625 with flag 26000/26000
1.84/1.60	c cleaning 7909 clauses out of 15818 with flag 35006/35006
2.36/2.00	c cleaning 8952 clauses out of 17903 with flag 45000/45000
2.76/2.45	c cleaning 9976 clauses out of 19951 with flag 56000/56000
3.28/2.96	c cleaning 10989 clauses out of 21978 with flag 68003/68003
3.88/3.51	c cleaning 11991 clauses out of 23986 with flag 81000/81000
4.49/4.14	c cleaning 12999 clauses out of 25999 with flag 95004/95004
5.19/4.82	c cleaning 13999 clauses out of 27997 with flag 110001/110001
5.90/5.56	c cleaning 14997 clauses out of 29999 with flag 126002/126002
6.80/6.41	c cleaning 15998 clauses out of 32001 with flag 143001/143001
7.70/7.32	c cleaning 16996 clauses out of 34002 with flag 161000/161000
8.72/8.31	c cleaning 18003 clauses out of 36014 with flag 180008/180008
9.74/9.30	c cleaning 18993 clauses out of 38003 with flag 200000/200000
10.74/10.35	c cleaning 20006 clauses out of 40012 with flag 221002/221002
11.95/11.54	c cleaning 21003 clauses out of 42006 with flag 243002/243002
13.27/12.84	c cleaning 22001 clauses out of 44003 with flag 266002/266002
14.47/14.08	c cleaning 22998 clauses out of 46002 with flag 290002/290002
15.88/15.43	c cleaning 24004 clauses out of 48008 with flag 315006/315006
17.28/16.88	c cleaning 25000 clauses out of 50002 with flag 341004/341004
19.00/18.51	c cleaning 25999 clauses out of 52000 with flag 368002/368002
20.80/20.31	c cleaning 27000 clauses out of 54000 with flag 396001/396001
22.61/22.18	c cleaning 27998 clauses out of 55999 with flag 425000/425000
24.72/24.26	c cleaning 29001 clauses out of 58005 with flag 455004/455004
26.92/26.42	c cleaning 30001 clauses out of 60003 with flag 486003/486003
28.93/28.41	c cleaning 30997 clauses out of 62000 with flag 518001/518001
31.24/30.74	c cleaning 32001 clauses out of 64006 with flag 551004/551004
33.84/33.39	c cleaning 33003 clauses out of 66005 with flag 585004/585004
36.65/36.13	c cleaning 34000 clauses out of 67999 with flag 620001/620001
39.47/38.90	c cleaning 35001 clauses out of 70002 with flag 656004/656004
42.07/41.53	c cleaning 35995 clauses out of 71999 with flag 693002/693002
44.88/44.33	c cleaning 37001 clauses out of 74004 with flag 731002/731002
47.40/46.89	c cleaning 37999 clauses out of 76002 with flag 770001/770001
50.31/49.70	c cleaning 39001 clauses out of 78002 with flag 810000/810000
53.43/52.86	c cleaning 39997 clauses out of 80001 with flag 851000/851000
56.84/56.24	c cleaning 41000 clauses out of 82006 with flag 893002/893002
60.77/60.17	c cleaning 41994 clauses out of 84004 with flag 936000/936000
64.58/63.94	c cleaning 43000 clauses out of 86010 with flag 980000/980000
68.19/67.57	c cleaning 44007 clauses out of 88015 with flag 1025005/1025005
72.11/71.49	c cleaning 44997 clauses out of 90003 with flag 1071000/1071000
76.11/75.49	c cleaning 46001 clauses out of 92008 with flag 1118002/1118002
80.62/79.94	c cleaning 46998 clauses out of 94008 with flag 1166003/1166003
84.74/84.02	c cleaning 48002 clauses out of 96010 with flag 1215003/1215003
89.35/88.63	c cleaning 49004 clauses out of 98011 with flag 1265006/1265006
93.88/93.16	c cleaning 49996 clauses out of 100003 with flag 1316002/1316002
98.74/97.99	c cleaning 51003 clauses out of 102006 with flag 1368001/1368001
104.04/103.26	c cleaning 51998 clauses out of 104002 with flag 1421000/1421000
108.46/107.68	c cleaning 53000 clauses out of 106005 with flag 1475001/1475001
113.28/112.41	c cleaning 53998 clauses out of 108005 with flag 1530001/1530001
118.63/117.78	c cleaning 55002 clauses out of 110007 with flag 1586001/1586001
124.73/123.80	c cleaning 56005 clauses out of 112010 with flag 1643006/1643006
129.96/129.09	c cleaning 56999 clauses out of 113999 with flag 1701000/1701000
134.69/133.76	c cleaning 57994 clauses out of 116001 with flag 1760001/1760001
139.00/138.04	c cleaning 58998 clauses out of 118006 with flag 1820000/1820000
144.12/143.16	c cleaning 60006 clauses out of 120013 with flag 1881005/1881005
149.34/148.39	c cleaning 60987 clauses out of 122002 with flag 1943000/1943000
154.95/153.92	c cleaning 62002 clauses out of 124018 with flag 2006003/2006003
160.56/159.57	c cleaning 63008 clauses out of 126015 with flag 2070002/2070002
166.66/165.66	c cleaning 64002 clauses out of 128005 with flag 2135000/2135000
173.18/172.16	c cleaning 64999 clauses out of 130005 with flag 2201002/2201002
179.32/178.25	c cleaning 66002 clauses out of 132005 with flag 2268001/2268001
184.02/182.91	c cleaning 66992 clauses out of 134002 with flag 2336000/2336000
189.02/187.94	c cleaning 68002 clauses out of 136010 with flag 2405000/2405000
195.78/194.61	c cleaning 69005 clauses out of 138010 with flag 2475002/2475002
203.00/201.88	c cleaning 70005 clauses out of 140009 with flag 2546006/2546006
211.81/210.63	c cleaning 71001 clauses out of 142004 with flag 2618006/2618006
218.85/217.65	c cleaning 71993 clauses out of 143997 with flag 2691000/2691000
226.37/225.16	c cleaning 72992 clauses out of 146005 with flag 2765001/2765001
234.51/233.21	c cleaning 74006 clauses out of 148014 with flag 2840002/2840002
242.33/241.05	c cleaning 75003 clauses out of 150007 with flag 2916001/2916001
251.05/249.73	c cleaning 76001 clauses out of 152005 with flag 2993002/2993002
259.57/258.24	c cleaning 76996 clauses out of 154002 with flag 3071000/3071000
268.30/266.99	c cleaning 77995 clauses out of 156007 with flag 3150001/3150001
276.90/275.51	c cleaning 79006 clauses out of 158016 with flag 3230005/3230005
284.83/283.47	c cleaning 80002 clauses out of 160006 with flag 3311001/3311001
293.36/291.96	c cleaning 80996 clauses out of 162005 with flag 3393002/3393002
301.19/299.79	c cleaning 81999 clauses out of 164008 with flag 3476001/3476001
308.93/307.49	c cleaning 83003 clauses out of 166009 with flag 3560001/3560001
317.35/315.83	c cleaning 83995 clauses out of 168008 with flag 3645003/3645003
326.76/325.29	c cleaning 85000 clauses out of 170010 with flag 3731000/3731000
335.89/334.33	c cleaning 86002 clauses out of 172011 with flag 3818001/3818001
346.31/344.80	c cleaning 87005 clauses out of 174011 with flag 3906003/3906003
356.63/355.04	c cleaning 88003 clauses out of 176008 with flag 3995005/3995005
367.89/366.25	c cleaning 88995 clauses out of 178003 with flag 4085003/4085003
378.19/376.51	c cleaning 90003 clauses out of 180006 with flag 4176001/4176001
387.92/386.28	c cleaning 91001 clauses out of 182005 with flag 4268003/4268003
400.45/398.75	c cleaning 91996 clauses out of 184001 with flag 4361000/4361000
413.08/411.35	c cleaning 93003 clauses out of 186006 with flag 4455001/4455001
427.01/425.25	c cleaning 93995 clauses out of 188003 with flag 4550001/4550001
443.03/441.25	c cleaning 95004 clauses out of 190007 with flag 4646000/4646000
454.36/452.54	c cleaning 95999 clauses out of 192003 with flag 4743000/4743000
468.17/466.31	c cleaning 97001 clauses out of 194005 with flag 4841001/4841001
480.68/478.86	c cleaning 97999 clauses out of 196004 with flag 4940001/4940001
496.62/494.70	c cleaning 99002 clauses out of 198004 with flag 5040000/5040000
509.70/507.79	c cleaning 99996 clauses out of 200003 with flag 5141001/5141001
523.92/521.99	c cleaning 101002 clauses out of 202006 with flag 5243000/5243000
538.14/536.16	c cleaning 102000 clauses out of 204004 with flag 5346000/5346000
550.01/547.92	c cleaning 102992 clauses out of 206004 with flag 5450000/5450000
561.92/559.82	c cleaning 104001 clauses out of 208013 with flag 5555001/5555001
577.04/574.91	c cleaning 104996 clauses out of 210011 with flag 5661000/5661000
589.60/587.49	c cleaning 105997 clauses out of 212016 with flag 5768001/5768001
605.02/602.81	c cleaning 107007 clauses out of 214019 with flag 5876001/5876001
619.64/617.44	c cleaning 107998 clauses out of 216013 with flag 5985002/5985002
633.18/630.90	c cleaning 109002 clauses out of 218014 with flag 6095001/6095001
647.00/644.75	c cleaning 110001 clauses out of 220011 with flag 6206000/6206000
660.54/658.26	c cleaning 110996 clauses out of 222010 with flag 6318000/6318000
676.96/674.63	c cleaning 112002 clauses out of 224014 with flag 6431000/6431000
690.82/688.43	c cleaning 112997 clauses out of 226012 with flag 6545000/6545000
708.54/706.11	c cleaning 114008 clauses out of 228017 with flag 6660002/6660002
725.69/723.26	c cleaning 114999 clauses out of 230008 with flag 6776001/6776001
740.20/737.78	c cleaning 116004 clauses out of 232010 with flag 6893002/6893002
756.81/754.35	c cleaning 117002 clauses out of 234005 with flag 7011001/7011001
774.22/771.73	c cleaning 117997 clauses out of 236002 with flag 7130000/7130000
791.78/789.20	c cleaning 118997 clauses out of 238005 with flag 7250000/7250000
809.92/807.39	c cleaning 120002 clauses out of 240011 with flag 7371003/7371003
826.73/824.16	c cleaning 120992 clauses out of 242006 with flag 7493000/7493000
844.97/842.35	c cleaning 122005 clauses out of 244015 with flag 7616001/7616001
863.44/860.74	c cleaning 123005 clauses out of 246011 with flag 7740002/7740002
877.67/874.93	c cleaning 123991 clauses out of 248004 with flag 7865000/7865000
892.39/889.61	c cleaning 125002 clauses out of 250014 with flag 7991001/7991001
911.52/908.76	c cleaning 126005 clauses out of 252016 with flag 8118005/8118005
927.93/925.11	c cleaning 127005 clauses out of 254011 with flag 8246005/8246005
945.54/942.72	c cleaning 127993 clauses out of 256004 with flag 8375003/8375003
961.57/958.78	c cleaning 129003 clauses out of 258008 with flag 8505000/8505000
979.68/976.83	c cleaning 129996 clauses out of 260005 with flag 8636000/8636000
1001.69/998.85	c cleaning 131004 clauses out of 262011 with flag 8768002/8768002
1022.83/1019.90	c cleaning 132000 clauses out of 264009 with flag 8901004/8901004
1044.86/1041.94	c cleaning 132998 clauses out of 266005 with flag 9035000/9035000
1064.17/1061.27	c cleaning 133994 clauses out of 268007 with flag 9170000/9170000
1087.70/1084.71	c cleaning 135000 clauses out of 270014 with flag 9306001/9306001
1107.03/1104.00	c cleaning 136002 clauses out of 272014 with flag 9443001/9443001
1131.27/1128.22	c cleaning 137000 clauses out of 274012 with flag 9581001/9581001
1155.10/1152.03	c cleaning 138002 clauses out of 276011 with flag 9720000/9720000
1177.23/1174.19	c cleaning 139001 clauses out of 278011 with flag 9860002/9860002
1200.09/1196.99	c cleaning 140005 clauses out of 280012 with flag 10001004/10001004
1227.94/1224.79	c cleaning 141000 clauses out of 282004 with flag 10143001/10143001
1253.87/1250.63	c cleaning 141993 clauses out of 284006 with flag 10286003/10286003
1273.84/1270.58	c cleaning 142996 clauses out of 286010 with flag 10430000/10430000
1299.35/1296.05	c cleaning 144007 clauses out of 288015 with flag 10575001/10575001
1325.81/1322.40	c cleaning 145002 clauses out of 290008 with flag 10721001/10721001
1346.78/1343.30	c cleaning 145995 clauses out of 292008 with flag 10868003/10868003
1369.65/1366.15	c cleaning 147005 clauses out of 294014 with flag 11016004/11016004
1393.72/1390.18	c cleaning 148002 clauses out of 296009 with flag 11165004/11165004
1420.39/1416.75	c cleaning 149001 clauses out of 298003 with flag 11315000/11315000
1442.71/1439.01	c cleaning 149998 clauses out of 300003 with flag 11466001/11466001
1468.65/1464.97	c cleaning 150998 clauses out of 302006 with flag 11618002/11618002
1492.03/1488.27	c cleaning 152004 clauses out of 304009 with flag 11771003/11771003
1513.76/1509.95	c cleaning 152997 clauses out of 306002 with flag 11925000/11925000
1539.14/1535.24	c cleaning 154002 clauses out of 308006 with flag 12080001/12080001
1567.08/1563.11	c cleaning 155002 clauses out of 310003 with flag 12236000/12236000
1598.48/1594.59	c cleaning 155999 clauses out of 312002 with flag 12393001/12393001
1631.50/1627.50	c cleaning 157000 clauses out of 314003 with flag 12551001/12551001
1658.63/1654.66	c cleaning 157997 clauses out of 316003 with flag 12710001/12710001
1683.70/1679.61	c cleaning 159001 clauses out of 318006 with flag 12870001/12870001
1709.34/1705.23	c cleaning 160001 clauses out of 320007 with flag 13031003/13031003
1735.70/1731.51	c cleaning 161000 clauses out of 322003 with flag 13193000/13193000
1762.32/1758.08	c cleaning 161998 clauses out of 324006 with flag 13356003/13356003
1793.79/1789.42	c cleaning 163003 clauses out of 326006 with flag 13520001/13520001
1800.08/1795.61	c starts		: 325
1800.08/1795.61	c conflicts		: 13594012
1800.08/1795.61	c decisions		: 14261171
1800.08/1795.61	c propagations		: 125758545
1800.08/1795.61	c inspects		: 21235907126
1800.08/1795.61	c shortcuts		: 0
1800.08/1795.61	c learnt literals	: 0
1800.08/1795.61	c learnt binary clauses	: 0
1800.08/1795.61	c learnt ternary clauses	: 0
1800.08/1795.61	c learnt constraints	: 13594013
1800.08/1795.61	c ignored constraints	: 0
1800.08/1795.61	c root simplifications	: 0
1800.08/1795.61	c removed literals (reason simplification)	: 0
1800.08/1795.61	c reason swapping (by a shorter reason)	: 0
1800.08/1795.61	c Calls to reduceDB	: 160
1800.08/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.61	c number of learned constraints concerned by reduction	: 0
1800.08/1795.61	c number of learning phase by resolution	: 0
1800.08/1795.61	c number of learning phase by cutting planes	: 0
1800.08/1795.61	c speed (assignments/second)	: 70042.95415798499
1800.08/1795.61	c non guided choices	29
1800.08/1795.64	c learnt constraints type 
1800.08/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 237176
1800.08/1795.64	c constraints type 
1800.08/1795.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.08/1795.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
1800.08/1795.64	c 15 constraints processed.
1800.08/1795.64	s UNKNOWN
1800.08/1795.64	c Total wall clock time (in seconds): 1795.521

Verifier Data

ERROR: no interpretation found !

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-3688209-1337880881/watcher-3688209-1337880881 -o /tmp/evaluation-result-3688209-1337880881/solver-3688209-1337880881 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688209-1337880881.opb 

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.02 2.02 2.00 3/194 24467
/proc/meminfo: memFree=26883016/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24467/stat : 24467 (java) D 24465 24467 23066 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254213152 9515008 182 33554432000 1073741824 1073778376 140735374786384 140735374777416 227141303989 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/24467/statm: 2323 182 140 9 0 71 0

[startup+0.07732 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 24467
/proc/meminfo: memFree=26883016/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 3245 0 1 0 4 0 0 0 20 0 18 0 254213152 9787813888 4454 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2389603 4454 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100211 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 24467
/proc/meminfo: memFree=26883016/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 4108 0 1 0 7 1 0 0 20 0 18 0 254213152 9787813888 5311 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2389603 5314 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300297 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 24467
/proc/meminfo: memFree=26883016/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 6493 0 1 0 46 1 0 0 20 0 19 0 254213152 9855975424 7452 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 7452 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624976

[startup+0.700284 s]
/proc/loadavg: 2.02 2.02 2.00 3/194 24467
/proc/meminfo: memFree=26883016/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=0.98 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 6602 0 1 0 96 2 0 0 20 0 19 0 254213152 9855975424 10110 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 10110 2260 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 24486
/proc/meminfo: memFree=26849240/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 6881 0 1 0 182 2 0 0 20 0 19 0 254213152 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 10646 2262 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2497 0 1 0 141 0 0 0 20 0 19 0 254213153 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572471079320 140572344083651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 254213155 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1175 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 10646 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10073 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 24486
/proc/meminfo: memFree=26848372/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=3.48 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 6898 0 1 0 345 3 0 0 20 0 19 0 254213152 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 11679 2262 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2501 0 1 0 295 0 0 0 20 0 19 0 254213153 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572471079160 140572344115912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 19 0 254213155 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1175 0 0 0 17 0 0 0 20 0 19 0 254213159 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 11679 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 24486
/proc/meminfo: memFree=26841856/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=6.7 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 6936 0 1 0 667 3 0 0 20 0 19 0 254213152 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 12110 2262 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2506 0 1 0 609 0 0 0 20 0 19 0 254213153 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572471079200 140572344062461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254213154 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 254213155 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1175 0 0 0 17 0 0 0 20 0 19 0 254213159 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 12110 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1484 0 0 0 19 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 96 0 0 0 37 16 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.38
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 24584
/proc/meminfo: memFree=26327380/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=1726.5 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 10166 0 1 0 172616 34 0 0 20 0 19 0 254213152 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 46626 2263 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=1709.95 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2666 0 1 0 170967 28 0 0 20 0 19 0 254213153 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572471079200 140572344083646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 273 0 0 0 59 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 273 0 0 0 68 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 395 0 0 0 69 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 398 0 0 0 68 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 356 0 0 0 64 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 374 0 0 0 67 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 298 0 0 0 62 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 269 0 0 0 65 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 157 0 0 0 608 2 0 0 20 0 19 0 254213155 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1484 0 0 0 19 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 100 0 0 0 38 16 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.5
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 24584
/proc/meminfo: memFree=26327132/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=1786.69 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 10174 0 1 0 178635 34 0 0 20 0 19 0 254213152 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 46626 2263 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=1769.59 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2668 0 1 0 176930 29 0 0 20 0 19 0 254213153 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572471079200 140572343904194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 273 0 0 0 64 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 273 0 0 0 70 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 395 0 0 0 71 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 398 0 0 0 70 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 356 0 0 0 67 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 374 0 0 0 72 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 298 0 0 0 64 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 269 0 0 0 67 2 0 0 20 0 19 0 254213154 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 161 0 0 0 622 2 0 0 20 0 19 0 254213155 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1484 0 0 0 19 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 102 0 0 0 40 16 0 0 20 0 19 0 254213159 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 46626 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.69
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.99 1.99 1.99 3/213 24584
/proc/meminfo: memFree=26323036/32873844 swapFree=7108/7108
[pid=24467] ppid=24465 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/24467/stat : 24467 (java) S 24465 24467 23066 0 -1 4202496 10186 0 1 0 179973 35 0 0 20 0 19 0 254213152 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140737426949376 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24467/statm: 2406244 47650 2263 9 0 2396937 0
[pid=24467/tid=24469] ppid=24465 vsize=9624976 CPUtime=1782.74 cores=0,2,4,6
/proc/24467/task/24469/stat : 24469 (java) R 24465 24467 23066 0 -1 4202560 2669 0 1 0 178244 30 0 0 20 0 19 0 254213153 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572471079200 140572344073431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24470] ppid=24465 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/24467/task/24470/stat : 24470 (java) S 24465 24467 23066 0 -1 4202560 275 0 0 0 65 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572315105960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24471] ppid=24465 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24467/task/24471/stat : 24471 (java) S 24465 24467 23066 0 -1 4202560 273 0 0 0 72 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572314053416 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24472] ppid=24465 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24467/task/24472/stat : 24472 (java) S 24465 24467 23066 0 -1 4202560 397 0 0 0 72 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572313000872 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24473] ppid=24465 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/24467/task/24473/stat : 24473 (java) S 24465 24467 23066 0 -1 4202560 398 0 0 0 72 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572311948328 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24474] ppid=24465 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/24467/task/24474/stat : 24474 (java) S 24465 24467 23066 0 -1 4202560 356 0 0 0 67 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572310894760 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24475] ppid=24465 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/24467/task/24475/stat : 24475 (java) S 24465 24467 23066 0 -1 4202560 376 0 0 0 74 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572309842216 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24476] ppid=24465 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/24467/task/24476/stat : 24476 (java) S 24465 24467 23066 0 -1 4202560 299 0 0 0 65 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572308789672 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24477] ppid=24465 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24467/task/24477/stat : 24477 (java) S 24465 24467 23066 0 -1 4202560 271 0 0 0 70 2 0 0 20 0 19 0 254213154 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572307737128 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24467/tid=24478] ppid=24465 vsize=9624976 CPUtime=6.34 cores=0,2,4,6
/proc/24467/task/24478/stat : 24478 (java) S 24465 24467 23066 0 -1 4202560 161 0 0 0 632 2 0 0 20 0 19 0 254213155 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572295326312 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24479] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24479/stat : 24479 (java) S 24465 24467 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572294272632 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24480] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24480/stat : 24480 (java) S 24465 24467 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254213156 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572293219976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24481] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24481/stat : 24481 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572292168720 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24482] ppid=24465 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/24467/task/24482/stat : 24482 (java) S 24465 24467 23066 0 -1 4202560 1484 0 0 0 19 0 0 0 20 0 19 0 254213159 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572291115064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24467/tid=24483] ppid=24465 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24467/task/24483/stat : 24483 (java) S 24465 24467 23066 0 -1 4202560 1943 0 0 0 16 0 0 0 20 0 19 0 254213159 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572290062520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24484] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24484/stat : 24484 (java) S 24465 24467 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254213159 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572289010168 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24467/tid=24485] ppid=24465 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/24467/task/24485/stat : 24485 (java) S 24465 24467 23066 0 -1 4202560 104 0 0 0 40 17 0 0 20 0 19 0 254213159 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572287957832 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24467/tid=24486] ppid=24465 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24467/task/24486/stat : 24486 (java) S 24465 24467 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254213169 9855975424 47650 33554432000 1073741824 1073778376 140737426958240 140572286903592 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24467 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=299073
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=791879
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.65
CPU time (s): 1800.08
CPU user time (s): 1799.73
CPU system time (s): 0.35
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 9625296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.3
system time used= 0.791879
maximum resident set size= 190756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10230
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42289
involuntary context switches= 18972

runsolver used 6.48001 second user time and 13.6239 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 19:34:41
IDJOB=3688209
IDBENCH=2900
IDSOLVER=2269
FILE ID=node138/3688209-1337880881
RUNJOBID= node138-1337871881-23082
PBS_JOBID= 14620066
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688209-1337880881/watcher-3688209-1337880881 -o /tmp/evaluation-result-3688209-1337880881/solver-3688209-1337880881 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688209-1337880881.opb

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=1211135272

node138.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.347
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.69
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.91
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.347
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	: 5331.92
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.347
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26882908 kB
Buffers:          220872 kB
Cached:          4112116 kB
SwapCached:            0 kB
Active:          1442744 kB
Inactive:        3770436 kB
Active(anon):     882380 kB
Inactive(anon):        0 kB
Active(file):     560364 kB
Inactive(file):  3770436 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        886700 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             637548 kB
SReclaimable:      80064 kB
SUnreclaim:       557484 kB
KernelStack:        1600 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1417764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node138 at 2012-05-24 20:04:38