Trace number 3718403

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 26.26 24.8282

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554072--soft-0-100-0.wbo
MD5SUMa56ccccf952bf820f5367d29dba24868
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark26.26
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 constraints2707
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718403-1338254345.wbo
0.10/0.10	c reading problem ... 
0.52/0.31	c ... done. Wall clock time 0.207s.
0.52/0.31	c declared #vars     231
0.52/0.31	c internal #vars     2938
0.52/0.31	c #constraints  2707
0.52/0.31	c constraints type 
0.52/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.52/0.31	c ignored satisfied constraints => 1
0.52/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.52/0.31	c 2708 constraints processed.
0.52/0.31	c objective function length is 2707 literals
0.82/0.48	c SATISFIABLE
0.82/0.48	c OPTIMIZING...
0.82/0.48	c Got one! Elapsed wall clock time (in seconds):0.382
0.82/0.48	o 324
1.11/0.53	c Got one! Elapsed wall clock time (in seconds):0.433
1.11/0.53	o 307
1.11/0.56	c Got one! Elapsed wall clock time (in seconds):0.461
1.11/0.56	o 297
1.11/0.58	c Got one! Elapsed wall clock time (in seconds):0.482
1.11/0.58	o 294
1.41/0.60	c Got one! Elapsed wall clock time (in seconds):0.505
1.41/0.60	o 289
1.41/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
1.41/0.64	o 287
1.41/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
1.41/0.65	o 285
1.41/0.67	c Got one! Elapsed wall clock time (in seconds):0.571
1.41/0.67	o 277
1.41/0.69	c Got one! Elapsed wall clock time (in seconds):0.594
1.41/0.69	o 275
1.66/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
1.66/0.72	o 261
1.66/0.78	c Got one! Elapsed wall clock time (in seconds):0.679
1.66/0.78	o 260
1.66/0.79	c Got one! Elapsed wall clock time (in seconds):0.693
1.66/0.79	o 259
1.76/0.84	c Got one! Elapsed wall clock time (in seconds):0.74
1.76/0.84	o 258
1.76/0.88	c Got one! Elapsed wall clock time (in seconds):0.779
1.76/0.88	o 222
1.76/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.76/0.89	o 214
1.87/0.90	c Got one! Elapsed wall clock time (in seconds):0.803
1.87/0.90	o 191
1.87/0.92	c Got one! Elapsed wall clock time (in seconds):0.824
1.87/0.92	o 187
1.87/0.95	c Got one! Elapsed wall clock time (in seconds):0.852
1.87/0.95	o 176
1.87/0.99	c Got one! Elapsed wall clock time (in seconds):0.889
1.87/0.99	o 166
1.98/1.07	c Got one! Elapsed wall clock time (in seconds):0.968
1.98/1.07	o 155
1.98/1.08	c Got one! Elapsed wall clock time (in seconds):0.979
1.98/1.08	o 147
2.08/1.11	c Got one! Elapsed wall clock time (in seconds):1.014
2.08/1.11	o 141
2.08/1.19	c Got one! Elapsed wall clock time (in seconds):1.09
2.08/1.19	o 137
2.17/1.23	c Got one! Elapsed wall clock time (in seconds):1.134
2.17/1.23	o 118
2.17/1.28	c Got one! Elapsed wall clock time (in seconds):1.18
2.17/1.28	o 104
2.28/1.36	c Got one! Elapsed wall clock time (in seconds):1.262
2.28/1.36	o 98
2.39/1.46	c Got one! Elapsed wall clock time (in seconds):1.358
2.39/1.46	o 93
2.39/1.47	c Got one! Elapsed wall clock time (in seconds):1.375
2.39/1.47	o 57
2.49/1.51	c Got one! Elapsed wall clock time (in seconds):1.411
2.49/1.51	o 52
2.82/1.82	c Got one! Elapsed wall clock time (in seconds):1.718
2.82/1.82	o 51
2.92/1.93	c Got one! Elapsed wall clock time (in seconds):1.829
2.92/1.93	o 50
3.12/2.13	c Got one! Elapsed wall clock time (in seconds):2.028
3.12/2.13	o 46
3.12/2.18	c Got one! Elapsed wall clock time (in seconds):2.082
3.12/2.18	o 39
3.35/2.32	c cleaning 7582 clauses out of 15163 with flag 5797/15163
3.35/2.39	c Got one! Elapsed wall clock time (in seconds):2.29
3.35/2.39	o 37
3.49/2.48	c Got one! Elapsed wall clock time (in seconds):2.377
3.49/2.48	o 36
3.72/2.65	c Got one! Elapsed wall clock time (in seconds):2.552
3.72/2.65	o 35
4.02/2.92	c Got one! Elapsed wall clock time (in seconds):2.816
4.02/2.92	o 32
4.02/2.93	c Got one! Elapsed wall clock time (in seconds):2.826
4.02/2.98	o 17
4.12/3.01	c cleaning 7473 clauses out of 14949 with flag 7753/22531
4.30/3.17	c Got one! Elapsed wall clock time (in seconds):3.067
4.30/3.17	o 13
4.41/3.29	c Got one! Elapsed wall clock time (in seconds):3.192
4.41/3.29	o 11
4.70/3.53	c cleaning 7077 clauses out of 14170 with flag 29455/29225
4.96/3.71	c Got one! Elapsed wall clock time (in seconds):3.615
4.96/3.71	o 10
5.16/3.91	c cleaning 6335 clauses out of 12672 with flag 20535/34804
5.57/4.31	c cleaning 6164 clauses out of 12338 with flag 61108/40805
5.97/4.71	c Got one! Elapsed wall clock time (in seconds):4.615
5.97/4.71	o 9
6.17/4.95	c Got one! Elapsed wall clock time (in seconds):4.845
6.17/4.95	o 6
6.37/5.14	c cleaning 8965 clauses out of 17932 with flag 19817/52563
6.78/5.53	c Got one! Elapsed wall clock time (in seconds):5.426
6.78/5.53	o 5
7.18/5.90	c cleaning 9865 clauses out of 19735 with flag 47975/63331
7.59/6.31	c cleaning 7935 clauses out of 15869 with flag 95693/69330
7.99/6.78	c cleaning 7462 clauses out of 14934 with flag 153310/76330
8.59/7.32	c cleaning 7734 clauses out of 15474 with flag 215534/84332
8.70/7.40	c Got one! Elapsed wall clock time (in seconds):7.304
8.70/7.40	o 4
8.90/7.70	c cleaning 6763 clauses out of 13553 with flag 41529/90145
9.30/8.08	c cleaning 6384 clauses out of 12790 with flag 85282/96145
9.80/8.51	c cleaning 6692 clauses out of 13409 with flag 138128/103148
10.20/8.98	c cleaning 7355 clauses out of 14714 with flag 191634/111146
10.70/9.47	c cleaning 8176 clauses out of 16359 with flag 246568/120146
11.00/9.78	c Got one! Elapsed wall clock time (in seconds):9.678
11.00/9.78	o 3
11.11/9.86	c cleaning 6952 clauses out of 13909 with flag 9817/125872
11.51/10.26	c cleaning 6473 clauses out of 12957 with flag 53363/131872
12.01/10.72	c cleaning 6735 clauses out of 13484 with flag 102375/138872
12.51/11.29	c cleaning 7368 clauses out of 14749 with flag 162851/146872
13.11/11.89	c cleaning 8179 clauses out of 16380 with flag 223332/155872
13.81/12.56	c cleaning 9101 clauses out of 18201 with flag 291492/165872
14.62/13.34	c cleaning 10049 clauses out of 20099 with flag 370190/176872
15.46/14.13	c cleaning 11010 clauses out of 22049 with flag 450503/188872
15.67/14.38	c Got one! Elapsed wall clock time (in seconds):14.276
15.67/14.38	o 2
15.87/14.57	c cleaning 8147 clauses out of 16304 with flag 24406/194137
16.37/15.08	c cleaning 7065 clauses out of 14154 with flag 84320/200134
16.97/15.61	c cleaning 7034 clauses out of 14091 with flag 144973/207136
17.57/16.22	c cleaning 7512 clauses out of 15055 with flag 204674/215134
18.18/16.88	c cleaning 8269 clauses out of 16543 with flag 263541/224134
18.68/17.35	c Got one! Elapsed wall clock time (in seconds):17.25
18.68/17.35	o 1
19.08/17.71	c cleaning 10082 clauses out of 20188 with flag 35900/236048
19.49/18.10	c cleaning 8047 clauses out of 16105 with flag 75883/242047
19.89/18.60	c cleaning 7516 clauses out of 15060 with flag 123140/249049
20.50/19.15	c cleaning 7762 clauses out of 15541 with flag 174892/257047
21.11/19.73	c cleaning 8383 clauses out of 16778 with flag 227993/266047
21.70/20.40	c cleaning 9193 clauses out of 18394 with flag 287074/276047
22.60/21.27	c cleaning 10091 clauses out of 20201 with flag 360823/287048
23.72/22.31	c cleaning 11048 clauses out of 22107 with flag 444271/299047
24.64/23.27	c cleaning 12026 clauses out of 24056 with flag 523558/312047
25.64/24.27	c cleaning 13015 clauses out of 26032 with flag 613009/326051
26.25/24.82	c starts		: 167
26.25/24.82	c conflicts		: 333784
26.25/24.82	c decisions		: 581440
26.25/24.82	c propagations		: 17548037
26.25/24.82	c inspects		: 267988329
26.25/24.82	c shortcuts		: 0
26.25/24.82	c learnt literals	: 26
26.25/24.82	c learnt binary clauses	: 26
26.25/24.82	c learnt ternary clauses	: 103
26.25/24.82	c learnt constraints	: 333757
26.25/24.82	c ignored constraints	: 0
26.25/24.82	c root simplifications	: 0
26.25/24.82	c removed literals (reason simplification)	: 0
26.25/24.82	c reason swapping (by a shorter reason)	: 0
26.25/24.82	c Calls to reduceDB	: 38
26.25/24.82	c Number of update (reduction) of LBD	: 120386
26.25/24.82	c number of reductions to clauses (during analyze)	: 0
26.25/24.82	c number of learned constraints concerned by reduction	: 0
26.25/24.82	c number of learning phase by resolution	: 0
26.25/24.82	c number of learning phase by cutting planes	: 0
26.25/24.82	c speed (assignments/second)	: 717153.8272916751
26.25/24.82	c non guided choices	5862
26.25/24.82	c learnt constraints type 
26.25/24.82	c constraints type 
26.25/24.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
26.25/24.82	c ignored satisfied constraints => 1
26.25/24.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
26.25/24.82	c 2708 constraints processed.
26.25/24.82	s OPTIMUM FOUND
26.25/24.82	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 
26.25/24.82	c objective function=1
26.25/24.82	c Total wall clock time (in seconds): 24.721

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

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

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


[startup+0 s]
/proc/loadavg: 1.94 1.99 1.99 3/195 9341
/proc/meminfo: memFree=31184816/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9341/stat : 9341 (java) R 9339 9341 6458 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 291559325 23793664 714 33554432000 1073741824 1073778376 140737164579152 140737164568216 213410428264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 5809 714 529 9 0 128 0

[startup+0.0123939 s]
/proc/loadavg: 1.94 1.99 1.99 3/195 9341
/proc/meminfo: memFree=31184816/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=8482264 CPUtime=0 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 1957 0 1 0 0 0 0 0 20 0 2 0 291559325 8685838336 1637 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2120566 1651 943 9 0 2111675 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8482264

[startup+0.100266 s]
/proc/loadavg: 1.94 1.99 1.99 3/195 9341
/proc/meminfo: memFree=31184816/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 4510 0 1 0 9 1 0 0 20 0 18 0 291559325 9787817984 5649 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2389604 5649 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300191 s]
/proc/loadavg: 1.94 1.99 1.99 3/195 9341
/proc/meminfo: memFree=31184816/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9558416 CPUtime=0.52 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 6825 0 1 0 50 2 0 0 20 0 18 0 291559325 9787817984 8284 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2389604 8284 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558416

[startup+0.70031 s]
/proc/loadavg: 1.94 1.99 1.99 3/195 9341
/proc/meminfo: memFree=31184816/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=1.66 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 12598 0 1 0 161 5 0 0 20 0 19 0 291559325 9855979520 13348 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 13348 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9624980

[startup+1.50078 s]
/proc/loadavg: 1.94 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31128216/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=2.49 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 12615 0 1 0 244 5 0 0 20 0 19 0 291559325 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 19496 2259 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 6458 0 -1 4202560 2530 0 1 0 145 2 0 0 20 0 19 0 291559326 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228662808728 140228602561956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5096 0 0 0 46 2 0 0 20 0 19 0 291559330 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3790 0 0 0 48 1 0 0 20 0 19 0 291559330 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 19496 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9624980

[startup+3.10076 s]
/proc/loadavg: 1.94 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31113196/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=4.3 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 12992 0 1 0 423 7 0 0 20 0 19 0 291559325 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 26233 2285 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 6458 0 -1 4202560 2539 0 1 0 299 2 0 0 20 0 19 0 291559326 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228662809048 140228603132896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291559328 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5373 0 0 0 57 2 0 0 20 0 19 0 291559330 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26233 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 1.95 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31088132/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=7.59 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 13168 0 1 0 752 7 0 0 20 0 19 0 291559325 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 26497 2285 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=6.05 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 6458 0 -1 4202560 2544 0 1 0 603 2 0 0 20 0 19 0 291559326 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228662809048 140228603111267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291559327 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 34 0 0 0 17 0 0 0 20 0 19 0 291559328 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5533 0 0 0 64 2 0 0 20 0 19 0 291559330 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26497 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=1.09 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 35 0 0 0 109 0 0 0 20 0 19 0 291559328 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5543 0 0 0 69 2 0 0 20 0 19 0 291559330 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26342 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 9624980

[startup+24.3006 s]
/proc/loadavg: 1.96 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31089140/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=25.75 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 13248 0 1 0 2567 8 0 0 20 0 19 0 291559325 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 26360 2286 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=22.99 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) S 9339 9341 6458 0 -1 4202560 2573 0 1 0 2297 2 0 0 20 0 19 0 291559326 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228662809048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) R 9339 9341 6458 0 -1 4202560 35 0 0 0 111 0 0 0 20 0 19 0 291559328 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228486800624 140228669317216 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5543 0 0 0 69 2 0 0 20 0 19 0 291559330 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26360 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 9624980

[startup+24.7006 s]
/proc/loadavg: 1.96 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31089140/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=26.15 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 13250 0 1 0 2607 8 0 0 20 0 19 0 291559325 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 26872 2286 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=23.38 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 6458 0 -1 4202560 2574 0 1 0 2336 2 0 0 20 0 19 0 291559326 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228662808928 140228603082732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 36 0 0 0 112 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5543 0 0 0 69 2 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (KiB) 9624980

[startup+24.8006 s]
/proc/loadavg: 1.96 1.99 1.99 3/214 9360
/proc/meminfo: memFree=31089140/32873844 swapFree=6608/6608
[pid=9341] ppid=9339 vsize=9624980 CPUtime=26.25 cores=1,3,5,7
/proc/9341/stat : 9341 (java) S 9339 9341 6458 0 -1 4202496 13250 0 1 0 2617 8 0 0 20 0 19 0 291559325 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140737164570288 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9341/statm: 2406245 26872 2286 9 0 2396937 0
[pid=9341/tid=9343] ppid=9339 vsize=9624980 CPUtime=23.48 cores=1,3,5,7
/proc/9341/task/9343/stat : 9343 (java) R 9339 9341 6458 0 -1 4202560 2574 0 1 0 2346 2 0 0 20 0 19 0 291559326 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228662808928 140228603102641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9344] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9344/stat : 9344 (java) S 9339 9341 6458 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228506368424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9345] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9345/stat : 9345 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228505315880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9346] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9346/stat : 9346 (java) S 9339 9341 6458 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228504262824 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9347] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9347/stat : 9347 (java) S 9339 9341 6458 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228503210280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9348] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9348/stat : 9348 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228502158248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9349] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9349/stat : 9349 (java) S 9339 9341 6458 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228501105704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9341/tid=9350] ppid=9339 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/9341/task/9350/stat : 9350 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228500052648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9351] ppid=9339 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/9341/task/9351/stat : 9351 (java) S 9339 9341 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291559327 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228499000104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9352] ppid=9339 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/9341/task/9352/stat : 9352 (java) S 9339 9341 6458 0 -1 4202560 36 0 0 0 112 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228486801768 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9353] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9353/stat : 9353 (java) S 9339 9341 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228485748088 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9354] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9354/stat : 9354 (java) S 9339 9341 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291559328 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228484694920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9355] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9355/stat : 9355 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228483643664 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9356] ppid=9339 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/9341/task/9356/stat : 9356 (java) S 9339 9341 6458 0 -1 4202560 5543 0 0 0 69 2 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228482591544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9341/tid=9357] ppid=9339 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/9341/task/9357/stat : 9357 (java) S 9339 9341 6458 0 -1 4202560 3818 0 0 0 55 1 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228481539000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9358] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9358/stat : 9358 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228480486136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9341/tid=9359] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9359/stat : 9359 (java) S 9339 9341 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291559330 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228479433800 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9341/tid=9360] ppid=9339 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9341/task/9360/stat : 9360 (java) S 9339 9341 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291559361 9855979520 26872 33554432000 1073741824 1073778376 140737164579152 140228478379048 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.25
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 24.8282
CPU time (s): 26.26
CPU user time (s): 26.087
CPU system time (s): 0.172973
CPU usage (%): 105.767
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.087
system time used= 0.172973
maximum resident set size= 107544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1700
involuntary context switches= 861

runsolver used 0.069989 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:19:05
IDJOB=3718403
IDBENCH=79270
IDSOLVER=2301
FILE ID=node140/3718403-1338254345
RUNJOBID= node140-1338248942-8853
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

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

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

MD5SUM BENCH= a56ccccf952bf820f5367d29dba24868
RANDOM SEED=1312431121

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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		: 2667.094
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:       32873844 kB
MemFree:        31185236 kB
Buffers:          232248 kB
Cached:            52340 kB
SwapCached:         1668 kB
Active:           806004 kB
Inactive:          26820 kB
Active(anon):     539696 kB
Inactive(anon):    10060 kB
Active(file):     266308 kB
Inactive(file):    16760 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:               376 kB
Writeback:             0 kB
AnonPages:        630212 kB
Mapped:            18144 kB
Shmem:                 8 kB
Slab:             714284 kB
SReclaimable:     156380 kB
SUnreclaim:       557904 kB
KernelStack:        1768 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     733452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71336 MiB
End job on node140 at 2012-05-29 03:19:30