Trace number 4109772

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 11.0543 9.77841

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-33-100-0.wbo
MD5SUM2edeaf6035297ee59e9643c9979a8871
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 benchmark31.4392
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109772-1466343714.wbo
0.08/0.12	c reading problem ... 
0.44/0.32	c ... done. Wall clock time 0.197s.
0.44/0.32	c declared #vars     231
0.44/0.32	c internal #vars     2014
0.44/0.32	c #constraints  2707
0.44/0.32	c constraints type 
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2597
0.44/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.44/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87
0.44/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.44/0.32	c 2707 constraints processed.
0.44/0.32	c objective function length is 1783 literals
0.70/0.46	c SATISFIABLE
0.70/0.46	c OPTIMIZING...
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.341
0.70/0.46	o 658
0.99/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
0.99/0.54	o 544
0.99/0.58	c Got one! Elapsed wall clock time (in seconds):0.46
0.99/0.58	o 486
1.29/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
1.29/0.62	o 481
1.29/0.64	c Got one! Elapsed wall clock time (in seconds):0.518
1.29/0.64	o 475
1.29/0.65	c Got one! Elapsed wall clock time (in seconds):0.531
1.29/0.65	o 472
1.29/0.66	c Got one! Elapsed wall clock time (in seconds):0.542
1.29/0.66	o 443
1.29/0.67	c Got one! Elapsed wall clock time (in seconds):0.552
1.29/0.67	o 436
1.29/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
1.29/0.68	o 409
1.29/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
1.29/0.69	o 398
1.59/0.70	c Got one! Elapsed wall clock time (in seconds):0.581
1.59/0.70	o 386
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.596
1.59/0.72	o 323
1.59/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.59/0.74	o 321
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.657
1.59/0.78	o 319
1.59/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.59/0.78	o 318
1.84/0.80	c Got one! Elapsed wall clock time (in seconds):0.675
1.84/0.80	o 315
1.84/0.80	c Got one! Elapsed wall clock time (in seconds):0.683
1.84/0.80	o 310
1.84/0.81	c Got one! Elapsed wall clock time (in seconds):0.693
1.84/0.81	o 305
1.84/0.82	c Got one! Elapsed wall clock time (in seconds):0.697
1.84/0.82	o 261
1.84/0.83	c Got one! Elapsed wall clock time (in seconds):0.704
1.84/0.83	o 258
1.84/0.83	c Got one! Elapsed wall clock time (in seconds):0.71
1.84/0.83	o 246
1.95/0.91	c Got one! Elapsed wall clock time (in seconds):0.786
1.95/0.91	o 238
1.95/0.91	c Got one! Elapsed wall clock time (in seconds):0.791
1.95/0.91	o 232
1.95/0.92	c Got one! Elapsed wall clock time (in seconds):0.797
1.95/0.92	o 230
1.95/0.93	c Got one! Elapsed wall clock time (in seconds):0.807
1.95/0.93	o 229
1.95/0.94	c Got one! Elapsed wall clock time (in seconds):0.815
1.95/0.94	o 215
1.95/0.94	c Got one! Elapsed wall clock time (in seconds):0.821
1.95/0.94	o 191
1.95/0.96	c Got one! Elapsed wall clock time (in seconds):0.834
1.95/0.96	o 190
1.95/0.96	c Got one! Elapsed wall clock time (in seconds):0.843
1.95/0.96	o 157
1.95/0.98	c Got one! Elapsed wall clock time (in seconds):0.854
1.95/0.98	o 135
1.95/0.99	c Got one! Elapsed wall clock time (in seconds):0.869
1.95/0.99	o 134
2.05/1.00	c Got one! Elapsed wall clock time (in seconds):0.874
2.05/1.00	o 129
2.05/1.01	c Got one! Elapsed wall clock time (in seconds):0.886
2.05/1.01	o 127
2.05/1.03	c Got one! Elapsed wall clock time (in seconds):0.908
2.05/1.03	o 114
2.05/1.03	c Got one! Elapsed wall clock time (in seconds):0.912
2.05/1.03	o 107
2.05/1.04	c Got one! Elapsed wall clock time (in seconds):0.922
2.05/1.04	o 90
2.05/1.05	c Got one! Elapsed wall clock time (in seconds):0.932
2.05/1.05	o 87
2.05/1.06	c Got one! Elapsed wall clock time (in seconds):0.942
2.05/1.06	o 84
2.05/1.08	c Got one! Elapsed wall clock time (in seconds):0.96
2.05/1.08	o 83
2.16/1.15	c Got one! Elapsed wall clock time (in seconds):1.026
2.16/1.15	o 80
2.16/1.16	c Got one! Elapsed wall clock time (in seconds):1.039
2.16/1.16	o 78
2.16/1.17	c Got one! Elapsed wall clock time (in seconds):1.048
2.16/1.17	o 69
2.16/1.18	c Got one! Elapsed wall clock time (in seconds):1.056
2.16/1.18	o 62
2.28/1.21	c Got one! Elapsed wall clock time (in seconds):1.093
2.28/1.21	o 61
2.28/1.22	c Got one! Elapsed wall clock time (in seconds):1.098
2.28/1.22	o 48
2.28/1.24	c Got one! Elapsed wall clock time (in seconds):1.123
2.28/1.24	o 44
2.28/1.27	c Got one! Elapsed wall clock time (in seconds):1.151
2.28/1.27	o 43
2.39/1.36	c Got one! Elapsed wall clock time (in seconds):1.243
2.39/1.36	o 42
2.39/1.38	c Got one! Elapsed wall clock time (in seconds):1.258
2.39/1.38	o 41
2.49/1.45	c Got one! Elapsed wall clock time (in seconds):1.326
2.49/1.45	o 40
2.49/1.46	c Got one! Elapsed wall clock time (in seconds):1.336
2.49/1.46	o 38
2.97/1.85	c cleaning 6220 clauses out of 12457 with flag 28009/12457
3.42/2.20	c Got one! Elapsed wall clock time (in seconds):2.083
3.42/2.20	o 37
3.42/2.26	c Got one! Elapsed wall clock time (in seconds):2.142
3.42/2.26	o 36
3.52/2.31	c Got one! Elapsed wall clock time (in seconds):2.186
3.52/2.31	o 33
3.52/2.32	c Got one! Elapsed wall clock time (in seconds):2.202
3.52/2.32	o 31
3.61/2.41	c Got one! Elapsed wall clock time (in seconds):2.289
3.61/2.41	o 28
3.61/2.47	c Got one! Elapsed wall clock time (in seconds):2.352
3.61/2.47	o 26
3.61/2.49	c Got one! Elapsed wall clock time (in seconds):2.364
3.61/2.49	o 19
3.72/2.51	c Got one! Elapsed wall clock time (in seconds):2.385
3.72/2.51	o 9
3.72/2.59	c cleaning 7236 clauses out of 14481 with flag 6810/20701
3.82/2.60	c Got one! Elapsed wall clock time (in seconds):2.477
3.82/2.60	o 8
3.92/2.75	c Got one! Elapsed wall clock time (in seconds):2.63
3.92/2.75	o 7
3.92/2.78	c Got one! Elapsed wall clock time (in seconds):2.661
3.92/2.78	o 6
4.04/2.85	c Got one! Elapsed wall clock time (in seconds):2.731
4.04/2.85	o 5
4.15/2.98	c cleaning 6920 clauses out of 13849 with flag 15663/27305
4.57/3.32	c cleaning 6461 clauses out of 12929 with flag 65086/33305
4.67/3.47	c Got one! Elapsed wall clock time (in seconds):3.35
4.67/3.47	o 4
4.87/3.67	c cleaning 6117 clauses out of 12239 with flag 26671/39076
5.27/4.03	c cleaning 6054 clauses out of 12122 with flag 79082/45076
5.68/4.47	c cleaning 6533 clauses out of 13070 with flag 137540/52078
5.97/4.72	c Got one! Elapsed wall clock time (in seconds):4.598
5.97/4.72	o 3
5.97/4.79	c cleaning 5902 clauses out of 11822 with flag 8690/57364
6.07/4.81	c Got one! Elapsed wall clock time (in seconds):4.691
6.07/4.81	o 2
6.37/5.13	c cleaning 5650 clauses out of 11312 with flag 47225/62756
6.67/5.45	c Got one! Elapsed wall clock time (in seconds):5.328
6.67/5.45	o 1
7.07/5.83	c cleaning 8068 clauses out of 16144 with flag 44449/73238
7.47/6.25	c cleaning 7023 clauses out of 14075 with flag 100615/79237
7.99/6.78	c cleaning 7024 clauses out of 14052 with flag 162481/86237
8.48/7.25	c cleaning 7509 clauses out of 15028 with flag 211220/94239
8.99/7.80	c cleaning 8260 clauses out of 16519 with flag 270441/103239
9.79/8.52	c cleaning 9123 clauses out of 18258 with flag 339741/113239
10.39/9.18	c cleaning 10065 clauses out of 20129 with flag 400150/124237
10.99/9.76	c starts		: 144
10.99/9.76	c conflicts		: 134562
10.99/9.76	c decisions		: 324972
10.99/9.76	c propagations		: 8398397
10.99/9.76	c inspects		: 131031451
10.99/9.76	c shortcuts		: 0
10.99/9.76	c learnt literals	: 23
10.99/9.76	c learnt binary clauses	: 30
10.99/9.76	c learnt ternary clauses	: 219
10.99/9.76	c learnt constraints	: 134538
10.99/9.76	c ignored constraints	: 0
10.99/9.76	c root simplifications	: 0
10.99/9.76	c removed literals (reason simplification)	: 0
10.99/9.76	c reason swapping (by a shorter reason)	: 0
10.99/9.76	c Calls to reduceDB	: 16
10.99/9.76	c Number of update (reduction) of LBD	: 56090
10.99/9.76	c Imported unit clauses	: 0
10.99/9.76	c number of reductions to clauses (during analyze)	: 0
10.99/9.76	c number of learned constraints concerned by reduction	: 0
10.99/9.76	c number of learning phase by resolution	: 0
10.99/9.76	c number of learning phase by cutting planes	: 0
10.99/9.76	c speed (assignments/second)	: 890698.5894580549
10.99/9.76	c non guided choices	6962
10.99/9.76	c learnt constraints type 
10.99/9.76	s OPTIMUM FOUND
10.99/9.76	c Found 67 solution(s)
10.99/9.76	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 
10.99/9.76	c objective function=1
10.99/9.76	c Total wall clock time (in seconds): 9.64

Verifier Data

OK	1

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-4109772-1466343714/watcher-4109772-1466343714 -o /tmp/evaluation-result-4109772-1466343714/solver-4109772-1466343714 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109772-1466343714.wbo 

pid=13923
running on 4 cores: 0,2,4,6

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.03 2.02 1.73 2/194 13926
/proc/meminfo: memFree=31301272/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13926/stat : 13926 (java) D 13923 13926 13098 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 36416193 9515008 175 33554432000 1073741824 1073778376 140733237091040 140733237073768 243765429136 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/13926/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.03 2.02 1.73 2/194 13926
/proc/meminfo: memFree=31301272/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 4400 0 1 0 6 2 0 0 20 0 18 0 36416193 9787879424 5004 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2389619 5004 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.03 2.02 1.73 2/194 13926
/proc/meminfo: memFree=31301272/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 4780 0 1 0 20 2 0 0 20 0 18 0 36416193 9787879424 6354 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2389619 6354 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.03 2.02 1.73 2/194 13926
/proc/meminfo: memFree=31301272/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 5385 0 1 0 41 3 0 0 20 0 18 0 36416193 9787879424 7521 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2389619 7521 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.03 2.02 1.73 2/194 13926
/proc/meminfo: memFree=31301272/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13795 0 1 0 154 5 0 0 20 0 19 0 36416193 9856040960 13006 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 13006 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31237304/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13850 0 1 0 257 5 0 0 20 0 19 0 36416193 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 20214 2266 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2495 0 1 0 143 2 0 0 20 0 19 0 36416194 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139933050704120 139932991083522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2655 0 0 0 53 0 0 0 20 0 19 0 36416200 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7427 0 0 0 58 2 0 0 20 0 19 0 36416200 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 20214 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31224892/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13886 0 1 0 431 6 0 0 20 0 19 0 36416193 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 23822 2271 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2504 0 1 0 303 2 0 0 20 0 19 0 36416194 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139933050712840 139932991055769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2672 0 0 0 60 0 0 0 20 0 19 0 36416200 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 23822 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31202064/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=7.57 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13895 0 1 0 751 6 0 0 20 0 19 0 36416193 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 27396 2271 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2513 0 1 0 622 2 0 0 20 0 19 0 36416194 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139933050704176 139932991055689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2672 0 0 0 61 0 0 0 20 0 19 0 36416200 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 27396 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9625040


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

[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2674 0 0 0 62 0 0 0 20 0 19 0 36416200 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 29446 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 9625040

[startup+9.20072 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31191584/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=10.49 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13903 0 1 0 1043 6 0 0 20 0 19 0 36416193 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 29958 2271 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=9.13 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2519 0 1 0 910 3 0 0 20 0 19 0 36416194 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139933050710536 139932991055754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2674 0 0 0 62 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 9625040

[startup+9.60073 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31191584/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=10.89 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13903 0 1 0 1083 6 0 0 20 0 19 0 36416193 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 29958 2271 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=9.53 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2519 0 1 0 950 3 0 0 20 0 19 0 36416194 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139933050710536 139932991083469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2674 0 0 0 62 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 29958 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.89
Current children cumulated vsize (KiB) 9625040

[startup+9.70076 s]
/proc/loadavg: 2.03 2.01 1.73 4/213 13945
/proc/meminfo: memFree=31191584/32872528 swapFree=8292/8292
[pid=13926] ppid=13923 vsize=9625040 CPUtime=10.99 cores=0,2,4,6
/proc/13926/stat : 13926 (java) S 13923 13926 13098 0 -1 4202496 13904 0 1 0 1093 6 0 0 20 0 19 0 36416193 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 140736106679664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13926/statm: 2406260 30470 2271 9 0 2396937 0
[pid=13926/tid=13928] ppid=13923 vsize=9625040 CPUtime=9.63 cores=0,2,4,6
/proc/13926/task/13928/stat : 13928 (java) R 13923 13926 13098 0 -1 4202560 2520 0 1 0 960 3 0 0 20 0 19 0 36416194 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139933050710536 139932990998564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13929] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13929/stat : 13929 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932989442344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13930] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13930/stat : 13930 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932988389544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13931] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13931/stat : 13931 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932892609064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13932] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13932/stat : 13932 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932891556264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13933] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13933/stat : 13933 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932890503976 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13934] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13934/stat : 13934 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932889451176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13935] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13935/stat : 13935 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932888398888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13926/tid=13936] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13936/stat : 13936 (java) S 13923 13926 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416195 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932887346088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13937] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13937/stat : 13937 (java) S 13923 13926 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932874934504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13938] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13938/stat : 13938 (java) S 13923 13926 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932873880568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13939] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13939/stat : 13939 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416197 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932872828168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13940] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13940/stat : 13940 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416199 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932871776656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13941] ppid=13923 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13926/task/13941/stat : 13941 (java) S 13923 13926 13098 0 -1 4202560 2674 0 0 0 62 0 0 0 20 0 19 0 36416200 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932870724280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13926/tid=13942] ppid=13923 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13926/task/13942/stat : 13942 (java) S 13923 13926 13098 0 -1 4202560 7437 0 0 0 65 2 0 0 20 0 19 0 36416200 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932869671480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13943] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13943/stat : 13943 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932868619384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13926/tid=13944] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13944/stat : 13944 (java) S 13923 13926 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416200 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932867566792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13926/tid=13945] ppid=13923 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13926/task/13945/stat : 13945 (java) S 13923 13926 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416226 9856040960 30470 33554432000 1073741824 1073778376 140736106688528 139932866511784 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 9.77841
CPU time (s): 11.0543
CPU user time (s): 10.9703
CPU system time (s): 0.083987
CPU usage (%): 113.048
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9703
system time used= 0.083987
maximum resident set size= 123988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13928
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= 501
involuntary context switches= 48

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034994 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:41:54
IDJOB=4109772
IDBENCH=78919
IDSOLVER=2551
FILE ID=node151/4109772-1466343714
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 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.1900565534--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109772-1466343714/watcher-4109772-1466343714 -o /tmp/evaluation-result-4109772-1466343714/solver-4109772-1466343714 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109772-1466343714.wbo

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

MD5SUM BENCH= 2edeaf6035297ee59e9643c9979a8871
RANDOM SEED=1552575210

node151.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.103
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.20
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.103
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.103
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.103
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.55
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.103
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.54
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.103
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.55
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.103
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.56
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.103
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:        31302080 kB
Buffers:          119676 kB
Cached:           197648 kB
SwapCached:         1712 kB
Active:           569840 kB
Inactive:         195336 kB
Active(anon):     446568 kB
Inactive(anon):     3280 kB
Active(file):     123272 kB
Inactive(file):   192056 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               724 kB
Writeback:             4 kB
AnonPages:        569928 kB
Mapped:            16548 kB
Shmem:                 0 kB
Slab:             638304 kB
SReclaimable:      81616 kB
SUnreclaim:       556688 kB
KernelStack:        1632 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     910356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 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= 71740 MiB
End job on node151 at 2016-06-19 15:42:04