Trace number 3709707

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 NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.02 1794.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM9a5e6e5ac9dd04defb35f28c3f495740
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark229.381
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
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 constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709707-1338150419.opb
0.10/0.12	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.016s.
0.10/0.14	c declared #vars     86
0.10/0.14	c #constraints  2
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.14	c 2 constraints processed.
0.66/0.44	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.05/0.64	c cleaning 4247 clauses out of 8502 with flag 11002/11002
1.30/0.86	c cleaning 5626 clauses out of 11253 with flag 18000/18000
1.52/1.10	c cleaning 6813 clauses out of 13628 with flag 26001/26001
1.94/1.46	c cleaning 7907 clauses out of 15814 with flag 35000/35000
2.34/1.81	c cleaning 8951 clauses out of 17909 with flag 45002/45002
2.75/2.22	c cleaning 9979 clauses out of 19958 with flag 56002/56002
3.15/2.66	c cleaning 10984 clauses out of 21978 with flag 68001/68001
3.75/3.21	c cleaning 11997 clauses out of 23994 with flag 81001/81001
4.25/3.75	c cleaning 12992 clauses out of 25996 with flag 95000/95000
4.86/4.33	c cleaning 13992 clauses out of 28004 with flag 110000/110000
5.46/4.97	c cleaning 15001 clauses out of 30012 with flag 126000/126000
6.16/5.64	c cleaning 16004 clauses out of 32014 with flag 143003/143003
6.98/6.45	c cleaning 17003 clauses out of 34008 with flag 161001/161001
7.89/7.39	c cleaning 17994 clauses out of 36004 with flag 180000/180000
8.80/8.24	c cleaning 19006 clauses out of 38012 with flag 200002/200002
9.71/9.18	c cleaning 19998 clauses out of 40004 with flag 221000/221000
10.61/10.08	c cleaning 20997 clauses out of 42006 with flag 243000/243000
11.92/11.34	c cleaning 21999 clauses out of 44009 with flag 266000/266000
12.93/12.37	c cleaning 23000 clauses out of 46011 with flag 290001/290001
14.33/13.75	c cleaning 24006 clauses out of 48013 with flag 315003/315003
15.64/15.07	c cleaning 24997 clauses out of 50005 with flag 341001/341001
16.96/16.40	c cleaning 26003 clauses out of 52008 with flag 368001/368001
18.77/18.15	c cleaning 26998 clauses out of 54004 with flag 396000/396000
20.20/19.53	c cleaning 27994 clauses out of 56007 with flag 425001/425001
22.02/21.31	c cleaning 29004 clauses out of 58012 with flag 455000/455000
23.75/23.06	c cleaning 30000 clauses out of 60009 with flag 486001/486001
25.76/25.07	c cleaning 31004 clauses out of 62010 with flag 518002/518002
28.48/27.70	c cleaning 31999 clauses out of 64004 with flag 551000/551000
32.00/31.27	c cleaning 33000 clauses out of 66006 with flag 585001/585001
34.01/33.22	c cleaning 33997 clauses out of 68005 with flag 620000/620000
36.34/35.56	c cleaning 34998 clauses out of 70009 with flag 656001/656001
38.46/37.63	c cleaning 36005 clauses out of 72011 with flag 693001/693001
41.37/40.50	c cleaning 37005 clauses out of 74009 with flag 731004/731004
45.49/44.65	c cleaning 37996 clauses out of 76000 with flag 770000/770000
47.82/46.96	c cleaning 38992 clauses out of 78006 with flag 810002/810002
51.36/50.44	c cleaning 40002 clauses out of 80013 with flag 851001/851001
54.18/53.22	c cleaning 40998 clauses out of 82010 with flag 893000/893000
56.70/55.73	c cleaning 42004 clauses out of 84014 with flag 936002/936002
59.93/58.99	c cleaning 43005 clauses out of 86010 with flag 980002/980002
64.26/63.24	c cleaning 43997 clauses out of 88003 with flag 1025000/1025000
69.09/68.03	c cleaning 45001 clauses out of 90008 with flag 1071002/1071002
72.81/71.71	c cleaning 45995 clauses out of 92006 with flag 1118001/1118001
76.33/75.24	c cleaning 47004 clauses out of 94011 with flag 1166001/1166001
80.65/79.52	c cleaning 48004 clauses out of 96008 with flag 1215002/1215002
85.30/84.11	c cleaning 48999 clauses out of 98003 with flag 1265001/1265001
90.63/89.44	c cleaning 50000 clauses out of 100003 with flag 1316000/1316000
94.07/92.82	c cleaning 51000 clauses out of 102004 with flag 1368001/1368001
97.79/96.55	c cleaning 51998 clauses out of 104003 with flag 1421000/1421000
102.12/100.80	c cleaning 53002 clauses out of 106006 with flag 1475001/1475001
109.14/107.88	c cleaning 53995 clauses out of 108003 with flag 1530000/1530000
114.16/112.82	c cleaning 55000 clauses out of 110008 with flag 1586000/1586000
118.50/117.14	c cleaning 56001 clauses out of 112008 with flag 1643000/1643000
125.61/124.29	c cleaning 56997 clauses out of 114008 with flag 1701001/1701001
130.35/128.99	c cleaning 57995 clauses out of 116011 with flag 1760001/1760001
135.28/133.81	c cleaning 59005 clauses out of 118016 with flag 1820001/1820001
143.50/142.00	c cleaning 60001 clauses out of 120010 with flag 1881000/1881000
152.64/151.14	c cleaning 60998 clauses out of 122009 with flag 1943000/1943000
158.57/157.06	c cleaning 62001 clauses out of 124013 with flag 2006002/2006002
163.22/161.62	c cleaning 62999 clauses out of 126012 with flag 2070002/2070002
168.65/167.00	c cleaning 64006 clauses out of 128011 with flag 2135000/2135000
173.88/172.22	c cleaning 65003 clauses out of 130005 with flag 2201000/2201000
179.60/177.91	c cleaning 65997 clauses out of 132003 with flag 2268001/2268001
185.84/184.16	c cleaning 66999 clauses out of 134005 with flag 2336000/2336000
195.37/193.66	c cleaning 67998 clauses out of 136006 with flag 2405000/2405000
202.31/200.51	c cleaning 69001 clauses out of 138009 with flag 2475001/2475001
209.23/207.47	c cleaning 70002 clauses out of 140008 with flag 2546001/2546001
216.94/215.10	c cleaning 70998 clauses out of 142005 with flag 2618000/2618000
222.66/220.87	c cleaning 72004 clauses out of 144007 with flag 2691000/2691000
234.48/232.69	c cleaning 72996 clauses out of 146004 with flag 2765001/2765001
244.83/242.99	c cleaning 74001 clauses out of 148007 with flag 2840000/2840000
252.27/250.31	c cleaning 75002 clauses out of 150010 with flag 2916004/2916004
260.21/258.27	c cleaning 76004 clauses out of 152007 with flag 2993003/2993003
266.27/264.29	c cleaning 76994 clauses out of 154001 with flag 3071001/3071001
273.50/271.45	c cleaning 78002 clauses out of 156008 with flag 3150002/3150002
280.42/278.31	c cleaning 79004 clauses out of 158007 with flag 3230003/3230003
286.53/284.44	c cleaning 79995 clauses out of 160001 with flag 3311001/3311001
296.35/294.21	c cleaning 81002 clauses out of 162007 with flag 3393002/3393002
304.05/301.98	c cleaning 81999 clauses out of 164005 with flag 3476002/3476002
314.27/312.14	c cleaning 83001 clauses out of 166005 with flag 3560001/3560001
324.70/322.58	c cleaning 83998 clauses out of 168004 with flag 3645001/3645001
333.35/331.14	c cleaning 85001 clauses out of 170007 with flag 3731002/3731002
342.38/340.17	c cleaning 85997 clauses out of 172004 with flag 3818000/3818000
352.40/350.12	c cleaning 87001 clauses out of 174009 with flag 3906002/3906002
362.63/360.30	c cleaning 87999 clauses out of 176006 with flag 3995000/3995000
375.39/373.07	c cleaning 89002 clauses out of 178007 with flag 4085000/4085000
393.13/390.78	c cleaning 90003 clauses out of 180007 with flag 4176002/4176002
406.40/403.93	c cleaning 90998 clauses out of 182002 with flag 4268000/4268000
418.26/415.77	c cleaning 91996 clauses out of 184004 with flag 4361000/4361000
427.10/424.52	c cleaning 93003 clauses out of 186009 with flag 4455001/4455001
434.91/432.39	c cleaning 93997 clauses out of 188005 with flag 4550000/4550000
443.66/441.10	c cleaning 94999 clauses out of 190009 with flag 4646001/4646001
453.68/451.04	c cleaning 96001 clauses out of 192009 with flag 4743000/4743000
464.00/461.37	c cleaning 96997 clauses out of 194008 with flag 4841000/4841000
477.67/474.98	c cleaning 98005 clauses out of 196014 with flag 4940003/4940003
489.69/486.92	c cleaning 99001 clauses out of 198008 with flag 5040002/5040002
508.97/506.19	c cleaning 100002 clauses out of 200005 with flag 5141000/5141000
519.61/516.76	c cleaning 100994 clauses out of 202003 with flag 5243000/5243000
533.74/530.82	c cleaning 102002 clauses out of 204010 with flag 5346001/5346001
544.20/541.23	c cleaning 102999 clauses out of 206007 with flag 5450000/5450000
555.02/552.05	c cleaning 104002 clauses out of 208009 with flag 5555001/5555001
575.85/572.89	c cleaning 105000 clauses out of 210006 with flag 5661000/5661000
598.24/595.20	c cleaning 106003 clauses out of 212008 with flag 5768002/5768002
614.96/611.81	c cleaning 106998 clauses out of 214004 with flag 5876001/5876001
632.49/629.35	c cleaning 107994 clauses out of 216006 with flag 5985001/5985001
649.03/645.82	c cleaning 109003 clauses out of 218012 with flag 6095001/6095001
675.59/672.36	c cleaning 109999 clauses out of 220009 with flag 6206001/6206001
687.18/683.86	c cleaning 110996 clauses out of 222010 with flag 6318001/6318001
700.51/697.12	c cleaning 112003 clauses out of 224014 with flag 6431001/6431001
715.24/711.83	c cleaning 113002 clauses out of 226010 with flag 6545000/6545000
729.87/726.49	c cleaning 114004 clauses out of 228009 with flag 6660001/6660001
741.91/738.47	c cleaning 114993 clauses out of 230005 with flag 6776001/6776001
754.36/750.88	c cleaning 115994 clauses out of 232011 with flag 6893000/6893000
767.78/764.23	c cleaning 117007 clauses out of 234019 with flag 7011002/7011002
783.42/779.81	c cleaning 117997 clauses out of 236010 with flag 7130000/7130000
796.25/792.65	c cleaning 119002 clauses out of 238015 with flag 7250002/7250002
813.68/810.00	c cleaning 120002 clauses out of 240014 with flag 7371003/7371003
829.49/825.86	c cleaning 121004 clauses out of 242010 with flag 7493001/7493001
850.62/846.97	c cleaning 122003 clauses out of 244005 with flag 7616000/7616000
878.67/874.97	c cleaning 123001 clauses out of 246002 with flag 7740000/7740000
904.95/901.12	c cleaning 124001 clauses out of 248001 with flag 7865000/7865000
925.23/921.34	c cleaning 124999 clauses out of 250000 with flag 7991000/7991000
948.15/944.29	c cleaning 125998 clauses out of 252003 with flag 8118002/8118002
967.09/963.17	c cleaning 127000 clauses out of 254006 with flag 8246003/8246003
984.29/980.23	c cleaning 127993 clauses out of 256004 with flag 8375001/8375001
1002.72/998.67	c cleaning 129000 clauses out of 258011 with flag 8505001/8505001
1018.96/1014.80	c cleaning 130005 clauses out of 260012 with flag 8636002/8636002
1038.97/1034.88	c cleaning 131003 clauses out of 262008 with flag 8768003/8768003
1056.58/1052.42	c cleaning 131998 clauses out of 264003 with flag 8901001/8901001
1071.83/1067.67	c cleaning 133002 clauses out of 266005 with flag 9035001/9035001
1090.67/1086.43	c cleaning 133998 clauses out of 268002 with flag 9170000/9170000
1112.21/1107.94	c cleaning 135000 clauses out of 270004 with flag 9306000/9306000
1135.93/1131.68	c cleaning 135999 clauses out of 272004 with flag 9443000/9443000
1158.38/1154.08	c cleaning 137000 clauses out of 274007 with flag 9581002/9581002
1183.31/1178.93	c cleaning 138000 clauses out of 276005 with flag 9720000/9720000
1208.90/1204.44	c cleaning 138999 clauses out of 278008 with flag 9860003/9860003
1232.30/1227.85	c cleaning 139999 clauses out of 280006 with flag 10001000/10001000
1253.54/1249.05	c cleaning 140998 clauses out of 282010 with flag 10143003/10143003
1267.32/1262.78	c cleaning 142000 clauses out of 284011 with flag 10286002/10286002
1284.33/1279.76	c cleaning 143001 clauses out of 286010 with flag 10430001/10430001
1313.39/1308.70	c cleaning 144004 clauses out of 288009 with flag 10575001/10575001
1334.97/1330.26	c cleaning 144993 clauses out of 290005 with flag 10721001/10721001
1353.99/1349.30	c cleaning 146002 clauses out of 292012 with flag 10868001/10868001
1377.05/1372.21	c cleaning 147002 clauses out of 294010 with flag 11016001/11016001
1400.70/1395.83	c cleaning 148003 clauses out of 296007 with flag 11165000/11165000
1445.54/1440.63	c cleaning 148994 clauses out of 298006 with flag 11315002/11315002
1494.98/1489.97	c cleaning 150002 clauses out of 300013 with flag 11466003/11466003
1518.92/1513.73	c cleaning 151004 clauses out of 302008 with flag 11618000/11618000
1542.79/1537.56	c cleaning 151994 clauses out of 304006 with flag 11771002/11771002
1568.93/1563.65	c cleaning 153000 clauses out of 306010 with flag 11925000/11925000
1594.28/1588.96	c cleaning 154004 clauses out of 308010 with flag 12080000/12080000
1626.12/1620.77	c cleaning 154997 clauses out of 310007 with flag 12236001/12236001
1652.10/1646.61	c cleaning 155995 clauses out of 312010 with flag 12393001/12393001
1680.24/1674.77	c cleaning 157002 clauses out of 314014 with flag 12551000/12551000
1709.94/1704.47	c cleaning 158005 clauses out of 316015 with flag 12710003/12710003
1732.47/1726.90	c cleaning 159001 clauses out of 318007 with flag 12870000/12870000
1761.39/1755.81	c cleaning 159999 clauses out of 320007 with flag 13031001/13031001
1790.80/1785.28	c cleaning 161001 clauses out of 322007 with flag 13193000/13193000
1800.02/1794.41	c starts		: 324
1800.02/1794.41	c conflicts		: 13272031
1800.02/1794.41	c decisions		: 13283695
1800.02/1794.41	c propagations		: 77420854
1800.02/1794.41	c inspects		: 17285738372
1800.02/1794.41	c shortcuts		: 0
1800.02/1794.41	c learnt literals	: 0
1800.02/1794.41	c learnt binary clauses	: 0
1800.02/1794.41	c learnt ternary clauses	: 0
1800.02/1794.41	c learnt constraints	: 13272032
1800.02/1794.41	c ignored constraints	: 0
1800.02/1794.41	c root simplifications	: 324
1800.02/1794.41	c removed literals (reason simplification)	: 117844785
1800.02/1794.41	c reason swapping (by a shorter reason)	: 0
1800.02/1794.41	c Calls to reduceDB	: 158
1800.02/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.41	c number of learned constraints concerned by reduction	: 0
1800.02/1794.41	c number of learning phase by resolution	: 0
1800.02/1794.41	c number of learning phase by cutting planes	: 0
1800.02/1794.41	c speed (assignments/second)	: 43148.90050115033
1800.02/1794.41	c non guided choices	75
1800.02/1794.44	c learnt constraints type 
1800.02/1794.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 240169
1800.02/1794.44	c constraints type 
1800.02/1794.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.02/1794.44	c 2 constraints processed.
1800.02/1794.44	s UNKNOWN
1800.02/1794.44	c Total wall clock time (in seconds): 1794.324

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 24463
/proc/meminfo: memFree=30687360/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/24463/stat : 24463 (java) R 24461 24463 19004 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 281166783 24780800 864 33554432000 1073741824 1073778376 140736732948896 140736732937960 240568528806 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 6050 866 654 9 0 385 0
[pid=24463/tid=24464] ppid=24461 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 281166784 24780800 867 33554432000 1073741824 1073778376 140736732948896 140736732937960 240565229745 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.03266 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 24463
/proc/meminfo: memFree=30687360/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 2987 0 1 0 1 0 0 0 20 0 13 0 281166783 9446973440 3685 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2306390 3685 1676 9 0 2297091 0
[pid=24463/tid=24464] ppid=24461 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 1806 0 1 0 1 0 0 0 20 0 13 0 281166784 9446973440 3685 33554432000 1073741824 1073778376 140736732948896 140458433085680 240568558861 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100343 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 24463
/proc/meminfo: memFree=30687360/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 4274 0 1 0 9 1 0 0 20 0 18 0 281166783 9787842560 5993 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2389610 5993 2116 9 0 2380296 0
[pid=24463/tid=24464] ppid=24461 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2422 0 1 0 7 0 0 0 20 0 18 0 281166784 9787842560 5993 33554432000 1073741824 1073778376 140736732948896 140458433083920 140458265262272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300343 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 24463
/proc/meminfo: memFree=30687360/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 7048 0 1 0 52 1 0 0 20 0 19 0 281166783 9856004096 8234 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 8234 2227 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2512 0 1 0 27 0 0 0 20 0 19 0 281166784 9856004096 8234 33554432000 1073741824 1073778376 140736732948896 140458433089896 140458265586928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.700355 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 24463
/proc/meminfo: memFree=30687360/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 11707 0 1 0 117 3 0 0 20 0 19 0 281166783 9856004096 13807 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 13807 2265 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2518 0 1 0 65 0 0 0 20 0 19 0 281166784 9856004096 13807 33554432000 1073741824 1073778376 140736732948896 140458433089960 140458265586609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 24482
/proc/meminfo: memFree=30630192/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=2.04 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 11734 0 1 0 201 3 0 0 20 0 19 0 281166783 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 14851 2275 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2519 0 1 0 141 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458433089960 140458265611831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281166785 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6122 0 0 0 31 2 0 0 20 0 19 0 281166788 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 14851 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 24482
/proc/meminfo: memFree=30625476/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=3.65 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 11751 0 1 0 362 3 0 0 20 0 19 0 281166783 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 15885 2275 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2522 0 1 0 296 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458433089840 140458265586635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 281166785 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6122 0 0 0 31 2 0 0 20 0 19 0 281166788 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 15885 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 24482
/proc/meminfo: memFree=30631052/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=6.88 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 11801 0 1 0 685 3 0 0 20 0 19 0 281166783 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 15410 2275 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=6.07 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2529 0 1 0 607 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458433089840 140458265581393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166784 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=0.14 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 34 0 0 0 14 0 0 0 20 0 19 0 281166785 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6122 0 0 0 31 2 0 0 20 0 19 0 281166788 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 15410 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6131 0 0 0 33 2 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 95 0 0 0 26 22 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.84
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 24557
/proc/meminfo: memFree=29936956/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=1727.87 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 14793 0 1 0 172747 40 0 0 20 0 19 0 281166783 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 70197 2276 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=1708.28 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2695 0 1 0 170798 30 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458433089840 140458265818960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 288 0 0 0 89 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 350 0 0 0 84 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 89 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 290 0 0 0 81 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 86 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 280 0 0 0 84 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 343 0 0 0 87 1 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 346 0 0 0 83 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=7.41 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 156 0 0 0 739 2 0 0 20 0 19 0 281166785 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6131 0 0 0 33 2 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 99 0 0 0 28 22 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.87
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 24558
/proc/meminfo: memFree=29895572/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=1787.89 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 14803 0 1 0 178749 40 0 0 20 0 19 0 281166783 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 70197 2276 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=1767.91 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2697 0 1 0 176760 31 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458433089840 140458265818652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 288 0 0 0 90 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 350 0 0 0 85 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 89 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 290 0 0 0 82 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 87 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 280 0 0 0 85 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 343 0 0 0 88 1 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 346 0 0 0 84 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=7.59 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 160 0 0 0 757 2 0 0 20 0 19 0 281166785 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6131 0 0 0 33 2 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 103 0 0 0 28 23 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.89
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 24558
/proc/meminfo: memFree=29895572/32873844 swapFree=7116/7116
[pid=24463] ppid=24461 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/24463/stat : 24463 (java) S 24461 24463 19004 0 -1 4202496 14806 0 1 0 179961 41 0 0 20 0 19 0 281166783 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140736732940032 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24463/statm: 2406251 70197 2276 9 0 2396937 0
[pid=24463/tid=24464] ppid=24461 vsize=9625004 CPUtime=1779.9 cores=0,2,4,6
/proc/24463/task/24464/stat : 24464 (java) R 24461 24463 19004 0 -1 4202560 2698 0 1 0 177958 32 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458433089840 140458265586635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24466] ppid=24461 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/24463/task/24466/stat : 24466 (java) S 24461 24463 19004 0 -1 4202560 288 0 0 0 90 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458394581160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24467] ppid=24461 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/24463/task/24467/stat : 24467 (java) S 24461 24463 19004 0 -1 4202560 350 0 0 0 86 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458393528616 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24468] ppid=24461 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/24463/task/24468/stat : 24468 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 90 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458392476072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24469] ppid=24461 vsize=9625004 CPUtime=0.85 cores=0,2,4,6
/proc/24463/task/24469/stat : 24469 (java) S 24461 24463 19004 0 -1 4202560 290 0 0 0 82 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458391423528 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24470] ppid=24461 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/24463/task/24470/stat : 24470 (java) S 24461 24463 19004 0 -1 4202560 400 0 0 0 87 3 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458390370984 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24471] ppid=24461 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/24463/task/24471/stat : 24471 (java) S 24461 24463 19004 0 -1 4202560 280 0 0 0 85 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458389318440 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24472] ppid=24461 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/24463/task/24472/stat : 24472 (java) S 24461 24463 19004 0 -1 4202560 343 0 0 0 88 1 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458388265896 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24473] ppid=24461 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/24463/task/24473/stat : 24473 (java) S 24461 24463 19004 0 -1 4202560 346 0 0 0 84 2 0 0 20 0 19 0 281166784 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458387213352 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24474] ppid=24461 vsize=9625004 CPUtime=7.67 cores=0,2,4,6
/proc/24463/task/24474/stat : 24474 (java) S 24461 24463 19004 0 -1 4202560 162 0 0 0 765 2 0 0 20 0 19 0 281166785 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458256722024 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24463/tid=24475] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24475/stat : 24475 (java) S 24461 24463 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458255668344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24476] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24476/stat : 24476 (java) S 24461 24463 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281166786 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458254615688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24477] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24477/stat : 24477 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458253564432 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24463/tid=24478] ppid=24461 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24463/task/24478/stat : 24478 (java) S 24461 24463 19004 0 -1 4202560 6131 0 0 0 33 2 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458252511800 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24479] ppid=24461 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/24463/task/24479/stat : 24479 (java) S 24461 24463 19004 0 -1 4202560 1835 0 0 0 18 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458251459256 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24480] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24480/stat : 24480 (java) S 24461 24463 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140458250406904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24463/tid=24481] ppid=24461 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/24463/task/24481/stat : 24481 (java) S 24461 24463 19004 0 -1 4202560 103 0 0 0 28 23 0 0 20 0 19 0 281166788 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457241734472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24463/tid=24482] ppid=24461 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24463/task/24482/stat : 24482 (java) S 24461 24463 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281166797 9856004096 70197 33554432000 1073741824 1073778376 140736732948896 140457240679208 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 24463 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=159094
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=901862
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.45
CPU time (s): 1800.02
CPU user time (s): 1799.61
CPU system time (s): 0.41
CPU usage (%): 100.31
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 0.901862
maximum resident set size= 280948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14848
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42276
involuntary context switches= 17351

runsolver used 7.07192 second user time and 13.093 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 22:26:59
IDJOB=3709707
IDBENCH=2564
IDSOLVER=2289
FILE ID=node146/3709707-1338150419
RUNJOBID= node146-1338124629-19020
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/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob8.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-3709707-1338150419/watcher-3709707-1338150419 -o /tmp/evaluation-result-3709707-1338150419/solver-3709707-1338150419 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709707-1338150419.opb

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

MD5SUM BENCH= 9a5e6e5ac9dd04defb35f28c3f495740
RANDOM SEED=712488557

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:        30687740 kB
Buffers:          321628 kB
Cached:           760028 kB
SwapCached:         2184 kB
Active:          1168448 kB
Inactive:         184256 kB
Active(anon):     270408 kB
Inactive(anon):     2668 kB
Active(file):     898040 kB
Inactive(file):   181588 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               828 kB
Writeback:            28 kB
AnonPages:        268688 kB
Mapped:            17428 kB
Shmem:                 0 kB
Slab:             691564 kB
SReclaimable:     132816 kB
SUnreclaim:       558748 kB
KernelStack:        1480 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     603036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:56:55