Trace number 3710134

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-modszk1.opb
MD5SUM73a69ec0478725312d0c26d36222113a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48602
Total number of constraints686
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 constraints686
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 29700
Biggest coefficient in the objective function 197378980184064000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 14554406665136992500
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 197378980184064000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 14554406665136992500
Number of bits of the biggest sum of numbers64
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710134-1338149536.opb
0.11/0.11	c reading problem ... 
0.91/0.58	c ... done. Wall clock time 0.469s.
0.91/0.58	c declared #vars     48602
0.91/0.58	c #constraints  1367
0.91/0.58	c constraints type 
0.91/0.58	c ignored satisfied constraints => 5
0.91/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
0.91/0.58	c 1372 constraints processed.
1.86/1.08	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.39/1.44	c cleaning 4251 clauses out of 8502 with flag 11001/11001
2.73/1.75	c cleaning 5626 clauses out of 11251 with flag 18001/18001
3.15/2.14	c cleaning 6811 clauses out of 13625 with flag 26001/26001
3.69/2.61	c cleaning 7901 clauses out of 15813 with flag 35000/35000
4.35/3.12	c cleaning 8955 clauses out of 17913 with flag 45001/45001
5.08/3.67	c cleaning 9979 clauses out of 19959 with flag 56002/56002
5.93/4.21	c cleaning 10988 clauses out of 21978 with flag 68000/68000
6.63/4.91	c cleaning 11995 clauses out of 23991 with flag 81001/81001
8.57/6.83	c cleaning 12990 clauses out of 25996 with flag 95001/95001
10.38/8.60	c cleaning 13980 clauses out of 28005 with flag 110000/110000
11.89/10.14	c cleaning 15008 clauses out of 30027 with flag 126002/126002
13.22/11.41	c cleaning 16002 clauses out of 32017 with flag 143000/143000
14.73/12.99	c cleaning 17002 clauses out of 34016 with flag 161001/161001
16.87/15.05	c cleaning 18006 clauses out of 36014 with flag 180001/180001
20.17/18.04	c cleaning 18995 clauses out of 38008 with flag 200001/200001
24.28/21.74	c cleaning 19993 clauses out of 40013 with flag 221001/221001
27.80/25.24	c cleaning 21003 clauses out of 42020 with flag 243001/243001
31.12/28.52	c cleaning 21999 clauses out of 44015 with flag 266000/266000
35.56/32.91	c cleaning 22993 clauses out of 46016 with flag 290000/290000
39.88/37.30	c cleaning 23995 clauses out of 48023 with flag 315000/315000
44.45/41.72	c cleaning 24998 clauses out of 50029 with flag 341001/341001
49.27/46.51	c cleaning 25997 clauses out of 52031 with flag 368001/368001
54.30/51.54	c cleaning 27014 clauses out of 54033 with flag 396001/396001
56.83/54.09	c cleaning 28001 clauses out of 56019 with flag 425001/425001
61.29/58.43	c cleaning 28991 clauses out of 58017 with flag 455000/455000
65.22/62.31	c cleaning 30005 clauses out of 60026 with flag 486000/486000
70.20/67.29	c cleaning 31000 clauses out of 62024 with flag 518003/518003
76.29/73.27	c cleaning 32000 clauses out of 64022 with flag 551001/551001
83.05/79.94	c cleaning 33001 clauses out of 66024 with flag 585003/585003
86.17/83.00	c cleaning 34001 clauses out of 68019 with flag 620000/620000
90.75/87.55	c cleaning 34988 clauses out of 70002 with flag 656000/656000
95.82/92.57	c cleaning 35994 clauses out of 72015 with flag 693001/693001
103.20/99.85	c cleaning 37002 clauses out of 74020 with flag 731000/731000
106.31/102.93	c cleaning 38007 clauses out of 76018 with flag 770000/770000
109.13/105.70	c cleaning 38997 clauses out of 78012 with flag 810001/810001
112.16/108.77	c cleaning 40002 clauses out of 80014 with flag 851000/851000
115.49/112.03	c cleaning 41005 clauses out of 82013 with flag 893001/893001
121.60/118.02	c cleaning 41986 clauses out of 84007 with flag 936000/936000
129.49/125.87	c cleaning 42997 clauses out of 86022 with flag 980001/980001
138.32/134.59	c cleaning 44004 clauses out of 88024 with flag 1025000/1025000
148.06/144.15	c cleaning 44998 clauses out of 90020 with flag 1071000/1071000
153.13/149.10	c cleaning 45985 clauses out of 92023 with flag 1118001/1118001
156.95/152.98	c cleaning 46998 clauses out of 94037 with flag 1166000/1166000
160.79/156.72	c cleaning 48014 clauses out of 96039 with flag 1215000/1215000
171.10/166.94	c cleaning 48992 clauses out of 98026 with flag 1265002/1265002
184.04/179.77	c cleaning 50004 clauses out of 100034 with flag 1316002/1316002
197.51/193.05	c cleaning 50997 clauses out of 102029 with flag 1368001/1368001
203.26/198.65	c cleaning 52004 clauses out of 104032 with flag 1421001/1421001
208.56/203.89	c cleaning 53008 clauses out of 106027 with flag 1475000/1475000
214.54/209.74	c cleaning 53993 clauses out of 108022 with flag 1530003/1530003
220.12/215.29	c cleaning 55012 clauses out of 110028 with flag 1586002/1586002
228.02/223.04	c cleaning 56004 clauses out of 112015 with flag 1643001/1643001
234.91/229.89	c cleaning 56992 clauses out of 114010 with flag 1701000/1701000
241.59/236.42	c cleaning 58005 clauses out of 116018 with flag 1760000/1760000
248.73/243.42	c cleaning 58998 clauses out of 117996 with flag 1820000/1820000
264.97/259.45	c cleaning 59970 clauses out of 120000 with flag 1881002/1881002
281.74/275.92	c cleaning 60992 clauses out of 122029 with flag 1943001/1943001
300.56/294.44	c cleaning 61999 clauses out of 124036 with flag 2006000/2006000
313.36/306.94	c cleaning 63016 clauses out of 126036 with flag 2070000/2070000
332.77/326.09	c cleaning 64005 clauses out of 128025 with flag 2135005/2135005
348.52/341.54	c cleaning 65002 clauses out of 130015 with flag 2201000/2201000
364.86/357.56	c cleaning 66002 clauses out of 132013 with flag 2268000/2268000
381.05/373.42	c cleaning 67006 clauses out of 134020 with flag 2336009/2336009
402.60/394.73	c cleaning 67994 clauses out of 136006 with flag 2405001/2405001
424.20/416.05	c cleaning 69000 clauses out of 138011 with flag 2475000/2475000
434.85/426.32	c cleaning 69988 clauses out of 140011 with flag 2546000/2546000
450.07/441.30	c cleaning 70976 clauses out of 142023 with flag 2618000/2618000
462.58/453.65	c cleaning 71996 clauses out of 144047 with flag 2691000/2691000
481.59/472.10	c cleaning 73016 clauses out of 146051 with flag 2765000/2765000
506.00/496.17	c cleaning 73999 clauses out of 148035 with flag 2840000/2840000
532.70/522.47	c cleaning 74994 clauses out of 150037 with flag 2916001/2916001
561.31/550.67	c cleaning 75994 clauses out of 152042 with flag 2993000/2993000
581.22/570.11	c cleaning 77016 clauses out of 154050 with flag 3071002/3071002
597.87/586.33	c cleaning 78010 clauses out of 156036 with flag 3150004/3150004
620.67/608.86	c cleaning 79004 clauses out of 158023 with flag 3230001/3230001
642.49/630.27	c cleaning 79971 clauses out of 160019 with flag 3311001/3311001
656.99/644.46	c cleaning 81017 clauses out of 162049 with flag 3393002/3393002
672.91/660.07	c cleaning 81996 clauses out of 164030 with flag 3476000/3476000
703.13/689.60	c cleaning 82961 clauses out of 166035 with flag 3560001/3560001
741.49/727.10	c cleaning 84002 clauses out of 168074 with flag 3645001/3645001
769.72/754.57	c cleaning 85024 clauses out of 170072 with flag 3731001/3731001
788.85/773.47	c cleaning 86008 clauses out of 172047 with flag 3818000/3818000
808.30/792.72	c cleaning 87014 clauses out of 174039 with flag 3906000/3906000
827.97/812.27	c cleaning 88012 clauses out of 176027 with flag 3995002/3995002
845.66/829.56	c cleaning 88959 clauses out of 178014 with flag 4085001/4085001
870.93/854.27	c cleaning 89933 clauses out of 180056 with flag 4176002/4176002
897.92/880.79	c cleaning 90990 clauses out of 182122 with flag 4268001/4268001
926.21/908.51	c cleaning 91973 clauses out of 184131 with flag 4361000/4361000
951.39/933.36	c cleaning 92990 clauses out of 186159 with flag 4455001/4455001
973.12/954.72	c cleaning 94080 clauses out of 188169 with flag 4550001/4550001
981.60/963.16	c cleaning 95034 clauses out of 190088 with flag 4646000/4646000
991.47/972.99	c cleaning 96021 clauses out of 192055 with flag 4743001/4743001
1004.59/985.99	c cleaning 97010 clauses out of 194033 with flag 4841000/4841000
1047.13/1028.14	c cleaning 97996 clauses out of 196023 with flag 4940000/4940000
1080.89/1061.48	c cleaning 99002 clauses out of 198028 with flag 5040001/5040001
1120.65/1100.67	c cleaning 99990 clauses out of 200025 with flag 5141000/5141000
1149.24/1128.94	c cleaning 100986 clauses out of 202036 with flag 5243001/5243001
1176.44/1155.98	c cleaning 101992 clauses out of 204049 with flag 5346000/5346000
1211.46/1190.70	c cleaning 102985 clauses out of 206058 with flag 5450001/5450001
1234.55/1213.63	c cleaning 104026 clauses out of 208073 with flag 5555001/5555001
1255.50/1234.32	c cleaning 105001 clauses out of 210047 with flag 5661001/5661001
1281.74/1260.33	c cleaning 105999 clauses out of 212046 with flag 5768001/5768001
1311.19/1289.54	c cleaning 107007 clauses out of 214049 with flag 5876003/5876003
1337.45/1315.53	c cleaning 108001 clauses out of 216040 with flag 5985001/5985001
1355.60/1333.53	c cleaning 109002 clauses out of 218038 with flag 6095000/6095000
1375.95/1353.89	c cleaning 110000 clauses out of 220036 with flag 6206000/6206000
1395.57/1373.45	c cleaning 111011 clauses out of 222036 with flag 6318000/6318000
1418.57/1396.37	c cleaning 112007 clauses out of 224025 with flag 6431000/6431000
1438.44/1416.13	c cleaning 113009 clauses out of 226018 with flag 6545000/6545000
1462.13/1439.78	c cleaning 113998 clauses out of 228010 with flag 6660001/6660001
1492.30/1469.80	c cleaning 114999 clauses out of 230011 with flag 6776000/6776000
1506.62/1483.97	c cleaning 115990 clauses out of 232012 with flag 6893000/6893000
1531.99/1509.20	c cleaning 116991 clauses out of 234022 with flag 7011000/7011000
1552.09/1529.16	c cleaning 118001 clauses out of 236032 with flag 7130001/7130001
1568.78/1545.70	c cleaning 119005 clauses out of 238033 with flag 7250003/7250003
1594.19/1571.02	c cleaning 119995 clauses out of 240025 with flag 7371000/7371000
1614.82/1591.40	c cleaning 120972 clauses out of 242030 with flag 7493000/7493000
1660.77/1637.18	c cleaning 121948 clauses out of 244059 with flag 7616001/7616001
1720.42/1696.46	c cleaning 123006 clauses out of 246111 with flag 7740001/7740001
1779.86/1755.48	c cleaning 124042 clauses out of 248104 with flag 7865000/7865000
1800.05/1775.51	c starts		: 298
1800.05/1775.51	c conflicts		: 7940660
1800.05/1775.51	c decisions		: 9377795
1800.05/1775.51	c propagations		: 207953535
1800.05/1775.51	c inspects		: 9957665514
1800.05/1775.51	c shortcuts		: 0
1800.05/1775.51	c learnt literals	: 7
1800.05/1775.51	c learnt binary clauses	: 67
1800.05/1775.51	c learnt ternary clauses	: 122
1800.05/1775.51	c learnt constraints	: 7940653
1800.05/1775.51	c ignored constraints	: 0
1800.05/1775.51	c root simplifications	: 305
1800.05/1775.51	c removed literals (reason simplification)	: 83553270
1800.05/1775.51	c reason swapping (by a shorter reason)	: 0
1800.05/1775.51	c Calls to reduceDB	: 121
1800.05/1775.51	c number of reductions to clauses (during analyze)	: 0
1800.05/1775.51	c number of learned constraints concerned by reduction	: 0
1800.05/1775.51	c number of learning phase by resolution	: 0
1800.05/1775.51	c number of learning phase by cutting planes	: 0
1800.05/1775.51	c speed (assignments/second)	: 117163.1286389251
1800.05/1775.51	c non guided choices	27565
1800.05/1775.54	c learnt constraints type 
1800.05/1775.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.05/1775.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199727
1800.05/1775.54	c constraints type 
1800.05/1775.54	c ignored satisfied constraints => 5
1800.05/1775.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1367
1800.05/1775.54	c 1372 constraints processed.
1800.05/1775.54	s UNKNOWN
1800.05/1775.54	c Total wall clock time (in seconds): 1775.437

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-3710134-1338149536/watcher-3710134-1338149536 -o /tmp/evaluation-result-3710134-1338149536/solver-3710134-1338149536 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710134-1338149536.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.02 2.09 1.98 3/194 22229
/proc/meminfo: memFree=30850772/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 1230 0 0 0 0 0 0 0 20 0 2 0 281079566 96436224 939 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 24081 943 715 9 0 16771 0
[pid=22229/tid=22230] ppid=22227 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 281079566 98635776 959 33554432000 1073741824 1073778376 140735770068064 139817475526184 242158189107 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.028407 s]
/proc/loadavg: 2.02 2.09 1.98 3/194 22229
/proc/meminfo: memFree=30850772/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 2989 0 1 0 1 0 0 0 20 0 13 0 281079566 9446973440 3686 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2306390 3687 1676 9 0 2297091 0
[pid=22229/tid=22230] ppid=22227 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 1808 0 1 0 0 0 0 0 20 0 13 0 281079566 9446973440 3687 33554432000 1073741824 1073778376 140735770068064 139817475526896 139817479657096 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100232 s]
/proc/loadavg: 2.02 2.09 1.98 3/194 22229
/proc/meminfo: memFree=30850772/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 4402 0 1 0 10 1 0 0 20 0 18 0 281079566 9787842560 6120 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2389610 6120 2141 9 0 2380296 0
[pid=22229/tid=22230] ppid=22227 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 2491 0 1 0 8 0 0 0 20 0 18 0 281079566 9787842560 6120 33554432000 1073741824 1073778376 140735770068064 139817475529728 139817478816646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300196 s]
/proc/loadavg: 2.02 2.09 1.98 3/194 22229
/proc/meminfo: memFree=30850772/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 5879 0 1 0 48 2 0 0 20 0 18 0 281079566 9787842560 12182 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2389610 12182 2223 9 0 2380296 0
[pid=22229/tid=22230] ppid=22227 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 2511 0 1 0 26 1 0 0 20 0 18 0 281079566 9787842560 12182 33554432000 1073741824 1073778376 140735770068064 139817475530008 139817308452412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.7002 s]
/proc/loadavg: 2.02 2.09 1.98 3/194 22229
/proc/meminfo: memFree=30850772/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=1.25 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 9642 0 1 0 121 4 0 0 20 0 19 0 281079566 9856004096 38646 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 38646 2251 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 2569 0 1 0 65 2 0 0 20 0 19 0 281079566 9856004096 38646 33554432000 1073741824 1073778376 140735770068064 139817475531536 139817309035300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.02 2.09 1.98 5/213 22248
/proc/meminfo: memFree=30697016/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=2.53 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 11302 0 1 0 244 9 0 0 20 0 19 0 281079566 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 54349 2283 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=1.31 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) S 22227 22229 21838 0 -1 4202560 2578 0 1 0 128 3 0 0 20 0 19 0 281079566 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817475531160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) R 22227 22229 21838 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 19 0 281079568 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817298908400 139817479692578 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 3124 0 0 0 39 0 0 0 20 0 19 0 281079570 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 4289 0 0 0 51 1 0 0 20 0 19 0 281079570 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 54349 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 2.02 2.08 1.98 3/213 22248
/proc/meminfo: memFree=30639664/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=4.35 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 14388 0 1 0 426 9 0 0 20 0 19 0 281079566 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 56880 2283 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=2.69 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 2579 0 1 0 266 3 0 0 20 0 19 0 281079566 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817475508240 139817308513319 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 40 0 0 0 33 0 0 0 20 0 19 0 281079568 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=0.44 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) R 22227 22229 21838 0 -1 4202560 6164 0 0 0 44 0 0 0 20 0 19 0 281079570 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817294675640 139817482892096 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) R 22227 22229 21838 0 -1 4202560 4315 0 0 0 65 1 0 0 20 0 19 0 281079570 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139817293646656 139817481375996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 56880 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.02 2.08 1.98 3/213 22248
/proc/meminfo: memFree=30625356/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=8.07 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 16825 0 1 0 797 10 0 0 20 0 19 0 281079566 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 58293 2283 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=5.58 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 2583 0 1 0 555 3 0 0 20 0 19 0 281079566 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817475529248 139817309225382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079567 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 70 0 0 0 63 0 0 0 20 0 19 0 281079568 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 8547 0 0 0 91 2 0 0 20 0 19 0 281079570 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 4320 0 0 0 68 1 0 0 20 0 19 0 281079570 9856004096 58293 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=3.71 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 1411 0 0 0 357 14 0 0 20 0 19 0 281079567 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 2179 0 0 0 363 13 0 0 20 0 19 0 281079567 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=3.65 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 2438 0 0 0 349 16 0 0 20 0 19 0 281079567 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=14.73 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 1213 0 0 0 1467 6 0 0 20 0 19 0 281079568 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 8552 0 0 0 100 2 0 0 20 0 19 0 281079570 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 12124 0 0 0 137 2 0 0 20 0 19 0 281079570 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 95 0 0 0 19 27 0 0 20 0 19 0 281079570 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 240792 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1686.1
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 22323
/proc/meminfo: memFree=29599972/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=1746.47 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 43139 0 1 0 174481 166 0 0 20 0 19 0 281079566 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 259928 2284 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=1698.99 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 3046 0 1 0 169868 31 0 0 20 0 19 0 281079566 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817475531040 139817309365795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 2465 0 0 0 352 17 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=3.54 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 2008 0 0 0 340 14 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=3.78 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 1586 0 0 0 366 12 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=3.66 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 2077 0 0 0 350 16 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 2601 0 0 0 353 16 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 1420 0 0 0 362 14 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=3.8 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 2196 0 0 0 367 13 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=3.7 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 2516 0 0 0 353 17 0 0 20 0 19 0 281079567 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=14.89 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 1264 0 0 0 1483 6 0 0 20 0 19 0 281079568 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 8552 0 0 0 100 2 0 0 20 0 19 0 281079570 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 12124 0 0 0 137 2 0 0 20 0 19 0 281079570 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 97 0 0 0 20 29 0 0 20 0 19 0 281079570 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 259928 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1746.47
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22323
/proc/meminfo: memFree=29433960/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 43361 0 1 0 179826 179 0 0 20 0 19 0 281079566 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 285539 2284 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=1751.9 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 3048 0 1 0 175158 32 0 0 20 0 19 0 281079566 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817475531040 139817309099443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 2491 0 0 0 356 19 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=3.6 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 2034 0 0 0 344 16 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=3.83 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 1599 0 0 0 370 13 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 2116 0 0 0 357 18 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 2625 0 0 0 358 17 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=3.82 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 1442 0 0 0 366 16 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=3.87 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 2221 0 0 0 372 15 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 2533 0 0 0 358 18 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=15.06 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 1288 0 0 0 1500 6 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 8552 0 0 0 100 2 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 12124 0 0 0 137 2 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 101 0 0 0 22 29 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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

[startup+1775.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 22323
/proc/meminfo: memFree=29433960/32873648 swapFree=7112/7112
[pid=22229] ppid=22227 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 21838 0 -1 4202496 43361 0 1 0 179826 179 0 0 20 0 19 0 281079566 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 140735770059200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22229/statm: 2406251 285539 2284 9 0 2396937 0
[pid=22229/tid=22230] ppid=22227 vsize=9625004 CPUtime=1751.9 cores=1,3,5,7
/proc/22229/task/22230/stat : 22230 (java) R 22227 22229 21838 0 -1 4202560 3048 0 1 0 175158 32 0 0 20 0 19 0 281079566 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817475531040 139817309099443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 21838 0 -1 4202560 2491 0 0 0 356 19 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817437022632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=9625004 CPUtime=3.6 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 21838 0 -1 4202560 2034 0 0 0 344 16 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817435970088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=9625004 CPUtime=3.83 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 21838 0 -1 4202560 1599 0 0 0 370 13 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817434917032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 21838 0 -1 4202560 2116 0 0 0 357 18 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817433864488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=9625004 CPUtime=3.75 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 21838 0 -1 4202560 2625 0 0 0 358 17 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817432812456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=9625004 CPUtime=3.82 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 21838 0 -1 4202560 1442 0 0 0 366 16 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817431759912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=9625004 CPUtime=3.87 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 21838 0 -1 4202560 2221 0 0 0 372 15 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817430706856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 21838 0 -1 4202560 2533 0 0 0 358 18 0 0 20 0 19 0 281079567 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817429654312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=9625004 CPUtime=15.06 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 21838 0 -1 4202560 1288 0 0 0 1500 6 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817298909544 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817297855864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 21838 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281079568 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817296802696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817295751440 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 21838 0 -1 4202560 8552 0 0 0 100 2 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817294699320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=9625004 CPUtime=1.39 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 21838 0 -1 4202560 12124 0 0 0 137 2 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139817293646776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816419191544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 21838 0 -1 4202560 101 0 0 0 22 29 0 0 20 0 19 0 281079570 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816418139208 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281079626 9856004096 285539 33554432000 1073741824 1073778376 140735770068064 139816417084456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1775.55
CPU time (s): 1800.36
CPU user time (s): 1798.19
CPU system time (s): 2.17467
CPU usage (%): 101.397
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.17467
maximum resident set size= 1142308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43403
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51727
involuntary context switches= 49172

runsolver used 5.86111 second user time and 15.0517 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 22:12:17
IDJOB=3710134
IDBENCH=2416
IDSOLVER=2289
FILE ID=node126/3710134-1338149536
RUNJOBID= node126-1338147557-21855
PBS_JOBID= 14624519
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-modszk1.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-3710134-1338149536/watcher-3710134-1338149536 -o /tmp/evaluation-result-3710134-1338149536/solver-3710134-1338149536 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710134-1338149536.opb

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

MD5SUM BENCH= 73a69ec0478725312d0c26d36222113a
RANDOM SEED=212993265

node126.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.456
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	: 5332.91
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
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.456
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		: 2666.456
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.92
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.456
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		: 2666.456
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.90
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.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30851044 kB
Buffers:          310124 kB
Cached:           582396 kB
SwapCached:        17756 kB
Active:          1036156 kB
Inactive:         176352 kB
Active(anon):     300960 kB
Inactive(anon):    20896 kB
Active(file):     735196 kB
Inactive(file):   155456 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              2972 kB
Writeback:             0 kB
AnonPages:        311448 kB
Mapped:            17912 kB
Shmem:                 0 kB
Slab:             669144 kB
SReclaimable:     113048 kB
SUnreclaim:       556096 kB
KernelStack:        1600 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     724428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71356 MiB
End job on node126 at 2012-05-27 22:41:54