Trace number 3718092

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 60.0359 58.6997

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563250--soft-66-100-0.wbo
MD5SUM48850acf7a795604147e976fcd80db7d
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 benchmark20.023
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120528
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718092-1338251888.wbo
0.10/0.11	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.191s.
0.49/0.30	c declared #vars     231
0.49/0.30	c internal #vars     1123
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.49/0.30	c ignored satisfied constraints => 1
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.49/0.30	c 2708 constraints processed.
0.49/0.30	c objective function length is 892 literals
0.49/0.39	c SATISFIABLE
0.49/0.39	c OPTIMIZING...
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.276
0.49/0.39	o 280
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.75/0.42	o 279
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.342
0.75/0.45	o 273
0.75/0.48	c Got one! Elapsed wall clock time (in seconds):0.367
0.75/0.48	o 265
1.05/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
1.05/0.50	o 261
1.05/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
1.05/0.52	o 246
1.05/0.54	c Got one! Elapsed wall clock time (in seconds):0.426
1.05/0.54	o 243
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
1.05/0.55	o 233
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
1.05/0.57	o 189
1.36/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
1.36/0.60	o 168
1.36/0.62	c Got one! Elapsed wall clock time (in seconds):0.512
1.36/0.62	o 154
1.36/0.64	c Got one! Elapsed wall clock time (in seconds):0.528
1.36/0.64	o 152
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.565
1.36/0.67	o 145
1.36/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.36/0.69	o 81
1.58/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.58/0.73	o 80
1.69/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.69/0.80	o 78
1.69/0.88	c Got one! Elapsed wall clock time (in seconds):0.768
1.69/0.88	o 57
1.79/0.95	c Got one! Elapsed wall clock time (in seconds):0.84
1.79/0.95	o 54
1.90/1.01	c Got one! Elapsed wall clock time (in seconds):0.898
1.90/1.01	o 50
2.11/1.25	c cleaning 5182 clauses out of 10364 with flag 16323/10364
2.40/1.41	c Got one! Elapsed wall clock time (in seconds):1.301
2.40/1.41	o 45
2.60/1.62	c cleaning 5194 clauses out of 10393 with flag 17657/15575
2.60/1.65	c Got one! Elapsed wall clock time (in seconds):1.542
2.60/1.65	o 44
2.72/1.71	c Got one! Elapsed wall clock time (in seconds):1.595
2.72/1.71	o 42
2.82/1.86	c Got one! Elapsed wall clock time (in seconds):1.753
2.82/1.86	o 25
3.02/2.07	c cleaning 5915 clauses out of 11835 with flag 21812/22211
3.47/2.45	c cleaning 5959 clauses out of 11919 with flag 60142/28210
3.87/2.88	c cleaning 6478 clauses out of 12962 with flag 108887/35212
4.39/3.31	c Got one! Elapsed wall clock time (in seconds):3.199
4.39/3.31	o 23
4.58/3.54	c Got one! Elapsed wall clock time (in seconds):3.431
4.58/3.54	o 21
4.78/3.73	c cleaning 9496 clauses out of 19005 with flag 19149/47733
5.19/4.16	c cleaning 7749 clauses out of 15510 with flag 60571/53734
5.19/4.19	c Got one! Elapsed wall clock time (in seconds):4.077
5.19/4.19	o 18
5.59/4.53	c cleaning 6416 clauses out of 12855 with flag 36143/58828
5.81/4.76	c Got one! Elapsed wall clock time (in seconds):4.648
5.81/4.76	o 17
6.01/4.92	c cleaning 5751 clauses out of 11510 with flag 20878/63899
6.42/5.31	c cleaning 5870 clauses out of 11758 with flag 71074/69898
6.63/5.52	c Got one! Elapsed wall clock time (in seconds):5.409
6.63/5.52	o 15
6.72/5.68	c cleaning 5726 clauses out of 11464 with flag 20075/75474
7.03/5.91	c Got one! Elapsed wall clock time (in seconds):5.801
7.03/5.91	o 4
7.13/6.06	c cleaning 5641 clauses out of 11308 with flag 18225/81044
7.53/6.46	c cleaning 5825 clauses out of 11666 with flag 63911/87043
8.03/6.97	c cleaning 6419 clauses out of 12843 with flag 120056/94045
8.23/7.15	c Got one! Elapsed wall clock time (in seconds):7.042
8.23/7.15	o 3
8.53/7.41	c cleaning 5937 clauses out of 11887 with flag 30949/99508
8.84/7.79	c cleaning 5964 clauses out of 11949 with flag 75956/105507
9.34/8.23	c cleaning 6492 clauses out of 12986 with flag 124383/112508
9.84/8.76	c cleaning 7237 clauses out of 14493 with flag 187448/120507
10.45/9.38	c cleaning 8123 clauses out of 16256 with flag 259380/129507
11.25/10.13	c cleaning 9064 clauses out of 18133 with flag 350520/139507
12.25/11.11	c cleaning 10029 clauses out of 20069 with flag 453852/150507
13.36/12.28	c cleaning 11013 clauses out of 22041 with flag 576242/162508
13.66/12.55	c Got one! Elapsed wall clock time (in seconds):12.436
13.66/12.55	o 2
13.86/12.76	c cleaning 8126 clauses out of 16266 with flag 23176/167746
14.37/13.29	c cleaning 7059 clauses out of 14139 with flag 82223/173745
14.97/13.89	c cleaning 7022 clauses out of 14081 with flag 146845/180746
15.67/14.58	c cleaning 7525 clauses out of 15059 with flag 215231/188746
16.50/15.38	c cleaning 8265 clauses out of 16535 with flag 285394/197747
17.50/16.34	c cleaning 9132 clauses out of 18268 with flag 371235/207745
18.60/17.40	c cleaning 10063 clauses out of 20137 with flag 462159/218746
19.80/18.67	c cleaning 11033 clauses out of 22075 with flag 573246/230747
21.20/20.02	c cleaning 12011 clauses out of 24040 with flag 694200/243745
22.50/21.33	c cleaning 13013 clauses out of 26028 with flag 809231/257745
23.31/22.13	c Got one! Elapsed wall clock time (in seconds):22.021
23.31/22.13	o 1
23.94/22.76	c cleaning 14144 clauses out of 28303 with flag 50523/273033
24.56/23.38	c cleaning 10071 clauses out of 20159 with flag 104034/279033
25.26/24.01	c cleaning 8537 clauses out of 17086 with flag 162948/286031
25.87/24.69	c cleaning 8271 clauses out of 16550 with flag 224408/294032
26.77/25.57	c cleaning 8626 clauses out of 17280 with flag 294825/303033
27.78/26.53	c cleaning 9320 clauses out of 18653 with flag 370482/313032
28.69/27.48	c cleaning 10160 clauses out of 20332 with flag 445708/324031
29.68/28.48	c cleaning 11085 clauses out of 22171 with flag 521012/336031
30.90/29.64	c cleaning 12036 clauses out of 24086 with flag 611338/349031
32.29/31.02	c cleaning 13024 clauses out of 26052 with flag 712989/363033
33.90/32.64	c cleaning 14001 clauses out of 28025 with flag 820744/378031
35.62/34.37	c cleaning 14999 clauses out of 30025 with flag 942645/394032
37.42/36.20	c cleaning 16007 clauses out of 32026 with flag 1068669/411032
39.43/38.14	c cleaning 17009 clauses out of 34020 with flag 1203110/429033
41.74/40.45	c cleaning 17996 clauses out of 36009 with flag 1348224/448032
44.15/42.84	c cleaning 19002 clauses out of 38015 with flag 1497376/468034
46.55/45.28	c cleaning 20002 clauses out of 40009 with flag 1642085/489031
48.96/47.60	c cleaning 21001 clauses out of 42006 with flag 1782407/511031
51.68/50.33	c cleaning 21999 clauses out of 44004 with flag 1949855/534031
54.60/53.21	c cleaning 22997 clauses out of 46006 with flag 2125890/558033
57.53/56.11	c cleaning 23997 clauses out of 48008 with flag 2290881/583032
60.03/58.69	c starts		: 185
60.03/58.69	c conflicts		: 605412
60.03/58.69	c decisions		: 805415
60.03/58.69	c propagations		: 26729167
60.03/58.69	c inspects		: 799163395
60.03/58.69	c shortcuts		: 0
60.03/58.69	c learnt literals	: 15
60.03/58.69	c learnt binary clauses	: 21
60.03/58.69	c learnt ternary clauses	: 152
60.03/58.69	c learnt constraints	: 605396
60.03/58.69	c ignored constraints	: 0
60.03/58.69	c root simplifications	: 0
60.03/58.69	c removed literals (reason simplification)	: 0
60.03/58.69	c reason swapping (by a shorter reason)	: 0
60.03/58.69	c Calls to reduceDB	: 53
60.03/58.69	c Number of update (reduction) of LBD	: 169747
60.03/58.69	c number of reductions to clauses (during analyze)	: 0
60.03/58.69	c number of learned constraints concerned by reduction	: 0
60.03/58.69	c number of learning phase by resolution	: 0
60.03/58.69	c number of learning phase by cutting planes	: 0
60.03/58.69	c speed (assignments/second)	: 457871.5418743683
60.03/58.69	c non guided choices	3921
60.03/58.69	c learnt constraints type 
60.03/58.69	c constraints type 
60.03/58.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
60.03/58.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
60.03/58.69	c ignored satisfied constraints => 1
60.03/58.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
60.03/58.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
60.03/58.69	c 2708 constraints processed.
60.03/58.69	s OPTIMUM FOUND
60.03/58.69	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 
60.03/58.69	c objective function=1
60.03/58.69	c Total wall clock time (in seconds): 58.582

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-3718092-1338251888/watcher-3718092-1338251888 -o /tmp/evaluation-result-3718092-1338251888/solver-3718092-1338251888 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718092-1338251888.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.14 2.17 2.08 3/194 17064
/proc/meminfo: memFree=31882548/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17064/stat : 17064 (java) R 17062 17064 13427 0 -1 4202496 1067 0 0 0 0 0 0 0 20 0 1 0 291317247 23793664 797 33554432000 1073741824 1073778376 140734045798688 140734045787752 140535935317440 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 5809 816 611 9 0 128 0

[startup+0.0803949 s]
/proc/loadavg: 2.14 2.17 2.08 3/194 17064
/proc/meminfo: memFree=31882548/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9558416 CPUtime=0.06 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 3410 0 1 0 6 0 0 0 20 0 18 0 291317247 9787817984 4620 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2389604 4620 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558416

[startup+0.100335 s]
/proc/loadavg: 2.14 2.17 2.08 3/194 17064
/proc/meminfo: memFree=31882548/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 4362 0 1 0 9 1 0 0 20 0 18 0 291317247 9787817984 5550 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2389604 5550 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300298 s]
/proc/loadavg: 2.14 2.17 2.08 3/194 17064
/proc/meminfo: memFree=31882548/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9558416 CPUtime=0.49 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 5787 0 1 0 47 2 0 0 20 0 18 0 291317247 9787817984 8351 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2389604 8351 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.70029 s]
/proc/loadavg: 2.14 2.17 2.08 3/194 17064
/proc/meminfo: memFree=31882548/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=1.58 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 11813 0 1 0 154 4 0 0 20 0 19 0 291317247 9855979520 12120 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 12120 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.13 2.17 2.08 3/213 17083
/proc/meminfo: memFree=31836088/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=2.5 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 11872 0 1 0 246 4 0 0 20 0 19 0 291317247 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 16260 2278 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2475 0 1 0 144 1 0 0 20 0 19 0 291317248 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535929188856 140535776506727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 3541 0 0 0 45 2 0 0 20 0 19 0 291317253 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4610 0 0 0 50 1 0 0 20 0 19 0 291317253 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 16260 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.13 2.17 2.08 4/213 17083
/proc/meminfo: memFree=31821132/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=4.18 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 12458 0 1 0 413 5 0 0 20 0 19 0 291317247 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 16789 2278 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=2.98 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2477 0 1 0 297 1 0 0 20 0 19 0 291317248 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535929188640 140535776426280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 291317250 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4102 0 0 0 50 2 0 0 20 0 19 0 291317253 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 50 1 0 0 20 0 19 0 291317253 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 16789 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.12 2.17 2.08 3/213 17083
/proc/meminfo: memFree=31818588/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=7.43 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 12470 0 1 0 738 5 0 0 20 0 19 0 291317247 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 17296 2278 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=6.04 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2485 0 1 0 603 1 0 0 20 0 19 0 291317248 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535929188640 140535775952768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317249 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 33 0 0 0 16 0 0 0 20 0 19 0 291317250 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4102 0 0 0 51 2 0 0 20 0 19 0 291317253 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 50 1 0 0 20 0 19 0 291317253 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 17296 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 37 0 0 0 92 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4106 0 0 0 58 2 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 52 1 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 58.93
Current children cumulated vsize (KiB) 9624980

[startup+58.3071 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17083
/proc/meminfo: memFree=31809592/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=59.73 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 12580 0 1 0 5966 7 0 0 20 0 19 0 291317247 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 18376 2279 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=57.01 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2528 0 1 0 5700 1 0 0 20 0 19 0 291317248 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535929188640 140535776459310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 37 0 0 0 92 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4106 0 0 0 58 2 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 52 1 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 59.73
Current children cumulated vsize (KiB) 9624980

[startup+58.5007 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17083
/proc/meminfo: memFree=31809592/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=59.93 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 12580 0 1 0 5986 7 0 0 20 0 19 0 291317247 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 18376 2279 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=57.21 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2528 0 1 0 5720 1 0 0 20 0 19 0 291317248 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535929188640 140535776459272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 37 0 0 0 92 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4106 0 0 0 58 2 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 52 1 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 59.93
Current children cumulated vsize (KiB) 9624980

[startup+58.6007 s]
/proc/loadavg: 2.05 2.14 2.07 3/213 17083
/proc/meminfo: memFree=31809592/32873844 swapFree=6872/6872
[pid=17064] ppid=17062 vsize=9624980 CPUtime=60.03 cores=1,3,5,7
/proc/17064/stat : 17064 (java) S 17062 17064 13427 0 -1 4202496 12580 0 1 0 5996 7 0 0 20 0 19 0 291317247 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140734045789824 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17064/statm: 2406245 18376 2279 9 0 2396937 0
[pid=17064/tid=17066] ppid=17062 vsize=9624980 CPUtime=57.31 cores=1,3,5,7
/proc/17064/task/17066/stat : 17066 (java) R 17062 17064 13427 0 -1 4202560 2528 0 1 0 5730 1 0 0 20 0 19 0 291317248 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535929188640 140535776459310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17067] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17067/stat : 17067 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535901641768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17068] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17068/stat : 17068 (java) S 17062 17064 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535900588968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17069] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17069/stat : 17069 (java) S 17062 17064 13427 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535899536168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17070] ppid=17062 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17064/task/17070/stat : 17070 (java) S 17062 17064 13427 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535898483368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17071] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17071/stat : 17071 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535897430568 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17072] ppid=17062 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/17064/task/17072/stat : 17072 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535896377768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17073] ppid=17062 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17064/task/17073/stat : 17073 (java) S 17062 17064 13427 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535895324968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17074] ppid=17062 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/17064/task/17074/stat : 17074 (java) S 17062 17064 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291317249 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535764920488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17064/tid=17075] ppid=17062 vsize=9624980 CPUtime=0.92 cores=1,3,5,7
/proc/17064/task/17075/stat : 17075 (java) S 17062 17064 13427 0 -1 4202560 37 0 0 0 92 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535281974248 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17076] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17076/stat : 17076 (java) S 17062 17064 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535280920312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17077] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17077/stat : 17077 (java) S 17062 17064 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291317250 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535279867400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17078] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17078/stat : 17078 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535278815888 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17064/tid=17079] ppid=17062 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/17064/task/17079/stat : 17079 (java) S 17062 17064 13427 0 -1 4202560 4106 0 0 0 58 2 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535277763000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17080] ppid=17062 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17064/task/17080/stat : 17080 (java) S 17062 17064 13427 0 -1 4202560 4612 0 0 0 52 1 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535276710200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17081] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17081/stat : 17081 (java) S 17062 17064 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535275657592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17064/tid=17082] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17082/stat : 17082 (java) S 17062 17064 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291317253 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535274605000 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17064/tid=17083] ppid=17062 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17064/task/17083/stat : 17083 (java) S 17062 17064 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291317279 9855979520 18376 33554432000 1073741824 1073778376 140734045798688 140535273551528 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 60.03
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 58.6997
CPU time (s): 60.0359
CPU user time (s): 59.8629
CPU system time (s): 0.172973
CPU usage (%): 102.276
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.8629
system time used= 0.172973
maximum resident set size= 73560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12597
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2874
involuntary context switches= 2360

runsolver used 0.180972 second user time and 0.496924 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:38:08
IDJOB=3718092
IDBENCH=78936
IDSOLVER=2301
FILE ID=node106/3718092-1338251888
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= 48850acf7a795604147e976fcd80db7d
RANDOM SEED=1651843852

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31883456 kB
Buffers:           71160 kB
Cached:            51056 kB
SwapCached:         1836 kB
Active:           160328 kB
Inactive:          34920 kB
Active(anon):      72044 kB
Inactive(anon):     3012 kB
Active(file):      88284 kB
Inactive(file):    31908 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               988 kB
Writeback:             0 kB
AnonPages:        147212 kB
Mapped:            15872 kB
Shmem:                 0 kB
Slab:             651548 kB
SReclaimable:      93504 kB
SUnreclaim:       558044 kB
KernelStack:        1760 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71332 MiB
End job on node106 at 2012-05-29 02:39:06