Trace number 4110396

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 19.742 18.4831

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM0a3bbeff5fae384bd8f72d98174965d3
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 benchmark19.742
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@587bd9f2
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@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110396-1466343902.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.203s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.80/0.47	c SATISFIABLE
0.80/0.47	c OPTIMIZING...
0.80/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.80/0.47	o 456
1.10/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
1.10/0.52	o 420
1.10/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
1.10/0.55	o 214
1.10/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.10/0.59	o 208
1.40/0.61	c Got one! Elapsed wall clock time (in seconds):0.509
1.40/0.61	o 207
1.40/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
1.40/0.63	o 203
1.40/0.64	c Got one! Elapsed wall clock time (in seconds):0.538
1.40/0.64	o 198
1.40/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
1.40/0.66	o 179
1.70/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.70/0.70	o 177
1.85/0.80	c Got one! Elapsed wall clock time (in seconds):0.695
1.85/0.80	o 176
1.85/0.87	c Got one! Elapsed wall clock time (in seconds):0.765
1.85/0.87	o 154
2.05/1.01	c Got one! Elapsed wall clock time (in seconds):0.906
2.05/1.01	o 146
2.05/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
2.05/1.03	o 145
2.05/1.06	c Got one! Elapsed wall clock time (in seconds):0.957
2.05/1.06	o 140
2.05/1.07	c Got one! Elapsed wall clock time (in seconds):0.964
2.05/1.07	o 136
2.16/1.11	c Got one! Elapsed wall clock time (in seconds):1.003
2.16/1.11	o 131
2.16/1.15	c Got one! Elapsed wall clock time (in seconds):1.048
2.16/1.15	o 125
2.16/1.16	c Got one! Elapsed wall clock time (in seconds):1.056
2.16/1.16	o 111
2.27/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
2.27/1.26	o 109
2.36/1.37	c Got one! Elapsed wall clock time (in seconds):1.263
2.36/1.37	o 105
2.59/1.52	c Got one! Elapsed wall clock time (in seconds):1.416
2.59/1.52	o 101
2.69/1.68	c Got one! Elapsed wall clock time (in seconds):1.575
2.69/1.68	o 92
2.79/1.75	c Got one! Elapsed wall clock time (in seconds):1.641
2.79/1.75	o 91
3.59/2.51	c Got one! Elapsed wall clock time (in seconds):2.402
3.59/2.51	o 89
4.02/2.96	c cleaning 5874 clauses out of 11748 with flag 9869/11748
4.37/3.23	c Got one! Elapsed wall clock time (in seconds):3.129
4.37/3.23	o 88
4.37/3.28	c Got one! Elapsed wall clock time (in seconds):3.178
4.37/3.28	o 81
4.47/3.36	c Got one! Elapsed wall clock time (in seconds):3.251
4.47/3.36	o 73
4.47/3.37	c Got one! Elapsed wall clock time (in seconds):3.261
4.47/3.37	o 68
4.57/3.42	c Got one! Elapsed wall clock time (in seconds):3.313
4.57/3.42	o 67
4.57/3.48	c Got one! Elapsed wall clock time (in seconds):3.374
4.57/3.48	o 63
4.86/3.74	c Got one! Elapsed wall clock time (in seconds):3.638
4.86/3.74	o 51
4.96/3.84	c Got one! Elapsed wall clock time (in seconds):3.731
4.96/3.84	o 50
4.96/3.87	c Got one! Elapsed wall clock time (in seconds):3.769
4.96/3.87	o 48
5.16/4.00	c Got one! Elapsed wall clock time (in seconds):3.893
5.16/4.00	o 46
5.16/4.04	c Got one! Elapsed wall clock time (in seconds):3.933
5.16/4.04	o 44
5.40/4.22	c Got one! Elapsed wall clock time (in seconds):4.12
5.40/4.22	o 41
5.40/4.29	c Got one! Elapsed wall clock time (in seconds):4.188
5.40/4.29	o 39
5.62/4.43	c cleaning 8223 clauses out of 16456 with flag 6788/22330
5.62/4.43	c Got one! Elapsed wall clock time (in seconds):4.325
5.62/4.43	o 34
5.62/4.45	c Got one! Elapsed wall clock time (in seconds):4.348
5.62/4.45	o 33
5.92/4.76	c Got one! Elapsed wall clock time (in seconds):4.652
5.92/4.76	o 27
6.23/5.00	c cleaning 6818 clauses out of 13637 with flag 15719/27734
6.54/5.31	c Got one! Elapsed wall clock time (in seconds):5.206
6.54/5.31	o 26
6.64/5.43	c Got one! Elapsed wall clock time (in seconds):5.326
6.64/5.43	o 25
6.75/5.51	c cleaning 6065 clauses out of 12132 with flag 6718/33047
6.94/5.70	c Got one! Elapsed wall clock time (in seconds):5.6
6.94/5.70	o 23
6.94/5.79	c Got one! Elapsed wall clock time (in seconds):5.681
6.94/5.79	o 22
7.25/6.01	c Got one! Elapsed wall clock time (in seconds):5.904
7.25/6.01	o 20
7.36/6.11	c cleaning 6538 clauses out of 13078 with flag 7232/40058
7.86/6.69	c cleaning 6256 clauses out of 12541 with flag 53120/46059
8.66/7.42	c cleaning 6636 clauses out of 13285 with flag 112347/53059
8.86/7.64	c Got one! Elapsed wall clock time (in seconds):7.535
8.86/7.64	o 15
9.06/7.87	c cleaning 6055 clauses out of 12139 with flag 23296/58549
9.46/8.29	c Got one! Elapsed wall clock time (in seconds):8.182
9.46/8.29	o 13
9.66/8.41	c Got one! Elapsed wall clock time (in seconds):8.301
9.66/8.41	o 12
9.96/8.79	c cleaning 8250 clauses out of 16530 with flag 37607/68995
10.56/9.32	c cleaning 7117 clauses out of 14280 with flag 92063/74995
10.66/9.43	c Got one! Elapsed wall clock time (in seconds):9.32
10.66/9.43	o 11
10.95/9.78	c cleaning 6260 clauses out of 12555 with flag 39680/80387
11.05/9.90	c Got one! Elapsed wall clock time (in seconds):9.797
11.05/9.90	o 10
11.46/10.23	c cleaning 6067 clauses out of 12158 with flag 33862/86250
11.46/10.25	c Got one! Elapsed wall clock time (in seconds):10.146
11.46/10.25	o 9
11.76/10.51	c Got one! Elapsed wall clock time (in seconds):10.408
11.76/10.51	o 8
11.85/10.68	c cleaning 6035 clauses out of 12081 with flag 20526/92240
12.36/11.14	c cleaning 6002 clauses out of 12047 with flag 79813/98241
12.45/11.23	c Got one! Elapsed wall clock time (in seconds):11.127
12.45/11.23	o 7
12.77/11.50	c cleaning 5713 clauses out of 11453 with flag 32049/103649
12.77/11.55	c Got one! Elapsed wall clock time (in seconds):11.448
12.77/11.55	o 6
12.97/11.75	c Got one! Elapsed wall clock time (in seconds):11.645
12.97/11.75	o 5
13.17/11.96	c cleaning 6284 clauses out of 12580 with flag 23412/110489
13.67/12.44	c cleaning 6147 clauses out of 12299 with flag 81589/116492
14.27/13.03	c cleaning 6564 clauses out of 13148 with flag 144469/123489
14.97/13.79	c cleaning 7288 clauses out of 14584 with flag 215961/131489
15.07/13.81	c Got one! Elapsed wall clock time (in seconds):13.707
15.07/13.81	o 4
15.48/14.20	c cleaning 6319 clauses out of 12646 with flag 38341/136839
15.78/14.57	c Got one! Elapsed wall clock time (in seconds):14.466
15.78/14.57	o 2
15.88/14.65	c cleaning 5902 clauses out of 11824 with flag 7044/142336
16.28/15.08	c cleaning 5955 clauses out of 11923 with flag 51274/148337
16.59/15.35	c Got one! Elapsed wall clock time (in seconds):15.244
16.59/15.35	o 1
16.70/15.49	c cleaning 5898 clauses out of 11812 with flag 11838/154181
17.09/15.82	c cleaning 5952 clauses out of 11913 with flag 47172/160180
17.59/16.34	c cleaning 6471 clauses out of 12961 with flag 93715/167180
18.09/16.83	c cleaning 7239 clauses out of 14489 with flag 139671/175180
18.59/17.35	c cleaning 8122 clauses out of 16249 with flag 184827/184180
19.19/17.94	c cleaning 9064 clauses out of 18128 with flag 233444/194181
19.71/18.43	c cleaning 10023 clauses out of 20056 with flag 277996/205180
19.71/18.46	c starts		: 204
19.71/18.46	c conflicts		: 206264
19.71/18.46	c decisions		: 450790
19.71/18.46	c propagations		: 23026966
19.71/18.46	c inspects		: 190956217
19.71/18.46	c shortcuts		: 0
19.71/18.46	c learnt literals	: 18
19.71/18.46	c learnt binary clauses	: 65
19.71/18.46	c learnt ternary clauses	: 361
19.71/18.46	c learnt constraints	: 206245
19.71/18.46	c ignored constraints	: 0
19.71/18.46	c root simplifications	: 0
19.71/18.46	c removed literals (reason simplification)	: 0
19.71/18.46	c reason swapping (by a shorter reason)	: 0
19.71/18.46	c Calls to reduceDB	: 29
19.71/18.46	c Number of update (reduction) of LBD	: 83638
19.71/18.46	c Imported unit clauses	: 0
19.71/18.46	c number of reductions to clauses (during analyze)	: 0
19.71/18.46	c number of learned constraints concerned by reduction	: 0
19.71/18.46	c number of learning phase by resolution	: 0
19.71/18.46	c number of learning phase by cutting planes	: 0
19.71/18.46	c speed (assignments/second)	: 1269402.756339581
19.71/18.46	c non guided choices	6563
19.71/18.46	c learnt constraints type 
19.71/18.46	s OPTIMUM FOUND
19.71/18.46	c Found 58 solution(s)
19.71/18.47	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 
19.71/18.47	c objective function=1
19.71/18.47	c Total wall clock time (in seconds): 18.361

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-4110396-1466343902/watcher-4110396-1466343902 -o /tmp/evaluation-result-4110396-1466343902/solver-4110396-1466343902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110396-1466343902.wbo 

pid=7626
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.26 2.22 1.94 3/194 7629
/proc/meminfo: memFree=30335180/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7629/stat : 7629 (java) R 7626 7629 5243 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 36439399 23793664 196 33554432000 1073741824 1073778376 140735030845312 140735030834376 219504799623 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 5809 202 157 9 0 128 0

[startup+0.100204 s]
/proc/loadavg: 2.26 2.22 1.94 3/194 7629
/proc/meminfo: memFree=30335180/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 4424 0 1 0 9 1 0 0 20 0 18 0 36439399 9787879424 6052 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2389619 6052 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.26 2.22 1.94 3/194 7629
/proc/meminfo: memFree=30335180/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 4788 0 1 0 25 1 0 0 20 0 18 0 36439399 9787879424 6848 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2389619 6848 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.26 2.22 1.94 3/194 7629
/proc/meminfo: memFree=30335180/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 6695 0 1 0 49 2 0 0 20 0 18 0 36439399 9787879424 8926 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2389619 8926 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.26 2.22 1.94 3/194 7629
/proc/meminfo: memFree=30335180/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=1.7 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 12926 0 1 0 167 3 0 0 20 0 19 0 36439399 9856040960 14158 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 14158 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.26 2.22 1.94 3/213 7648
/proc/meminfo: memFree=30279256/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 12936 0 1 0 256 3 0 0 20 0 19 0 36439399 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 17233 2272 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2425 0 1 0 146 2 0 0 20 0 19 0 36439400 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593720357416 140593557310377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5812 0 0 0 51 0 0 0 20 0 19 0 36439404 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3422 0 0 0 56 0 0 0 20 0 19 0 36439404 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 17233 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.26 2.22 1.94 3/213 7648
/proc/meminfo: memFree=30266596/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 13131 0 1 0 424 3 0 0 20 0 19 0 36439399 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 18803 2276 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2430 0 1 0 305 2 0 0 20 0 19 0 36439400 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593720355224 140593557204016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5816 0 0 0 54 0 0 0 20 0 19 0 36439404 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3608 0 0 0 61 0 0 0 20 0 19 0 36439404 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 18803 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.24 2.22 1.94 3/213 7648
/proc/meminfo: memFree=30239472/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 13150 0 1 0 752 4 0 0 20 0 19 0 36439399 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 24794 2277 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2447 0 1 0 623 2 0 0 20 0 19 0 36439400 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593720348416 140593557280249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5817 0 0 0 58 0 0 0 20 0 19 0 36439404 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3608 0 0 0 67 0 0 0 20 0 19 0 36439404 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 24794 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625040


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

[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5817 0 0 0 58 0 0 0 20 0 19 0 36439404 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3609 0 0 0 69 0 0 0 20 0 19 0 36439404 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 35035 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 17.29
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.28 2.23 1.95 3/213 7648
/proc/meminfo: memFree=30173516/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=18.89 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 13177 0 1 0 1884 5 0 0 20 0 19 0 36439399 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 36571 2278 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=17.53 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2473 0 1 0 1750 3 0 0 20 0 19 0 36439400 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593720348416 140593557212577 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5817 0 0 0 58 0 0 0 20 0 19 0 36439404 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3609 0 0 0 69 0 0 0 20 0 19 0 36439404 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 36571 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 9625040

[startup+18.0008 s]
/proc/loadavg: 2.28 2.23 1.95 3/213 7648
/proc/meminfo: memFree=30173516/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=19.29 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 13178 0 1 0 1924 5 0 0 20 0 19 0 36439399 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 37083 2278 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=17.92 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2474 0 1 0 1789 3 0 0 20 0 19 0 36439400 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593720348416 140593557204039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5817 0 0 0 58 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3609 0 0 0 69 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.29
Current children cumulated vsize (KiB) 9625040

[startup+18.4007 s]
/proc/loadavg: 2.28 2.23 1.95 3/213 7648
/proc/meminfo: memFree=30173516/32872528 swapFree=1075284/1157044
[pid=7629] ppid=7626 vsize=9625040 CPUtime=19.71 cores=0,2,4,6
/proc/7629/stat : 7629 (java) S 7626 7629 5243 0 -1 4202496 13178 0 1 0 1966 5 0 0 20 0 19 0 36439399 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140735030836448 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7629/statm: 2406260 37083 2278 9 0 2396937 0
[pid=7629/tid=7631] ppid=7626 vsize=9625040 CPUtime=18.32 cores=0,2,4,6
/proc/7629/task/7631/stat : 7631 (java) R 7626 7629 5243 0 -1 4202560 2474 0 1 0 1829 3 0 0 20 0 19 0 36439400 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593720348416 140593557275728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7632] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7632/stat : 7632 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593681848744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7633] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7633/stat : 7633 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593680796200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7634] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7634/stat : 7634 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593679743144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7635] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7635/stat : 7635 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593678690600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7636] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7636/stat : 7636 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593677638568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7637] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7637/stat : 7637 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593676586024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7638] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7638/stat : 7638 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593675532968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7629/tid=7639] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7639/stat : 7639 (java) S 7626 7629 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439401 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593556613928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7640] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7640/stat : 7640 (java) S 7626 7629 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593544415592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7641] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7641/stat : 7641 (java) S 7626 7629 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593543361912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7642] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7642/stat : 7642 (java) S 7626 7629 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439402 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593542308744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7643] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7643/stat : 7643 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140593541257488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7644] ppid=7626 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/7629/task/7644/stat : 7644 (java) S 7626 7629 5243 0 -1 4202560 5817 0 0 0 58 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592801639224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7629/tid=7645] ppid=7626 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/7629/task/7645/stat : 7645 (java) S 7626 7629 5243 0 -1 4202560 3609 0 0 0 71 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592800586680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7646] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7646/stat : 7646 (java) S 7626 7629 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592799533816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7629/tid=7647] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7647/stat : 7647 (java) S 7626 7629 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439404 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592798481480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7629/tid=7648] ppid=7626 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7629/task/7648/stat : 7648 (java) S 7626 7629 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439432 9856040960 37083 33554432000 1073741824 1073778376 140735030845312 140592797426728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.4831
CPU time (s): 19.742
CPU user time (s): 19.68
CPU system time (s): 0.06199
CPU usage (%): 106.811
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.68
system time used= 0.06199
maximum resident set size= 150444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13203
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= 671
involuntary context switches= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092985 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:45:02
IDJOB=4110396
IDBENCH=79294
IDSOLVER=2551
FILE ID=node114/4110396-1466343902
RUNJOBID= node114-1466341822-5259
PBS_JOBID= 19922038
Free space on /tmp= 71724 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.1900582300--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110396-1466343902/watcher-4110396-1466343902 -o /tmp/evaluation-result-4110396-1466343902/solver-4110396-1466343902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110396-1466343902.wbo

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

MD5SUM BENCH= 0a3bbeff5fae384bd8f72d98174965d3
RANDOM SEED=723259286

node114.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.761
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	: 5333.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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		: 2666.761
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.55
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.761
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:        30335708 kB
Buffers:          147232 kB
Cached:           328436 kB
SwapCached:          836 kB
Active:           256928 kB
Inactive:         340260 kB
Active(anon):     122392 kB
Inactive(anon):     1760 kB
Active(file):     134536 kB
Inactive(file):   338500 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1916 kB
Writeback:             4 kB
AnonPages:       1423464 kB
Mapped:            16504 kB
Shmem:                 0 kB
Slab:             623440 kB
SReclaimable:      67148 kB
SUnreclaim:       556292 kB
KernelStack:        1616 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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= 71720 MiB
End job on node114 at 2016-06-19 15:45:20