Trace number 3711214

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 snapshotSAT (TO)14 1800.56 1797.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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 phase appearing in latest learned clause
0.08/0.12	c Expensive 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=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3711214-1338166575.opb
0.08/0.12	c reading problem ... 
0.73/0.47	c ... done. Wall clock time 0.349s.
0.73/0.47	c declared #vars     200
0.73/0.47	c internal #vars     6460
0.73/0.47	c #constraints  12720
0.73/0.47	c constraints type 
0.73/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
0.73/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
0.73/0.47	c 12720 constraints processed.
1.33/0.60	c SATISFIABLE
1.33/0.60	c OPTIMIZING...
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.475
1.33/0.60	o 199
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.573
1.33/0.69	o 198
1.63/0.72	c Got one! Elapsed wall clock time (in seconds):0.594
1.63/0.72	o 197
1.63/0.73	c Got one! Elapsed wall clock time (in seconds):0.608
1.63/0.73	o 196
1.63/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.63/0.74	o 195
1.63/0.75	c Got one! Elapsed wall clock time (in seconds):0.627
1.63/0.75	o 194
1.63/0.76	c Got one! Elapsed wall clock time (in seconds):0.634
1.63/0.76	o 193
1.63/0.76	c Got one! Elapsed wall clock time (in seconds):0.641
1.63/0.76	o 192
1.63/0.77	c Got one! Elapsed wall clock time (in seconds):0.648
1.63/0.77	o 191
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.656
1.63/0.78	o 190
1.63/0.78	c Got one! Elapsed wall clock time (in seconds):0.66
1.63/0.78	o 189
1.63/0.79	c Got one! Elapsed wall clock time (in seconds):0.665
1.63/0.79	o 188
1.63/0.79	c Got one! Elapsed wall clock time (in seconds):0.67
1.63/0.79	o 187
1.94/0.80	c Got one! Elapsed wall clock time (in seconds):0.675
1.94/0.80	o 186
1.94/0.80	c Got one! Elapsed wall clock time (in seconds):0.68
1.94/0.80	o 185
1.94/0.81	c Got one! Elapsed wall clock time (in seconds):0.686
1.94/0.81	o 184
1.94/0.81	c Got one! Elapsed wall clock time (in seconds):0.69
1.94/0.81	o 183
1.94/0.82	c Got one! Elapsed wall clock time (in seconds):0.695
1.94/0.82	o 182
1.94/0.82	c Got one! Elapsed wall clock time (in seconds):0.7
1.94/0.82	o 181
1.94/0.83	c Got one! Elapsed wall clock time (in seconds):0.704
1.94/0.83	o 180
1.94/0.83	c Got one! Elapsed wall clock time (in seconds):0.709
1.94/0.83	o 179
1.94/0.83	c Got one! Elapsed wall clock time (in seconds):0.714
1.94/0.83	o 178
1.94/0.84	c Got one! Elapsed wall clock time (in seconds):0.723
1.94/0.84	o 177
1.94/0.87	c Got one! Elapsed wall clock time (in seconds):0.749
1.94/0.87	o 16
1.94/0.88	c Got one! Elapsed wall clock time (in seconds):0.759
1.94/0.88	o 15
5.68/4.32	c cleaning 2502 clauses out of 5013 with flag 5003/5013
9.47/8.09	c cleaning 4251 clauses out of 8508 with flag 11000/11010
13.97/12.52	c cleaning 5624 clauses out of 11257 with flag 18000/18010
18.89/17.49	c cleaning 6808 clauses out of 13635 with flag 26002/26012
24.42/22.95	c cleaning 7897 clauses out of 15825 with flag 35000/35010
30.32/28.89	c cleaning 8957 clauses out of 17930 with flag 45002/45012
37.12/35.62	c cleaning 9970 clauses out of 19973 with flag 56002/56012
44.72/43.23	c cleaning 10996 clauses out of 22003 with flag 68002/68012
48.93/47.49	c Got one! Elapsed wall clock time (in seconds):47.365
48.93/47.49	o 14
51.94/50.43	c cleaning 11111 clauses out of 22235 with flag 5000/79240
55.85/54.35	c cleaning 8560 clauses out of 17127 with flag 11003/85243
60.35/58.85	c cleaning 7772 clauses out of 15564 with flag 18000/92240
65.67/64.12	c cleaning 7885 clauses out of 15792 with flag 26000/100240
71.28/69.70	c cleaning 8451 clauses out of 16909 with flag 35002/109242
77.40/75.85	c cleaning 9226 clauses out of 18458 with flag 45002/119242
84.40/82.89	c cleaning 10111 clauses out of 20232 with flag 56002/130242
91.30/89.74	c cleaning 11052 clauses out of 22119 with flag 68000/142240
99.31/97.71	c cleaning 12028 clauses out of 24067 with flag 81000/155240
104.42/102.87	c cleaning 13005 clauses out of 26039 with flag 95000/169240
112.93/111.39	c cleaning 13997 clauses out of 28036 with flag 110002/184242
123.84/122.29	c cleaning 15017 clauses out of 30038 with flag 126001/200241
134.65/133.02	c cleaning 15992 clauses out of 32020 with flag 143000/217240
145.88/144.22	c cleaning 16998 clauses out of 34028 with flag 161000/235240
157.98/156.39	c cleaning 18002 clauses out of 36030 with flag 180000/254240
170.31/168.69	c cleaning 19012 clauses out of 38029 with flag 200001/274241
183.73/182.05	c cleaning 19994 clauses out of 40022 with flag 221006/295246
198.16/196.40	c cleaning 20999 clauses out of 42022 with flag 243000/317240
213.38/211.65	c cleaning 21994 clauses out of 44023 with flag 266000/340240
228.41/226.69	c cleaning 23001 clauses out of 46029 with flag 290000/364240
243.83/242.06	c cleaning 23980 clauses out of 48028 with flag 315000/389240
259.74/257.93	c cleaning 25016 clauses out of 50048 with flag 341000/415240
277.76/275.91	c cleaning 26001 clauses out of 52032 with flag 368000/442240
296.59/294.79	c cleaning 26995 clauses out of 54031 with flag 396000/470240
315.89/314.00	c cleaning 27991 clauses out of 56036 with flag 425000/499240
335.83/333.94	c cleaning 29005 clauses out of 58046 with flag 455001/529241
356.56/354.60	c cleaning 29978 clauses out of 60040 with flag 486000/560240
375.97/374.03	c cleaning 31025 clauses out of 62062 with flag 518000/592240
397.29/395.30	c cleaning 32010 clauses out of 64040 with flag 551003/625243
419.01/417.05	c cleaning 33000 clauses out of 66027 with flag 585000/659240
441.94/439.94	c cleaning 34001 clauses out of 68029 with flag 620002/694242
464.75/462.78	c cleaning 34995 clauses out of 70026 with flag 656000/730240
489.29/487.25	c cleaning 35982 clauses out of 72031 with flag 693000/767240
513.61/511.56	c cleaning 37000 clauses out of 74050 with flag 731001/805241
538.52/536.49	c cleaning 38021 clauses out of 76049 with flag 770000/844240
565.13/563.06	c cleaning 38960 clauses out of 78028 with flag 810000/884240
591.84/589.72	c cleaning 40021 clauses out of 80068 with flag 851000/925240
619.65/617.50	c cleaning 41005 clauses out of 82048 with flag 893001/967241
649.00/646.85	c cleaning 41996 clauses out of 84043 with flag 936001/1010241
678.12/675.93	c cleaning 42996 clauses out of 86048 with flag 980002/1054242
707.65/705.40	c cleaning 44009 clauses out of 88050 with flag 1025000/1099240
736.16/733.99	c cleaning 44999 clauses out of 90041 with flag 1071000/1145240
767.09/764.85	c cleaning 46010 clauses out of 92044 with flag 1118002/1192242
797.53/795.26	c cleaning 47002 clauses out of 94032 with flag 1166000/1240240
829.43/827.16	c cleaning 47984 clauses out of 96033 with flag 1215003/1289243
860.74/858.46	c cleaning 49000 clauses out of 98046 with flag 1265000/1339240
894.46/892.14	c cleaning 50018 clauses out of 100048 with flag 1316002/1390242
929.69/927.31	c cleaning 50994 clauses out of 102028 with flag 1368000/1442240
965.01/962.60	c cleaning 51993 clauses out of 104034 with flag 1421000/1495240
999.74/997.31	c cleaning 53001 clauses out of 106042 with flag 1475001/1549241
1033.98/1031.55	c cleaning 54013 clauses out of 108041 with flag 1530001/1604241
1071.82/1069.35	c cleaning 54985 clauses out of 110027 with flag 1586000/1660240
1110.54/1108.05	c cleaning 55992 clauses out of 112042 with flag 1643000/1717240
1149.77/1147.22	c cleaning 57018 clauses out of 114050 with flag 1701000/1775240
1186.69/1184.19	c cleaning 57999 clauses out of 116032 with flag 1760000/1834240
1227.82/1225.26	c cleaning 58986 clauses out of 118036 with flag 1820003/1894243
1268.15/1265.53	c cleaning 59999 clauses out of 120050 with flag 1881003/1955243
1305.98/1303.32	c cleaning 61018 clauses out of 122054 with flag 1943006/2017246
1348.23/1345.51	c cleaning 62010 clauses out of 124035 with flag 2006005/2080245
1391.86/1389.16	c cleaning 62989 clauses out of 126020 with flag 2070000/2144240
1435.19/1432.47	c cleaning 63999 clauses out of 128033 with flag 2135002/2209242
1479.42/1476.62	c cleaning 64995 clauses out of 130036 with flag 2201004/2275244
1525.75/1522.93	c cleaning 65985 clauses out of 132037 with flag 2268000/2342240
1572.29/1569.43	c cleaning 67016 clauses out of 134052 with flag 2336000/2410240
1618.60/1615.73	c cleaning 67980 clauses out of 136037 with flag 2405001/2479241
1664.03/1661.15	c cleaning 69004 clauses out of 138059 with flag 2475003/2549243
1708.44/1705.57	c cleaning 70002 clauses out of 140054 with flag 2546002/2620242
1753.96/1751.03	c cleaning 71004 clauses out of 142050 with flag 2618000/2692240
1799.10/1796.20	c cleaning 71979 clauses out of 144046 with flag 2691000/2765240
1800.02/1797.01	c starts		: 257
1800.02/1797.01	c conflicts		: 2766763
1800.02/1797.01	c decisions		: 6501112
1800.02/1797.01	c propagations		: 2528960542
1800.02/1797.01	c inspects		: 17974329127
1800.02/1797.01	c shortcuts		: 0
1800.02/1797.01	c learnt literals	: 0
1800.02/1797.01	c learnt binary clauses	: 0
1800.02/1797.01	c learnt ternary clauses	: 16
1800.02/1797.01	c learnt constraints	: 2766763
1800.02/1797.01	c ignored constraints	: 0
1800.02/1797.01	c root simplifications	: 257
1800.02/1797.01	c removed literals (reason simplification)	: 345302
1800.02/1797.01	c reason swapping (by a shorter reason)	: 0
1800.02/1797.01	c Calls to reduceDB	: 77
1800.02/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.01	c number of learned constraints concerned by reduction	: 0
1800.02/1797.01	c number of learning phase by resolution	: 0
1800.02/1797.01	c number of learning phase by cutting planes	: 0
1800.02/1797.01	c speed (assignments/second)	: 1407695.8845549044
1800.02/1797.01	c non guided choices	11022
1800.02/1797.04	c learnt constraints type 
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73643
1800.02/1797.04	c constraints type 
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
1800.02/1797.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1797.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1800.02/1797.04	c 12721 constraints processed.
1800.02/1797.04	s SATISFIABLE
1800.02/1797.04	v x1 x2 -x3 -x4 x5 x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.02/1797.04	c objective function=14
1800.02/1797.04	c Total wall clock time (in seconds): 1796.916

Verifier Data

OK	14

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 2/194 23940
/proc/meminfo: memFree=31029032/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23940/stat : 23940 (java) D 23938 23940 21838 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 282783407 9515008 183 33554432000 1073741824 1073778376 140736689217696 140736689208728 242167398069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2323 183 140 9 0 71 0

[startup+0.039014 s]
/proc/loadavg: 2.00 1.99 1.99 2/194 23940
/proc/meminfo: memFree=31029032/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 2970 0 1 0 1 0 0 0 20 0 13 0 282783407 9446973440 3668 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2306390 3668 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100262 s]
/proc/loadavg: 2.00 1.99 1.99 2/194 23940
/proc/meminfo: memFree=31029032/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 4276 0 1 0 8 0 0 0 20 0 18 0 282783407 9787842560 5483 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2389610 5484 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300222 s]
/proc/loadavg: 2.00 1.99 1.99 2/194 23940
/proc/meminfo: memFree=31029032/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9558440 CPUtime=0.43 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 5259 0 1 0 42 1 0 0 20 0 18 0 282783407 9787842560 7758 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2389610 7758 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558440

[startup+0.700168 s]
/proc/loadavg: 2.00 1.99 1.99 2/194 23940
/proc/meminfo: memFree=31029032/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=1.63 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 23274 0 1 0 159 4 0 0 20 0 19 0 282783407 9856004096 22074 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 22074 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23959
/proc/meminfo: memFree=30941504/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=2.87 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 24487 0 1 0 282 5 0 0 20 0 19 0 282783407 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 24067 2265 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2534 0 1 0 145 2 0 0 20 0 19 0 282783408 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139964097712568 139963941990626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13855 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6897 0 0 0 65 2 0 0 20 0 19 0 282783413 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 24067 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23959
/proc/meminfo: memFree=30941008/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=4.47 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 24490 0 1 0 442 5 0 0 20 0 19 0 282783407 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 24580 2265 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2536 0 1 0 305 2 0 0 20 0 19 0 282783408 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139964097710560 139963941977084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13855 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6897 0 0 0 65 2 0 0 20 0 19 0 282783413 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 24580 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 23959
/proc/meminfo: memFree=30929704/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=7.75 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 24557 0 1 0 769 6 0 0 20 0 19 0 282783407 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 26687 2291 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=6.22 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2539 0 1 0 620 2 0 0 20 0 19 0 282783408 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139964097712696 139963942008346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282783409 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 282783410 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13858 0 0 0 72 2 0 0 20 0 19 0 282783413 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6900 0 0 0 67 2 0 0 20 0 19 0 282783413 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 26687 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 38 0 0 0 19 0 0 0 20 0 19 0 282783409 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=2.95 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 168 0 0 0 294 1 0 0 20 0 19 0 282783410 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13886 0 0 0 79 2 0 0 20 0 19 0 282783413 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6901 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 95 0 0 0 14 15 0 0 20 0 19 0 282783413 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 40151 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.24
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 24114
/proc/meminfo: memFree=30882240/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=1725.27 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 25267 0 1 0 172500 27 0 0 20 0 19 0 282783407 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 40663 2293 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=1718.69 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2610 0 1 0 171840 29 0 0 20 0 19 0 282783408 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139964097712432 139963942128092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 76 0 0 0 24 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 77 0 0 0 23 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 23 0 0 0 22 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 38 0 0 0 19 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 171 0 0 0 299 1 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13886 0 0 0 79 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6901 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 99 0 0 0 15 16 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 24114
/proc/meminfo: memFree=30879948/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=1785.3 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 25274 0 1 0 178503 27 0 0 20 0 19 0 282783407 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 40663 2293 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=1778.61 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2611 0 1 0 177831 30 0 0 20 0 19 0 282783408 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139964097712432 139963941977632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 76 0 0 0 25 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 77 0 0 0 24 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 23 0 0 0 23 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 54 0 0 0 25 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 33 0 0 0 27 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 38 0 0 0 20 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 51 0 0 0 27 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=3.07 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 173 0 0 0 306 1 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13886 0 0 0 79 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6901 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 103 0 0 0 15 16 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.3
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.14 2.03 2.01 3/214 24316
/proc/meminfo: memFree=30876768/32873648 swapFree=7112/7112
[pid=23940] ppid=23938 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/23940/stat : 23940 (java) S 23938 23940 21838 0 -1 4202496 25277 0 1 0 179975 27 0 0 20 0 19 0 282783407 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 140736371055376 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23940/statm: 2406251 40663 2293 9 0 2396937 0
[pid=23940/tid=23942] ppid=23938 vsize=9625004 CPUtime=1793.26 cores=0,2,4,6
/proc/23940/task/23942/stat : 23942 (java) R 23938 23940 21838 0 -1 4202560 2612 0 1 0 179296 30 0 0 20 0 19 0 282783408 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139964097712432 139963942127850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23943] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23943/stat : 23943 (java) S 23938 23940 21838 0 -1 4202560 76 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963941251624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23944] ppid=23938 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/23940/task/23944/stat : 23944 (java) S 23938 23940 21838 0 -1 4202560 77 0 0 0 25 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963940198824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23945] ppid=23938 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/23940/task/23945/stat : 23945 (java) S 23938 23940 21838 0 -1 4202560 23 0 0 0 23 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963939146024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23946] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23946/stat : 23946 (java) S 23938 23940 21838 0 -1 4202560 54 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963938093224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23947] ppid=23938 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/23940/task/23947/stat : 23947 (java) S 23938 23940 21838 0 -1 4202560 61 0 0 0 26 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963937041448 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23948] ppid=23938 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23940/task/23948/stat : 23948 (java) S 23938 23940 21838 0 -1 4202560 33 0 0 0 27 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963935988648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23949] ppid=23938 vsize=9625004 CPUtime=0.2 cores=0,2,4,6
/proc/23940/task/23949/stat : 23949 (java) S 23938 23940 21838 0 -1 4202560 38 0 0 0 20 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963934935848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23950] ppid=23938 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/23940/task/23950/stat : 23950 (java) S 23938 23940 21838 0 -1 4202560 51 0 0 0 27 0 0 0 20 0 19 0 282783409 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963933883048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23951] ppid=23938 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/23940/task/23951/stat : 23951 (java) S 23938 23940 21838 0 -1 4202560 175 0 0 0 311 1 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963451554280 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23952] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23952/stat : 23952 (java) S 23938 23940 21838 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963450500344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23953] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23953/stat : 23953 (java) S 23938 23940 21838 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282783410 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963449447432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23954] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23954/stat : 23954 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963448395920 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23940/tid=23955] ppid=23938 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/23940/task/23955/stat : 23955 (java) S 23938 23940 21838 0 -1 4202560 13886 0 0 0 79 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963447344056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23940/tid=23956] ppid=23938 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/23940/task/23956/stat : 23956 (java) S 23938 23940 21838 0 -1 4202560 6901 0 0 0 69 2 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963446291256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23957] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23957/stat : 23957 (java) S 23938 23940 21838 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963445238648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23940/tid=23958] ppid=23938 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/23940/task/23958/stat : 23958 (java) S 23938 23940 21838 0 -1 4202560 103 0 0 0 15 17 0 0 20 0 19 0 282783413 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963444186056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23940/tid=23959] ppid=23938 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23940/task/23959/stat : 23959 (java) S 23938 23940 21838 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 282783456 9856004096 40663 33554432000 1073741824 1073778376 140736371064240 139963443131560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1797.04
CPU time (s): 1800.56
CPU user time (s): 1799.9
CPU system time (s): 0.661899
CPU usage (%): 100.196
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.661899
maximum resident set size= 162776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40088
involuntary context switches= 10770

runsolver used 6.04108 second user time and 13.7229 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 02:56:15
IDJOB=3711214
IDBENCH=48132
IDSOLVER=2289
FILE ID=node126/3711214-1338166575
RUNJOBID= node126-1338147557-21854
PBS_JOBID= 14624519
Free space on /tmp= 71360 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_4.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-3711214-1338166575/watcher-3711214-1338166575 -o /tmp/evaluation-result-3711214-1338166575/solver-3711214-1338166575 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711214-1338166575.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1026539305

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:        31029296 kB
Buffers:          322000 kB
Cached:           584876 kB
SwapCached:        17756 kB
Active:           844528 kB
Inactive:         187508 kB
Active(anon):     106760 kB
Inactive(anon):    20452 kB
Active(file):     737768 kB
Inactive(file):   167056 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:         94928 kB
Mapped:            18032 kB
Shmem:                 0 kB
Slab:             668968 kB
SReclaimable:     113264 kB
SUnreclaim:       555704 kB
KernelStack:        1760 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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-28 03:26:14