Trace number 3688197

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.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 variables71
Total number of constraints17
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 constraints16
Minimum length of a constraint1
Maximum length of a constraint70
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688197-1337880869.opb
0.09/0.12	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.046s.
0.09/0.16	c declared #vars     71
0.09/0.16	c #constraints  17
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.16	c 17 constraints processed.
0.09/0.16	c objective function length is 1 literals
0.61/0.48	c cleaning 2502 clauses out of 5004 with flag 5004/5004
1.01/0.71	c cleaning 4251 clauses out of 8504 with flag 11006/11006
1.21/0.99	c cleaning 5627 clauses out of 11253 with flag 18006/18006
1.63/1.33	c cleaning 6809 clauses out of 13620 with flag 26000/26000
2.06/1.72	c cleaning 7906 clauses out of 15811 with flag 35000/35000
2.47/2.17	c cleaning 8956 clauses out of 17911 with flag 45006/45006
2.97/2.64	c cleaning 9975 clauses out of 19951 with flag 56002/56002
3.47/3.18	c cleaning 10988 clauses out of 21976 with flag 68002/68002
4.08/3.77	c cleaning 11987 clauses out of 23986 with flag 81000/81000
4.69/4.40	c cleaning 12998 clauses out of 25999 with flag 95000/95000
5.50/5.10	c cleaning 14000 clauses out of 28002 with flag 110001/110001
6.30/5.90	c cleaning 15006 clauses out of 30012 with flag 126011/126011
7.11/6.79	c cleaning 15998 clauses out of 31995 with flag 143000/143000
8.15/7.76	c cleaning 17003 clauses out of 34005 with flag 161008/161008
9.17/8.73	c cleaning 17990 clauses out of 35994 with flag 180000/180000
10.29/9.80	c cleaning 19001 clauses out of 38006 with flag 200002/200002
11.41/10.97	c cleaning 20004 clauses out of 40007 with flag 221004/221004
12.61/12.15	c cleaning 21000 clauses out of 42001 with flag 243002/243002
14.03/13.50	c cleaning 21999 clauses out of 44000 with flag 266001/266001
15.43/14.97	c cleaning 23000 clauses out of 46001 with flag 290001/290001
16.89/16.39	c cleaning 23997 clauses out of 48000 with flag 315000/315000
18.51/17.93	c cleaning 25000 clauses out of 50008 with flag 341005/341005
20.14/19.57	c cleaning 25998 clauses out of 52004 with flag 368001/368001
22.06/21.44	c cleaning 27002 clauses out of 54005 with flag 396000/396000
23.97/23.30	c cleaning 28004 clauses out of 56007 with flag 425004/425004
25.78/25.20	c cleaning 28997 clauses out of 58002 with flag 455003/455003
27.79/27.16	c cleaning 30000 clauses out of 60005 with flag 486003/486003
30.00/29.35	c cleaning 31002 clauses out of 62003 with flag 518001/518001
32.22/31.52	c cleaning 32001 clauses out of 64001 with flag 551001/551001
34.43/33.76	c cleaning 32994 clauses out of 66000 with flag 585001/585001
36.76/36.04	c cleaning 34002 clauses out of 68006 with flag 620001/620001
38.96/38.22	c cleaning 35000 clauses out of 70003 with flag 656000/656000
41.26/40.59	c cleaning 36002 clauses out of 72006 with flag 693003/693003
43.90/43.19	c cleaning 36993 clauses out of 74001 with flag 731000/731000
46.83/46.04	c cleaning 38002 clauses out of 76011 with flag 770003/770003
49.96/49.13	c cleaning 39001 clauses out of 78010 with flag 810004/810004
52.98/52.15	c cleaning 39998 clauses out of 80005 with flag 851000/851000
56.39/55.56	c cleaning 41003 clauses out of 82012 with flag 893005/893005
59.61/58.79	c cleaning 42005 clauses out of 84010 with flag 936006/936006
63.02/62.12	c cleaning 42988 clauses out of 85999 with flag 980000/980000
66.43/65.54	c cleaning 43997 clauses out of 88012 with flag 1025001/1025001
69.75/68.86	c cleaning 45004 clauses out of 90014 with flag 1071000/1071000
73.37/72.40	c cleaning 46003 clauses out of 92017 with flag 1118007/1118007
77.30/76.39	c cleaning 47003 clauses out of 94009 with flag 1166002/1166002
80.84/79.85	c cleaning 47998 clauses out of 96006 with flag 1215002/1215002
84.84/83.80	c cleaning 49000 clauses out of 98006 with flag 1265000/1265000
88.95/87.94	c cleaning 49998 clauses out of 100006 with flag 1316000/1316000
93.59/92.51	c cleaning 51000 clauses out of 102008 with flag 1368000/1368000
98.71/97.64	c cleaning 51999 clauses out of 104009 with flag 1421001/1421001
104.03/102.93	c cleaning 53002 clauses out of 106009 with flag 1475000/1475000
109.66/108.55	c cleaning 53999 clauses out of 108007 with flag 1530000/1530000
115.19/114.03	c cleaning 55001 clauses out of 110008 with flag 1586000/1586000
120.80/119.68	c cleaning 56005 clauses out of 112010 with flag 1643003/1643003
126.52/125.36	c cleaning 56996 clauses out of 114003 with flag 1701001/1701001
132.23/131.02	c cleaning 58005 clauses out of 116011 with flag 1760005/1760005
137.67/136.48	c cleaning 58999 clauses out of 118001 with flag 1820000/1820000
143.49/142.28	c cleaning 60001 clauses out of 120005 with flag 1881003/1881003
149.22/147.94	c cleaning 61007 clauses out of 122013 with flag 1943012/1943012
155.13/153.89	c cleaning 61995 clauses out of 123994 with flag 2006000/2006000
160.77/159.47	c cleaning 62997 clauses out of 126001 with flag 2070002/2070002
166.79/165.42	c cleaning 64001 clauses out of 128003 with flag 2135001/2135001
173.51/172.16	c cleaning 64995 clauses out of 130004 with flag 2201003/2201003
180.83/179.40	c cleaning 65999 clauses out of 132009 with flag 2268003/2268003
187.14/185.79	c cleaning 66999 clauses out of 134008 with flag 2336001/2336001
193.48/192.04	c cleaning 67999 clauses out of 136010 with flag 2405002/2405002
200.13/198.69	c cleaning 68999 clauses out of 138011 with flag 2475002/2475002
207.36/205.81	c cleaning 70004 clauses out of 140011 with flag 2546001/2546001
214.60/213.01	c cleaning 71005 clauses out of 142010 with flag 2618004/2618004
220.61/219.05	c cleaning 71987 clauses out of 144003 with flag 2691002/2691002
228.92/227.32	c cleaning 73004 clauses out of 146014 with flag 2765000/2765000
236.47/234.88	c cleaning 73999 clauses out of 148010 with flag 2840000/2840000
242.89/241.27	c cleaning 74999 clauses out of 150012 with flag 2916001/2916001
250.70/249.07	c cleaning 76004 clauses out of 152013 with flag 2993001/2993001
259.03/257.31	c cleaning 76995 clauses out of 154008 with flag 3071000/3071000
266.35/264.60	c cleaning 78000 clauses out of 156013 with flag 3150000/3150000
273.48/271.74	c cleaning 79005 clauses out of 158015 with flag 3230002/3230002
282.08/280.30	c cleaning 80001 clauses out of 160008 with flag 3311000/3311000
290.42/288.66	c cleaning 81006 clauses out of 162015 with flag 3393008/3393008
298.85/297.08	c cleaning 81994 clauses out of 164001 with flag 3476000/3476000
309.06/307.21	c cleaning 82999 clauses out of 166008 with flag 3560001/3560001
317.85/315.95	c cleaning 84000 clauses out of 168009 with flag 3645001/3645001
327.18/325.28	c cleaning 85001 clauses out of 170008 with flag 3731000/3731000
336.41/334.42	c cleaning 85994 clauses out of 172008 with flag 3818001/3818001
347.72/345.71	c cleaning 87003 clauses out of 174013 with flag 3906000/3906000
358.36/356.33	c cleaning 88003 clauses out of 176010 with flag 3995000/3995000
369.98/367.95	c cleaning 89003 clauses out of 178007 with flag 4085000/4085000
382.21/380.16	c cleaning 89995 clauses out of 180004 with flag 4176000/4176000
394.46/392.33	c cleaning 91006 clauses out of 182011 with flag 4268002/4268002
406.37/404.22	c cleaning 91997 clauses out of 184003 with flag 4361000/4361000
418.98/416.86	c cleaning 92995 clauses out of 186006 with flag 4455000/4455000
432.34/430.15	c cleaning 93999 clauses out of 188013 with flag 4550002/4550002
443.86/441.67	c cleaning 95006 clauses out of 190012 with flag 4646000/4646000
456.07/453.89	c cleaning 96004 clauses out of 192007 with flag 4743001/4743001
467.70/465.43	c cleaning 96998 clauses out of 194002 with flag 4841000/4841000
480.02/477.76	c cleaning 98000 clauses out of 196013 with flag 4940009/4940009
492.65/490.33	c cleaning 98999 clauses out of 198004 with flag 5040000/5040000
505.55/503.16	c cleaning 100003 clauses out of 200005 with flag 5141000/5141000
515.90/513.43	c cleaning 100992 clauses out of 202002 with flag 5243000/5243000
529.71/527.29	c cleaning 102005 clauses out of 204013 with flag 5346003/5346003
541.93/539.47	c cleaning 103000 clauses out of 206005 with flag 5450000/5450000
554.76/552.25	c cleaning 103991 clauses out of 208006 with flag 5555001/5555001
566.27/563.74	c cleaning 105001 clauses out of 210014 with flag 5661000/5661000
581.01/578.43	c cleaning 106005 clauses out of 212019 with flag 5768006/5768006
595.14/592.51	c cleaning 107005 clauses out of 214010 with flag 5876002/5876002
608.97/606.38	c cleaning 107996 clauses out of 216004 with flag 5985001/5985001
622.30/619.67	c cleaning 108989 clauses out of 218007 with flag 6095000/6095000
634.73/632.04	c cleaning 110005 clauses out of 220019 with flag 6206001/6206001
647.04/644.34	c cleaning 111002 clauses out of 222014 with flag 6318001/6318001
660.07/657.36	c cleaning 112002 clauses out of 224011 with flag 6431000/6431000
675.18/672.40	c cleaning 113003 clauses out of 226009 with flag 6545000/6545000
688.63/685.82	c cleaning 114002 clauses out of 228007 with flag 6660001/6660001
702.55/699.80	c cleaning 114999 clauses out of 230011 with flag 6776007/6776007
718.18/715.30	c cleaning 116000 clauses out of 232010 with flag 6893005/6893005
729.63/726.78	c cleaning 116996 clauses out of 234005 with flag 7011000/7011000
742.45/739.56	c cleaning 117997 clauses out of 236012 with flag 7130003/7130003
756.21/753.22	c cleaning 119003 clauses out of 238012 with flag 7250000/7250000
769.73/766.77	c cleaning 119999 clauses out of 240010 with flag 7371001/7371001
785.06/782.03	c cleaning 121001 clauses out of 242010 with flag 7493000/7493000
802.20/799.19	c cleaning 122006 clauses out of 244014 with flag 7616005/7616005
819.54/816.43	c cleaning 123001 clauses out of 246005 with flag 7740002/7740002
834.80/831.65	c cleaning 123999 clauses out of 248004 with flag 7865002/7865002
850.32/847.17	c cleaning 125000 clauses out of 250008 with flag 7991005/7991005
866.55/863.39	c cleaning 125994 clauses out of 252006 with flag 8118003/8118003
885.58/882.39	c cleaning 127001 clauses out of 254009 with flag 8246000/8246000
905.73/902.49	c cleaning 128002 clauses out of 256008 with flag 8375000/8375000
921.86/918.59	c cleaning 129003 clauses out of 258006 with flag 8505000/8505000
938.28/934.92	c cleaning 129995 clauses out of 260003 with flag 8636000/8636000
957.90/954.50	c cleaning 131002 clauses out of 262008 with flag 8768000/8768000
976.84/973.49	c cleaning 132004 clauses out of 264011 with flag 8901005/8901005
988.67/985.27	c cleaning 132992 clauses out of 266004 with flag 9035002/9035002
1004.60/1001.18	c cleaning 133995 clauses out of 268010 with flag 9170000/9170000
1018.94/1015.43	c cleaning 135004 clauses out of 270016 with flag 9306001/9306001
1035.09/1031.54	c cleaning 136003 clauses out of 272011 with flag 9443000/9443000
1051.64/1048.06	c cleaning 137005 clauses out of 274012 with flag 9581004/9581004
1066.15/1062.58	c cleaning 137990 clauses out of 276003 with flag 9720000/9720000
1082.98/1079.31	c cleaning 139001 clauses out of 278013 with flag 9860000/9860000
1099.22/1095.56	c cleaning 140000 clauses out of 280014 with flag 10001002/10001002
1124.04/1120.34	c cleaning 141003 clauses out of 282012 with flag 10143000/10143000
1153.48/1149.74	c cleaning 141992 clauses out of 284009 with flag 10286000/10286000
1179.61/1175.86	c cleaning 143007 clauses out of 286017 with flag 10430000/10430000
1210.07/1206.26	c cleaning 143995 clauses out of 288010 with flag 10575000/10575000
1235.02/1231.13	c cleaning 145006 clauses out of 290018 with flag 10721003/10721003
1256.67/1252.74	c cleaning 146001 clauses out of 292010 with flag 10868001/10868001
1283.42/1279.41	c cleaning 147004 clauses out of 294009 with flag 11016001/11016001
1306.43/1302.45	c cleaning 147997 clauses out of 296005 with flag 11165001/11165001
1329.08/1325.04	c cleaning 148995 clauses out of 298007 with flag 11315000/11315000
1356.71/1352.64	c cleaning 150003 clauses out of 300013 with flag 11466001/11466001
1378.26/1374.18	c cleaning 150997 clauses out of 302010 with flag 11618001/11618001
1409.39/1405.27	c cleaning 152004 clauses out of 304013 with flag 11771001/11771001
1437.05/1432.89	c cleaning 153005 clauses out of 306013 with flag 11925005/11925005
1467.56/1463.38	c cleaning 154001 clauses out of 308005 with flag 12080002/12080002
1498.40/1494.16	c cleaning 154999 clauses out of 310002 with flag 12236000/12236000
1531.23/1526.91	c cleaning 155993 clauses out of 312003 with flag 12393000/12393000
1561.55/1557.24	c cleaning 156995 clauses out of 314010 with flag 12551000/12551000
1592.76/1588.36	c cleaning 158011 clauses out of 316023 with flag 12710008/12710008
1623.37/1618.95	c cleaning 158989 clauses out of 318006 with flag 12870002/12870002
1651.58/1647.19	c cleaning 160002 clauses out of 320015 with flag 13031000/13031000
1682.62/1678.14	c cleaning 161003 clauses out of 322013 with flag 13193000/13193000
1712.04/1707.56	c cleaning 162003 clauses out of 324010 with flag 13356000/13356000
1743.65/1739.15	c cleaning 163001 clauses out of 326007 with flag 13520000/13520000
1774.25/1769.76	c cleaning 164002 clauses out of 328013 with flag 13685007/13685007
1800.08/1795.51	c starts		: 325
1800.08/1795.51	c conflicts		: 13851000
1800.08/1795.51	c decisions		: 14535033
1800.08/1795.51	c propagations		: 127351782
1800.08/1795.51	c inspects		: 19779037169
1800.08/1795.51	c shortcuts		: 0
1800.08/1795.51	c learnt literals	: 0
1800.08/1795.51	c learnt binary clauses	: 0
1800.08/1795.51	c learnt ternary clauses	: 0
1800.08/1795.51	c learnt constraints	: 13851000
1800.08/1795.51	c ignored constraints	: 0
1800.08/1795.51	c root simplifications	: 0
1800.08/1795.51	c removed literals (reason simplification)	: 0
1800.08/1795.51	c reason swapping (by a shorter reason)	: 0
1800.08/1795.51	c Calls to reduceDB	: 162
1800.08/1795.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.51	c number of learned constraints concerned by reduction	: 0
1800.08/1795.51	c number of learning phase by resolution	: 0
1800.08/1795.51	c number of learning phase by cutting planes	: 0
1800.08/1795.51	c speed (assignments/second)	: 70934.43432877804
1800.08/1795.51	c non guided choices	34
1800.08/1795.55	c learnt constraints type 
1800.08/1795.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 330004
1800.08/1795.55	c constraints type 
1800.08/1795.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.08/1795.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
1800.08/1795.55	c 17 constraints processed.
1800.08/1795.55	s UNKNOWN
1800.08/1795.55	c Total wall clock time (in seconds): 1795.429

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-3688197-1337880869/watcher-3688197-1337880869 -o /tmp/evaluation-result-3688197-1337880869/solver-3688197-1337880869 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688197-1337880869.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: 1.92 1.98 1.99 2/194 21949
/proc/meminfo: memFree=29715180/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21949/stat : 21949 (java) D 21947 21949 20833 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254215390 9515008 182 33554432000 1073741824 1073778376 140737303522192 140737303513224 249650036405 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2323 182 140 9 0 71 0

[startup+0.042284 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 21949
/proc/meminfo: memFree=29715180/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 2987 0 1 0 1 1 0 0 20 0 13 0 254215390 9446973440 3685 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2306390 3685 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100247 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 21949
/proc/meminfo: memFree=29715180/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 4238 0 1 0 8 1 0 0 20 0 18 0 254215390 9787813888 5443 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2389603 5443 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300206 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 21949
/proc/meminfo: memFree=29715180/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 7793 0 1 0 48 2 0 0 20 0 19 0 254215390 9855975424 8300 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 8300 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700194 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 21949
/proc/meminfo: memFree=29715180/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 8303 0 1 0 99 2 0 0 20 0 19 0 254215390 9855975424 10551 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 10551 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 21968
/proc/meminfo: memFree=29676644/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=1.86 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 8324 0 1 0 183 3 0 0 20 0 19 0 254215390 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 11589 2267 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2461 0 1 0 140 1 0 0 20 0 19 0 254215392 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294465204512 140294318615216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 254215394 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 2985 0 0 0 16 0 0 0 20 0 19 0 254215397 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 11589 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 21968
/proc/meminfo: memFree=29674100/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=3.47 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 8341 0 1 0 344 3 0 0 20 0 19 0 254215390 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 12623 2267 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2464 0 1 0 296 1 0 0 20 0 19 0 254215392 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294465204512 140294318683666 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 254215394 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 2985 0 0 0 16 0 0 0 20 0 19 0 254215397 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 12623 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 21968
/proc/meminfo: memFree=29667584/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=6.71 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 8388 0 1 0 668 3 0 0 20 0 19 0 254215390 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 13665 2267 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2470 0 1 0 607 1 0 0 20 0 19 0 254215392 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294465204632 140294318623699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254215393 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 19 0 254215394 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 2985 0 0 0 16 0 0 0 20 0 19 0 254215397 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 13665 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 3023 0 0 0 18 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 99 0 0 0 24 27 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.85
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22122
/proc/meminfo: memFree=29598824/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=1786.87 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 10589 0 1 0 178653 34 0 0 20 0 19 0 254215390 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 50110 2268 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=1769.35 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2637 0 1 0 176906 29 0 0 20 0 19 0 254215392 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294465204512 140294318713090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 279 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 248 0 0 0 75 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 285 0 0 0 68 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 78 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 175 0 0 0 72 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 271 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 216 0 0 0 66 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=6.42 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 167 0 0 0 640 2 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 3024 0 0 0 18 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 25 28 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.87
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 22122
/proc/meminfo: memFree=29598824/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 10589 0 1 0 179974 34 0 0 20 0 19 0 254215390 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 50110 2268 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=1782.53 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2637 0 1 0 178222 31 0 0 20 0 19 0 254215392 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294465204512 140294318462914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 279 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 248 0 0 0 75 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 285 0 0 0 68 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 78 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 175 0 0 0 72 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 271 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 216 0 0 0 66 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=6.42 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 167 0 0 0 640 2 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 3024 0 0 0 18 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 25 28 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 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

[startup+1795.5 s]
/proc/loadavg: 1.95 1.98 1.99 3/213 22122
/proc/meminfo: memFree=29598824/32873844 swapFree=7100/7100
[pid=21949] ppid=21947 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/21949/stat : 21949 (java) S 21947 21949 20833 0 -1 4202496 10589 0 1 0 179974 34 0 0 20 0 19 0 254215390 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140735454847808 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21949/statm: 2406244 50110 2268 9 0 2396937 0
[pid=21949/tid=21951] ppid=21947 vsize=9624976 CPUtime=1782.53 cores=0,2,4,6
/proc/21949/task/21951/stat : 21951 (java) R 21947 21949 20833 0 -1 4202560 2637 0 1 0 178222 31 0 0 20 0 19 0 254215392 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294465204512 140294318462914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21952] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21952/stat : 21952 (java) S 21947 21949 20833 0 -1 4202560 279 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294437657000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21953] ppid=21947 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21949/task/21953/stat : 21953 (java) S 21947 21949 20833 0 -1 4202560 248 0 0 0 75 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294307228200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21954] ppid=21947 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21949/task/21954/stat : 21954 (java) S 21947 21949 20833 0 -1 4202560 285 0 0 0 68 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294306175144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21955] ppid=21947 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/21949/task/21955/stat : 21955 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 78 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294305122600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21956] ppid=21947 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21949/task/21956/stat : 21956 (java) S 21947 21949 20833 0 -1 4202560 175 0 0 0 72 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294304070568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21957] ppid=21947 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21949/task/21957/stat : 21957 (java) S 21947 21949 20833 0 -1 4202560 271 0 0 0 77 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140294303018024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21958] ppid=21947 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21949/task/21958/stat : 21958 (java) S 21947 21949 20833 0 -1 4202560 216 0 0 0 66 0 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293965867688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21949/tid=21959] ppid=21947 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/21949/task/21959/stat : 21959 (java) S 21947 21949 20833 0 -1 4202560 274 0 0 0 79 2 0 0 20 0 19 0 254215393 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293964815144 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21960] ppid=21947 vsize=9624976 CPUtime=6.42 cores=0,2,4,6
/proc/21949/task/21960/stat : 21960 (java) S 21947 21949 20833 0 -1 4202560 167 0 0 0 640 2 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293952616808 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21961] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21961/stat : 21961 (java) S 21947 21949 20833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293951563128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21962] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21962/stat : 21962 (java) S 21947 21949 20833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254215394 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293950509960 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21963] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21963/stat : 21963 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293949458704 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21964] ppid=21947 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21949/task/21964/stat : 21964 (java) S 21947 21949 20833 0 -1 4202560 1626 0 0 0 19 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293948406584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21949/tid=21965] ppid=21947 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21949/task/21965/stat : 21965 (java) S 21947 21949 20833 0 -1 4202560 3024 0 0 0 18 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293947354040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21966] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21966/stat : 21966 (java) S 21947 21949 20833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293946301176 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21949/tid=21967] ppid=21947 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/21949/task/21967/stat : 21967 (java) S 21947 21949 20833 0 -1 4202560 103 0 0 0 25 28 0 0 20 0 19 0 254215397 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293945248840 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21949/tid=21968] ppid=21947 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21949/task/21968/stat : 21968 (java) S 21947 21949 20833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254215408 9855975424 50110 33554432000 1073741824 1073778376 140735454856672 140293944194088 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21949 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=378061
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=875866
# CPU time returned by wait4() is 1796.25
# 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.55
CPU time (s): 1800.08
CPU user time (s): 1799.74
CPU system time (s): 0.34
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.38
system time used= 0.875866
maximum resident set size= 204696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10634
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42434
involuntary context switches= 23223

runsolver used 5.48117 second user time and 15.1427 second system time

The end

Launcher Data

Begin job on node102 at 2012-05-24 19:34:29
IDJOB=3688197
IDBENCH=2893
IDSOLVER=2269
FILE ID=node102/3688197-1337880869
RUNJOBID= node102-1337871881-20849
PBS_JOBID= 14620102
Free space on /tmp= 71740 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_8_70_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688197-1337880869/watcher-3688197-1337880869 -o /tmp/evaluation-result-3688197-1337880869/solver-3688197-1337880869 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688197-1337880869.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1571911905

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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.178
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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.91
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.178
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:        29715536 kB
Buffers:          201576 kB
Cached:          1950228 kB
SwapCached:            0 kB
Active:           877528 kB
Inactive:        1515564 kB
Active(anon):     244000 kB
Inactive(anon):        0 kB
Active(file):     633528 kB
Inactive(file):  1515564 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        252348 kB
Mapped:            22472 kB
Shmem:               200 kB
Slab:             623020 kB
SReclaimable:      65604 kB
SUnreclaim:       557416 kB
KernelStack:        1600 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 71740 MiB
End job on node102 at 2012-05-24 20:04:26