Trace number 4110420

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 23.7614 22.5766

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
MD5SUMda8b4d3fc4733201ddcbc92154231f9d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark23.7614
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4110420-1466343913.wbo
0.09/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.205s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.77/0.46	c SATISFIABLE
0.77/0.46	c OPTIMIZING...
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.346
0.77/0.46	o 819
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.07/0.51	o 242
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.47
1.07/0.58	o 237
1.37/0.61	c Got one! Elapsed wall clock time (in seconds):0.498
1.37/0.61	o 235
1.37/0.65	c Got one! Elapsed wall clock time (in seconds):0.538
1.37/0.65	o 209
1.37/0.67	c Got one! Elapsed wall clock time (in seconds):0.561
1.37/0.67	o 203
1.65/0.70	c Got one! Elapsed wall clock time (in seconds):0.592
1.65/0.70	o 200
1.65/0.71	c Got one! Elapsed wall clock time (in seconds):0.598
1.65/0.71	o 169
1.65/0.72	c Got one! Elapsed wall clock time (in seconds):0.61
1.65/0.72	o 159
1.65/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.65/0.73	o 152
1.65/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.65/0.74	o 136
1.79/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.79/0.89	o 130
1.91/0.91	c Got one! Elapsed wall clock time (in seconds):0.801
1.91/0.91	o 128
2.02/1.05	c Got one! Elapsed wall clock time (in seconds):0.939
2.02/1.05	o 126
2.52/1.57	c Got one! Elapsed wall clock time (in seconds):1.461
2.52/1.57	o 125
3.04/2.00	c cleaning 4370 clauses out of 8739 with flag 12073/8739
3.17/2.17	c Got one! Elapsed wall clock time (in seconds):2.056
3.17/2.17	o 124
3.17/2.18	c Got one! Elapsed wall clock time (in seconds):2.065
3.17/2.18	o 115
3.39/2.31	c Got one! Elapsed wall clock time (in seconds):2.198
3.39/2.31	o 111
3.39/2.33	c Got one! Elapsed wall clock time (in seconds):2.214
3.39/2.33	o 109
3.49/2.43	c Got one! Elapsed wall clock time (in seconds):2.322
3.49/2.43	o 106
3.49/2.48	c Got one! Elapsed wall clock time (in seconds):2.372
3.49/2.48	o 105
3.59/2.50	c Got one! Elapsed wall clock time (in seconds):2.386
3.59/2.50	o 100
3.99/2.97	c Got one! Elapsed wall clock time (in seconds):2.857
3.99/2.97	o 99
3.99/2.98	c Got one! Elapsed wall clock time (in seconds):2.869
3.99/2.98	o 81
4.09/3.08	c Got one! Elapsed wall clock time (in seconds):2.97
4.09/3.08	o 78
4.29/3.23	c Got one! Elapsed wall clock time (in seconds):3.121
4.29/3.23	o 77
4.49/3.43	c cleaning 6753 clauses out of 13505 with flag 5798/17875
4.69/3.62	c Got one! Elapsed wall clock time (in seconds):3.51
4.69/3.62	o 75
4.69/3.65	c Got one! Elapsed wall clock time (in seconds):3.535
4.69/3.65	o 73
4.69/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
4.69/3.69	o 65
4.79/3.72	c Got one! Elapsed wall clock time (in seconds):3.604
4.79/3.72	o 63
4.79/3.72	c Got one! Elapsed wall clock time (in seconds):3.612
4.79/3.72	o 59
4.89/3.83	c Got one! Elapsed wall clock time (in seconds):3.721
4.89/3.83	o 56
5.30/4.23	c Got one! Elapsed wall clock time (in seconds):4.114
5.30/4.23	o 55
5.30/4.24	c Got one! Elapsed wall clock time (in seconds):4.123
5.30/4.24	o 50
5.40/4.38	c cleaning 6861 clauses out of 13738 with flag 6829/24861
5.52/4.46	c Got one! Elapsed wall clock time (in seconds):4.351
5.52/4.46	o 46
5.52/4.48	c Got one! Elapsed wall clock time (in seconds):4.367
5.52/4.48	o 45
5.75/4.69	c Got one! Elapsed wall clock time (in seconds):4.577
5.75/4.69	o 44
5.85/4.72	c Got one! Elapsed wall clock time (in seconds):4.608
5.85/4.72	o 36
5.85/4.74	c Got one! Elapsed wall clock time (in seconds):4.63
5.85/4.74	o 31
6.15/5.03	c Got one! Elapsed wall clock time (in seconds):4.922
6.15/5.03	o 30
6.36/5.26	c cleaning 7292 clauses out of 14605 with flag 14384/32589
6.36/5.29	c Got one! Elapsed wall clock time (in seconds):5.175
6.36/5.29	o 29
6.36/5.29	c Got one! Elapsed wall clock time (in seconds):5.181
6.36/5.29	o 26
6.47/5.31	c Got one! Elapsed wall clock time (in seconds):5.198
6.47/5.31	o 24
6.57/5.43	c Got one! Elapsed wall clock time (in seconds):5.318
6.57/5.43	o 21
6.88/5.75	c Got one! Elapsed wall clock time (in seconds):5.635
6.88/5.75	o 20
6.99/5.80	c Got one! Elapsed wall clock time (in seconds):5.69
6.99/5.80	o 19
7.09/5.90	c cleaning 7426 clauses out of 14867 with flag 6396/40143
7.50/6.36	c cleaning 6721 clauses out of 13441 with flag 47105/46143
7.70/6.51	c Got one! Elapsed wall clock time (in seconds):6.403
7.70/6.51	o 17
7.81/6.66	c Got one! Elapsed wall clock time (in seconds):6.544
7.81/6.66	o 12
8.00/6.81	c cleaning 6257 clauses out of 12526 with flag 14879/51949
8.30/7.11	c Got one! Elapsed wall clock time (in seconds):6.999
8.30/7.11	o 11
8.30/7.18	c cleaning 5995 clauses out of 12007 with flag 6924/57687
8.41/7.22	c Got one! Elapsed wall clock time (in seconds):7.104
8.41/7.22	o 10
8.71/7.54	c cleaning 5885 clauses out of 11785 with flag 41131/63460
8.71/7.58	c Got one! Elapsed wall clock time (in seconds):7.467
8.71/7.58	o 8
8.81/7.62	c Got one! Elapsed wall clock time (in seconds):7.51
8.81/7.62	o 7
9.11/7.96	c cleaning 6244 clauses out of 12493 with flag 40054/70053
9.51/8.34	c cleaning 6124 clauses out of 12248 with flag 94219/76052
10.01/8.83	c cleaning 6558 clauses out of 13125 with flag 155942/83053
10.01/8.88	c Got one! Elapsed wall clock time (in seconds):8.772
10.01/8.88	o 5
10.31/9.19	c cleaning 6211 clauses out of 12434 with flag 45815/88920
10.71/9.54	c cleaning 6102 clauses out of 12223 with flag 102583/94920
11.13/9.99	c cleaning 6552 clauses out of 13122 with flag 168742/101921
11.63/10.49	c cleaning 7280 clauses out of 14573 with flag 240919/109924
11.73/10.58	c Got one! Elapsed wall clock time (in seconds):10.463
11.73/10.58	o 4
12.03/10.82	c cleaning 6470 clauses out of 12953 with flag 36461/115584
12.33/11.15	c cleaning 6238 clauses out of 12484 with flag 89306/121585
12.73/11.58	c cleaning 6620 clauses out of 13245 with flag 153646/128584
13.33/12.14	c cleaning 7309 clauses out of 14626 with flag 230279/136585
14.02/12.81	c cleaning 8154 clauses out of 16317 with flag 319132/145585
14.82/13.62	c cleaning 9079 clauses out of 18162 with flag 417019/155585
15.64/14.46	c cleaning 10038 clauses out of 20082 with flag 510864/166584
16.73/15.54	c cleaning 11016 clauses out of 22045 with flag 619082/178585
17.93/16.73	c cleaning 12005 clauses out of 24028 with flag 736395/191584
17.93/16.78	c Got one! Elapsed wall clock time (in seconds):16.669
17.93/16.78	o 3
18.33/17.14	c cleaning 8863 clauses out of 17754 with flag 37536/197315
18.73/17.51	c cleaning 7433 clauses out of 14892 with flag 81124/203316
19.13/17.93	c cleaning 7218 clauses out of 14458 with flag 127968/210315
19.43/18.29	c Got one! Elapsed wall clock time (in seconds):18.177
19.43/18.29	o 2
19.82/18.69	c cleaning 8818 clauses out of 17637 with flag 38101/220713
20.22/19.08	c cleaning 7408 clauses out of 14821 with flag 80326/226715
20.83/19.63	c cleaning 7197 clauses out of 14413 with flag 133186/233715
21.43/20.25	c cleaning 7603 clauses out of 15216 with flag 189920/241715
22.14/20.91	c cleaning 8303 clauses out of 16611 with flag 254036/250714
22.75/21.58	c cleaning 9149 clauses out of 18309 with flag 313849/260717
23.56/22.30	c cleaning 10062 clauses out of 20149 with flag 370013/271713
23.76/22.56	c starts		: 171
23.76/22.56	c conflicts		: 276829
23.76/22.56	c decisions		: 535337
23.76/22.56	c propagations		: 25237012
23.76/22.56	c inspects		: 279597927
23.76/22.56	c shortcuts		: 0
23.76/22.56	c learnt literals	: 27
23.76/22.56	c learnt binary clauses	: 51
23.76/22.56	c learnt ternary clauses	: 245
23.76/22.56	c learnt constraints	: 276801
23.76/22.56	c ignored constraints	: 0
23.76/22.56	c root simplifications	: 0
23.76/22.56	c removed literals (reason simplification)	: 0
23.76/22.56	c reason swapping (by a shorter reason)	: 0
23.76/22.56	c Calls to reduceDB	: 35
23.76/22.56	c Number of update (reduction) of LBD	: 105244
23.76/22.56	c Imported unit clauses	: 0
23.76/22.56	c number of reductions to clauses (during analyze)	: 0
23.76/22.56	c number of learned constraints concerned by reduction	: 0
23.76/22.56	c number of learning phase by resolution	: 0
23.76/22.56	c number of learning phase by cutting planes	: 0
23.76/22.56	c speed (assignments/second)	: 1135523.5995500563
23.76/22.56	c non guided choices	6657
23.76/22.56	c learnt constraints type 
23.76/22.56	s OPTIMUM FOUND
23.76/22.56	c Found 56 solution(s)
23.76/22.56	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 
23.76/22.56	c objective function=2
23.76/22.56	c Total wall clock time (in seconds): 22.447

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110420-1466343913/watcher-4110420-1466343913 -o /tmp/evaluation-result-4110420-1466343913/solver-4110420-1466343913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110420-1466343913.wbo 

pid=25367
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.47 2.39 2.06 3/196 25370
/proc/meminfo: memFree=29846176/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/25370/stat : 25370 (java) R 25367 25370 22399 0 -1 4194304 329 0 0 0 0 0 0 0 20 0 1 0 36437701 8192 1 33554432000 0 0 0 140734012250344 273905511863 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 67 4 0 0 0 24 0

[startup+0.100154 s]
/proc/loadavg: 2.47 2.39 2.06 3/196 25370
/proc/meminfo: memFree=29846176/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 4390 0 1 0 8 1 0 0 20 0 18 0 36437701 9787879424 6025 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.47 2.39 2.06 3/196 25370
/proc/meminfo: memFree=29846176/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 4768 0 1 0 24 1 0 0 20 0 18 0 36437701 9787879424 6863 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2389619 6863 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.47 2.39 2.06 3/196 25370
/proc/meminfo: memFree=29846176/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 6369 0 1 0 48 1 0 0 20 0 18 0 36437701 9787879424 8856 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2389619 8856 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 2.47 2.39 2.06 3/196 25370
/proc/meminfo: memFree=29846176/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=1.65 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12257 0 1 0 163 2 0 0 20 0 19 0 36437701 9856040960 13857 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 13857 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.52 2.40 2.07 3/215 25389
/proc/meminfo: memFree=29783092/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12266 0 1 0 250 2 0 0 20 0 19 0 36437701 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 16420 2272 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2421 0 1 0 145 1 0 0 20 0 19 0 36437702 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228717648424 140228552108577 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3426 0 0 0 48 0 0 0 20 0 19 0 36437707 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5142 0 0 0 52 0 0 0 20 0 19 0 36437707 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 16420 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.52 2.40 2.07 5/215 25389
/proc/meminfo: memFree=29776204/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12282 0 1 0 417 2 0 0 20 0 19 0 36437701 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 19496 2276 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2429 0 1 0 304 1 0 0 20 0 19 0 36437702 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228717648360 140228552091324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 53 0 0 0 20 0 19 0 36437707 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5146 0 0 0 54 0 0 0 20 0 19 0 36437707 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 19496 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.52 2.40 2.07 3/215 25454
/proc/meminfo: memFree=29845452/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=7.5 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12299 0 1 0 748 2 0 0 20 0 19 0 36437701 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 26649 2277 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2445 0 1 0 624 1 0 0 20 0 19 0 36437702 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228717650920 140228552202922 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 56 0 0 0 20 0 19 0 36437707 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5146 0 0 0 63 0 0 0 20 0 19 0 36437707 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 26649 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 9625040


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

[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 57 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5147 0 0 0 67 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (KiB) 9625040

[startup+22.0007 s]
/proc/loadavg: 2.44 2.39 2.07 3/215 25454
/proc/meminfo: memFree=29701804/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=23.26 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12330 0 1 0 2322 4 0 0 20 0 19 0 36437701 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 41498 2278 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=21.91 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2475 0 1 0 2189 2 0 0 20 0 19 0 36437702 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228717641472 140228552543040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 57 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5147 0 0 0 67 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 41498 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 9625040

[startup+22.4008 s]
/proc/loadavg: 2.44 2.39 2.07 3/215 25454
/proc/meminfo: memFree=29701804/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=23.66 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12358 0 1 0 2362 4 0 0 20 0 19 0 36437701 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 43053 2291 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=22.3 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2480 0 1 0 2227 3 0 0 20 0 19 0 36437702 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228717649304 140228552125276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 57 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5147 0 0 0 67 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (KiB) 9625040

[startup+22.5008 s]
/proc/loadavg: 2.44 2.39 2.07 3/215 25454
/proc/meminfo: memFree=29701804/32872528 swapFree=1482636/1662508
[pid=25370] ppid=25367 vsize=9625040 CPUtime=23.76 cores=0,2,4,6
/proc/25370/stat : 25370 (java) S 25367 25370 22399 0 -1 4202496 12358 0 1 0 2372 4 0 0 20 0 19 0 36437701 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140735670608272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25370/statm: 2406260 43053 2291 9 0 2396937 0
[pid=25370/tid=25372] ppid=25367 vsize=9625040 CPUtime=22.4 cores=0,2,4,6
/proc/25370/task/25372/stat : 25372 (java) R 25367 25370 22399 0 -1 4202560 2480 0 1 0 2237 3 0 0 20 0 19 0 36437702 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228717649304 140228552187147 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25373] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25373/stat : 25373 (java) S 25367 25370 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228679142184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25374] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25374/stat : 25374 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228678089384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25375] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25375/stat : 25375 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228677037096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25376] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25376/stat : 25376 (java) S 25367 25370 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228675984296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25370/tid=25377] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25377/stat : 25377 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228674930984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25378] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25378/stat : 25378 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228673878184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25379] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25379/stat : 25379 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228672825896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25380] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25380/stat : 25380 (java) S 25367 25370 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437703 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228671773096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25381] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25381/stat : 25381 (java) S 25367 25370 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36437704 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228541815528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25382] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25382/stat : 25382 (java) S 25367 25370 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228540761592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25383] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25383/stat : 25383 (java) S 25367 25370 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36437705 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228539709192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25384] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25384/stat : 25384 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228538657680 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25385] ppid=25367 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25370/task/25385/stat : 25385 (java) S 25367 25370 22399 0 -1 4202560 3430 0 0 0 57 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228537604280 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25370/tid=25386] ppid=25367 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25370/task/25386/stat : 25386 (java) S 25367 25370 22399 0 -1 4202560 5147 0 0 0 67 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140228536551480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25387] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25387/stat : 25387 (java) S 25367 25370 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227662310008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25370/tid=25388] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25388/stat : 25388 (java) S 25367 25370 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437707 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227661257416 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25370/tid=25389] ppid=25367 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25370/task/25389/stat : 25389 (java) S 25367 25370 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36437735 9856040960 43053 33554432000 1073741824 1073778376 140735670617136 140227660203432 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.76
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 22.5766
CPU time (s): 23.7614
CPU user time (s): 23.6974
CPU system time (s): 0.06399
CPU usage (%): 105.248
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6974
system time used= 0.06399
maximum resident set size= 172272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12381
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= 788
involuntary context switches= 75

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114982 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:45:13
IDJOB=4110420
IDBENCH=79306
IDSOLVER=2551
FILE ID=node134/4110420-1466343913
RUNJOBID= node134-1466341813-22415
PBS_JOBID= 19922019
Free space on /tmp= 71720 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.1900576360--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110420-1466343913/watcher-4110420-1466343913 -o /tmp/evaluation-result-4110420-1466343913/solver-4110420-1466343913 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110420-1466343913.wbo

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

MD5SUM BENCH= da8b4d3fc4733201ddcbc92154231f9d
RANDOM SEED=25128652

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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:        29846340 kB
Buffers:          196580 kB
Cached:           265596 kB
SwapCached:         1068 kB
Active:           273064 kB
Inactive:         350816 kB
Active(anon):     161936 kB
Inactive(anon):     1732 kB
Active(file):     111128 kB
Inactive(file):   349084 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1372 kB
Writeback:             0 kB
AnonPages:       1763672 kB
Mapped:            15540 kB
Shmem:                 0 kB
Slab:             606956 kB
SReclaimable:      50520 kB
SUnreclaim:       556436 kB
KernelStack:        1664 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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 node134 at 2016-06-19 15:45:35