Trace number 4109676

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 20.2409 18.1801

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109676-1466343681.wbo
0.10/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.198s.
0.49/0.31	c declared #vars     231
0.49/0.31	c internal #vars     2079
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.49/0.31	c 2707 constraints processed.
0.49/0.31	c objective function length is 1848 literals
0.74/0.43	c SATISFIABLE
0.74/0.43	c OPTIMIZING...
0.74/0.43	c Got one! Elapsed wall clock time (in seconds):0.327
0.74/0.43	o 366
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.74/0.48	o 361
1.04/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.04/0.51	o 332
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.45
1.04/0.56	o 318
1.04/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
1.04/0.58	o 251
1.33/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
1.33/0.60	o 214
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.635
1.64/0.74	o 206
1.64/0.77	c Got one! Elapsed wall clock time (in seconds):0.658
1.64/0.77	o 190
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.64/0.78	o 189
1.64/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.64/0.79	o 181
1.80/0.80	c Got one! Elapsed wall clock time (in seconds):0.692
1.80/0.80	o 163
2.22/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
2.22/1.24	o 151
2.52/1.53	c Got one! Elapsed wall clock time (in seconds):1.424
2.52/1.53	o 145
2.62/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
2.62/1.68	o 144
2.82/1.87	c cleaning 4270 clauses out of 8552 with flag 5391/8552
3.97/2.92	c cleaning 5128 clauses out of 10283 with flag 49858/14553
3.97/2.94	c Got one! Elapsed wall clock time (in seconds):2.832
3.97/2.94	o 139
3.97/2.96	c Got one! Elapsed wall clock time (in seconds):2.854
3.97/2.96	o 137
3.97/2.97	c Got one! Elapsed wall clock time (in seconds):2.861
3.97/2.97	o 130
4.07/3.05	c Got one! Elapsed wall clock time (in seconds):2.94
4.07/3.05	o 108
4.78/3.73	c cleaning 5511 clauses out of 11030 with flag 32084/20428
5.64/4.20	c Got one! Elapsed wall clock time (in seconds):4.092
5.64/4.20	o 107
5.74/4.35	c Got one! Elapsed wall clock time (in seconds):4.24
5.74/4.35	o 97
5.84/4.49	c Got one! Elapsed wall clock time (in seconds):4.381
5.84/4.49	o 95
5.94/4.59	c Got one! Elapsed wall clock time (in seconds):4.479
5.94/4.59	o 89
6.03/4.64	c Got one! Elapsed wall clock time (in seconds):4.534
6.03/4.64	o 81
6.14/4.74	c Got one! Elapsed wall clock time (in seconds):4.634
6.14/4.74	o 80
6.44/5.01	c Got one! Elapsed wall clock time (in seconds):4.906
6.44/5.01	o 75
6.44/5.07	c Got one! Elapsed wall clock time (in seconds):4.959
6.44/5.07	o 74
6.54/5.16	c Got one! Elapsed wall clock time (in seconds):5.049
6.54/5.16	o 64
6.54/5.16	c Got one! Elapsed wall clock time (in seconds):5.056
6.54/5.16	o 61
6.81/5.30	c cleaning 7979 clauses out of 15978 with flag 5194/30887
7.01/5.40	c Got one! Elapsed wall clock time (in seconds):5.291
7.01/5.40	o 59
7.01/5.41	c Got one! Elapsed wall clock time (in seconds):5.299
7.01/5.41	o 47
7.01/5.44	c Got one! Elapsed wall clock time (in seconds):5.333
7.01/5.44	o 45
7.23/5.57	c Got one! Elapsed wall clock time (in seconds):5.461
7.23/5.57	o 43
7.23/5.60	c Got one! Elapsed wall clock time (in seconds):5.495
7.23/5.60	o 42
7.43/5.64	c Got one! Elapsed wall clock time (in seconds):5.528
7.43/5.64	o 35
7.61/5.70	c Got one! Elapsed wall clock time (in seconds):5.596
7.61/5.70	o 33
7.61/5.73	c Got one! Elapsed wall clock time (in seconds):5.627
7.61/5.73	o 32
7.61/5.75	c Got one! Elapsed wall clock time (in seconds):5.641
7.61/5.75	o 31
7.86/5.90	c Got one! Elapsed wall clock time (in seconds):5.796
7.86/5.90	o 30
7.96/6.01	c cleaning 8076 clauses out of 16173 with flag 6674/39061
8.36/6.40	c Got one! Elapsed wall clock time (in seconds):6.294
8.36/6.40	o 27
8.36/6.49	c cleaning 6863 clauses out of 13735 with flag 7562/44699
8.67/6.72	c Got one! Elapsed wall clock time (in seconds):6.608
8.67/6.72	o 26
8.76/6.87	c cleaning 5941 clauses out of 11889 with flag 13981/49716
9.26/7.32	c cleaning 5971 clauses out of 11949 with flag 56533/55717
9.46/7.52	c Got one! Elapsed wall clock time (in seconds):7.412
9.46/7.52	o 23
9.66/7.75	c cleaning 5854 clauses out of 11714 with flag 20611/61453
9.86/7.96	c Got one! Elapsed wall clock time (in seconds):7.851
9.86/7.96	o 18
10.16/8.21	c cleaning 5804 clauses out of 11619 with flag 26195/67212
10.56/8.65	c cleaning 5907 clauses out of 11816 with flag 73600/73213
11.07/9.15	c Got one! Elapsed wall clock time (in seconds):9.044
11.07/9.15	o 16
11.57/9.65	c cleaning 8736 clauses out of 17473 with flag 38768/84777
12.07/10.14	c cleaning 7354 clauses out of 14733 with flag 87845/90774
12.68/10.73	c cleaning 7174 clauses out of 14379 with flag 142362/97774
12.68/10.73	c Got one! Elapsed wall clock time (in seconds):10.627
12.68/10.73	o 14
13.09/11.14	c cleaning 6140 clauses out of 12282 with flag 39795/102851
13.59/11.63	c Got one! Elapsed wall clock time (in seconds):11.524
13.59/11.63	o 13
14.10/12.15	c cleaning 8405 clauses out of 16825 with flag 39376/113535
14.29/12.32	c Got one! Elapsed wall clock time (in seconds):12.213
14.29/12.32	o 12
14.69/12.74	c cleaning 7163 clauses out of 14336 with flag 31749/119451
14.79/12.84	c Got one! Elapsed wall clock time (in seconds):12.732
14.79/12.84	o 11
15.11/13.17	c cleaning 6131 clauses out of 12282 with flag 27838/124560
15.73/13.71	c cleaning 6075 clauses out of 12152 with flag 74980/130561
16.34/14.38	c cleaning 6533 clauses out of 13075 with flag 129802/137559
16.44/14.42	c Got one! Elapsed wall clock time (in seconds):14.309
16.44/14.42	o 10
16.69/14.65	c Got one! Elapsed wall clock time (in seconds):14.542
16.69/14.65	o 8
16.99/14.93	c cleaning 6402 clauses out of 12809 with flag 21480/143826
17.29/15.20	c Got one! Elapsed wall clock time (in seconds):15.095
17.29/15.20	o 7
17.39/15.36	c cleaning 5919 clauses out of 11844 with flag 12029/149263
17.89/15.85	c cleaning 5960 clauses out of 11925 with flag 49200/155264
18.50/16.44	c cleaning 6481 clauses out of 12965 with flag 93261/162265
18.80/16.71	c Got one! Elapsed wall clock time (in seconds):16.603
18.80/16.71	o 5
18.90/16.85	c cleaning 6080 clauses out of 12178 with flag 10890/167960
19.20/17.17	c Got one! Elapsed wall clock time (in seconds):17.065
19.20/17.17	o 4
19.30/17.24	c cleaning 5746 clauses out of 11518 with flag 5141/173380
19.70/17.62	c cleaning 5884 clauses out of 11776 with flag 41961/179385
20.19/18.10	c cleaning 6435 clauses out of 12880 with flag 80741/186383
20.19/18.16	c starts		: 214
20.19/18.16	c conflicts		: 187344
20.19/18.16	c decisions		: 377098
20.19/18.16	c propagations		: 25493207
20.19/18.16	c inspects		: 176845912
20.19/18.16	c shortcuts		: 0
20.19/18.16	c learnt literals	: 22
20.19/18.16	c learnt binary clauses	: 35
20.19/18.16	c learnt ternary clauses	: 210
20.19/18.16	c learnt constraints	: 187321
20.19/18.16	c ignored constraints	: 0
20.19/18.16	c root simplifications	: 0
20.19/18.16	c removed literals (reason simplification)	: 0
20.19/18.16	c reason swapping (by a shorter reason)	: 0
20.19/18.16	c Calls to reduceDB	: 28
20.19/18.16	c Number of update (reduction) of LBD	: 83568
20.19/18.16	c Imported unit clauses	: 0
20.19/18.16	c number of reductions to clauses (during analyze)	: 0
20.19/18.16	c number of learned constraints concerned by reduction	: 0
20.19/18.16	c number of learning phase by resolution	: 0
20.19/18.16	c number of learning phase by cutting planes	: 0
20.19/18.16	c speed (assignments/second)	: 1428751.1629210336
20.19/18.16	c non guided choices	6623
20.19/18.16	c learnt constraints type 
20.19/18.16	s OPTIMUM FOUND
20.19/18.16	c Found 52 solution(s)
20.19/18.16	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 
20.19/18.16	c objective function=4
20.19/18.16	c Total wall clock time (in seconds): 18.054

Verifier Data

OK	4

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

pid=19758
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.09 1.77 3/194 19761
/proc/meminfo: memFree=30955916/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/19761/stat : 19761 (java) R 19758 19761 18872 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 36418209 23793664 713 33554432000 1073741824 1073778376 140735751048656 140735751037720 270109029736 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 5809 713 527 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.09 1.77 3/194 19761
/proc/meminfo: memFree=30955916/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 36418209 9787879424 6040 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2389619 6041 2132 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.14 2.09 1.77 3/194 19761
/proc/meminfo: memFree=30955916/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 4785 0 1 0 24 1 0 0 20 0 18 0 36418209 9787879424 6836 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2389619 6836 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.14 2.09 1.77 3/194 19761
/proc/meminfo: memFree=30955916/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 5905 0 1 0 47 2 0 0 20 0 18 0 36418209 9787879424 8422 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2389619 8422 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.14 2.09 1.77 3/194 19761
/proc/meminfo: memFree=30955916/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 14005 0 1 0 161 3 0 0 20 0 19 0 36418209 9856040960 13066 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 13069 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.13 2.09 1.77 3/213 19780
/proc/meminfo: memFree=30909260/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 14113 0 1 0 249 3 0 0 20 0 19 0 36418209 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 14116 2264 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2418 0 1 0 145 1 0 0 20 0 19 0 36418210 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663696445800 140663551725264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 4870 0 0 0 48 0 0 0 20 0 19 0 36418215 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 5548 0 0 0 52 0 0 0 20 0 19 0 36418215 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 14116 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.13 2.09 1.77 3/213 19780
/proc/meminfo: memFree=30902244/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 14126 0 1 0 414 3 0 0 20 0 19 0 36418209 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 15658 2270 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2424 0 1 0 304 1 0 0 20 0 19 0 36418210 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663696436264 140663551796724 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 4874 0 0 0 51 0 0 0 20 0 19 0 36418215 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 5550 0 0 0 55 0 0 0 20 0 19 0 36418215 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 15658 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.13 2.09 1.77 4/213 19780
/proc/meminfo: memFree=30872108/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=8.26 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 23023 0 1 0 821 5 0 0 20 0 19 0 36418209 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 25393 2270 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2440 0 1 0 624 1 0 0 20 0 19 0 36418210 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663696446088 140663551725560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 13361 0 0 0 129 2 0 0 20 0 19 0 36418215 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 5944 0 0 0 64 0 0 0 20 0 19 0 36418215 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 25393 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9625040


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

[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 13361 0 0 0 129 2 0 0 20 0 19 0 36418215 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 6793 0 0 0 77 1 0 0 20 0 19 0 36418215 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 33309 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.16 2.10 1.78 3/213 19846
/proc/meminfo: memFree=31024488/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=19.7 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 23897 0 1 0 1964 6 0 0 20 0 19 0 36418209 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 34333 2271 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=17.52 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2465 0 1 0 1750 2 0 0 20 0 19 0 36418210 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663696436992 140663551749340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 13361 0 0 0 129 2 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 6793 0 0 0 77 1 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 9625040

[startup+18.0007 s]
/proc/loadavg: 2.16 2.10 1.78 3/213 19846
/proc/meminfo: memFree=31024488/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=20.09 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 23897 0 1 0 2003 6 0 0 20 0 19 0 36418209 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 34333 2271 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=17.92 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2465 0 1 0 1790 2 0 0 20 0 19 0 36418210 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663696436992 140663551745942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 13361 0 0 0 129 2 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 6793 0 0 0 77 1 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 9625040

[startup+18.1008 s]
/proc/loadavg: 2.16 2.10 1.78 3/213 19846
/proc/meminfo: memFree=31024488/32872528 swapFree=526336/559040
[pid=19761] ppid=19758 vsize=9625040 CPUtime=20.19 cores=1,3,5,7
/proc/19761/stat : 19761 (java) S 19758 19761 18872 0 -1 4202496 23898 0 1 0 2013 6 0 0 20 0 19 0 36418209 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140735751039792 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19761/statm: 2406260 34333 2271 9 0 2396937 0
[pid=19761/tid=19763] ppid=19758 vsize=9625040 CPUtime=18.02 cores=1,3,5,7
/proc/19761/task/19763/stat : 19763 (java) R 19758 19761 18872 0 -1 4202560 2466 0 1 0 1800 2 0 0 20 0 19 0 36418210 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663696446088 140663552135433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19764] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19764/stat : 19764 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663540198312 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19765] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19765/stat : 19765 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663539145768 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19766] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19766/stat : 19766 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663538092712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19761/tid=19767] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19767/stat : 19767 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663537040168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19768] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19768/stat : 19768 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663535987112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19769] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19769/stat : 19769 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663198837288 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19770] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19770/stat : 19770 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663197784232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19771] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19771/stat : 19771 (java) S 19758 19761 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418211 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663196731688 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19772] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19772/stat : 19772 (java) S 19758 19761 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663184534376 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19773] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19773/stat : 19773 (java) S 19758 19761 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663183480696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19774] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19774/stat : 19774 (java) S 19758 19761 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418212 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663182427528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19775] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19775/stat : 19775 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663181376272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19776] ppid=19758 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19761/task/19776/stat : 19776 (java) S 19758 19761 18872 0 -1 4202560 13361 0 0 0 129 2 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663180323128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19777] ppid=19758 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/19761/task/19777/stat : 19777 (java) S 19758 19761 18872 0 -1 4202560 6793 0 0 0 77 1 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663179270584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19761/tid=19778] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19778/stat : 19778 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663178217720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19761/tid=19779] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19779/stat : 19779 (java) S 19758 19761 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418215 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663177165384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19761/tid=19780] ppid=19758 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19761/task/19780/stat : 19780 (java) S 19758 19761 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418241 9856040960 34333 33554432000 1073741824 1073778376 140735751048656 140663176013352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.19
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.1801
CPU time (s): 20.2409
CPU user time (s): 20.1489
CPU system time (s): 0.091986
CPU usage (%): 111.336
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1489
system time used= 0.091986
maximum resident set size= 139440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23922
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= 713
involuntary context switches= 96

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06199 second user time and 0.072988 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:41:21
IDJOB=4109676
IDBENCH=78888
IDSOLVER=2551
FILE ID=node106/4109676-1466343681
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= c6951eb4d01a7aa536abe812aaa2169b
RANDOM SEED=1201059233

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30956180 kB
Buffers:           71136 kB
Cached:           225948 kB
SwapCached:         1780 kB
Active:           361548 kB
Inactive:         238940 kB
Active(anon):     302444 kB
Inactive(anon):     3188 kB
Active(file):      59104 kB
Inactive(file):   235752 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               644 kB
Writeback:             0 kB
AnonPages:        943104 kB
Mapped:            15512 kB
Shmem:                 0 kB
Slab:             624976 kB
SReclaimable:      68420 kB
SUnreclaim:       556556 kB
KernelStack:        1760 kB
PageTables:         6104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1051692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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