Trace number 4090881

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 21.7197 20.4985

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
MD5SUMec85c0538058c3457da9eddcb3b315b2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark21.7197
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090881-1466067932.wbo
0.10/0.10	c reading problem ... 
0.51/0.30	c ... done. Wall clock time 0.203s.
0.51/0.30	c declared #vars     231
0.51/0.30	c internal #vars     2938
0.51/0.30	c #constraints  2707
0.51/0.30	c constraints type 
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.30	c 2707 constraints processed.
0.51/0.30	c objective function length is 2707 literals
0.79/0.45	c SATISFIABLE
0.79/0.45	c OPTIMIZING...
0.79/0.45	c Got one! Elapsed wall clock time (in seconds):0.354
0.79/0.46	o 917
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.391
0.79/0.49	o 740
1.10/0.52	c Got one! Elapsed wall clock time (in seconds):0.421
1.10/0.52	o 427
1.10/0.54	c Got one! Elapsed wall clock time (in seconds):0.441
1.10/0.54	o 397
1.10/0.56	c Got one! Elapsed wall clock time (in seconds):0.461
1.10/0.56	o 348
1.10/0.59	c Got one! Elapsed wall clock time (in seconds):0.488
1.10/0.59	o 346
1.39/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
1.39/0.63	o 342
1.39/0.64	c Got one! Elapsed wall clock time (in seconds):0.542
1.39/0.64	o 339
1.83/0.96	c Got one! Elapsed wall clock time (in seconds):0.864
1.83/0.96	o 332
1.83/0.97	c Got one! Elapsed wall clock time (in seconds):0.87
1.83/0.97	o 286
1.83/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.83/0.98	o 264
1.95/1.03	c Got one! Elapsed wall clock time (in seconds):0.924
1.95/1.03	o 255
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):1.05
2.06/1.15	o 249
2.06/1.17	c Got one! Elapsed wall clock time (in seconds):1.074
2.06/1.17	o 243
2.06/1.18	c Got one! Elapsed wall clock time (in seconds):1.079
2.06/1.18	o 195
2.16/1.29	c Got one! Elapsed wall clock time (in seconds):1.192
2.16/1.29	o 193
3.28/2.32	c cleaning 4109 clauses out of 8217 with flag 20551/8217
4.74/3.74	c cleaning 5043 clauses out of 10106 with flag 61663/14215
6.34/5.37	c cleaning 6032 clauses out of 12068 with flag 119101/21220
6.98/5.91	c Got one! Elapsed wall clock time (in seconds):5.807
6.98/5.91	o 192
6.98/5.92	c Got one! Elapsed wall clock time (in seconds):5.82
6.98/5.92	o 191
6.98/5.94	c Got one! Elapsed wall clock time (in seconds):5.837
6.98/5.94	o 177
6.98/5.95	c Got one! Elapsed wall clock time (in seconds):5.851
6.98/5.95	o 164
6.98/5.97	c Got one! Elapsed wall clock time (in seconds):5.872
6.98/5.97	o 145
7.18/6.19	c Got one! Elapsed wall clock time (in seconds):6.085
7.18/6.19	o 137
7.48/6.44	c cleaning 5766 clauses out of 11557 with flag 5879/26741
7.81/6.77	c Got one! Elapsed wall clock time (in seconds):6.665
7.81/6.77	o 136
7.90/6.82	c Got one! Elapsed wall clock time (in seconds):6.715
7.90/6.82	o 130
7.90/6.83	c Got one! Elapsed wall clock time (in seconds):6.726
7.90/6.83	o 124
7.90/6.84	c Got one! Elapsed wall clock time (in seconds):6.739
7.90/6.84	o 114
8.10/7.03	c Got one! Elapsed wall clock time (in seconds):6.93
8.10/7.03	o 106
8.20/7.11	c Got one! Elapsed wall clock time (in seconds):7.013
8.20/7.11	o 91
8.30/7.28	c Got one! Elapsed wall clock time (in seconds):7.184
8.30/7.28	o 86
8.50/7.41	c Got one! Elapsed wall clock time (in seconds):7.306
8.50/7.41	o 83
8.50/7.44	c Got one! Elapsed wall clock time (in seconds):7.336
8.50/7.44	o 82
8.50/7.49	c Got one! Elapsed wall clock time (in seconds):7.39
8.50/7.49	o 79
9.21/8.15	c cleaning 7225 clauses out of 14477 with flag 20046/35427
10.62/9.53	c cleaning 6616 clauses out of 13248 with flag 69783/41423
10.72/9.61	c Got one! Elapsed wall clock time (in seconds):9.508
10.72/9.61	o 71
10.82/9.76	c Got one! Elapsed wall clock time (in seconds):9.657
10.82/9.76	o 65
11.22/10.18	c cleaning 6302 clauses out of 12642 with flag 30373/47433
11.32/10.26	c Got one! Elapsed wall clock time (in seconds):10.161
11.32/10.26	o 63
11.52/10.43	c Got one! Elapsed wall clock time (in seconds):10.334
11.52/10.43	o 61
11.52/10.46	c Got one! Elapsed wall clock time (in seconds):10.355
11.52/10.46	o 60
11.72/10.64	c Got one! Elapsed wall clock time (in seconds):10.543
11.72/10.64	o 59
12.23/11.14	c Got one! Elapsed wall clock time (in seconds):11.04
12.23/11.14	o 56
12.52/11.49	c cleaning 7115 clauses out of 14246 with flag 13835/55339
12.62/11.50	c Got one! Elapsed wall clock time (in seconds):11.398
12.62/11.50	o 51
12.62/11.51	c Got one! Elapsed wall clock time (in seconds):11.408
12.62/11.51	o 50
13.15/12.04	c Got one! Elapsed wall clock time (in seconds):11.934
13.15/12.04	o 49
13.26/12.14	c Got one! Elapsed wall clock time (in seconds):12.038
13.26/12.14	o 46
13.46/12.30	c cleaning 6652 clauses out of 13326 with flag 7970/61534
14.36/13.25	c cleaning 6324 clauses out of 12676 with flag 60036/67536
14.36/13.28	c Got one! Elapsed wall clock time (in seconds):13.177
14.36/13.28	o 33
14.47/13.37	c Got one! Elapsed wall clock time (in seconds):13.267
14.47/13.37	o 32
14.57/13.49	c Got one! Elapsed wall clock time (in seconds):13.385
14.57/13.49	o 30
14.77/13.60	c Got one! Elapsed wall clock time (in seconds):13.498
14.77/13.60	o 28
14.87/13.76	c Got one! Elapsed wall clock time (in seconds):13.654
14.87/13.76	o 24
15.17/14.02	c Got one! Elapsed wall clock time (in seconds):13.918
15.17/14.02	o 23
15.27/14.14	c cleaning 7044 clauses out of 14101 with flag 7885/75285
15.67/14.57	c Got one! Elapsed wall clock time (in seconds):14.471
15.67/14.57	o 19
15.77/14.65	c Got one! Elapsed wall clock time (in seconds):14.554
15.77/14.65	o 17
15.87/14.75	c cleaning 6592 clauses out of 13199 with flag 8797/81427
15.97/14.86	c Got one! Elapsed wall clock time (in seconds):14.76
15.97/14.86	o 16
16.37/15.23	c cleaning 5981 clauses out of 11982 with flag 34805/86802
16.37/15.28	c Got one! Elapsed wall clock time (in seconds):15.176
16.37/15.28	o 15
16.60/15.41	c Got one! Elapsed wall clock time (in seconds):15.31
16.60/15.41	o 13
16.89/15.74	c cleaning 6229 clauses out of 12467 with flag 35195/93268
16.99/15.86	c Got one! Elapsed wall clock time (in seconds):15.755
16.99/15.86	o 12
17.19/16.04	c Got one! Elapsed wall clock time (in seconds):15.937
17.19/16.04	o 11
17.39/16.24	c cleaning 6177 clauses out of 12373 with flag 17959/99403
17.39/16.26	c Got one! Elapsed wall clock time (in seconds):16.164
17.39/16.26	o 7
17.39/16.29	c Got one! Elapsed wall clock time (in seconds):16.194
17.39/16.29	o 6
17.49/16.30	c Got one! Elapsed wall clock time (in seconds):16.199
17.49/16.30	o 5
17.49/16.33	c Got one! Elapsed wall clock time (in seconds):16.225
17.49/16.33	o 3
17.59/16.44	c Got one! Elapsed wall clock time (in seconds):16.342
17.59/16.44	o 2
17.89/16.76	c cleaning 6565 clauses out of 13138 with flag 35341/106345
18.39/17.23	c cleaning 6281 clauses out of 12572 with flag 93449/112345
18.99/17.80	c cleaning 6641 clauses out of 13288 with flag 161016/119343
19.59/18.42	c cleaning 7323 clauses out of 14646 with flag 223026/127343
20.10/18.90	c Got one! Elapsed wall clock time (in seconds):18.796
20.10/18.90	o 1
20.51/19.35	c cleaning 9910 clauses out of 19835 with flag 34885/139857
20.91/19.78	c cleaning 7953 clauses out of 15925 with flag 74139/145857
21.41/20.22	c cleaning 7482 clauses out of 14970 with flag 116076/152857
21.61/20.49	c starts		: 167
21.61/20.49	c conflicts		: 159903
21.61/20.49	c decisions		: 431316
21.61/20.49	c propagations		: 34806458
21.61/20.49	c inspects		: 141349434
21.61/20.49	c shortcuts		: 0
21.61/20.49	c learnt literals	: 23
21.61/20.49	c learnt binary clauses	: 62
21.61/20.49	c learnt ternary clauses	: 302
21.61/20.49	c learnt constraints	: 159879
21.61/20.49	c ignored constraints	: 0
21.61/20.49	c root simplifications	: 0
21.61/20.49	c removed literals (reason simplification)	: 0
21.61/20.49	c reason swapping (by a shorter reason)	: 0
21.61/20.49	c Calls to reduceDB	: 22
21.61/20.49	c Number of update (reduction) of LBD	: 72218
21.61/20.49	c Imported unit clauses	: 0
21.61/20.49	c number of reductions to clauses (during analyze)	: 0
21.61/20.49	c number of learned constraints concerned by reduction	: 0
21.61/20.49	c number of learning phase by resolution	: 0
21.61/20.49	c number of learning phase by cutting planes	: 0
21.61/20.49	c speed (assignments/second)	: 1725740.3936734593
21.61/20.49	c non guided choices	8324
21.61/20.49	c learnt constraints type 
21.61/20.49	s OPTIMUM FOUND
21.61/20.49	c Found 62 solution(s)
21.61/20.49	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 
21.61/20.49	c objective function=1
21.61/20.49	c Total wall clock time (in seconds): 20.391

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-4090881-1466067932/watcher-4090881-1466067932 -o /tmp/evaluation-result-4090881-1466067932/solver-4090881-1466067932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090881-1466067932.wbo 

pid=19594
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.38 2.27 2.20 3/194 19597
/proc/meminfo: memFree=30289636/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8838979 98570240 977 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 24065 977 743 9 0 16771 0
[pid=19597/tid=19598] ppid=19594 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8838980 98570240 977 33554432000 1073741824 1073778376 140735714013936 139975683960360 225444709760 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 19597
/proc/meminfo: memFree=30289636/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 4498 0 1 0 10 0 0 0 20 0 18 0 8838979 9787879424 6125 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2389619 6128 2157 9 0 2380296 0
[pid=19597/tid=19598] ppid=19594 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 8838980 9787879424 6128 33554432000 1073741824 1073778376 140735714013936 139975683963808 139975686768011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 19597
/proc/meminfo: memFree=30289636/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 4757 0 1 0 25 0 0 0 20 0 18 0 8838979 9787879424 6839 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2389619 6839 2212 9 0 2380296 0
[pid=19597/tid=19598] ppid=19594 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2391 0 1 0 17 0 0 0 20 0 18 0 8838980 9787879424 6839 33554432000 1073741824 1073778376 140735714013936 139975683964936 139975551349860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 19597
/proc/meminfo: memFree=30289636/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 6691 0 1 0 50 1 0 0 20 0 18 0 8838979 9787879424 9226 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2389619 9226 2237 9 0 2380296 0
[pid=19597/tid=19598] ppid=19594 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 18 0 8838980 9787879424 9226 33554432000 1073741824 1073778376 140735714013936 139975683964936 225448092941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700341 s]
/proc/loadavg: 2.38 2.27 2.20 3/194 19597
/proc/meminfo: memFree=30289636/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12179 0 1 0 161 2 0 0 20 0 19 0 8838979 9856040960 14584 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 14584 2270 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 8838980 9856040960 14584 33554432000 1073741824 1073778376 140735714013936 139975683965016 139975551744480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 19616
/proc/meminfo: memFree=30231888/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12188 0 1 0 243 2 0 0 20 0 19 0 8838979 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 16636 2272 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2417 0 1 0 146 1 0 0 20 0 19 0 8838980 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975683964184 139975551321889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5108 0 0 0 46 0 0 0 20 0 19 0 8838984 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3385 0 0 0 49 0 0 0 20 0 19 0 8838984 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 16636 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 19616
/proc/meminfo: memFree=30223076/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=4.13 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12197 0 1 0 411 2 0 0 20 0 19 0 8838979 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 17664 2276 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2420 0 1 0 306 1 0 0 20 0 19 0 8838980 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975683963432 139975551753124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 8838984 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3389 0 0 0 54 0 0 0 20 0 19 0 8838984 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 17664 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.35 2.26 2.19 3/213 19616
/proc/meminfo: memFree=30209812/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=7.38 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12208 0 1 0 736 2 0 0 20 0 19 0 8838979 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 19727 2277 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2429 0 1 0 626 2 0 0 20 0 19 0 8838980 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975683965288 139975551675772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5110 0 0 0 49 0 0 0 20 0 19 0 8838984 9856040960 19727 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.58 cores=1,3,5,7

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

[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5111 0 0 0 57 0 0 0 20 0 19 0 8838984 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3390 0 0 0 62 0 0 0 20 0 19 0 8838984 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 35600 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 9625040

[startup+19.2007 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 19616
/proc/meminfo: memFree=30115444/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=20.41 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12248 0 1 0 2037 4 0 0 20 0 19 0 8838979 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 37136 2278 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=19.17 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2468 0 1 0 1914 3 0 0 20 0 19 0 8838980 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975683965576 139975551694305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5111 0 0 0 58 0 0 0 20 0 19 0 8838984 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3390 0 0 0 62 0 0 0 20 0 19 0 8838984 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 37136 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 20.41
Current children cumulated vsize (KiB) 9625040

[startup+20.0007 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 19616
/proc/meminfo: memFree=30111100/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=21.21 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12249 0 1 0 2117 4 0 0 20 0 19 0 8838979 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 37648 2278 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=19.97 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2469 0 1 0 1994 3 0 0 20 0 19 0 8838980 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975683956480 139975551695194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5111 0 0 0 58 0 0 0 20 0 19 0 8838984 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3390 0 0 0 62 0 0 0 20 0 19 0 8838984 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 37648 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.21
Current children cumulated vsize (KiB) 9625040

[startup+20.4008 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 19616
/proc/meminfo: memFree=30111100/32872528 swapFree=1499116/1695340
[pid=19597] ppid=19594 vsize=9625040 CPUtime=21.61 cores=1,3,5,7
/proc/19597/stat : 19597 (java) S 19594 19597 17390 0 -1 4202496 12250 0 1 0 2157 4 0 0 20 0 19 0 8838979 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 140735714005072 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19597/statm: 2406260 38160 2278 9 0 2396937 0
[pid=19597/tid=19598] ppid=19594 vsize=9625040 CPUtime=20.37 cores=1,3,5,7
/proc/19597/task/19598/stat : 19598 (java) R 19594 19597 17390 0 -1 4202560 2470 0 1 0 2034 3 0 0 20 0 19 0 8838980 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975683956480 139975551696617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19600] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19600/stat : 19600 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838980 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975673026984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19601] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19601/stat : 19601 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975671974440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19602] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19602/stat : 19602 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975670921384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19597/tid=19603] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19603/stat : 19603 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975669868840 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19604] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19604/stat : 19604 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975523515304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19605] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19605/stat : 19605 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975522462760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19606] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19606/stat : 19606 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975521409704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19597/tid=19607] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19607/stat : 19607 (java) S 19594 19597 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8838981 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975520357160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19608] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19608/stat : 19608 (java) S 19594 19597 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975508158824 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19609] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19609/stat : 19609 (java) S 19594 19597 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975507105144 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19610] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19610/stat : 19610 (java) S 19594 19597 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8838982 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975506051976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19611] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19611/stat : 19611 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975505000720 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19612] ppid=19594 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/19597/task/19612/stat : 19612 (java) S 19594 19597 17390 0 -1 4202560 5111 0 0 0 58 0 0 0 20 0 19 0 8838984 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975503948600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19613] ppid=19594 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/19597/task/19613/stat : 19613 (java) S 19594 19597 17390 0 -1 4202560 3390 0 0 0 62 0 0 0 20 0 19 0 8838984 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975502896056 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19614] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19614/stat : 19614 (java) S 19594 19597 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975501843192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19597/tid=19615] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19615/stat : 19615 (java) S 19594 19597 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8838984 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975500790856 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19597/tid=19616] ppid=19594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19597/task/19616/stat : 19616 (java) S 19594 19597 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8839012 9856040960 38160 33554432000 1073741824 1073778376 140735714013936 139975499736104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 20.4985
CPU time (s): 21.7197
CPU user time (s): 21.6577
CPU system time (s): 0.06199
CPU usage (%): 105.958
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6577
system time used= 0.06199
maximum resident set size= 154752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12274
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= 717
involuntary context switches= 76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.132979 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:05:32
IDJOB=4090881
IDBENCH=79274
IDSOLVER=2551
FILE ID=node137/4090881-1466067932
RUNJOBID= node137-1466062115-17407
PBS_JOBID= 19904003
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090881-1466067932/watcher-4090881-1466067932 -o /tmp/evaluation-result-4090881-1466067932/solver-4090881-1466067932 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17407 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090881-1466067932.wbo

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

MD5SUM BENCH= ec85c0538058c3457da9eddcb3b315b2
RANDOM SEED=491120586

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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		: 2666.486
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:        30289908 kB
Buffers:            9056 kB
Cached:            41348 kB
SwapCached:         2460 kB
Active:           155832 kB
Inactive:          27940 kB
Active(anon):     134000 kB
Inactive(anon):     1776 kB
Active(file):      21832 kB
Inactive(file):    26164 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1712 kB
Writeback:            20 kB
AnonPages:       1831788 kB
Mapped:            15180 kB
Shmem:                 0 kB
Slab:             566192 kB
SReclaimable:       9920 kB
SUnreclaim:       556272 kB
KernelStack:        1592 kB
PageTables:         7860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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 node137 at 2016-06-16 11:05:53