Trace number 4090908

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 9.70452 8.26718

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
MD5SUM4e22340b84333f0476155fff0e8b142d
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark8.88965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090908-1466067874.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.053s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.29/0.29	c SATISFIABLE
0.29/0.29	c OPTIMIZING...
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.29/0.29	o 386
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.30	o 378
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.31	o 374
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.54/0.31	o 348
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.54/0.32	o 333
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.54/0.33	o 327
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.252
0.54/0.35	o 326
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.68/0.41	o 306
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.68/0.42	o 282
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.68/0.43	o 276
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.68/0.44	o 273
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.68/0.44	o 204
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.68/0.46	o 189
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.68/0.47	o 187
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.68/0.49	o 186
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
0.85/0.51	o 185
0.85/0.55	c Got one! Elapsed wall clock time (in seconds):0.451
0.85/0.55	o 182
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.468
0.85/0.57	o 174
1.06/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.06/0.72	o 168
1.06/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.06/0.76	o 166
1.06/0.79	c Got one! Elapsed wall clock time (in seconds):0.688
1.06/0.79	o 163
1.19/0.81	c Got one! Elapsed wall clock time (in seconds):0.711
1.19/0.81	o 159
1.19/0.83	c Got one! Elapsed wall clock time (in seconds):0.733
1.19/0.83	o 157
1.19/0.86	c Got one! Elapsed wall clock time (in seconds):0.762
1.19/0.86	o 150
1.19/0.87	c Got one! Elapsed wall clock time (in seconds):0.773
1.19/0.87	o 135
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.788
1.19/0.89	o 130
1.38/0.93	c Got one! Elapsed wall clock time (in seconds):0.825
1.38/0.93	o 129
1.38/0.96	c Got one! Elapsed wall clock time (in seconds):0.854
1.38/0.96	o 128
1.54/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.54/1.00	o 127
1.54/1.09	c cleaning 7718 clauses out of 15435 with flag 4101/15435
1.54/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
1.54/1.09	o 126
1.54/1.10	c Got one! Elapsed wall clock time (in seconds):0.998
1.54/1.10	o 125
1.67/1.12	c Got one! Elapsed wall clock time (in seconds):1.022
1.67/1.12	o 124
1.67/1.18	c Got one! Elapsed wall clock time (in seconds):1.084
1.67/1.18	o 123
1.67/1.20	c Got one! Elapsed wall clock time (in seconds):1.1
1.67/1.20	o 117
1.97/1.45	c cleaning 7039 clauses out of 14077 with flag 16120/21795
2.21/1.51	c Got one! Elapsed wall clock time (in seconds):1.411
2.21/1.51	o 103
2.21/1.53	c Got one! Elapsed wall clock time (in seconds):1.426
2.21/1.53	o 98
2.21/1.56	c Got one! Elapsed wall clock time (in seconds):1.457
2.21/1.56	o 96
2.21/1.59	c Got one! Elapsed wall clock time (in seconds):1.493
2.21/1.59	o 94
2.43/1.60	c Got one! Elapsed wall clock time (in seconds):1.498
2.43/1.60	o 82
2.43/1.63	c Got one! Elapsed wall clock time (in seconds):1.528
2.43/1.63	o 81
2.65/1.71	c Got one! Elapsed wall clock time (in seconds):1.609
2.65/1.71	o 80
2.65/1.76	c Got one! Elapsed wall clock time (in seconds):1.656
2.65/1.76	o 75
2.87/1.91	c Got one! Elapsed wall clock time (in seconds):1.809
2.87/1.91	o 73
2.87/1.92	c Got one! Elapsed wall clock time (in seconds):1.815
2.87/1.92	o 66
2.87/1.99	c cleaning 8498 clauses out of 17007 with flag 3569/31764
3.03/2.09	c Got one! Elapsed wall clock time (in seconds):1.987
3.03/2.09	o 65
3.45/2.24	c cleaning 6889 clauses out of 13788 with flag 12013/37043
3.87/2.51	c cleaning 6449 clauses out of 12900 with flag 37116/43044
3.87/2.52	c Got one! Elapsed wall clock time (in seconds):2.416
3.87/2.52	o 64
3.87/2.53	c Got one! Elapsed wall clock time (in seconds):2.424
3.87/2.53	o 53
3.97/2.68	c Got one! Elapsed wall clock time (in seconds):2.58
3.97/2.68	o 52
4.07/2.70	c Got one! Elapsed wall clock time (in seconds):2.598
4.07/2.70	o 49
4.07/2.72	c Got one! Elapsed wall clock time (in seconds):2.616
4.07/2.72	o 47
4.07/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
4.07/2.75	o 45
4.17/2.81	c Got one! Elapsed wall clock time (in seconds):2.709
4.17/2.81	o 44
4.17/2.84	c Got one! Elapsed wall clock time (in seconds):2.739
4.17/2.84	o 42
4.17/2.87	c Got one! Elapsed wall clock time (in seconds):2.768
4.17/2.87	o 36
4.17/2.87	c Got one! Elapsed wall clock time (in seconds):2.771
4.17/2.87	o 31
4.17/2.88	c Got one! Elapsed wall clock time (in seconds):2.777
4.17/2.88	o 29
4.27/2.94	c cleaning 7881 clauses out of 15762 with flag 4072/52355
4.27/2.99	c Got one! Elapsed wall clock time (in seconds):2.888
4.27/2.99	o 27
4.27/2.99	c Got one! Elapsed wall clock time (in seconds):2.892
4.27/2.99	o 17
4.47/3.14	c cleaning 6766 clauses out of 13543 with flag 15289/58017
4.47/3.19	c Got one! Elapsed wall clock time (in seconds):3.086
4.47/3.19	o 15
4.60/3.21	c Got one! Elapsed wall clock time (in seconds):3.11
4.60/3.21	o 14
4.72/3.36	c cleaning 6488 clauses out of 12976 with flag 14062/64216
4.91/3.57	c cleaning 6244 clauses out of 12487 with flag 35659/70215
5.21/3.82	c cleaning 6615 clauses out of 13243 with flag 61212/77217
5.21/3.84	c Got one! Elapsed wall clock time (in seconds):3.744
5.21/3.84	o 13
5.42/4.02	c cleaning 6228 clauses out of 12474 with flag 18745/83064
5.62/4.22	c cleaning 6121 clauses out of 12245 with flag 41255/89063
5.86/4.48	c cleaning 6562 clauses out of 13123 with flag 68474/96063
6.15/4.77	c cleaning 7274 clauses out of 14559 with flag 101639/104063
6.55/5.13	c cleaning 8143 clauses out of 16286 with flag 138497/113065
6.96/5.55	c cleaning 9066 clauses out of 18140 with flag 179075/123064
7.15/5.72	c Got one! Elapsed wall clock time (in seconds):5.622
7.15/5.72	o 10
7.15/5.77	c cleaning 7289 clauses out of 14585 with flag 5011/128575
7.45/6.00	c cleaning 6648 clauses out of 13296 with flag 30263/134575
7.45/6.02	c Got one! Elapsed wall clock time (in seconds):5.918
7.45/6.02	o 6
7.65/6.21	c cleaning 6168 clauses out of 12346 with flag 21560/140274
7.85/6.43	c cleaning 6080 clauses out of 12179 with flag 47794/146275
8.06/6.68	c cleaning 6547 clauses out of 13100 with flag 77283/153276
8.35/6.99	c cleaning 7273 clauses out of 14549 with flag 111923/161274
8.75/7.37	c cleaning 8130 clauses out of 16279 with flag 152263/170277
9.05/7.63	c Got one! Elapsed wall clock time (in seconds):7.526
9.05/7.63	o 5
9.27/7.89	c cleaning 9752 clauses out of 19518 with flag 24501/181646
9.36/7.92	c Got one! Elapsed wall clock time (in seconds):7.818
9.36/7.92	o 4
9.56/8.14	c cleaning 7847 clauses out of 15694 with flag 22768/187574
9.66/8.26	c starts		: 157
9.66/8.26	c conflicts		: 190626
9.66/8.26	c decisions		: 306734
9.66/8.26	c propagations		: 4510098
9.66/8.26	c inspects		: 96758212
9.66/8.26	c shortcuts		: 0
9.66/8.26	c learnt literals	: 27
9.66/8.26	c learnt binary clauses	: 24
9.66/8.26	c learnt ternary clauses	: 398
9.66/8.26	c learnt constraints	: 190598
9.66/8.26	c ignored constraints	: 0
9.66/8.26	c root simplifications	: 0
9.66/8.26	c removed literals (reason simplification)	: 0
9.66/8.26	c reason swapping (by a shorter reason)	: 0
9.66/8.26	c Calls to reduceDB	: 25
9.66/8.26	c Number of update (reduction) of LBD	: 48788
9.66/8.26	c Imported unit clauses	: 0
9.66/8.26	c number of reductions to clauses (during analyze)	: 0
9.66/8.26	c number of learned constraints concerned by reduction	: 0
9.66/8.26	c number of learning phase by resolution	: 0
9.66/8.26	c number of learning phase by cutting planes	: 0
9.66/8.26	c speed (assignments/second)	: 556802.2222222222
9.66/8.26	c non guided choices	3166
9.66/8.26	c learnt constraints type 
9.66/8.26	s OPTIMUM FOUND
9.66/8.26	c Found 65 solution(s)
9.66/8.26	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 
9.66/8.26	c objective function=4
9.66/8.26	c Total wall clock time (in seconds): 8.158

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-4090908-1466067874/watcher-4090908-1466067874 -o /tmp/evaluation-result-4090908-1466067874/solver-4090908-1466067874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7301 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090908-1466067874.wbo 

pid=8059
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.18 2.20 2.18 3/194 8062
/proc/meminfo: memFree=30384656/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8834241 98570240 977 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 24065 977 743 9 0 16771 0
[pid=8062/tid=8063] ppid=8059 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8834242 98570240 977 33554432000 1073741824 1073778376 140736478395984 140061366455848 259112387968 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.18 2.20 2.18 3/194 8062
/proc/meminfo: memFree=30384656/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 4566 0 1 0 10 1 0 0 20 0 18 0 8834241 9787879424 5676 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2389619 5676 2157 9 0 2380296 0
[pid=8062/tid=8063] ppid=8059 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2429 0 1 0 6 1 0 0 20 0 18 0 8834242 9787879424 5676 33554432000 1073741824 1073778376 140736478395984 140061366459768 259115771149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.18 2.20 2.18 3/194 8062
/proc/meminfo: memFree=30384656/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 6615 0 1 0 27 2 0 0 20 0 19 0 8834241 9856040960 7729 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 7729 2233 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 19 0 8834242 9856040960 7729 33554432000 1073741824 1073778376 140736478395984 140061366461056 140061369991008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300285 s]
/proc/loadavg: 2.18 2.20 2.18 3/194 8062
/proc/meminfo: memFree=30384656/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 7251 0 1 0 52 2 0 0 20 0 19 0 8834241 9856040960 8211 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 8211 2243 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2461 0 1 0 26 1 0 0 20 0 19 0 8834242 9856040960 8211 33554432000 1073741824 1073778376 140736478395984 140061366460648 140061306174979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700281 s]
/proc/loadavg: 2.18 2.20 2.18 3/194 8062
/proc/meminfo: memFree=30384656/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 8155 0 1 0 104 2 0 0 20 0 19 0 8834241 9856040960 8919 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 8919 2254 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2463 0 1 0 66 1 0 0 20 0 19 0 8834242 9856040960 8919 33554432000 1073741824 1073778376 140736478395984 140061366460648 140061306590857 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.41 2.25 2.19 3/213 8081
/proc/meminfo: memFree=30344000/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 15590 0 1 0 217 4 0 0 20 0 19 0 8834241 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 13456 2261 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2467 0 1 0 146 1 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061366437760 140061306637928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) R 8059 8062 7284 0 -1 4202560 6217 0 0 0 32 1 0 0 20 0 19 0 8834246 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061186221080 140061374177986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 5633 0 0 0 35 1 0 0 20 0 19 0 8834246 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 13456 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.41 2.25 2.19 4/213 8081
/proc/meminfo: memFree=30305672/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 21808 0 1 0 442 5 0 0 20 0 19 0 8834241 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 18104 2261 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2474 0 1 0 306 1 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061366451904 140061306602015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 52 1 0 0 20 0 19 0 8834246 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 11330 0 0 0 80 2 0 0 20 0 19 0 8834246 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 18104 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.45 2.26 2.20 3/213 8146
/proc/meminfo: memFree=30368060/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 21823 0 1 0 770 5 0 0 20 0 19 0 8834241 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 21597 2263 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2487 0 1 0 625 1 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061366451920 140061306671008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 57 1 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.85 cores=1,3,5,7

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

[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 57 1 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 11331 0 0 0 83 2 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 21597 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625040

[startup+7.2007 s]
/proc/loadavg: 2.45 2.26 2.20 5/213 8146
/proc/meminfo: memFree=30333040/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=8.65 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 21826 0 1 0 860 5 0 0 20 0 19 0 8834241 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 22621 2263 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2490 0 1 0 715 1 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061366460936 140061306652158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 57 1 0 0 20 0 19 0 8834246 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 11331 0 0 0 83 2 0 0 20 0 19 0 8834246 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 22621 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 9625040

[startup+8.00071 s]
/proc/loadavg: 2.45 2.26 2.20 4/213 8146
/proc/meminfo: memFree=30320968/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=9.46 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 21828 0 1 0 940 6 0 0 20 0 19 0 8834241 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 23645 2263 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=7.95 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2492 0 1 0 793 2 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061366460816 140061306602015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 57 1 0 0 20 0 19 0 8834246 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 11331 0 0 0 83 2 0 0 20 0 19 0 8834246 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 23645 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 9625040

[startup+8.20069 s]
/proc/loadavg: 2.45 2.26 2.20 4/213 8146
/proc/meminfo: memFree=30320968/32872528 swapFree=1497568/1644736
[pid=8062] ppid=8059 vsize=9625040 CPUtime=9.66 cores=1,3,5,7
/proc/8062/stat : 8062 (java) S 8059 8062 7284 0 -1 4202496 21829 0 1 0 960 6 0 0 20 0 19 0 8834241 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140736478387120 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8062/statm: 2406260 24157 2263 9 0 2396937 0
[pid=8062/tid=8063] ppid=8059 vsize=9625040 CPUtime=8.15 cores=1,3,5,7
/proc/8062/task/8063/stat : 8063 (java) R 8059 8062 7284 0 -1 4202560 2493 0 1 0 813 2 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061366460816 140061306638244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8065] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8065/stat : 8065 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061305190696 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8066] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8066/stat : 8066 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061304137896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8067] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8067/stat : 8067 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061303085608 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8068] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8068/stat : 8068 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061302032808 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8069] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8069/stat : 8069 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061300980520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8070] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8070/stat : 8070 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061204757160 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8062/tid=8071] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8071/stat : 8071 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061203704872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8072] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8072/stat : 8072 (java) S 8059 8062 7284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834242 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061202652072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8073] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8073/stat : 8073 (java) S 8059 8062 7284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834243 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061190453480 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8074] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8074/stat : 8074 (java) S 8059 8062 7284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061189399544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8075] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8075/stat : 8075 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834244 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061188347144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8076] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8076/stat : 8076 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061187295632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8077] ppid=8059 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/8062/task/8077/stat : 8077 (java) S 8059 8062 7284 0 -1 4202560 6731 0 0 0 57 1 0 0 20 0 19 0 8834246 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061186243256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8062/tid=8078] ppid=8059 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/8062/task/8078/stat : 8078 (java) S 8059 8062 7284 0 -1 4202560 11331 0 0 0 83 2 0 0 20 0 19 0 8834246 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061185190456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8079] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8079/stat : 8079 (java) S 8059 8062 7284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061184138360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8062/tid=8080] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8080/stat : 8080 (java) S 8059 8062 7284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834246 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061183085768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8062/tid=8081] ppid=8059 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8062/task/8081/stat : 8081 (java) S 8059 8062 7284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834257 9856040960 24157 33554432000 1073741824 1073778376 140736478395984 140061182030760 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 8.26718
CPU time (s): 9.70452
CPU user time (s): 9.61954
CPU system time (s): 0.084987
CPU usage (%): 117.386
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.61954
system time used= 0.084987
maximum resident set size= 98740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21854
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= 506
involuntary context switches= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048992 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-16 11:04:34
IDJOB=4090908
IDBENCH=79239
IDSOLVER=2551
FILE ID=node124/4090908-1466067874
RUNJOBID= node124-1466062125-7301
PBS_JOBID= 19904015
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110971363--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090908-1466067874/watcher-4090908-1466067874 -o /tmp/evaluation-result-4090908-1466067874/solver-4090908-1466067874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466062125-7301 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090908-1466067874.wbo

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

MD5SUM BENCH= 4e22340b84333f0476155fff0e8b142d
RANDOM SEED=560264682

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30384548 kB
Buffers:            9240 kB
Cached:            39128 kB
SwapCached:         2460 kB
Active:            99768 kB
Inactive:          26364 kB
Active(anon):      78220 kB
Inactive(anon):     2032 kB
Active(file):      21548 kB
Inactive(file):    24332 kB
Unevictable:     1644736 kB
Mlocked:         1497568 kB
SwapTotal:      67108856 kB
SwapFree:       67099392 kB
Dirty:              1788 kB
Writeback:             0 kB
AnonPages:       1699068 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             564112 kB
SReclaimable:       8204 kB
SUnreclaim:       555908 kB
KernelStack:        1760 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2333772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 71728 MiB
End job on node124 at 2016-06-16 11:04:42