Trace number 4109940

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 2.3.6 Resolution PB16OPTIMUM 15.8416 14.2597

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo
MD5SUMcb67e22228ed30d84ff6579ce17258b0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark41.8156
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109940-1466343792.wbo
0.11/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.196s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2019
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1788 literals
0.75/0.41	c SATISFIABLE
0.75/0.41	c OPTIMIZING...
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.75/0.41	o 433
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.75/0.46	o 432
1.06/0.50	c Got one! Elapsed wall clock time (in seconds):0.401
1.06/0.50	o 431
1.06/0.58	c Got one! Elapsed wall clock time (in seconds):0.482
1.06/0.58	o 419
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
1.35/0.65	o 417
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.557
1.35/0.66	o 391
1.35/0.67	c Got one! Elapsed wall clock time (in seconds):0.566
1.35/0.67	o 348
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
1.35/0.68	o 343
1.35/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.35/0.69	o 339
1.35/0.70	c Got one! Elapsed wall clock time (in seconds):0.594
1.35/0.70	o 314
1.56/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.56/0.71	o 304
1.56/0.75	c Got one! Elapsed wall clock time (in seconds):0.65
1.56/0.75	o 290
1.56/0.76	c Got one! Elapsed wall clock time (in seconds):0.656
1.56/0.76	o 287
1.56/0.79	c Got one! Elapsed wall clock time (in seconds):0.693
1.56/0.79	o 279
1.78/0.80	c Got one! Elapsed wall clock time (in seconds):0.699
1.78/0.80	o 265
1.78/0.84	c Got one! Elapsed wall clock time (in seconds):0.742
1.78/0.84	o 261
1.78/0.85	c Got one! Elapsed wall clock time (in seconds):0.751
1.78/0.85	o 258
1.90/0.93	c Got one! Elapsed wall clock time (in seconds):0.825
1.90/0.93	o 251
1.90/0.94	c Got one! Elapsed wall clock time (in seconds):0.835
1.90/0.94	o 232
2.00/1.04	c Got one! Elapsed wall clock time (in seconds):0.937
2.00/1.04	o 226
2.00/1.04	c Got one! Elapsed wall clock time (in seconds):0.943
2.00/1.04	o 214
2.00/1.05	c Got one! Elapsed wall clock time (in seconds):0.95
2.00/1.05	o 210
2.00/1.07	c Got one! Elapsed wall clock time (in seconds):0.972
2.00/1.07	o 204
2.00/1.08	c Got one! Elapsed wall clock time (in seconds):0.977
2.00/1.08	o 183
2.11/1.18	c Got one! Elapsed wall clock time (in seconds):1.081
2.11/1.18	o 179
2.22/1.21	c Got one! Elapsed wall clock time (in seconds):1.106
2.22/1.21	o 175
2.22/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
2.22/1.24	o 169
2.22/1.24	c Got one! Elapsed wall clock time (in seconds):1.139
2.22/1.24	o 146
2.41/1.40	c Got one! Elapsed wall clock time (in seconds):1.301
2.41/1.40	o 137
2.51/1.52	c Got one! Elapsed wall clock time (in seconds):1.418
2.51/1.52	o 135
2.51/1.55	c Got one! Elapsed wall clock time (in seconds):1.451
2.51/1.55	o 132
2.61/1.60	c Got one! Elapsed wall clock time (in seconds):1.498
2.61/1.60	o 131
2.61/1.60	c Got one! Elapsed wall clock time (in seconds):1.503
2.61/1.60	o 121
2.72/1.74	c Got one! Elapsed wall clock time (in seconds):1.638
2.72/1.74	o 119
2.72/1.78	c Got one! Elapsed wall clock time (in seconds):1.682
2.72/1.78	o 113
3.06/2.03	c Got one! Elapsed wall clock time (in seconds):1.925
3.06/2.03	o 107
3.16/2.11	c Got one! Elapsed wall clock time (in seconds):2.011
3.16/2.11	o 101
3.16/2.14	c Got one! Elapsed wall clock time (in seconds):2.042
3.16/2.14	o 98
3.37/2.39	c cleaning 6941 clauses out of 13881 with flag 10440/13881
3.90/2.86	c cleaning 6471 clauses out of 12941 with flag 45235/19882
4.75/3.40	c cleaning 6731 clauses out of 13469 with flag 93608/26881
5.26/3.81	c Got one! Elapsed wall clock time (in seconds):3.705
5.26/3.81	o 96
5.46/4.02	c Got one! Elapsed wall clock time (in seconds):3.923
5.46/4.02	o 92
5.46/4.08	c Got one! Elapsed wall clock time (in seconds):3.977
5.46/4.08	o 90
5.56/4.17	c Got one! Elapsed wall clock time (in seconds):4.071
5.56/4.17	o 81
5.56/4.19	c Got one! Elapsed wall clock time (in seconds):4.089
5.56/4.19	o 79
5.87/4.47	c Got one! Elapsed wall clock time (in seconds):4.369
5.87/4.47	o 73
5.87/4.50	c Got one! Elapsed wall clock time (in seconds):4.401
5.87/4.50	o 52
6.08/4.61	c Got one! Elapsed wall clock time (in seconds):4.509
6.08/4.61	o 51
6.18/4.77	c Got one! Elapsed wall clock time (in seconds):4.664
6.18/4.77	o 44
6.28/4.85	c Got one! Elapsed wall clock time (in seconds):4.745
6.28/4.85	o 42
6.38/4.92	c Got one! Elapsed wall clock time (in seconds):4.822
6.38/4.92	o 40
6.48/5.05	c cleaning 10743 clauses out of 21487 with flag 7034/41630
6.48/5.07	c Got one! Elapsed wall clock time (in seconds):4.966
6.48/5.07	o 36
6.79/5.32	c Got one! Elapsed wall clock time (in seconds):5.223
6.79/5.32	o 35
6.79/5.34	c Got one! Elapsed wall clock time (in seconds):5.24
6.79/5.34	o 26
7.00/5.58	c cleaning 8407 clauses out of 16824 with flag 21739/47710
7.21/5.79	c Got one! Elapsed wall clock time (in seconds):5.684
7.21/5.79	o 25
7.33/5.83	c Got one! Elapsed wall clock time (in seconds):5.729
7.33/5.83	o 24
7.33/5.89	c Got one! Elapsed wall clock time (in seconds):5.793
7.33/5.89	o 19
7.65/6.13	c cleaning 7673 clauses out of 15365 with flag 22855/54658
8.05/6.59	c cleaning 6843 clauses out of 13691 with flag 76600/60657
8.65/7.14	c cleaning 6922 clauses out of 13850 with flag 141804/67659
9.08/7.59	c Got one! Elapsed wall clock time (in seconds):7.485
9.08/7.59	o 18
9.58/8.07	c cleaning 8728 clauses out of 17470 with flag 43660/78201
9.68/8.17	c Got one! Elapsed wall clock time (in seconds):8.069
9.68/8.17	o 11
9.78/8.20	c Got one! Elapsed wall clock time (in seconds):8.096
9.78/8.20	o 9
10.08/8.57	c cleaning 7133 clauses out of 14297 with flag 38060/83756
10.58/9.03	c cleaning 6575 clauses out of 13165 with flag 91828/89757
10.88/9.30	c Got one! Elapsed wall clock time (in seconds):9.203
10.88/9.30	o 6
10.88/9.39	c cleaning 5827 clauses out of 11659 with flag 8584/94826
11.38/9.85	c cleaning 5909 clauses out of 11832 with flag 62938/100826
11.98/10.41	c cleaning 6457 clauses out of 12925 with flag 128380/107829
12.38/10.87	c Got one! Elapsed wall clock time (in seconds):10.772
12.38/10.87	o 3
12.88/11.36	c cleaning 8624 clauses out of 17253 with flag 41362/118614
13.38/11.82	c cleaning 7300 clauses out of 14629 with flag 87837/124614
13.88/12.32	c cleaning 7162 clauses out of 14329 with flag 142529/131614
14.40/12.85	c cleaning 7577 clauses out of 15163 with flag 193159/139614
14.91/13.36	c Got one! Elapsed wall clock time (in seconds):13.258
14.91/13.36	o 2
15.30/13.79	c cleaning 9744 clauses out of 19487 with flag 35656/151517
15.70/14.16	c cleaning 7865 clauses out of 15741 with flag 69323/157517
15.80/14.25	c starts		: 168
15.80/14.25	c conflicts		: 159720
15.80/14.25	c decisions		: 365723
15.80/14.25	c propagations		: 15758893
15.80/14.25	c inspects		: 162380391
15.80/14.25	c shortcuts		: 0
15.80/14.25	c learnt literals	: 22
15.80/14.25	c learnt binary clauses	: 52
15.80/14.25	c learnt ternary clauses	: 226
15.80/14.25	c learnt constraints	: 159697
15.80/14.25	c ignored constraints	: 0
15.80/14.25	c root simplifications	: 0
15.80/14.25	c removed literals (reason simplification)	: 0
15.80/14.25	c reason swapping (by a shorter reason)	: 0
15.80/14.25	c Calls to reduceDB	: 20
15.80/14.25	c Number of update (reduction) of LBD	: 70141
15.80/14.25	c Imported unit clauses	: 0
15.80/14.25	c number of reductions to clauses (during analyze)	: 0
15.80/14.25	c number of learned constraints concerned by reduction	: 0
15.80/14.25	c number of learning phase by resolution	: 0
15.80/14.25	c number of learning phase by cutting planes	: 0
15.80/14.25	c speed (assignments/second)	: 1130480.1291248207
15.80/14.25	c non guided choices	7464
15.80/14.25	c learnt constraints type 
15.80/14.25	s OPTIMUM FOUND
15.80/14.25	c Found 61 solution(s)
15.80/14.25	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 
15.80/14.25	c objective function=2
15.80/14.25	c Total wall clock time (in seconds): 14.151

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4109940-1466343792/watcher-4109940-1466343792 -o /tmp/evaluation-result-4109940-1466343792/solver-4109940-1466343792 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109940-1466343792.wbo 

pid=20344
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.11 2.10 1.81 3/194 20347
/proc/meminfo: memFree=31177568/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36429284 98570240 976 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 24065 976 743 9 0 16771 0
[pid=20347/tid=20348] ppid=20344 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36429284 98570240 976 33554432000 1073741824 1073778376 140736573801056 139751779417640 270118241664 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.11 2.10 1.81 3/194 20347
/proc/meminfo: memFree=31177568/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 36429284 9787879424 6124 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2389619 6124 2157 9 0 2380296 0
[pid=20347/tid=20348] ppid=20344 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36429284 9787879424 6124 33554432000 1073741824 1073778376 140736573801056 139751779421088 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200329 s]
/proc/loadavg: 2.11 2.10 1.81 3/194 20347
/proc/meminfo: memFree=31177568/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 4779 0 1 0 25 1 0 0 20 0 18 0 36429284 9787879424 6848 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2389619 6848 2212 9 0 2380296 0
[pid=20347/tid=20348] ppid=20344 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 36429284 9787879424 6848 33554432000 1073741824 1073778376 140736573801056 139751779421088 139751608891891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 2.11 2.10 1.81 3/194 20347
/proc/meminfo: memFree=31177568/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 6005 0 1 0 48 2 0 0 20 0 18 0 36429284 9787879424 8844 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2389619 8844 2239 9 0 2380296 0
[pid=20347/tid=20348] ppid=20344 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2414 0 1 0 27 0 0 0 20 0 18 0 36429284 9787879424 8844 33554432000 1073741824 1073778376 140736573801056 139751779421816 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 2.11 2.10 1.81 3/194 20347
/proc/meminfo: memFree=31177568/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 12762 0 1 0 153 3 0 0 20 0 19 0 36429284 9856040960 13608 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 13608 2260 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2424 0 1 0 66 1 0 0 20 0 19 0 36429284 9856040960 13608 33554432000 1073741824 1073778376 140736573801056 139751779422952 139751608895777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.10 2.10 1.81 3/213 20366
/proc/meminfo: memFree=31118012/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 13056 0 1 0 247 4 0 0 20 0 19 0 36429284 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 17059 2266 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2435 0 1 0 146 2 0 0 20 0 19 0 36429284 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751779414264 139751609360759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4230 0 0 0 48 2 0 0 20 0 19 0 36429289 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) S 20344 20347 18872 0 -1 4202560 5114 0 0 0 49 0 0 0 20 0 19 0 36429289 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751598278840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 17059 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.10 2.10 1.81 3/213 20366
/proc/meminfo: memFree=31101008/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 16645 0 1 0 442 5 0 0 20 0 19 0 36429284 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 22825 2270 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2442 0 1 0 306 2 0 0 20 0 19 0 36429284 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751779422488 139751609405172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4232 0 0 0 53 2 0 0 20 0 19 0 36429289 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) R 20344 20347 18872 0 -1 4202560 8694 0 0 0 79 2 0 0 20 0 19 0 36429289 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751598256536 139751782029401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 22825 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.09 2.10 1.81 3/213 20366
/proc/meminfo: memFree=31057904/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=7.85 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 17083 0 1 0 779 6 0 0 20 0 19 0 36429284 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 28621 2270 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2456 0 1 0 624 2 0 0 20 0 19 0 36429284 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751779420744 139751609436424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4232 0 0 0 58 2 0 0 20 0 19 0 36429289 9856040960 28621 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.94 cores=1,3,5,7

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

[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4233 0 0 0 63 2 0 0 20 0 19 0 36429289 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) S 20344 20347 18872 0 -1 4202560 9118 0 0 0 92 2 0 0 20 0 19 0 36429289 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751598278840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 34206 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 9625040

[startup+13.6007 s]
/proc/loadavg: 2.08 2.09 1.81 3/213 20366
/proc/meminfo: memFree=31010632/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=15.2 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 17100 0 1 0 1514 6 0 0 20 0 19 0 36429284 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 34718 2271 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=13.54 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2472 0 1 0 1352 2 0 0 20 0 19 0 36429284 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751779420744 139751609435174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4233 0 0 0 63 2 0 0 20 0 19 0 36429289 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) S 20344 20347 18872 0 -1 4202560 9118 0 0 0 92 2 0 0 20 0 19 0 36429289 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751598278840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 34718 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 9625040

[startup+14.0007 s]
/proc/loadavg: 2.08 2.09 1.81 3/213 20366
/proc/meminfo: memFree=31010632/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=15.6 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 17101 0 1 0 1554 6 0 0 20 0 19 0 36429284 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 35230 2271 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=13.94 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2473 0 1 0 1392 2 0 0 20 0 19 0 36429284 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751779413744 139751609405172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4233 0 0 0 63 2 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) S 20344 20347 18872 0 -1 4202560 9118 0 0 0 92 2 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751598278840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 9625040

[startup+14.2007 s]
/proc/loadavg: 2.08 2.09 1.81 3/213 20366
/proc/meminfo: memFree=31010632/32872528 swapFree=526336/559040
[pid=20347] ppid=20344 vsize=9625040 CPUtime=15.8 cores=1,3,5,7
/proc/20347/stat : 20347 (java) S 20344 20347 18872 0 -1 4202496 17101 0 1 0 1574 6 0 0 20 0 19 0 36429284 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 140736573792192 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20347/statm: 2406260 35230 2271 9 0 2396937 0
[pid=20347/tid=20348] ppid=20344 vsize=9625040 CPUtime=14.14 cores=1,3,5,7
/proc/20347/task/20348/stat : 20348 (java) R 20344 20347 18872 0 -1 4202560 2473 0 1 0 1412 2 0 0 20 0 19 0 36429284 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751779413744 139751609405172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20350] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20350/stat : 20350 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751740914344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20351] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20351/stat : 20351 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751739861800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20352] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20352/stat : 20352 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751738809256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20347/tid=20353] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20353/stat : 20353 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751737756712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20354] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20354/stat : 20354 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751736703144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20355] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20355/stat : 20355 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751735650600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20347/tid=20356] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20356/stat : 20356 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751734598056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20357] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20357/stat : 20357 (java) S 20344 20347 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429285 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751733545512 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20358] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20358/stat : 20358 (java) S 20344 20347 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751603542632 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20359] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20359/stat : 20359 (java) S 20344 20347 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751602488952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20360] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20360/stat : 20360 (java) S 20344 20347 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429286 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751601436296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20361] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20361/stat : 20361 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751600385040 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20362] ppid=20344 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20347/task/20362/stat : 20362 (java) S 20344 20347 18872 0 -1 4202560 4233 0 0 0 63 2 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751599331384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20363] ppid=20344 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/20347/task/20363/stat : 20363 (java) S 20344 20347 18872 0 -1 4202560 9118 0 0 0 92 2 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751598278840 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20364] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20364/stat : 20364 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751597226488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20347/tid=20365] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20365/stat : 20365 (java) S 20344 20347 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429289 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751596174152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20347/tid=20366] ppid=20344 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20347/task/20366/stat : 20366 (java) S 20344 20347 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36429315 9856040960 35230 33554432000 1073741824 1073778376 140736573801056 139751595119912 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.2597
CPU time (s): 15.8416
CPU user time (s): 15.7486
CPU system time (s): 0.092985
CPU usage (%): 111.093
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7486
system time used= 0.092985
maximum resident set size= 140980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17123
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= 600
involuntary context switches= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:43:12
IDJOB=4109940
IDBENCH=78976
IDSOLVER=2551
FILE ID=node106/4109940-1466343792
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109940-1466343792/watcher-4109940-1466343792 -o /tmp/evaluation-result-4109940-1466343792/solver-4109940-1466343792 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109940-1466343792.wbo

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

MD5SUM BENCH= cb67e22228ed30d84ff6579ce17258b0
RANDOM SEED=1755828738

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31177832 kB
Buffers:           71640 kB
Cached:           226244 kB
SwapCached:         1780 kB
Active:           140704 kB
Inactive:         239304 kB
Active(anon):      80896 kB
Inactive(anon):     3188 kB
Active(file):      59808 kB
Inactive(file):   236116 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1724 kB
Writeback:             0 kB
AnonPages:        639988 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             625456 kB
SReclaimable:      68608 kB
SUnreclaim:       556848 kB
KernelStack:        1600 kB
PageTables:         5388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node106 at 2016-06-19 15:43:26