Trace number 3718106

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 70.7552 68.8863

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900581320--soft-66-100-0.wbo
MD5SUM4c1853ff60c53f26c44f2cbc4e9273c7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.1468
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints928
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120528
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718106-1338251894.wbo
0.09/0.11	c reading problem ... 
0.46/0.31	c ... done. Wall clock time 0.197s.
0.46/0.31	c declared #vars     231
0.46/0.31	c internal #vars     1159
0.46/0.31	c #constraints  2707
0.46/0.31	c constraints type 
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533
0.46/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.46/0.31	c ignored satisfied constraints => 1
0.46/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
0.46/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.46/0.31	c 2708 constraints processed.
0.46/0.31	c objective function length is 928 literals
0.72/0.40	c SATISFIABLE
0.72/0.40	c OPTIMIZING...
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.285
0.72/0.40	o 490
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.314
0.72/0.43	o 453
0.72/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.72/0.46	o 295
1.01/0.50	c Got one! Elapsed wall clock time (in seconds):0.382
1.01/0.50	o 289
1.01/0.52	c Got one! Elapsed wall clock time (in seconds):0.402
1.01/0.52	o 269
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.423
1.01/0.54	o 232
1.01/0.55	c Got one! Elapsed wall clock time (in seconds):0.44
1.01/0.55	o 198
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
1.01/0.59	o 197
1.31/0.60	c Got one! Elapsed wall clock time (in seconds):0.488
1.31/0.60	o 195
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.497
1.31/0.61	o 150
1.48/0.70	c Got one! Elapsed wall clock time (in seconds):0.584
1.48/0.70	o 148
1.48/0.71	c Got one! Elapsed wall clock time (in seconds):0.598
1.48/0.71	o 139
1.62/0.85	c Got one! Elapsed wall clock time (in seconds):0.734
1.62/0.85	o 138
1.62/0.89	c Got one! Elapsed wall clock time (in seconds):0.778
1.62/0.89	o 103
1.73/0.97	c Got one! Elapsed wall clock time (in seconds):0.856
1.73/0.97	o 100
1.73/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
1.73/0.99	o 95
1.83/1.06	c Got one! Elapsed wall clock time (in seconds):0.947
1.83/1.06	o 82
1.93/1.16	c Got one! Elapsed wall clock time (in seconds):1.049
1.93/1.16	o 77
1.93/1.19	c Got one! Elapsed wall clock time (in seconds):1.079
1.93/1.19	o 67
2.03/1.27	c Got one! Elapsed wall clock time (in seconds):1.16
2.03/1.27	o 64
2.15/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
2.15/1.35	o 54
2.29/1.49	c Got one! Elapsed wall clock time (in seconds):1.375
2.29/1.49	o 51
2.39/1.55	c Got one! Elapsed wall clock time (in seconds):1.439
2.39/1.55	o 49
2.49/1.67	c cleaning 7139 clauses out of 14278 with flag 5205/14278
3.04/2.14	c cleaning 6565 clauses out of 13137 with flag 41464/20276
3.83/2.52	c Got one! Elapsed wall clock time (in seconds):2.404
3.83/2.52	o 48
3.83/2.57	c Got one! Elapsed wall clock time (in seconds):2.456
3.83/2.57	o 47
4.14/2.82	c Got one! Elapsed wall clock time (in seconds):2.707
4.14/2.82	o 35
4.34/3.02	c cleaning 8918 clauses out of 17846 with flag 19306/31550
4.49/3.10	c Got one! Elapsed wall clock time (in seconds):2.985
4.49/3.10	o 27
4.49/3.15	c Got one! Elapsed wall clock time (in seconds):3.033
4.49/3.15	o 26
4.69/3.33	c Got one! Elapsed wall clock time (in seconds):3.218
4.69/3.33	o 23
4.79/3.43	c Got one! Elapsed wall clock time (in seconds):3.32
4.79/3.43	o 15
4.89/3.53	c cleaning 8126 clauses out of 16281 with flag 10784/38903
5.19/3.90	c cleaning 7068 clauses out of 14155 with flag 51607/44903
5.82/4.41	c cleaning 7040 clauses out of 14089 with flag 105148/51905
6.32/4.91	c cleaning 7514 clauses out of 15048 with flag 160435/59904
6.83/5.47	c cleaning 8261 clauses out of 16533 with flag 228068/68903
7.53/6.15	c cleaning 9132 clauses out of 18272 with flag 308128/78903
7.94/6.54	c Got one! Elapsed wall clock time (in seconds):6.427
7.94/6.54	o 12
8.33/6.95	c cleaning 9714 clauses out of 19452 with flag 48060/89215
8.74/7.35	c cleaning 7853 clauses out of 15737 with flag 98594/95214
8.84/7.41	c Got one! Elapsed wall clock time (in seconds):7.301
8.84/7.41	o 6
9.25/7.83	c cleaning 6836 clauses out of 13688 with flag 56567/101018
9.45/8.03	c Got one! Elapsed wall clock time (in seconds):7.919
9.45/8.03	o 5
9.65/8.20	c cleaning 6064 clauses out of 12139 with flag 24843/106305
10.05/8.67	c cleaning 6024 clauses out of 12075 with flag 89684/112305
10.55/9.13	c cleaning 6523 clauses out of 13051 with flag 146472/119305
11.05/9.65	c cleaning 7253 clauses out of 14529 with flag 205505/127306
11.65/10.25	c cleaning 8132 clauses out of 16275 with flag 272776/136305
11.75/10.31	c Got one! Elapsed wall clock time (in seconds):10.195
11.75/10.31	o 1
12.05/10.68	c cleaning 6887 clauses out of 13790 with flag 46596/141952
12.46/11.04	c cleaning 6445 clauses out of 12902 with flag 89768/147951
12.96/11.51	c cleaning 6727 clauses out of 13459 with flag 142375/154953
13.57/12.11	c cleaning 7359 clauses out of 14730 with flag 205949/162951
14.16/12.73	c cleaning 8184 clauses out of 16371 with flag 273281/171951
14.97/13.52	c cleaning 9091 clauses out of 18187 with flag 358634/181951
15.78/14.37	c cleaning 10043 clauses out of 20095 with flag 448483/192951
16.69/15.26	c cleaning 11015 clauses out of 22052 with flag 534939/204951
17.71/16.28	c cleaning 12005 clauses out of 24038 with flag 633975/217952
18.82/17.39	c cleaning 13012 clauses out of 26032 with flag 738747/231951
20.03/18.58	c cleaning 14011 clauses out of 28023 with flag 846703/246954
21.45/19.92	c cleaning 15005 clauses out of 30013 with flag 968797/262955
22.85/21.35	c cleaning 15995 clauses out of 32004 with flag 1092953/279951
24.56/23.04	c cleaning 16989 clauses out of 34009 with flag 1227931/297951
26.39/24.87	c cleaning 18010 clauses out of 36021 with flag 1377349/316952
28.00/26.49	c cleaning 18990 clauses out of 38009 with flag 1509381/336951
29.99/28.44	c cleaning 19998 clauses out of 40023 with flag 1668258/357955
32.20/30.64	c cleaning 21002 clauses out of 42021 with flag 1838652/379951
34.40/32.89	c cleaning 22005 clauses out of 44020 with flag 2002807/402952
36.72/35.11	c cleaning 22998 clauses out of 46013 with flag 2162025/426951
39.15/37.52	c cleaning 24005 clauses out of 48015 with flag 2334001/451952
41.75/40.16	c cleaning 24993 clauses out of 50009 with flag 2522364/477951
44.89/43.25	c cleaning 25998 clauses out of 52014 with flag 2731436/504951
47.71/46.03	c cleaning 27003 clauses out of 54017 with flag 2932423/532953
50.51/48.88	c cleaning 27993 clauses out of 56013 with flag 3130125/561953
53.62/51.92	c cleaning 28996 clauses out of 58018 with flag 3336973/591952
56.92/55.20	c cleaning 30007 clauses out of 60021 with flag 3556618/622952
60.42/58.73	c cleaning 30991 clauses out of 62012 with flag 3791486/654951
64.03/62.34	c cleaning 32003 clauses out of 64021 with flag 4031944/687951
68.34/66.66	c cleaning 32999 clauses out of 66021 with flag 4283922/721954
70.56/68.88	c starts		: 187
70.56/68.88	c conflicts		: 741982
70.56/68.88	c decisions		: 957149
70.56/68.88	c propagations		: 30321322
70.56/68.88	c inspects		: 952400326
70.56/68.88	c shortcuts		: 0
70.56/68.88	c learnt literals	: 20
70.56/68.88	c learnt binary clauses	: 36
70.56/68.88	c learnt ternary clauses	: 183
70.56/68.88	c learnt constraints	: 741961
70.56/68.88	c ignored constraints	: 0
70.56/68.88	c root simplifications	: 0
70.56/68.88	c removed literals (reason simplification)	: 0
70.56/68.88	c reason swapping (by a shorter reason)	: 0
70.56/68.88	c Calls to reduceDB	: 47
70.56/68.88	c Number of update (reduction) of LBD	: 194586
70.56/68.88	c number of reductions to clauses (during analyze)	: 0
70.56/68.88	c number of learned constraints concerned by reduction	: 0
70.56/68.88	c number of learning phase by resolution	: 0
70.56/68.88	c number of learning phase by cutting planes	: 0
70.56/68.88	c speed (assignments/second)	: 442291.91160382173
70.56/68.88	c non guided choices	4313
70.56/68.88	c learnt constraints type 
70.56/68.88	c constraints type 
70.56/68.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533
70.56/68.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
70.56/68.88	c ignored satisfied constraints => 1
70.56/68.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
70.56/68.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
70.56/68.88	c 2708 constraints processed.
70.56/68.88	s OPTIMUM FOUND
70.56/68.88	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 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 
70.56/68.88	c objective function=1
70.56/68.88	c Total wall clock time (in seconds): 68.765

Verifier Data

OK	1

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

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.01 1.79 1.82 3/194 14044
/proc/meminfo: memFree=29554952/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14044/stat : 14044 (java) D 14042 14044 13069 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 291313476 9515008 184 33554432000 1073741824 1073778376 140736868202816 140736868194040 251052846519 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2323 184 142 9 0 71 0

[startup+0.058091 s]
/proc/loadavg: 2.01 1.79 1.82 3/194 14044
/proc/meminfo: memFree=29554952/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 3081 0 1 0 3 1 0 0 20 0 13 0 291313476 9446973440 4290 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2306390 4290 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100259 s]
/proc/loadavg: 2.01 1.79 1.82 3/194 14044
/proc/meminfo: memFree=29554952/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 291313476 9787817984 5478 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2389604 5479 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300231 s]
/proc/loadavg: 2.01 1.79 1.82 3/194 14044
/proc/meminfo: memFree=29554952/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9558616 CPUtime=0.46 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 5437 0 1 0 44 2 0 0 20 0 18 0 291313476 9788022784 8157 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2389654 8188 2217 9 0 2380346 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558616

[startup+0.70023 s]
/proc/loadavg: 2.01 1.79 1.82 3/194 14044
/proc/meminfo: memFree=29554952/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=1.48 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 10734 0 1 0 145 3 0 0 20 0 19 0 291313476 9855979520 12471 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 12471 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 2.01 1.79 1.82 3/213 14063
/proc/meminfo: memFree=29511812/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=2.39 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 10747 0 1 0 236 3 0 0 20 0 19 0 291313476 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 14526 2253 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2466 0 1 0 145 1 0 0 20 0 19 0 291313477 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140210306920856 140210164217792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291313479 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2326 0 0 0 44 0 0 0 20 0 19 0 291313482 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 4754 0 0 0 44 0 0 0 20 0 19 0 291313482 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 14526 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.10054 s]
/proc/loadavg: 2.01 1.79 1.82 3/213 14063
/proc/meminfo: memFree=29494808/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=4.49 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 15298 0 1 0 445 4 0 0 20 0 19 0 291313476 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 20263 2278 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=3.01 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2470 0 1 0 300 1 0 0 20 0 19 0 291313477 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140210306928928 140210164256396 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291313479 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9236 0 0 0 88 2 0 0 20 0 19 0 291313482 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 20263 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9624980

[startup+6.30073 s]
/proc/loadavg: 1.93 1.77 1.81 3/213 14120
/proc/meminfo: memFree=29482148/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=7.73 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 15317 0 1 0 769 4 0 0 20 0 19 0 291313476 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 18991 2278 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=6.09 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2477 0 1 0 608 1 0 0 20 0 19 0 291313477 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140210306929048 140210164256283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313478 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 19 0 291313479 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9240 0 0 0 91 2 0 0 20 0 19 0 291313482 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 18991 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 55 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 40 0 0 0 82 0 0 0 20 0 19 0 291313479 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9246 0 0 0 95 2 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 69.66
Current children cumulated vsize (KiB) 9624980

[startup+68.3006 s]
/proc/loadavg: 1.97 1.81 1.82 3/213 14120
/proc/meminfo: memFree=29441840/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=70.06 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 15492 0 1 0 7000 6 0 0 20 0 19 0 291313476 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 21060 2279 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=67.24 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2516 0 1 0 6721 3 0 0 20 0 19 0 291313477 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210306928928 140210164218579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 55 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 40 0 0 0 82 0 0 0 20 0 19 0 291313479 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9246 0 0 0 95 2 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.06
Current children cumulated vsize (KiB) 9624980

[startup+68.7007 s]
/proc/loadavg: 1.97 1.81 1.82 3/213 14120
/proc/meminfo: memFree=29441840/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=70.46 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 15492 0 1 0 7040 6 0 0 20 0 19 0 291313476 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 21060 2279 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=67.64 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2516 0 1 0 6761 3 0 0 20 0 19 0 291313477 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210306928928 140210164257491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 55 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 40 0 0 0 82 0 0 0 20 0 19 0 291313479 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9246 0 0 0 95 2 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.46
Current children cumulated vsize (KiB) 9624980

[startup+68.8006 s]
/proc/loadavg: 1.97 1.81 1.82 3/213 14120
/proc/meminfo: memFree=29441840/32873648 swapFree=7368/7368
[pid=14044] ppid=14042 vsize=9624980 CPUtime=70.56 cores=0,2,4,6
/proc/14044/stat : 14044 (java) S 14042 14044 13069 0 -1 4202496 15492 0 1 0 7050 6 0 0 20 0 19 0 291313476 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140734906206960 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14044/statm: 2406245 21060 2279 9 0 2396937 0
[pid=14044/tid=14046] ppid=14042 vsize=9624980 CPUtime=67.74 cores=0,2,4,6
/proc/14044/task/14046/stat : 14046 (java) R 14042 14044 13069 0 -1 4202560 2516 0 1 0 6771 3 0 0 20 0 19 0 291313477 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210306928928 140210164218588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14047] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14047/stat : 14047 (java) S 14042 14044 13069 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210285029928 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14048] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14048/stat : 14048 (java) S 14042 14044 13069 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210283977128 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14049] ppid=14042 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/14044/task/14049/stat : 14049 (java) S 14042 14044 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140210282924328 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14050] ppid=14042 vsize=9624980 CPUtime=0.06 cores=0,2,4,6
/proc/14044/task/14050/stat : 14050 (java) S 14042 14044 13069 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209945569448 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14051] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14051/stat : 14051 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209944517672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14052] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14052/stat : 14052 (java) S 14042 14044 13069 0 -1 4202560 55 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209943464872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14053] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14053/stat : 14053 (java) S 14042 14044 13069 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209942412072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14054] ppid=14042 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/14044/task/14054/stat : 14054 (java) S 14042 14044 13069 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 291313478 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209941359272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14055] ppid=14042 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/14044/task/14055/stat : 14055 (java) S 14042 14044 13069 0 -1 4202560 40 0 0 0 82 0 0 0 20 0 19 0 291313479 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209929161192 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14056] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14056/stat : 14056 (java) S 14042 14044 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209928107256 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14057] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14057/stat : 14057 (java) S 14042 14044 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313480 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209927054344 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14058] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14058/stat : 14058 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209926002832 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14044/tid=14059] ppid=14042 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/14044/task/14059/stat : 14059 (java) S 14042 14044 13069 0 -1 4202560 2331 0 0 0 47 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209924950968 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14044/tid=14060] ppid=14042 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/14044/task/14060/stat : 14060 (java) S 14042 14044 13069 0 -1 4202560 9246 0 0 0 95 2 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209923898168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14061] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14061/stat : 14061 (java) S 14042 14044 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209922845560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14044/tid=14062] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14062/stat : 14062 (java) S 14042 14044 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313482 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209921792968 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14044/tid=14063] ppid=14042 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/14044/task/14063/stat : 14063 (java) S 14042 14044 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313509 9855979520 21060 33554432000 1073741824 1073778376 140734906215824 140209920701608 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 70.56
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 68.8863
CPU time (s): 70.7552
CPU user time (s): 70.5703
CPU system time (s): 0.184971
CPU usage (%): 102.713
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.5703
system time used= 0.184971
maximum resident set size= 84284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15505
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2990
involuntary context switches= 1893

runsolver used 0.221966 second user time and 0.515921 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:38:14
IDJOB=3718106
IDBENCH=78945
IDSOLVER=2301
FILE ID=node149/3718106-1338251894
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900581320--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718106-1338251894/watcher-3718106-1338251894 -o /tmp/evaluation-result-3718106-1338251894/solver-3718106-1338251894 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718106-1338251894.wbo

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

MD5SUM BENCH= 4c1853ff60c53f26c44f2cbc4e9273c7
RANDOM SEED=956085417

node149.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.145
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.29
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.145
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.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29555768 kB
Buffers:          641412 kB
Cached:          1748628 kB
SwapCached:         2476 kB
Active:          1193716 kB
Inactive:        1285296 kB
Active(anon):      72124 kB
Inactive(anon):     9368 kB
Active(file):    1121592 kB
Inactive(file):  1275928 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:         84524 kB
Mapped:            22456 kB
Shmem:                96 kB
Slab:             701836 kB
SReclaimable:     144948 kB
SUnreclaim:       556888 kB
KernelStack:        1584 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 71696 MiB
End job on node149 at 2012-05-29 02:39:23