Trace number 3688833

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
MD5SUM97892b1b250c8711791b219b8ddda703
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.56
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1236
Sum of products size (including duplicates)2472
Number of different products618
Sum of products size1236

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688833-1337888196.opb
0.08/0.12	c reading problem ... 
0.21/0.23	c ... done. Wall clock time 0.108s.
0.21/0.23	c declared #vars     100
0.21/0.23	c internal #vars     718
0.21/0.23	c #constraints  1389
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 618
0.21/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.21/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.21/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
0.21/0.23	c 1389 constraints processed.
0.89/0.59	c cleaning 2497 clauses out of 5002 with flag 5002/5002
1.19/0.75	c cleaning 4255 clauses out of 8510 with flag 11007/11007
1.42/0.95	c cleaning 5623 clauses out of 11248 with flag 18000/18000
1.64/1.18	c cleaning 6808 clauses out of 13626 with flag 26001/26001
1.97/1.47	c cleaning 7908 clauses out of 15817 with flag 35000/35000
2.28/1.76	c cleaning 8951 clauses out of 17909 with flag 45000/45000
2.58/2.09	c cleaning 9970 clauses out of 19958 with flag 56000/56000
2.99/2.45	c cleaning 10996 clauses out of 21991 with flag 68003/68003
3.51/2.92	c cleaning 11998 clauses out of 23996 with flag 81004/81004
4.02/3.45	c cleaning 12998 clauses out of 25995 with flag 95001/95001
4.75/4.16	c cleaning 13992 clauses out of 27998 with flag 110002/110002
5.45/4.86	c cleaning 14999 clauses out of 30009 with flag 126005/126005
6.27/5.62	c cleaning 15996 clauses out of 32006 with flag 143001/143001
6.98/6.39	c cleaning 17003 clauses out of 34011 with flag 161002/161002
7.88/7.27	c cleaning 17994 clauses out of 36007 with flag 180001/180001
8.79/8.12	c cleaning 19006 clauses out of 38014 with flag 200002/200002
9.81/9.17	c cleaning 20003 clauses out of 40006 with flag 221000/221000
10.91/10.26	c cleaning 20995 clauses out of 42005 with flag 243002/243002
12.13/11.45	c cleaning 21997 clauses out of 44009 with flag 266001/266001
13.35/12.67	c cleaning 23002 clauses out of 46012 with flag 290001/290001
14.55/13.86	c cleaning 24004 clauses out of 48009 with flag 315000/315000
15.86/15.11	c cleaning 24997 clauses out of 50006 with flag 341001/341001
17.10/16.39	c cleaning 25999 clauses out of 52012 with flag 368004/368004
18.70/17.97	c cleaning 26999 clauses out of 54012 with flag 396003/396003
20.31/19.58	c cleaning 27998 clauses out of 56011 with flag 425001/425001
21.91/21.15	c cleaning 28993 clauses out of 58012 with flag 455000/455000
23.73/22.90	c cleaning 30001 clauses out of 60019 with flag 486000/486000
25.35/24.53	c cleaning 31006 clauses out of 62018 with flag 518000/518000
27.16/26.37	c cleaning 32005 clauses out of 64013 with flag 551001/551001
29.27/28.44	c cleaning 32999 clauses out of 66007 with flag 585000/585000
31.62/30.71	c cleaning 34002 clauses out of 68008 with flag 620000/620000
33.65/32.78	c cleaning 34997 clauses out of 70006 with flag 656000/656000
36.08/35.18	c cleaning 35995 clauses out of 72010 with flag 693001/693001
38.58/37.69	c cleaning 37001 clauses out of 74015 with flag 731001/731001
41.10/40.12	c cleaning 38004 clauses out of 76014 with flag 770001/770001
43.71/42.78	c cleaning 38999 clauses out of 78012 with flag 810003/810003
46.83/45.82	c cleaning 39998 clauses out of 80011 with flag 851001/851001
49.64/48.66	c cleaning 40996 clauses out of 82012 with flag 893000/893000
52.78/51.79	c cleaning 41995 clauses out of 84016 with flag 936000/936000
55.81/54.70	c cleaning 42997 clauses out of 86022 with flag 980001/980001
58.93/57.81	c cleaning 44008 clauses out of 88025 with flag 1025001/1025001
61.77/60.66	c cleaning 45003 clauses out of 90016 with flag 1071000/1071000
65.49/64.38	c cleaning 46001 clauses out of 92016 with flag 1118003/1118003
69.20/68.07	c cleaning 46999 clauses out of 94013 with flag 1166001/1166001
72.71/71.51	c cleaning 47995 clauses out of 96013 with flag 1215000/1215000
76.23/75.08	c cleaning 49000 clauses out of 98018 with flag 1265000/1265000
79.85/78.69	c cleaning 50008 clauses out of 100021 with flag 1316003/1316003
83.91/82.65	c cleaning 51000 clauses out of 102011 with flag 1368001/1368001
87.65/86.36	c cleaning 51998 clauses out of 104010 with flag 1421000/1421000
92.37/91.00	c cleaning 52990 clauses out of 106012 with flag 1475000/1475000
96.89/95.60	c cleaning 54007 clauses out of 108022 with flag 1530000/1530000
101.33/99.99	c cleaning 54996 clauses out of 110015 with flag 1586000/1586000
106.06/104.63	c cleaning 56003 clauses out of 112021 with flag 1643002/1643002
110.30/108.81	c cleaning 56998 clauses out of 114016 with flag 1701000/1701000
114.43/112.96	c cleaning 58001 clauses out of 116022 with flag 1760004/1760004
118.77/117.21	c cleaning 59003 clauses out of 118019 with flag 1820002/1820002
123.38/121.80	c cleaning 60000 clauses out of 120014 with flag 1881000/1881000
128.51/126.90	c cleaning 60995 clauses out of 122015 with flag 1943001/1943001
133.94/132.33	c cleaning 62004 clauses out of 124019 with flag 2006000/2006000
139.47/137.85	c cleaning 63005 clauses out of 126017 with flag 2070002/2070002
145.01/143.31	c cleaning 63995 clauses out of 128010 with flag 2135000/2135000
150.96/149.29	c cleaning 65000 clauses out of 130019 with flag 2201004/2201004
156.39/154.65	c cleaning 65992 clauses out of 132016 with flag 2268001/2268001
162.82/161.01	c cleaning 67003 clauses out of 134025 with flag 2336002/2336002
168.26/166.44	c cleaning 67994 clauses out of 136021 with flag 2405001/2405001
173.98/172.15	c cleaning 69007 clauses out of 138028 with flag 2475002/2475002
181.70/179.88	c cleaning 70001 clauses out of 140019 with flag 2546000/2546000
189.76/187.88	c cleaning 71005 clauses out of 142019 with flag 2618001/2618001
199.09/197.16	c cleaning 71995 clauses out of 144013 with flag 2691000/2691000
208.83/206.88	c cleaning 73000 clauses out of 146018 with flag 2765000/2765000
219.27/217.28	c cleaning 74002 clauses out of 148019 with flag 2840001/2840001
229.73/227.62	c cleaning 75002 clauses out of 150016 with flag 2916000/2916000
241.07/238.96	c cleaning 76002 clauses out of 152014 with flag 2993000/2993000
249.62/247.43	c cleaning 76998 clauses out of 154012 with flag 3071000/3071000
257.73/255.54	c cleaning 78002 clauses out of 156014 with flag 3150000/3150000
265.97/263.75	c cleaning 78999 clauses out of 158012 with flag 3230000/3230000
275.63/273.39	c cleaning 80000 clauses out of 160015 with flag 3311002/3311002
285.55/283.24	c cleaning 80999 clauses out of 162016 with flag 3393003/3393003
293.40/291.03	c cleaning 81999 clauses out of 164015 with flag 3476001/3476001
302.26/299.87	c cleaning 82991 clauses out of 166015 with flag 3560000/3560000
312.41/309.99	c cleaning 84009 clauses out of 168026 with flag 3645002/3645002
320.49/317.90	c cleaning 84999 clauses out of 170017 with flag 3731002/3731002
331.22/328.65	c cleaning 86002 clauses out of 172016 with flag 3818000/3818000
341.38/338.77	c cleaning 86999 clauses out of 174016 with flag 3906002/3906002
351.62/348.90	c cleaning 87999 clauses out of 176016 with flag 3995001/3995001
362.85/360.12	c cleaning 89001 clauses out of 178017 with flag 4085001/4085001
375.69/372.91	c cleaning 89998 clauses out of 180017 with flag 4176002/4176002
387.31/384.54	c cleaning 91002 clauses out of 182017 with flag 4268000/4268000
396.54/393.76	c cleaning 91999 clauses out of 184018 with flag 4361003/4361003
408.26/405.40	c cleaning 92999 clauses out of 186016 with flag 4455000/4455000
419.31/416.47	c cleaning 94001 clauses out of 188017 with flag 4550000/4550000
434.15/431.25	c cleaning 94995 clauses out of 190016 with flag 4646000/4646000
446.61/443.66	c cleaning 96004 clauses out of 192024 with flag 4743003/4743003
458.44/455.41	c cleaning 96994 clauses out of 194018 with flag 4841001/4841001
470.85/467.81	c cleaning 98003 clauses out of 196023 with flag 4940000/4940000
483.72/480.69	c cleaning 99000 clauses out of 198020 with flag 5040000/5040000
496.31/493.19	c cleaning 100002 clauses out of 200022 with flag 5141002/5141002
509.37/506.12	c cleaning 100997 clauses out of 202019 with flag 5243001/5243001
521.30/518.10	c cleaning 102002 clauses out of 204021 with flag 5346000/5346000
535.66/532.36	c cleaning 102998 clauses out of 206019 with flag 5450000/5450000
548.39/545.03	c cleaning 104008 clauses out of 208021 with flag 5555000/5555000
561.06/557.62	c cleaning 104998 clauses out of 210014 with flag 5661001/5661001
574.89/571.48	c cleaning 106000 clauses out of 212015 with flag 5768000/5768000
588.14/584.62	c cleaning 106996 clauses out of 214015 with flag 5876000/5876000
601.19/597.65	c cleaning 108000 clauses out of 216019 with flag 5985000/5985000
617.42/613.83	c cleaning 108999 clauses out of 218019 with flag 6095000/6095000
630.82/627.24	c cleaning 110006 clauses out of 220021 with flag 6206001/6206001
646.88/643.29	c cleaning 111003 clauses out of 222017 with flag 6318003/6318003
663.40/659.74	c cleaning 111995 clauses out of 224011 with flag 6431000/6431000
678.64/674.94	c cleaning 112999 clauses out of 226016 with flag 6545000/6545000
694.39/690.65	c cleaning 114003 clauses out of 228017 with flag 6660000/6660000
713.22/709.42	c cleaning 114997 clauses out of 230014 with flag 6776000/6776000
730.64/726.87	c cleaning 115997 clauses out of 232018 with flag 6893001/6893001
745.50/741.69	c cleaning 116997 clauses out of 234021 with flag 7011001/7011001
763.75/759.83	c cleaning 117998 clauses out of 236024 with flag 7130001/7130001
781.82/777.83	c cleaning 119005 clauses out of 238025 with flag 7250000/7250000
800.86/796.82	c cleaning 120004 clauses out of 240021 with flag 7371001/7371001
822.20/818.16	c cleaning 121006 clauses out of 242016 with flag 7493000/7493000
842.85/838.72	c cleaning 121998 clauses out of 244010 with flag 7616000/7616000
860.40/856.27	c cleaning 123001 clauses out of 246014 with flag 7740002/7740002
879.55/875.36	c cleaning 123986 clauses out of 248013 with flag 7865002/7865002
896.78/892.56	c cleaning 125003 clauses out of 250028 with flag 7991003/7991003
915.93/911.66	c cleaning 126001 clauses out of 252022 with flag 8118000/8118000
935.28/930.99	c cleaning 127004 clauses out of 254021 with flag 8246000/8246000
952.80/948.48	c cleaning 128002 clauses out of 256017 with flag 8375000/8375000
974.13/969.77	c cleaning 128998 clauses out of 258015 with flag 8505000/8505000
996.28/991.83	c cleaning 130002 clauses out of 260020 with flag 8636003/8636003
1018.39/1013.94	c cleaning 131004 clauses out of 262016 with flag 8768001/8768001
1042.69/1038.17	c cleaning 131997 clauses out of 264014 with flag 8901003/8901003
1062.86/1058.29	c cleaning 132999 clauses out of 266014 with flag 9035000/9035000
1084.79/1080.20	c cleaning 133995 clauses out of 268015 with flag 9170000/9170000
1107.14/1102.45	c cleaning 135004 clauses out of 270020 with flag 9306000/9306000
1128.12/1123.37	c cleaning 136005 clauses out of 272018 with flag 9443002/9443002
1150.24/1145.45	c cleaning 136998 clauses out of 274011 with flag 9581000/9581000
1173.31/1168.45	c cleaning 138001 clauses out of 276015 with flag 9720002/9720002
1195.37/1190.47	c cleaning 139000 clauses out of 278014 with flag 9860002/9860002
1218.16/1213.20	c cleaning 140000 clauses out of 280013 with flag 10001001/10001001
1241.40/1236.31	c cleaning 141003 clauses out of 282016 with flag 10143004/10143004
1265.24/1260.16	c cleaning 141996 clauses out of 284009 with flag 10286000/10286000
1289.29/1284.11	c cleaning 142993 clauses out of 286016 with flag 10430003/10430003
1315.55/1310.36	c cleaning 144005 clauses out of 288021 with flag 10575001/10575001
1337.27/1332.07	c cleaning 145004 clauses out of 290017 with flag 10721002/10721002
1361.00/1355.79	c cleaning 145993 clauses out of 292011 with flag 10868000/10868000
1388.27/1382.98	c cleaning 146998 clauses out of 294021 with flag 11016003/11016003
1413.14/1407.72	c cleaning 148006 clauses out of 296021 with flag 11165001/11165001
1438.71/1433.30	c cleaning 148998 clauses out of 298014 with flag 11315000/11315000
1467.38/1461.82	c cleaning 149999 clauses out of 300016 with flag 11466000/11466000
1492.58/1486.97	c cleaning 151001 clauses out of 302017 with flag 11618000/11618000
1520.35/1514.62	c cleaning 151999 clauses out of 304016 with flag 11771000/11771000
1545.36/1539.53	c cleaning 153006 clauses out of 306018 with flag 11925001/11925001
1568.33/1562.43	c cleaning 153999 clauses out of 308011 with flag 12080000/12080000
1594.96/1588.90	c cleaning 155000 clauses out of 310012 with flag 12236000/12236000
1623.19/1617.17	c cleaning 156001 clauses out of 312014 with flag 12393002/12393002
1647.55/1641.41	c cleaning 156997 clauses out of 314011 with flag 12551000/12551000
1672.63/1666.45	c cleaning 158006 clauses out of 316014 with flag 12710000/12710000
1698.20/1691.91	c cleaning 158995 clauses out of 318008 with flag 12870000/12870000
1725.29/1718.98	c cleaning 159994 clauses out of 320013 with flag 13031000/13031000
1758.70/1752.24	c cleaning 161000 clauses out of 322019 with flag 13193000/13193000
1792.37/1785.80	c cleaning 162003 clauses out of 324020 with flag 13356001/13356001
1800.02/1793.41	c starts		: 324
1800.02/1793.41	c conflicts		: 13429599
1800.02/1793.41	c decisions		: 18591718
1800.02/1793.41	c propagations		: 152653078
1800.02/1793.41	c inspects		: 20335316285
1800.02/1793.41	c shortcuts		: 0
1800.02/1793.41	c learnt literals	: 0
1800.02/1793.41	c learnt binary clauses	: 0
1800.02/1793.41	c learnt ternary clauses	: 5612
1800.02/1793.41	c learnt constraints	: 13429600
1800.02/1793.41	c ignored constraints	: 0
1800.02/1793.41	c root simplifications	: 0
1800.02/1793.41	c removed literals (reason simplification)	: 0
1800.02/1793.41	c reason swapping (by a shorter reason)	: 0
1800.02/1793.41	c Calls to reduceDB	: 159
1800.02/1793.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.41	c number of learned constraints concerned by reduction	: 0
1800.02/1793.41	c number of learning phase by resolution	: 0
1800.02/1793.41	c number of learning phase by cutting planes	: 0
1800.02/1793.41	c speed (assignments/second)	: 85129.86879725894
1800.02/1793.41	c non guided choices	656
1800.02/1793.45	c learnt constraints type 
1800.02/1793.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 235683
1800.02/1793.45	c constraints type 
1800.02/1793.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 618
1800.02/1793.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1800.02/1793.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1800.02/1793.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 618
1800.02/1793.45	c 1389 constraints processed.
1800.02/1793.45	s UNKNOWN
1800.02/1793.45	c Total wall clock time (in seconds): 1793.326

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

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.11 2.06 3/196 25353
/proc/meminfo: memFree=27735572/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25353/stat : 25353 (java) D 25351 25353 23031 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 254944420 9515008 175 33554432000 1073741824 1073778376 140736807872224 140736807854952 215124624272 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/25353/statm: 2323 175 133 9 0 71 0

[startup+0.0173039 s]
/proc/loadavg: 2.04 2.11 2.06 3/196 25353
/proc/meminfo: memFree=27735572/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 1366 0 0 0 0 0 0 0 20 0 2 0 254944420 103964672 1049 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 25382 1049 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100266 s]
/proc/loadavg: 2.04 2.11 2.06 3/196 25353
/proc/meminfo: memFree=27735572/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 4198 0 1 0 7 1 0 0 20 0 18 0 254944420 9787813888 5384 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2389603 5384 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30021 s]
/proc/loadavg: 2.04 2.11 2.06 3/196 25353
/proc/meminfo: memFree=27735572/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 6766 0 1 0 44 2 0 0 20 0 19 0 254944420 9855975424 8062 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 8062 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.70026 s]
/proc/loadavg: 2.04 2.11 2.06 3/196 25353
/proc/meminfo: memFree=27735572/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 9380 0 1 0 117 2 0 0 20 0 19 0 254944420 9855975424 11024 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 11024 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.12 2.12 2.07 3/215 25372
/proc/meminfo: memFree=27693064/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=2.08 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 9428 0 1 0 205 3 0 0 20 0 19 0 254944420 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 13089 2268 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2460 0 1 0 137 1 0 0 20 0 19 0 254944421 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701204435216 139701076293516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 254944423 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2168 0 0 0 32 0 0 0 20 0 19 0 254944426 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 13089 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9624976

[startup+3.10077 s]
/proc/loadavg: 2.12 2.12 2.07 3/215 25372
/proc/meminfo: memFree=27690520/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=3.72 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 9469 0 1 0 368 4 0 0 20 0 19 0 254944420 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 15166 2268 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2464 0 1 0 289 2 0 0 20 0 19 0 254944421 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701204435216 139701076329679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 254944423 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2168 0 0 0 33 0 0 0 20 0 19 0 254944426 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 15166 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 2.12 2.12 2.07 3/215 25372
/proc/meminfo: memFree=27678728/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=6.98 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 9509 0 1 0 694 4 0 0 20 0 19 0 254944420 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 15553 2268 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=6 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2469 0 1 0 598 2 0 0 20 0 19 0 254944421 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701204435336 139701076452937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 254944422 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 34 0 0 0 18 0 0 0 20 0 19 0 254944423 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2168 0 0 0 33 0 0 0 20 0 19 0 254944426 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 15553 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2172 0 0 0 35 0 0 0 20 0 19 0 254944426 9855975424 56579 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 56579 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 56579 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 97 0 0 0 47 33 0 0 20 0 19 0 254944426 9855975424 56579 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 56579 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1668.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25470
/proc/meminfo: memFree=24852468/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=1728.79 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 11899 0 1 0 172829 50 0 0 20 0 19 0 254944420 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 57091 2269 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=1707.4 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2635 0 1 0 170713 27 0 0 20 0 19 0 254944421 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701204435216 139701076303728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 241 0 0 0 97 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 233 0 0 0 89 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 254 0 0 0 99 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 282 0 0 0 84 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 251 0 0 0 93 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 190 0 0 0 96 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 231 0 0 0 88 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 440 0 0 0 92 1 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=8.26 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 152 0 0 0 823 3 0 0 20 0 19 0 254944423 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2172 0 0 0 35 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 99 0 0 0 49 34 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25471
/proc/meminfo: memFree=24851972/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=1788.87 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 11906 0 1 0 178836 51 0 0 20 0 19 0 254944420 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 57091 2269 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=1767.14 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2636 0 1 0 176686 28 0 0 20 0 19 0 254944421 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701204435216 139701076416185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 241 0 0 0 99 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 233 0 0 0 90 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 254 0 0 0 100 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 282 0 0 0 85 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 251 0 0 0 95 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 190 0 0 0 96 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 231 0 0 0 89 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 440 0 0 0 93 1 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=8.34 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 154 0 0 0 831 3 0 0 20 0 19 0 254944423 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2172 0 0 0 35 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 103 0 0 0 52 35 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.87
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25471
/proc/meminfo: memFree=24852096/32873844 swapFree=7608/7608
[pid=25353] ppid=25351 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/25353/stat : 25353 (java) S 25351 25353 23031 0 -1 4202496 11909 0 1 0 179951 51 0 0 20 0 19 0 254944420 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 140736332127568 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25353/statm: 2406244 57091 2269 9 0 2396937 0
[pid=25353/tid=25355] ppid=25351 vsize=9624976 CPUtime=1778.12 cores=1,3,5,7
/proc/25353/task/25355/stat : 25355 (java) R 25351 25353 23031 0 -1 4202560 2637 0 1 0 177783 29 0 0 20 0 19 0 254944421 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701204435216 139701076416023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25356] ppid=25351 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/25353/task/25356/stat : 25356 (java) S 25351 25353 23031 0 -1 4202560 241 0 0 0 100 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701048261544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25357] ppid=25351 vsize=9624976 CPUtime=0.92 cores=1,3,5,7
/proc/25353/task/25357/stat : 25357 (java) S 25351 25353 23031 0 -1 4202560 233 0 0 0 90 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701047209000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25358] ppid=25351 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/25353/task/25358/stat : 25358 (java) S 25351 25353 23031 0 -1 4202560 254 0 0 0 102 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701046155944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25359] ppid=25351 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25353/task/25359/stat : 25359 (java) S 25351 25353 23031 0 -1 4202560 282 0 0 0 85 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701045103400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25360] ppid=25351 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/25353/task/25360/stat : 25360 (java) S 25351 25353 23031 0 -1 4202560 251 0 0 0 97 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701044050344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25361] ppid=25351 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/25353/task/25361/stat : 25361 (java) S 25351 25353 23031 0 -1 4202560 190 0 0 0 97 3 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701042997800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25362] ppid=25351 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/25353/task/25362/stat : 25362 (java) S 25351 25353 23031 0 -1 4202560 231 0 0 0 89 2 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701041944744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25363] ppid=25351 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/25353/task/25363/stat : 25363 (java) S 25351 25353 23031 0 -1 4202560 440 0 0 0 93 1 0 0 20 0 19 0 254944422 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701040892200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25364] ppid=25351 vsize=9624976 CPUtime=8.43 cores=1,3,5,7
/proc/25353/task/25364/stat : 25364 (java) S 25351 25353 23031 0 -1 4202560 156 0 0 0 840 3 0 0 20 0 19 0 254944423 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701028694888 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25365] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25365/stat : 25365 (java) S 25351 25353 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701027641208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25366] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25366/stat : 25366 (java) S 25351 25353 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254944424 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701026588040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25367] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25367/stat : 25367 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701025536784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25353/tid=25368] ppid=25351 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/25353/task/25368/stat : 25368 (java) S 25351 25353 23031 0 -1 4202560 2172 0 0 0 35 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701024483640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25353/tid=25369] ppid=25351 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/25353/task/25369/stat : 25369 (java) S 25351 25353 23031 0 -1 4202560 3540 0 0 0 25 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701023431096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25370] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25370/stat : 25370 (java) S 25351 25353 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701022378232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25353/tid=25371] ppid=25351 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/25353/task/25371/stat : 25371 (java) S 25351 25353 23031 0 -1 4202560 103 0 0 0 52 35 0 0 20 0 19 0 254944426 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701021325896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25353/tid=25372] ppid=25351 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25353/task/25372/stat : 25372 (java) S 25351 25353 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254944443 9855975424 57091 33554432000 1073741824 1073778376 140736332136432 139701020272168 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25353 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=98103
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=980850
# CPU time returned by wait4() is 1796.08
# 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): 1793.45
CPU time (s): 1800.02
CPU user time (s): 1799.51
CPU system time (s): 0.51
CPU usage (%): 100.366
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.1
system time used= 0.98085
maximum resident set size= 228520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11950
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= 42340
involuntary context switches= 15386

runsolver used 6.553 second user time and 16.6125 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 21:36:36
IDJOB=3688833
IDBENCH=48377
IDSOLVER=2269
FILE ID=node135/3688833-1337888196
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_3_15.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688833-1337888196/watcher-3688833-1337888196 -o /tmp/evaluation-result-3688833-1337888196/solver-3688833-1337888196 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688833-1337888196.opb

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

MD5SUM BENCH= 97892b1b250c8711791b219b8ddda703
RANDOM SEED=672009774

node135.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		: 2666.820
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	: 5333.64
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		: 2666.820
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	: 5332.57
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.54
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5238.35
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		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27735952 kB
Buffers:          220104 kB
Cached:          3344668 kB
SwapCached:            0 kB
Active:          1580368 kB
Inactive:        2785288 kB
Active(anon):     803336 kB
Inactive(anon):        0 kB
Active(file):     777032 kB
Inactive(file):  2785288 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        807964 kB
Mapped:            22604 kB
Shmem:               212 kB
Slab:             632348 kB
SReclaimable:      74744 kB
SUnreclaim:       557604 kB
KernelStack:        1624 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1115864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 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= 71580 MiB
End job on node135 at 2012-05-24 22:06:32