Trace number 3718102

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 31.6082 30.3944

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
MD5SUMe5d1aa875e736e237b742aec181b44f0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark15.1687
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718102-1338251999.wbo
0.08/0.12	c reading problem ... 
0.44/0.32	c ... done. Wall clock time 0.193s.
0.44/0.32	c declared #vars     231
0.44/0.32	c internal #vars     1168
0.44/0.32	c #constraints  2707
0.44/0.32	c constraints type 
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.44/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.44/0.32	c ignored satisfied constraints => 1
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.44/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.44/0.32	c 2708 constraints processed.
0.44/0.32	c objective function length is 937 literals
0.71/0.40	c SATISFIABLE
0.71/0.40	c OPTIMIZING...
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.279
0.71/0.40	o 733
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.306
0.71/0.43	o 727
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.339
0.71/0.46	o 294
1.00/0.50	c Got one! Elapsed wall clock time (in seconds):0.375
1.00/0.50	o 289
1.00/0.52	c Got one! Elapsed wall clock time (in seconds):0.394
1.00/0.52	o 155
1.00/0.55	c Got one! Elapsed wall clock time (in seconds):0.422
1.00/0.55	o 153
1.00/0.57	c Got one! Elapsed wall clock time (in seconds):0.448
1.00/0.57	o 146
1.30/0.60	c Got one! Elapsed wall clock time (in seconds):0.472
1.30/0.60	o 141
1.30/0.69	c Got one! Elapsed wall clock time (in seconds):0.566
1.30/0.69	o 136
1.57/0.84	c Got one! Elapsed wall clock time (in seconds):0.713
1.57/0.84	o 124
1.57/0.86	c Got one! Elapsed wall clock time (in seconds):0.735
1.57/0.86	o 122
1.74/0.91	c Got one! Elapsed wall clock time (in seconds):0.788
1.74/0.91	o 121
1.74/0.96	c Got one! Elapsed wall clock time (in seconds):0.838
1.74/0.96	o 120
1.87/1.01	c Got one! Elapsed wall clock time (in seconds):0.882
1.87/1.01	o 112
1.87/1.02	c Got one! Elapsed wall clock time (in seconds):0.894
1.87/1.02	o 109
1.87/1.09	c Got one! Elapsed wall clock time (in seconds):0.963
1.87/1.09	o 107
1.97/1.18	c Got one! Elapsed wall clock time (in seconds):1.056
1.97/1.18	o 99
2.06/1.22	c Got one! Elapsed wall clock time (in seconds):1.094
2.06/1.22	o 86
2.06/1.24	c Got one! Elapsed wall clock time (in seconds):1.117
2.06/1.24	o 51
2.17/1.32	c Got one! Elapsed wall clock time (in seconds):1.193
2.17/1.32	o 37
2.31/1.43	c cleaning 5562 clauses out of 11124 with flag 7248/11124
2.46/1.50	c Got one! Elapsed wall clock time (in seconds):1.377
2.46/1.50	o 31
2.56/1.63	c Got one! Elapsed wall clock time (in seconds):1.51
2.56/1.63	o 28
2.66/1.78	c Got one! Elapsed wall clock time (in seconds):1.658
2.66/1.78	o 27
2.76/1.80	c Got one! Elapsed wall clock time (in seconds):1.677
2.76/1.80	o 17
2.76/1.89	c cleaning 6033 clauses out of 12088 with flag 9368/17650
3.17/2.22	c cleaning 6029 clauses out of 12057 with flag 44491/23652
3.61/2.60	c Got one! Elapsed wall clock time (in seconds):2.478
3.61/2.60	o 11
3.91/2.96	c cleaning 8664 clauses out of 17338 with flag 41085/34962
4.22/3.21	c Got one! Elapsed wall clock time (in seconds):3.087
4.22/3.21	o 10
4.32/3.31	c Got one! Elapsed wall clock time (in seconds):3.19
4.32/3.31	o 9
4.41/3.40	c cleaning 7205 clauses out of 14424 with flag 10645/40712
4.73/3.79	c cleaning 6601 clauses out of 13219 with flag 59268/46712
4.93/3.94	c Got one! Elapsed wall clock time (in seconds):3.818
4.93/3.94	o 6
5.14/4.11	c cleaning 6260 clauses out of 12536 with flag 17863/52630
5.45/4.47	c cleaning 6128 clauses out of 12276 with flag 60487/58630
5.94/4.90	c cleaning 6570 clauses out of 13150 with flag 111963/65632
6.45/5.42	c cleaning 7283 clauses out of 14578 with flag 178055/73630
7.04/6.01	c cleaning 8143 clauses out of 16296 with flag 245453/82631
7.74/6.79	c cleaning 9070 clauses out of 18153 with flag 326894/92631
8.65/7.65	c cleaning 10032 clauses out of 20083 with flag 418841/103631
9.25/8.27	c Got one! Elapsed wall clock time (in seconds):8.147
9.25/8.27	o 4
9.76/8.78	c cleaning 12391 clauses out of 24798 with flag 51828/118379
10.27/9.26	c cleaning 9196 clauses out of 18409 with flag 103898/124381
10.89/9.82	c cleaning 8096 clauses out of 16212 with flag 165935/131380
11.48/10.45	c cleaning 8053 clauses out of 16114 with flag 236493/139378
12.20/11.17	c cleaning 8521 clauses out of 17062 with flag 313504/148379
13.00/11.96	c cleaning 9272 clauses out of 18545 with flag 404361/158383
13.90/12.88	c cleaning 10122 clauses out of 20268 with flag 500789/169378
14.90/13.83	c cleaning 11064 clauses out of 22145 with flag 604527/181378
15.31/14.25	c Got one! Elapsed wall clock time (in seconds):14.125
15.31/14.25	o 3
15.70/14.65	c cleaning 11182 clauses out of 22402 with flag 38399/192699
16.12/15.07	c cleaning 8608 clauses out of 17220 with flag 81587/198699
16.62/15.55	c cleaning 7795 clauses out of 15611 with flag 136882/205698
17.22/16.16	c cleaning 7896 clauses out of 15815 with flag 198202/213698
17.92/16.84	c cleaning 8454 clauses out of 16922 with flag 266181/222702
18.64/17.53	c cleaning 9220 clauses out of 18463 with flag 334035/232699
19.43/18.31	c cleaning 10112 clauses out of 20242 with flag 409024/243698
20.43/19.37	c cleaning 11060 clauses out of 22132 with flag 509157/255700
21.44/20.35	c Got one! Elapsed wall clock time (in seconds):20.231
21.44/20.35	o 2
22.04/20.94	c cleaning 14471 clauses out of 28953 with flag 42835/273582
22.56/21.49	c cleaning 10233 clauses out of 20482 with flag 91079/279582
23.17/22.06	c cleaning 8616 clauses out of 17249 with flag 143756/286582
23.86/22.73	c cleaning 8306 clauses out of 16632 with flag 202850/294581
24.46/23.39	c cleaning 8661 clauses out of 17327 with flag 256056/303582
25.39/24.28	c cleaning 9325 clauses out of 18665 with flag 335786/313581
26.29/25.16	c cleaning 10164 clauses out of 20341 with flag 413430/324582
27.29/26.19	c cleaning 11082 clauses out of 22176 with flag 500412/336581
28.39/27.28	c cleaning 12041 clauses out of 24093 with flag 599289/349581
29.50/28.36	c cleaning 13013 clauses out of 26052 with flag 686774/363581
29.60/28.42	c Got one! Elapsed wall clock time (in seconds):28.292
29.60/28.42	o 1
30.03/28.85	c cleaning 9285 clauses out of 18579 with flag 38141/369122
30.53/29.32	c cleaning 7635 clauses out of 15294 with flag 76594/375123
31.13/29.90	c cleaning 7325 clauses out of 14659 with flag 124996/382125
31.53/30.38	c starts		: 167
31.53/30.38	c conflicts		: 388993
31.53/30.38	c decisions		: 548746
31.53/30.38	c propagations		: 16589335
31.53/30.38	c inspects		: 365558975
31.53/30.38	c shortcuts		: 0
31.53/30.38	c learnt literals	: 20
31.53/30.38	c learnt binary clauses	: 21
31.53/30.38	c learnt ternary clauses	: 120
31.53/30.38	c learnt constraints	: 388972
31.53/30.38	c ignored constraints	: 0
31.53/30.38	c root simplifications	: 0
31.53/30.38	c removed literals (reason simplification)	: 0
31.53/30.38	c reason swapping (by a shorter reason)	: 0
31.53/30.38	c Calls to reduceDB	: 42
31.53/30.39	c Number of update (reduction) of LBD	: 134744
31.53/30.39	c number of reductions to clauses (during analyze)	: 0
31.53/30.39	c number of learned constraints concerned by reduction	: 0
31.53/30.39	c number of learning phase by resolution	: 0
31.53/30.39	c number of learning phase by cutting planes	: 0
31.53/30.39	c speed (assignments/second)	: 551929.1679142962
31.53/30.39	c non guided choices	3807
31.53/30.39	c learnt constraints type 
31.53/30.39	c constraints type 
31.53/30.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
31.53/30.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
31.53/30.39	c ignored satisfied constraints => 1
31.53/30.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
31.53/30.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
31.53/30.39	c 2708 constraints processed.
31.53/30.39	s OPTIMUM FOUND
31.53/30.39	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 
31.53/30.39	c objective function=1
31.53/30.39	c Total wall clock time (in seconds): 30.263

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-3718102-1338251999/watcher-3718102-1338251999 -o /tmp/evaluation-result-3718102-1338251999/solver-3718102-1338251999 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718102-1338251999.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.92 1.98 1.99 2/194 2027
/proc/meminfo: memFree=26011816/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2027/stat : 2027 (java) D 2025 2027 31640 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291324258 9515008 183 33554432000 1073741824 1073778376 140736432505584 140736432496616 254750310069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/2027/statm: 2323 183 140 9 0 71 0

[startup+0.045437 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 2027
/proc/meminfo: memFree=26011816/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 3040 0 1 0 1 0 0 0 20 0 13 0 291324258 9446973440 3226 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2306390 3226 1678 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100355 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 2027
/proc/meminfo: memFree=26011816/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 4136 0 1 0 7 1 0 0 20 0 18 0 291324258 9787817984 4826 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2389604 4826 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300291 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 2027
/proc/meminfo: memFree=26011816/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9558416 CPUtime=0.44 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 5463 0 1 0 43 1 0 0 20 0 18 0 291324258 9787817984 7083 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2389604 7083 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558416

[startup+0.700303 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 2027
/proc/meminfo: memFree=26011816/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 11278 0 1 0 144 2 0 0 20 0 19 0 291324258 9855979520 11168 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 11168 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9624980

[startup+1.5008 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 2046
/proc/meminfo: memFree=25971336/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12155 0 1 0 243 3 0 0 20 0 19 0 291324258 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 15855 2277 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2522 0 1 0 143 2 0 0 20 0 19 0 291324259 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629503648152 140629443910005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291324261 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3188 0 0 0 48 0 0 0 20 0 19 0 291324265 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5198 0 0 0 46 0 0 0 20 0 19 0 291324265 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 15855 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10081 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 2046
/proc/meminfo: memFree=25954208/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=4.11 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12658 0 1 0 408 3 0 0 20 0 19 0 291324258 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 16453 2277 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2523 0 1 0 297 2 0 0 20 0 19 0 291324259 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629503648152 140629443876960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 19 0 291324261 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3666 0 0 0 53 0 0 0 20 0 19 0 291324265 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5198 0 0 0 47 0 0 0 20 0 19 0 291324265 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 16453 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 2049
/proc/meminfo: memFree=25951112/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=7.34 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12673 0 1 0 730 4 0 0 20 0 19 0 291324258 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 16883 2277 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=6.07 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2531 0 1 0 605 2 0 0 20 0 19 0 291324259 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629503648032 140629443877561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291324260 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 291324261 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3666 0 0 0 54 0 0 0 20 0 19 0 291324265 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5198 0 0 0 47 0 0 0 20 0 19 0 291324265 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 16883 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 33 0 0 0 63 0 0 0 20 0 19 0 291324261 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3696 0 0 0 58 0 0 0 20 0 19 0 291324265 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5203 0 0 0 49 0 0 0 20 0 19 0 291324265 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 17444 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.93
Current children cumulated vsize (KiB) 9624980

[startup+29.5008 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 2049
/proc/meminfo: memFree=25949012/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=30.73 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12782 0 1 0 3069 4 0 0 20 0 19 0 291324258 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 17445 2278 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=28.61 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2562 0 1 0 2859 2 0 0 20 0 19 0 291324259 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629503648152 140629443895948 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 33 0 0 0 67 0 0 0 20 0 19 0 291324261 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3696 0 0 0 58 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5203 0 0 0 49 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 30.73
Current children cumulated vsize (KiB) 9624980

[startup+29.9007 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 2049
/proc/meminfo: memFree=25948888/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=31.13 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12782 0 1 0 3109 4 0 0 20 0 19 0 291324258 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 17445 2278 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=29.01 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2562 0 1 0 2899 2 0 0 20 0 19 0 291324259 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629503648152 140629444223452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 33 0 0 0 67 0 0 0 20 0 19 0 291324261 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3696 0 0 0 58 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5203 0 0 0 49 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.13
Current children cumulated vsize (KiB) 9624980

[startup+30.3007 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 2049
/proc/meminfo: memFree=25948888/32873844 swapFree=7628/7628
[pid=2027] ppid=2025 vsize=9624980 CPUtime=31.53 cores=1,3,5,7
/proc/2027/stat : 2027 (java) S 2025 2027 31640 0 -1 4202496 12783 0 1 0 3149 4 0 0 20 0 19 0 291324258 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140736947422544 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2027/statm: 2406245 17445 2278 9 0 2396937 0
[pid=2027/tid=2029] ppid=2025 vsize=9624980 CPUtime=29.39 cores=1,3,5,7
/proc/2027/task/2029/stat : 2029 (java) R 2025 2027 31640 0 -1 4202560 2563 0 1 0 2937 2 0 0 20 0 19 0 291324259 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629503648032 140629443910071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2030] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2030/stat : 2030 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629347613352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2031] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2031/stat : 2031 (java) S 2025 2027 31640 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629346560808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2032] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2032/stat : 2032 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629345508264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2033] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2033/stat : 2033 (java) S 2025 2027 31640 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629344455720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2034] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2034/stat : 2034 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629343402152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2035] ppid=2025 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/2027/task/2035/stat : 2035 (java) S 2025 2027 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629342349608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2027/tid=2036] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2036/stat : 2036 (java) S 2025 2027 31640 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629341297064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2037] ppid=2025 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/2027/task/2037/stat : 2037 (java) S 2025 2027 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291324260 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629340244520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2038] ppid=2025 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/2027/task/2038/stat : 2038 (java) S 2025 2027 31640 0 -1 4202560 33 0 0 0 69 0 0 0 20 0 19 0 291324261 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629327833704 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2039] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2039/stat : 2039 (java) S 2025 2027 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629326780024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2040] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2040/stat : 2040 (java) S 2025 2027 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291324262 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629325727368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2041] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2041/stat : 2041 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629324676112 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2027/tid=2042] ppid=2025 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/2027/task/2042/stat : 2042 (java) S 2025 2027 31640 0 -1 4202560 3696 0 0 0 58 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629323622456 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2043] ppid=2025 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/2027/task/2043/stat : 2043 (java) S 2025 2027 31640 0 -1 4202560 5203 0 0 0 49 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629322569912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2044] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2044/stat : 2044 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629321517560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2027/tid=2045] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2045/stat : 2045 (java) S 2025 2027 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291324265 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629320465224 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2027/tid=2046] ppid=2025 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/2027/task/2046/stat : 2046 (java) S 2025 2027 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291324291 9855979520 17445 33554432000 1073741824 1073778376 140736947431408 140629319410984 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 31.53
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 30.3944
CPU time (s): 31.6082
CPU user time (s): 31.4662
CPU system time (s): 0.141978
CPU usage (%): 103.993
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4662
system time used= 0.141978
maximum resident set size= 69848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12800
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= 2015
involuntary context switches= 1134

runsolver used 0.100984 second user time and 0.197969 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 02:39:59
IDJOB=3718102
IDBENCH=78970
IDSOLVER=2301
FILE ID=node145/3718102-1338251999
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

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

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

MD5SUM BENCH= e5d1aa875e736e237b742aec181b44f0
RANDOM SEED=1297249534

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26012344 kB
Buffers:          392508 kB
Cached:          1896792 kB
SwapCached:            0 kB
Active:          4488412 kB
Inactive:        1517684 kB
Active(anon):    3707648 kB
Inactive(anon):    10912 kB
Active(file):     780764 kB
Inactive(file):  1506772 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       3790628 kB
Mapped:            22360 kB
Shmem:               200 kB
Slab:             708104 kB
SReclaimable:     149652 kB
SUnreclaim:       558452 kB
KernelStack:        1760 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3863148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3702784 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= 71536 MiB
End job on node145 at 2012-05-29 02:40:29