Trace number 3718410

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 84.21 81.6099

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900565534--soft-0-100-0.wbo
MD5SUMcf389047fd441928b15b38cce26251ed
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 benchmark60.9107
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.12/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.12/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.12/0.12	c java.vm.version	19.1-b02
0.12/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		1.6.0_24
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.12	c Free memory 		501472288
0.12/0.12	c Max memory 		7480803328
0.12/0.12	c Total memory 		504102912
0.12/0.12	c Number of processors 	8
0.12/0.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c No reason simplification
0.12/0.12	c Armin Biere (Picosat) restarts strategy
0.12/0.12	c Glucose 2 learned constraints deletion strategy
0.12/0.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-3718410-1338254399.wbo
0.12/0.12	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.207s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.79/0.49	c SATISFIABLE
0.79/0.49	c OPTIMIZING...
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.79/0.49	o 604
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.463
1.08/0.58	o 602
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.483
1.35/0.60	o 408
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.502
1.35/0.62	o 386
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.524
1.35/0.64	o 382
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.542
1.35/0.66	o 364
1.65/0.71	c Got one! Elapsed wall clock time (in seconds):0.595
1.65/0.71	o 362
1.65/0.72	c Got one! Elapsed wall clock time (in seconds):0.609
1.65/0.72	o 234
1.65/0.77	c Got one! Elapsed wall clock time (in seconds):0.653
1.65/0.77	o 233
1.65/0.78	c Got one! Elapsed wall clock time (in seconds):0.662
1.65/0.78	o 231
1.65/0.79	c Got one! Elapsed wall clock time (in seconds):0.673
1.65/0.79	o 230
1.78/0.81	c Got one! Elapsed wall clock time (in seconds):0.692
1.78/0.81	o 191
1.78/0.86	c Got one! Elapsed wall clock time (in seconds):0.744
1.78/0.86	o 174
1.99/1.07	c Got one! Elapsed wall clock time (in seconds):0.957
1.99/1.07	o 170
1.99/1.08	c Got one! Elapsed wall clock time (in seconds):0.97
1.99/1.08	o 159
2.09/1.16	c Got one! Elapsed wall clock time (in seconds):1.043
2.09/1.16	o 151
2.09/1.20	c Got one! Elapsed wall clock time (in seconds):1.081
2.09/1.20	o 139
2.19/1.24	c Got one! Elapsed wall clock time (in seconds):1.127
2.19/1.24	o 138
2.29/1.30	c Got one! Elapsed wall clock time (in seconds):1.187
2.29/1.30	o 137
2.29/1.35	c Got one! Elapsed wall clock time (in seconds):1.234
2.29/1.35	o 133
2.39/1.44	c Got one! Elapsed wall clock time (in seconds):1.321
2.39/1.44	o 131
2.50/1.53	c Got one! Elapsed wall clock time (in seconds):1.411
2.50/1.53	o 128
2.50/1.56	c Got one! Elapsed wall clock time (in seconds):1.44
2.50/1.56	o 127
2.50/1.58	c Got one! Elapsed wall clock time (in seconds):1.462
2.50/1.58	o 115
2.60/1.60	c Got one! Elapsed wall clock time (in seconds):1.485
2.60/1.60	o 105
2.60/1.65	c Got one! Elapsed wall clock time (in seconds):1.537
2.60/1.65	o 104
2.72/1.73	c Got one! Elapsed wall clock time (in seconds):1.613
2.72/1.73	o 101
2.84/1.86	c Got one! Elapsed wall clock time (in seconds):1.747
2.84/1.86	o 100
3.04/2.01	c Got one! Elapsed wall clock time (in seconds):1.891
3.04/2.01	o 99
3.04/2.07	c Got one! Elapsed wall clock time (in seconds):1.953
3.04/2.07	o 92
3.25/2.28	c cleaning 7261 clauses out of 14523 with flag 5718/14523
3.70/2.68	c Got one! Elapsed wall clock time (in seconds):2.568
3.70/2.68	o 91
4.00/2.91	c Got one! Elapsed wall clock time (in seconds):2.792
4.00/2.91	o 89
4.10/3.09	c cleaning 6710 clauses out of 13437 with flag 20416/20698
4.45/3.26	c Got one! Elapsed wall clock time (in seconds):3.143
4.45/3.26	o 88
4.64/3.32	c Got one! Elapsed wall clock time (in seconds):3.206
4.64/3.32	o 80
4.84/3.40	c Got one! Elapsed wall clock time (in seconds):3.282
4.84/3.40	o 65
4.84/3.47	c Got one! Elapsed wall clock time (in seconds):3.357
4.84/3.47	o 53
5.14/3.62	c Got one! Elapsed wall clock time (in seconds):3.506
5.14/3.62	o 52
5.35/3.83	c Got one! Elapsed wall clock time (in seconds):3.717
5.35/3.83	o 51
5.45/3.94	c cleaning 7746 clauses out of 15512 with flag 10775/29483
5.86/4.18	c Got one! Elapsed wall clock time (in seconds):4.069
5.86/4.18	o 50
6.06/4.23	c Got one! Elapsed wall clock time (in seconds):4.117
6.06/4.23	o 33
6.06/4.30	c Got one! Elapsed wall clock time (in seconds):4.182
6.06/4.30	o 32
6.57/4.50	c cleaning 7024 clauses out of 14052 with flag 14036/35769
6.57/4.55	c Got one! Elapsed wall clock time (in seconds):4.432
6.57/4.55	o 30
6.68/4.63	c Got one! Elapsed wall clock time (in seconds):4.519
6.68/4.63	o 29
6.88/4.84	c Got one! Elapsed wall clock time (in seconds):4.722
6.88/4.84	o 28
7.09/5.01	c cleaning 6560 clauses out of 13132 with flag 24606/41873
7.19/5.14	c Got one! Elapsed wall clock time (in seconds):5.025
7.19/5.14	o 25
7.39/5.40	c cleaning 6131 clauses out of 12282 with flag 43470/47583
7.60/5.51	c Got one! Elapsed wall clock time (in seconds):5.4
7.60/5.51	o 21
7.60/5.54	c Got one! Elapsed wall clock time (in seconds):5.424
7.60/5.54	o 19
7.69/5.60	c Got one! Elapsed wall clock time (in seconds):5.485
7.69/5.60	o 18
7.69/5.66	c Got one! Elapsed wall clock time (in seconds):5.542
7.69/5.66	o 17
7.89/5.81	c Got one! Elapsed wall clock time (in seconds):5.697
7.89/5.81	o 16
7.99/5.97	c cleaning 7111 clauses out of 14245 with flag 15286/55677
8.20/6.10	c Got one! Elapsed wall clock time (in seconds):5.982
8.20/6.10	o 14
8.40/6.40	c cleaning 6218 clauses out of 12448 with flag 50728/60991
8.60/6.56	c Got one! Elapsed wall clock time (in seconds):6.448
8.60/6.56	o 13
8.80/6.78	c cleaning 5672 clauses out of 11360 with flag 41700/66121
8.91/6.84	c Got one! Elapsed wall clock time (in seconds):6.721
8.91/6.84	o 12
9.21/7.18	c cleaning 5545 clauses out of 11109 with flag 65225/71542
9.52/7.47	c Got one! Elapsed wall clock time (in seconds):7.355
9.52/7.47	o 11
9.62/7.54	c Got one! Elapsed wall clock time (in seconds):7.425
9.62/7.54	o 5
9.62/7.60	c Got one! Elapsed wall clock time (in seconds):7.487
9.62/7.60	o 4
9.73/7.68	c cleaning 6228 clauses out of 12469 with flag 11880/78447
10.14/8.06	c cleaning 6116 clauses out of 12241 with flag 54860/84447
10.27/8.15	c Got one! Elapsed wall clock time (in seconds):8.032
10.27/8.15	o 3
10.49/8.39	c Got one! Elapsed wall clock time (in seconds):8.277
10.49/8.39	o 1
10.59/8.48	c cleaning 6049 clauses out of 12113 with flag 14388/90435
11.01/8.82	c cleaning 6028 clauses out of 12064 with flag 71466/96435
11.41/9.23	c cleaning 6513 clauses out of 13037 with flag 133765/103436
11.91/9.71	c cleaning 7253 clauses out of 14524 with flag 208875/111436
12.42/10.26	c cleaning 8134 clauses out of 16270 with flag 281242/120435
13.14/10.99	c cleaning 9065 clauses out of 18137 with flag 374375/130436
13.85/11.69	c cleaning 10033 clauses out of 20071 with flag 464550/141435
14.76/12.56	c cleaning 11016 clauses out of 22039 with flag 575498/153436
15.88/13.64	c cleaning 12003 clauses out of 24022 with flag 702507/166435
16.99/14.80	c cleaning 13004 clauses out of 26020 with flag 828903/180436
18.31/16.09	c cleaning 13994 clauses out of 28015 with flag 959042/195436
19.62/17.31	c cleaning 15007 clauses out of 30020 with flag 1085815/211435
20.94/18.66	c cleaning 15997 clauses out of 32016 with flag 1231933/228438
22.45/20.18	c cleaning 17001 clauses out of 34016 with flag 1387159/246435
24.17/21.87	c cleaning 17999 clauses out of 36015 with flag 1556299/265435
25.99/23.64	c cleaning 18995 clauses out of 38016 with flag 1731829/285436
27.91/25.57	c cleaning 20004 clauses out of 40021 with flag 1903859/306436
30.01/27.68	c cleaning 21003 clauses out of 42016 with flag 2083236/328435
32.31/29.97	c cleaning 21996 clauses out of 44014 with flag 2273711/351436
34.41/32.01	c cleaning 22996 clauses out of 46016 with flag 2452690/375435
36.62/34.24	c cleaning 24001 clauses out of 48020 with flag 2648463/400435
39.63/37.26	c cleaning 25002 clauses out of 50018 with flag 2873316/426435
42.26/39.84	c cleaning 26006 clauses out of 52017 with flag 3076905/453436
44.97/42.52	c cleaning 26991 clauses out of 54010 with flag 3304574/481436
48.08/45.67	c cleaning 28004 clauses out of 56018 with flag 3545589/510435
51.18/48.76	c cleaning 28989 clauses out of 58013 with flag 3789544/540435
54.69/52.22	c cleaning 30002 clauses out of 60022 with flag 4047131/571435
58.11/55.60	c cleaning 31006 clauses out of 62019 with flag 4298877/603435
61.84/59.36	c cleaning 31997 clauses out of 64012 with flag 4564059/636435
65.85/63.37	c cleaning 32998 clauses out of 66015 with flag 4834888/670436
69.75/67.20	c cleaning 34002 clauses out of 68015 with flag 5109491/705436
74.08/71.53	c cleaning 35001 clauses out of 70008 with flag 5409775/741435
78.28/75.78	c cleaning 35997 clauses out of 72006 with flag 5697440/778437
82.90/80.38	c cleaning 36999 clauses out of 74007 with flag 6017316/816438
84.21/81.60	c starts		: 211
84.21/81.60	c conflicts		: 826973
84.21/81.60	c decisions		: 1163488
84.21/81.60	c propagations		: 38807047
84.21/81.60	c inspects		: 1114481971
84.21/81.60	c shortcuts		: 0
84.21/81.60	c learnt literals	: 36
84.21/81.60	c learnt binary clauses	: 34
84.21/81.60	c learnt ternary clauses	: 158
84.21/81.60	c learnt constraints	: 826936
84.21/81.60	c ignored constraints	: 0
84.21/81.60	c root simplifications	: 0
84.21/81.60	c removed literals (reason simplification)	: 0
84.21/81.60	c reason swapping (by a shorter reason)	: 0
84.21/81.60	c Calls to reduceDB	: 46
84.21/81.60	c Number of update (reduction) of LBD	: 236850
84.21/81.60	c number of reductions to clauses (during analyze)	: 0
84.21/81.60	c number of learned constraints concerned by reduction	: 0
84.21/81.60	c number of learning phase by resolution	: 0
84.21/81.60	c number of learning phase by cutting planes	: 0
84.21/81.60	c speed (assignments/second)	: 477719.2677942734
84.21/81.60	c non guided choices	7144
84.21/81.60	c learnt constraints type 
84.21/81.60	c constraints type 
84.21/81.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
84.21/81.60	c ignored satisfied constraints => 1
84.21/81.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
84.21/81.60	c 2708 constraints processed.
84.21/81.60	s OPTIMUM FOUND
84.21/81.60	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 
84.21/81.60	c objective function=1
84.21/81.60	c Total wall clock time (in seconds): 81.486

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-3718410-1338254399/watcher-3718410-1338254399 -o /tmp/evaluation-result-3718410-1338254399/solver-3718410-1338254399 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718410-1338254399.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: 2.04 2.07 2.02 3/194 17281
/proc/meminfo: memFree=30831800/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17281/stat : 17281 (java) R 17279 17281 14287 0 -1 4202496 629 0 0 0 0 0 0 0 20 0 1 0 291565507 23793664 357 33554432000 1073741824 1073778376 140735174559072 140735174548136 214360439347 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 5809 369 283 9 0 128 0

[startup+0.0981151 s]
/proc/loadavg: 2.04 2.07 2.02 3/194 17281
/proc/meminfo: memFree=30831800/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 4275 0 1 0 8 1 0 0 20 0 18 0 291565507 9787817984 5463 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2389604 5463 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.115721 s]
/proc/loadavg: 2.04 2.07 2.02 3/194 17281
/proc/meminfo: memFree=30831800/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9558416 CPUtime=0.12 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 4448 0 1 0 11 1 0 0 20 0 18 0 291565507 9787817984 6108 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2389604 6108 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558416

[startup+0.300193 s]
/proc/loadavg: 2.04 2.07 2.02 3/194 17281
/proc/meminfo: memFree=30831800/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9558416 CPUtime=0.49 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 6649 0 1 0 47 2 0 0 20 0 18 0 291565507 9787817984 8861 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2389604 8861 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.7002 s]
/proc/loadavg: 2.04 2.07 2.02 3/194 17281
/proc/meminfo: memFree=30831800/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=1.65 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 12954 0 1 0 163 2 0 0 20 0 19 0 291565507 9855979520 12532 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 12532 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9624980

[startup+1.50076 s]
/proc/loadavg: 2.04 2.07 2.02 3/213 17300
/proc/meminfo: memFree=30782096/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=2.5 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 12968 0 1 0 247 3 0 0 20 0 19 0 291565507 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 17655 2259 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) R 17279 17281 14287 0 -1 4202560 2474 0 1 0 146 1 0 0 20 0 19 0 291565508 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695939568136 140695764001809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 5094 0 0 0 50 0 0 0 20 0 19 0 291565513 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 4200 0 0 0 49 0 0 0 20 0 19 0 291565513 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 17655 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9624980

[startup+3.10068 s]
/proc/loadavg: 2.04 2.07 2.02 3/213 17300
/proc/meminfo: memFree=30757396/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=4.24 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 13043 0 1 0 420 4 0 0 20 0 19 0 291565507 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 24357 2285 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=3.03 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) S 17279 17281 14287 0 -1 4202560 2485 0 1 0 302 1 0 0 20 0 19 0 291565508 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695939568024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) R 17279 17281 14287 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291565510 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695763412840 140695945694351 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 5099 0 0 0 56 0 0 0 20 0 19 0 291565513 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695759179096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 4204 0 0 0 53 0 0 0 20 0 19 0 291565513 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695758136168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 24357 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.03 2.07 2.02 3/215 17304
/proc/meminfo: memFree=30726756/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=8.4 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 23945 0 1 0 833 7 0 0 20 0 19 0 291565507 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 28771 2285 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=6.05 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) R 17279 17281 14287 0 -1 4202560 2490 0 1 0 604 1 0 0 20 0 19 0 291565508 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695939568088 140695764016170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291565509 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 19 0 291565510 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 11321 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 8870 0 0 0 97 2 0 0 20 0 19 0 291565513 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 28771 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=1.68 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 43 0 0 0 168 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 11321 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 8897 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 83.31
Current children cumulated vsize (KiB) 9624980

[startup+81.1007 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 17304
/proc/meminfo: memFree=30717088/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=83.71 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 24166 0 1 0 8362 9 0 0 20 0 19 0 291565507 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 31975 2286 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=78.86 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) R 17279 17281 14287 0 -1 4202560 2530 0 1 0 7884 2 0 0 20 0 19 0 291565508 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695939567968 140695764025059 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=1.68 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 43 0 0 0 168 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 11321 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 8897 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 83.71
Current children cumulated vsize (KiB) 9624980

[startup+81.5007 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 17304
/proc/meminfo: memFree=30716840/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=84.11 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 24166 0 1 0 8402 9 0 0 20 0 19 0 291565507 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 31975 2286 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=79.26 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) R 17279 17281 14287 0 -1 4202560 2530 0 1 0 7924 2 0 0 20 0 19 0 291565508 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695939567968 140695764016485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=1.68 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 43 0 0 0 168 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 11321 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 8897 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 84.11
Current children cumulated vsize (KiB) 9624980

[startup+81.6007 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 17304
/proc/meminfo: memFree=30716840/32873844 swapFree=7632/7632
[pid=17281] ppid=17279 vsize=9624980 CPUtime=84.21 cores=1,3,5,7
/proc/17281/stat : 17281 (java) S 17279 17281 14287 0 -1 4202496 24166 0 1 0 8412 9 0 0 20 0 19 0 291565507 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140735174550208 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17281/statm: 2406245 31975 2286 9 0 2396937 0
[pid=17281/tid=17283] ppid=17279 vsize=9624980 CPUtime=79.36 cores=1,3,5,7
/proc/17281/task/17283/stat : 17283 (java) R 17279 17281 14287 0 -1 4202560 2530 0 1 0 7934 2 0 0 20 0 19 0 291565508 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695939568536 140695764329911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17284] ppid=17279 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/17281/task/17284/stat : 17284 (java) S 17279 17281 14287 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695901060008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17285] ppid=17279 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/17281/task/17285/stat : 17285 (java) S 17279 17281 14287 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695900007464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17286] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17286/stat : 17286 (java) S 17279 17281 14287 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695898954408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17287] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17287/stat : 17287 (java) S 17279 17281 14287 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695897901864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17288] ppid=17279 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/17281/task/17288/stat : 17288 (java) S 17279 17281 14287 0 -1 4202560 15 0 0 0 10 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695896848808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17289] ppid=17279 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/17281/task/17289/stat : 17289 (java) S 17279 17281 14287 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695895796264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17290] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17290/stat : 17290 (java) S 17279 17281 14287 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695894743208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17291] ppid=17279 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/17281/task/17291/stat : 17291 (java) S 17279 17281 14287 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 19 0 291565509 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695893690664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17292] ppid=17279 vsize=9624980 CPUtime=1.68 cores=1,3,5,7
/proc/17281/task/17292/stat : 17292 (java) S 17279 17281 14287 0 -1 4202560 43 0 0 0 168 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695763413864 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17293] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17293/stat : 17293 (java) S 17279 17281 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695762360184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17294] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17294/stat : 17294 (java) S 17279 17281 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291565510 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695761307016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17295] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17295/stat : 17295 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695760255760 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17296] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17296/stat : 17296 (java) S 17279 17281 14287 0 -1 4202560 11321 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695759202616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17281/tid=17297] ppid=17279 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/17281/task/17297/stat : 17297 (java) S 17279 17281 14287 0 -1 4202560 8897 0 0 0 102 2 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695758150072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17281/tid=17298] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17298/stat : 17298 (java) S 17279 17281 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695757097208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17281/tid=17299] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17299/stat : 17299 (java) S 17279 17281 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291565513 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695756044872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17281/tid=17300] ppid=17279 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17281/task/17300/stat : 17300 (java) S 17279 17281 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291565544 9855979520 31975 33554432000 1073741824 1073778376 140735174559072 140695754991144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 84.21
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17281 and gives
#  childrusage.ru_utime.tv_sec=83
#  childrusage.ru_utime.tv_usec=898245
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200969
# CPU time returned by wait4() is 84.0992
# while last known CPU time is 84.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 81.6099
CPU time (s): 84.21
CPU user time (s): 84.12
CPU system time (s): 0.09
CPU usage (%): 103.186
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.8982
system time used= 0.200969
maximum resident set size= 127940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24177
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= 3242
involuntary context switches= 3424

runsolver used 0.166974 second user time and 0.442932 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:19:59
IDJOB=3718410
IDBENCH=79285
IDSOLVER=2301
FILE ID=node130/3718410-1338254399
RUNJOBID= node130-1338248781-16336
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= cf389047fd441928b15b38cce26251ed
RANDOM SEED=1867599586

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30832592 kB
Buffers:          303720 kB
Cached:           127288 kB
SwapCached:         4176 kB
Active:          1153532 kB
Inactive:          37848 kB
Active(anon):     751320 kB
Inactive(anon):     9116 kB
Active(file):     402212 kB
Inactive(file):    28732 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               224 kB
Writeback:             0 kB
AnonPages:        861064 kB
Mapped:            17616 kB
Shmem:                 8 kB
Slab:             693000 kB
SReclaimable:     134628 kB
SUnreclaim:       558372 kB
KernelStack:        1768 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1120920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 71472 MiB
End job on node130 at 2012-05-29 03:21:21