Trace number 3710137

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.01 1773.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
Bench CategoryOPT-BIGINT (optimisation, big 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 variables10740
Total number of constraints377
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710137-1338149585.opb
0.07/0.13	c reading problem ... 
0.80/0.43	c ... done. Wall clock time 0.303s.
0.80/0.43	c declared #vars     10740
0.80/0.43	c #constraints  644
0.80/0.43	c constraints type 
0.80/0.43	c ignored satisfied constraints => 13
0.80/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
0.80/0.43	c 657 constraints processed.
1.89/0.97	c cleaning 520 clauses out of 1040 with flag 5000/5000
2.53/1.42	c cleaning 1376 clauses out of 2759 with flag 11001/11001
3.18/2.00	c cleaning 4107 clauses out of 8215 with flag 18004/18004
3.79/2.68	c cleaning 5939 clauses out of 11884 with flag 26004/26004
4.60/3.44	c cleaning 7387 clauses out of 14780 with flag 35000/35000
5.56/4.37	c cleaning 8614 clauses out of 17233 with flag 45000/45000
6.56/5.40	c cleaning 9789 clauses out of 19578 with flag 56002/56002
7.69/6.48	c cleaning 10787 clauses out of 21581 with flag 68001/68001
8.79/7.52	c cleaning 11880 clauses out of 23781 with flag 81001/81001
9.79/8.51	c cleaning 11580 clauses out of 23160 with flag 95002/95002
10.90/9.60	c cleaning 9885 clauses out of 19780 with flag 110001/110001
12.10/10.82	c cleaning 12898 clauses out of 25796 with flag 126000/126000
13.44/12.15	c cleaning 14941 clauses out of 29899 with flag 143001/143001
15.14/13.86	c cleaning 16470 clauses out of 32959 with flag 161003/161003
16.65/15.31	c cleaning 13045 clauses out of 26127 with flag 180000/180000
17.87/16.58	c cleaning 16543 clauses out of 33086 with flag 200004/200004
19.67/18.30	c cleaning 18767 clauses out of 37539 with flag 221000/221000
21.78/20.44	c cleaning 20324 clauses out of 40667 with flag 243000/243000
23.89/22.54	c cleaning 21304 clauses out of 42619 with flag 266000/266000
25.51/24.17	c cleaning 22647 clauses out of 45316 with flag 290001/290001
27.12/25.77	c cleaning 23831 clauses out of 47669 with flag 315002/315002
29.43/28.05	c cleaning 22090 clauses out of 44196 with flag 341002/341002
32.15/30.78	c cleaning 24126 clauses out of 48294 with flag 368000/368000
34.67/33.22	c cleaning 25429 clauses out of 50896 with flag 396000/396000
37.10/35.70	c cleaning 27217 clauses out of 54470 with flag 425003/425003
40.03/38.58	c cleaning 28618 clauses out of 57248 with flag 455000/455000
42.64/41.13	c cleaning 29810 clauses out of 59630 with flag 486000/486000
45.46/43.97	c cleaning 25938 clauses out of 51931 with flag 518000/518000
48.58/47.01	c cleaning 29414 clauses out of 58835 with flag 551000/551000
51.79/50.28	c cleaning 31528 clauses out of 63063 with flag 585002/585002
54.32/52.72	c cleaning 33258 clauses out of 66533 with flag 620000/620000
57.05/55.49	c cleaning 34624 clauses out of 69275 with flag 656000/656000
60.09/58.46	c cleaning 35821 clauses out of 71645 with flag 693000/693000
63.82/62.15	c cleaning 36862 clauses out of 73824 with flag 731000/731000
68.14/66.49	c cleaning 37957 clauses out of 75964 with flag 770002/770002
71.46/69.73	c cleaning 38989 clauses out of 78005 with flag 810000/810000
74.38/72.70	c cleaning 39988 clauses out of 80016 with flag 851000/851000
77.71/75.97	c cleaning 40985 clauses out of 82024 with flag 893001/893001
80.83/79.02	c cleaning 42005 clauses out of 84038 with flag 936000/936000
83.97/82.19	c cleaning 42984 clauses out of 86033 with flag 980000/980000
88.00/86.16	c cleaning 43988 clauses out of 88049 with flag 1025000/1025000
92.22/90.33	c cleaning 44993 clauses out of 90065 with flag 1071004/1071004
96.13/94.23	c cleaning 46024 clauses out of 92068 with flag 1118000/1118000
99.94/98.05	c cleaning 46989 clauses out of 94014 with flag 1166001/1166001
104.27/102.37	c cleaning 48009 clauses out of 96024 with flag 1215000/1215000
109.02/107.07	c cleaning 48993 clauses out of 98012 with flag 1265000/1265000
113.06/111.03	c cleaning 49990 clauses out of 100019 with flag 1316000/1316000
117.90/115.84	c cleaning 50995 clauses out of 102029 with flag 1368000/1368000
123.03/120.92	c cleaning 51970 clauses out of 104029 with flag 1421000/1421000
129.89/127.75	c cleaning 52979 clauses out of 106061 with flag 1475002/1475002
136.62/134.49	c cleaning 54017 clauses out of 108081 with flag 1530001/1530001
141.85/139.62	c cleaning 54967 clauses out of 110016 with flag 1586003/1586003
146.97/144.78	c cleaning 55986 clauses out of 112046 with flag 1643000/1643000
152.61/150.31	c cleaning 57019 clauses out of 114063 with flag 1701003/1701003
158.12/155.88	c cleaning 57937 clauses out of 115945 with flag 1760000/1760000
163.54/161.20	c cleaning 58951 clauses out of 118009 with flag 1820001/1820001
167.97/165.69	c cleaning 60013 clauses out of 120057 with flag 1881000/1881000
173.59/171.26	c cleaning 60997 clauses out of 122044 with flag 1943000/1943000
179.23/176.85	c cleaning 61993 clauses out of 124048 with flag 2006001/2006001
186.79/184.38	c cleaning 63005 clauses out of 126056 with flag 2070002/2070002
194.14/191.68	c cleaning 64001 clauses out of 128052 with flag 2135003/2135003
201.17/198.68	c cleaning 64994 clauses out of 130049 with flag 2201001/2201001
207.11/204.53	c cleaning 65922 clauses out of 131889 with flag 2268000/2268000
213.54/210.95	c cleaning 66947 clauses out of 133970 with flag 2336003/2336003
221.89/219.19	c cleaning 67966 clauses out of 136013 with flag 2405001/2405001
230.54/227.78	c cleaning 68966 clauses out of 138046 with flag 2475000/2475000
240.52/237.52	c cleaning 70024 clauses out of 140079 with flag 2546000/2546000
247.89/244.89	c cleaning 70942 clauses out of 142052 with flag 2618000/2618000
257.19/254.08	c cleaning 71975 clauses out of 144110 with flag 2691000/2691000
264.54/261.25	c cleaning 73017 clauses out of 146135 with flag 2765000/2765000
274.24/270.89	c cleaning 74024 clauses out of 148107 with flag 2840000/2840000
284.95/281.50	c cleaning 75011 clauses out of 150084 with flag 2916001/2916001
295.17/291.54	c cleaning 76017 clauses out of 152072 with flag 2993000/2993000
304.95/301.20	c cleaning 76984 clauses out of 154058 with flag 3071003/3071003
315.47/311.61	c cleaning 77993 clauses out of 156071 with flag 3150000/3150000
325.80/321.81	c cleaning 78993 clauses out of 158079 with flag 3230001/3230001
336.37/332.31	c cleaning 80006 clauses out of 160087 with flag 3311002/3311002
344.10/339.92	c cleaning 81017 clauses out of 162079 with flag 3393000/3393000
351.31/347.04	c cleaning 82022 clauses out of 164062 with flag 3476000/3476000
360.12/355.79	c cleaning 83002 clauses out of 166041 with flag 3560001/3560001
369.66/365.14	c cleaning 83998 clauses out of 168038 with flag 3645000/3645000
380.37/375.74	c cleaning 84999 clauses out of 170040 with flag 3731000/3731000
388.08/383.38	c cleaning 85966 clauses out of 172041 with flag 3818000/3818000
400.85/395.92	c cleaning 87003 clauses out of 174075 with flag 3906000/3906000
412.11/407.01	c cleaning 88011 clauses out of 176074 with flag 3995002/3995002
421.35/416.13	c cleaning 88968 clauses out of 178061 with flag 4085000/4085000
434.43/429.18	c cleaning 89981 clauses out of 180094 with flag 4176001/4176001
446.38/441.00	c cleaning 91028 clauses out of 182112 with flag 4268000/4268000
454.97/449.44	c cleaning 92020 clauses out of 184086 with flag 4361002/4361002
465.16/459.54	c cleaning 92986 clauses out of 186064 with flag 4455000/4455000
475.95/470.13	c cleaning 93996 clauses out of 188079 with flag 4550001/4550001
488.94/482.99	c cleaning 94984 clauses out of 190082 with flag 4646000/4646000
502.12/495.93	c cleaning 96001 clauses out of 192098 with flag 4743000/4743000
514.47/508.12	c cleaning 97036 clauses out of 194097 with flag 4841003/4841003
525.67/519.13	c cleaning 98000 clauses out of 196052 with flag 4940000/4940000
537.17/530.46	c cleaning 98979 clauses out of 198045 with flag 5040000/5040000
548.99/542.01	c cleaning 100017 clauses out of 200067 with flag 5141001/5141001
564.43/557.38	c cleaning 101003 clauses out of 202050 with flag 5243001/5243001
575.47/568.27	c cleaning 102009 clauses out of 204048 with flag 5346002/5346002
587.66/580.30	c cleaning 103003 clauses out of 206037 with flag 5450000/5450000
599.65/592.05	c cleaning 103985 clauses out of 208034 with flag 5555000/5555000
614.85/607.06	c cleaning 104998 clauses out of 210049 with flag 5661000/5661000
630.28/622.29	c cleaning 106001 clauses out of 212052 with flag 5768001/5768001
643.45/635.15	c cleaning 106984 clauses out of 214050 with flag 5876000/5876000
659.69/651.15	c cleaning 107988 clauses out of 216066 with flag 5985000/5985000
676.06/667.35	c cleaning 109000 clauses out of 218078 with flag 6095000/6095000
692.21/683.29	c cleaning 109994 clauses out of 220078 with flag 6206000/6206000
708.72/699.56	c cleaning 110999 clauses out of 222085 with flag 6318001/6318001
726.73/717.33	c cleaning 112018 clauses out of 224085 with flag 6431000/6431000
740.70/731.00	c cleaning 112995 clauses out of 226069 with flag 6545002/6545002
758.89/748.97	c cleaning 114001 clauses out of 228073 with flag 6660001/6660001
775.87/765.63	c cleaning 114996 clauses out of 230072 with flag 6776001/6776001
792.31/781.87	c cleaning 116003 clauses out of 232075 with flag 6893000/6893000
808.90/798.13	c cleaning 116998 clauses out of 234073 with flag 7011001/7011001
822.47/811.36	c cleaning 118019 clauses out of 236075 with flag 7130001/7130001
834.54/822.92	c cleaning 119004 clauses out of 238055 with flag 7250000/7250000
849.38/837.50	c cleaning 120001 clauses out of 240052 with flag 7371001/7371001
869.44/857.32	c cleaning 121001 clauses out of 242051 with flag 7493001/7493001
885.41/873.07	c cleaning 121999 clauses out of 244050 with flag 7616001/7616001
905.45/892.84	c cleaning 123020 clauses out of 246050 with flag 7740000/7740000
919.81/906.97	c cleaning 123965 clauses out of 248032 with flag 7865002/7865002
949.98/936.83	c cleaning 124987 clauses out of 250065 with flag 7991000/7991000
964.54/951.16	c cleaning 126021 clauses out of 252079 with flag 8118001/8118001
982.90/969.20	c cleaning 127026 clauses out of 254057 with flag 8246000/8246000
1000.10/986.29	c cleaning 128012 clauses out of 256032 with flag 8375001/8375001
1017.49/1003.35	c cleaning 129002 clauses out of 258019 with flag 8505000/8505000
1031.62/1017.18	c cleaning 129965 clauses out of 260018 with flag 8636001/8636001
1055.65/1040.91	c cleaning 130977 clauses out of 262052 with flag 8768000/8768000
1079.99/1065.03	c cleaning 131980 clauses out of 264075 with flag 8901000/8901000
1103.00/1087.87	c cleaning 132993 clauses out of 266095 with flag 9035000/9035000
1125.64/1110.14	c cleaning 133993 clauses out of 268105 with flag 9170003/9170003
1146.45/1130.70	c cleaning 134992 clauses out of 270110 with flag 9306001/9306001
1163.72/1147.52	c cleaning 136005 clauses out of 272124 with flag 9443007/9443007
1182.92/1166.46	c cleaning 136994 clauses out of 274113 with flag 9581001/9581001
1200.59/1183.72	c cleaning 137999 clauses out of 276118 with flag 9720000/9720000
1222.99/1205.82	c cleaning 138999 clauses out of 278119 with flag 9860000/9860000
1240.44/1222.88	c cleaning 139957 clauses out of 280120 with flag 10001000/10001000
1264.91/1246.95	c cleaning 141061 clauses out of 282163 with flag 10143000/10143000
1289.58/1271.25	c cleaning 142028 clauses out of 284103 with flag 10286001/10286001
1315.21/1296.40	c cleaning 143017 clauses out of 286074 with flag 10430000/10430000
1330.48/1311.12	c cleaning 144027 clauses out of 288061 with flag 10575004/10575004
1346.24/1326.64	c cleaning 144998 clauses out of 290031 with flag 10721001/10721001
1372.58/1352.68	c cleaning 145986 clauses out of 292032 with flag 10868000/10868000
1391.71/1371.39	c cleaning 146987 clauses out of 294046 with flag 11016000/11016000
1412.66/1391.94	c cleaning 148005 clauses out of 296060 with flag 11165001/11165001
1438.90/1417.87	c cleaning 148996 clauses out of 298054 with flag 11315000/11315000
1467.06/1445.58	c cleaning 149959 clauses out of 300059 with flag 11466001/11466001
1491.87/1470.03	c cleaning 150986 clauses out of 302099 with flag 11618000/11618000
1524.05/1501.85	c cleaning 152002 clauses out of 304114 with flag 11771001/11771001
1549.54/1526.84	c cleaning 153020 clauses out of 306112 with flag 11925001/11925001
1568.27/1544.97	c cleaning 153987 clauses out of 308091 with flag 12080000/12080000
1595.16/1571.41	c cleaning 154996 clauses out of 310105 with flag 12236001/12236001
1616.41/1592.40	c cleaning 155990 clauses out of 312110 with flag 12393002/12393002
1638.95/1614.66	c cleaning 156999 clauses out of 314118 with flag 12551000/12551000
1660.09/1635.41	c cleaning 158011 clauses out of 316119 with flag 12710000/12710000
1688.53/1663.43	c cleaning 158973 clauses out of 318108 with flag 12870000/12870000
1716.36/1690.87	c cleaning 159991 clauses out of 320135 with flag 13031000/13031000
1746.59/1720.78	c cleaning 160990 clauses out of 322144 with flag 13193000/13193000
1775.85/1749.69	c cleaning 161995 clauses out of 324155 with flag 13356001/13356001
1800.01/1773.41	c starts		: 324
1800.01/1773.41	c conflicts		: 13500028
1800.01/1773.41	c decisions		: 13860819
1800.01/1773.41	c propagations		: 126353794
1800.01/1773.41	c inspects		: 14113812974
1800.01/1773.41	c shortcuts		: 0
1800.01/1773.41	c learnt literals	: 220
1800.01/1773.41	c learnt binary clauses	: 309
1800.01/1773.41	c learnt ternary clauses	: 464
1800.01/1773.41	c learnt constraints	: 13499809
1800.01/1773.41	c ignored constraints	: 0
1800.01/1773.41	c root simplifications	: 544
1800.01/1773.41	c removed literals (reason simplification)	: 95329882
1800.01/1773.41	c reason swapping (by a shorter reason)	: 0
1800.01/1773.41	c Calls to reduceDB	: 159
1800.01/1773.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1773.41	c number of learned constraints concerned by reduction	: 0
1800.01/1773.41	c number of learning phase by resolution	: 0
1800.01/1773.41	c number of learning phase by cutting planes	: 0
1800.01/1773.41	c speed (assignments/second)	: 71267.31120230847
1800.01/1773.41	c non guided choices	120372
1800.01/1773.45	c learnt constraints type 
1800.01/1773.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
1800.01/1773.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306230
1800.01/1773.45	c constraints type 
1800.01/1773.45	c ignored satisfied constraints => 13
1800.01/1773.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
1800.01/1773.45	c 657 constraints processed.
1800.01/1773.45	s UNKNOWN
1800.01/1773.45	c Total wall clock time (in seconds): 1773.317

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

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

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


[startup+0 s]
/proc/loadavg: 1.89 1.98 1.99 3/194 24341
/proc/meminfo: memFree=29970824/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24341/stat : 24341 (java) D 24339 24341 19004 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281083425 9515008 183 33554432000 1073741824 1073778376 140736108873104 140736108864136 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24341/statm: 2323 183 140 9 0 71 0

[startup+0.0528949 s]
/proc/loadavg: 1.89 1.98 1.99 3/194 24341
/proc/meminfo: memFree=29970824/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 3033 0 1 0 2 0 0 0 20 0 13 0 281083425 9446973440 3730 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2306390 3730 1701 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100277 s]
/proc/loadavg: 1.89 1.98 1.99 3/194 24341
/proc/meminfo: memFree=29970824/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 3905 0 1 0 6 1 0 0 20 0 18 0 281083425 9787842560 5112 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2389610 5113 2065 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300255 s]
/proc/loadavg: 1.89 1.98 1.99 3/194 24341
/proc/meminfo: memFree=29970824/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 6802 0 1 0 48 2 0 0 20 0 18 0 281083425 9787842560 9991 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2389610 10014 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700269 s]
/proc/loadavg: 1.89 1.98 1.99 3/194 24341
/proc/meminfo: memFree=29970824/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=1.55 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 11819 0 1 0 151 4 0 0 20 0 19 0 281083425 9856004096 22768 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 22768 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 1.89 1.98 1.99 11/213 24360
/proc/meminfo: memFree=29870132/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=2.68 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 11911 0 1 0 262 6 0 0 20 0 19 0 281083425 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 30504 2283 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=1.37 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 2538 0 1 0 134 3 0 0 20 0 19 0 281083426 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508569764144 140508396134943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 281083428 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3847 0 0 0 48 0 0 0 20 0 19 0 281083432 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4254 0 0 0 61 0 0 0 20 0 19 0 281083432 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 30504 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 1.89 1.98 1.99 3/213 24360
/proc/meminfo: memFree=29855176/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=4.3 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 11925 0 1 0 424 6 0 0 20 0 19 0 281083425 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 31537 2283 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=2.88 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 2540 0 1 0 285 3 0 0 20 0 19 0 281083426 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508569764144 140508396153493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 19 0 281083428 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3847 0 0 0 48 0 0 0 20 0 19 0 281083432 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4254 0 0 0 62 0 0 0 20 0 19 0 281083432 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 31537 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 1.90 1.98 1.99 3/213 24360
/proc/meminfo: memFree=29848536/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=7.59 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 11952 0 1 0 752 7 0 0 20 0 19 0 281083425 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 32516 2283 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=5.95 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 2543 0 1 0 592 3 0 0 20 0 19 0 281083426 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508569764264 140508396134757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 281083427 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 37 0 0 0 24 0 0 0 20 0 19 0 281083428 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3852 0 0 0 49 0 0 0 20 0 19 0 281083432 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4255 0 0 0 67 0 0 0 20 0 19 0 281083432 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 32516 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3859 0 0 0 53 0 0 0 20 0 19 0 281083432 9856004096 84649 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4255 0 0 0 67 0 0 0 20 0 19 0 281083432 9856004096 84649 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 84649 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 93 0 0 0 37 15 0 0 20 0 19 0 281083432 9856004096 84649 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 84649 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1626.52
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24491
/proc/meminfo: memFree=30402732/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=1687.43 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 26602 0 1 0 168648 95 0 0 20 0 19 0 281083425 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 83414 2284 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=1632.55 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 3175 0 1 0 163225 30 0 0 20 0 19 0 281083426 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508569763152 140508396411485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=4.21 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 1653 0 0 0 412 9 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=4.3 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 1985 0 0 0 424 6 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=4.31 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 1169 0 0 0 423 8 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=4.27 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 2165 0 0 0 418 9 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=4.13 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 1240 0 0 0 403 10 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=4.22 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 2061 0 0 0 414 8 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 1776 0 0 0 388 7 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=3.94 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 1656 0 0 0 386 8 0 0 20 0 19 0 281083427 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=15.69 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 324 0 0 0 1563 6 0 0 20 0 19 0 281083428 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3859 0 0 0 53 0 0 0 20 0 19 0 281083432 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4255 0 0 0 67 0 0 0 20 0 19 0 281083432 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 97 0 0 0 39 15 0 0 20 0 19 0 281083432 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 83414 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.43
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24492
/proc/meminfo: memFree=30398204/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=1748.21 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 26628 0 1 0 174723 98 0 0 20 0 19 0 281083425 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 83011 2284 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=1691.56 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 3191 0 1 0 169125 31 0 0 20 0 19 0 281083426 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508569764144 140508396343599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=4.36 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 1653 0 0 0 427 9 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=4.45 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 1985 0 0 0 439 6 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 1169 0 0 0 434 8 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=4.38 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 2166 0 0 0 429 9 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=4.26 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 1241 0 0 0 416 10 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=4.37 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 2061 0 0 0 429 8 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 1777 0 0 0 399 7 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=4.07 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 1657 0 0 0 399 8 0 0 20 0 19 0 281083427 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=16.24 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 328 0 0 0 1618 6 0 0 20 0 19 0 281083428 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3859 0 0 0 53 0 0 0 20 0 19 0 281083432 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4255 0 0 0 67 0 0 0 20 0 19 0 281083432 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 99 0 0 0 41 16 0 0 20 0 19 0 281083432 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 83011 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1748.21
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 24492
/proc/meminfo: memFree=30404088/32873844 swapFree=7116/7116
[pid=24341] ppid=24339 vsize=9625004 CPUtime=1800.01 cores=1,3,5,7
/proc/24341/stat : 24341 (java) S 24339 24341 19004 0 -1 4202496 26654 0 1 0 179901 100 0 0 20 0 19 0 281083425 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140736599958768 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24341/statm: 2406251 81455 2284 9 0 2396937 0
[pid=24341/tid=24343] ppid=24339 vsize=9625004 CPUtime=1742.1 cores=1,3,5,7
/proc/24341/task/24343/stat : 24343 (java) R 24339 24341 19004 0 -1 4202560 3208 0 1 0 174178 32 0 0 20 0 19 0 281083426 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508569763136 140508396343532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24344] ppid=24339 vsize=9625004 CPUtime=4.45 cores=1,3,5,7
/proc/24341/task/24344/stat : 24344 (java) S 24339 24341 19004 0 -1 4202560 1653 0 0 0 436 9 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508531255720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24345] ppid=24339 vsize=9625004 CPUtime=4.57 cores=1,3,5,7
/proc/24341/task/24345/stat : 24345 (java) S 24339 24341 19004 0 -1 4202560 1985 0 0 0 450 7 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508530203176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24346] ppid=24339 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/24341/task/24346/stat : 24346 (java) S 24339 24341 19004 0 -1 4202560 1169 0 0 0 445 8 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508529150120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24347] ppid=24339 vsize=9625004 CPUtime=4.52 cores=1,3,5,7
/proc/24341/task/24347/stat : 24347 (java) S 24339 24341 19004 0 -1 4202560 2166 0 0 0 443 9 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508528097576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24341/tid=24348] ppid=24339 vsize=9625004 CPUtime=4.37 cores=1,3,5,7
/proc/24341/task/24348/stat : 24348 (java) S 24339 24341 19004 0 -1 4202560 1241 0 0 0 427 10 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508527045544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24349] ppid=24339 vsize=9625004 CPUtime=4.49 cores=1,3,5,7
/proc/24341/task/24349/stat : 24349 (java) S 24339 24341 19004 0 -1 4202560 2061 0 0 0 441 8 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508525993000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24350] ppid=24339 vsize=9625004 CPUtime=4.17 cores=1,3,5,7
/proc/24341/task/24350/stat : 24350 (java) S 24339 24341 19004 0 -1 4202560 1777 0 0 0 409 8 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508524939944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24351] ppid=24339 vsize=9625004 CPUtime=4.17 cores=1,3,5,7
/proc/24341/task/24351/stat : 24351 (java) S 24339 24341 19004 0 -1 4202560 1657 0 0 0 409 8 0 0 20 0 19 0 281083427 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508523887400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24352] ppid=24339 vsize=9625004 CPUtime=16.41 cores=1,3,5,7
/proc/24341/task/24352/stat : 24352 (java) S 24339 24341 19004 0 -1 4202560 333 0 0 0 1635 6 0 0 20 0 19 0 281083428 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508393359720 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24353] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24353/stat : 24353 (java) S 24339 24341 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508392306040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24354] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24354/stat : 24354 (java) S 24339 24341 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281083429 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508391252872 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24355] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24355/stat : 24355 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508390201616 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24341/tid=24356] ppid=24339 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/24341/task/24356/stat : 24356 (java) S 24339 24341 19004 0 -1 4202560 3859 0 0 0 53 0 0 0 20 0 19 0 281083432 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508389149496 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24357] ppid=24339 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/24341/task/24357/stat : 24357 (java) S 24339 24341 19004 0 -1 4202560 4255 0 0 0 67 0 0 0 20 0 19 0 281083432 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508388096952 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24358] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24358/stat : 24358 (java) S 24339 24341 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281083432 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508387044088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24341/tid=24359] ppid=24339 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/24341/task/24359/stat : 24359 (java) S 24339 24341 19004 0 -1 4202560 103 0 0 0 43 17 0 0 20 0 19 0 281083432 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508385991752 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24341/tid=24360] ppid=24339 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24341/task/24360/stat : 24360 (java) S 24339 24341 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281083471 9856004096 81455 33554432000 1073741824 1073778376 140736599967632 140508384937000 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

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

Real time (s): 1773.46
CPU time (s): 1800.01
CPU user time (s): 1799.01
CPU system time (s): 1
CPU usage (%): 101.497
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.36279
maximum resident set size= 354508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55993
involuntary context switches= 65608

runsolver used 6.17106 second user time and 15.5946 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 22:13:05
IDJOB=3710137
IDBENCH=2446
IDSOLVER=2289
FILE ID=node146/3710137-1338149585
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710137-1338149585/watcher-3710137-1338149585 -o /tmp/evaluation-result-3710137-1338149585/solver-3710137-1338149585 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710137-1338149585.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=1218311653

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29971352 kB
Buffers:          320992 kB
Cached:           762680 kB
SwapCached:         2184 kB
Active:          1883700 kB
Inactive:         183852 kB
Active(anon):     982596 kB
Inactive(anon):     2668 kB
Active(file):     901104 kB
Inactive(file):   181184 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:        990832 kB
Mapped:            17560 kB
Shmem:                 0 kB
Slab:             691432 kB
SReclaimable:     132768 kB
SUnreclaim:       558664 kB
KernelStack:        1608 kB
PageTables:         6184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1926324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    960512 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= 71184 MiB
End job on node146 at 2012-05-27 22:42:40