Trace number 4110296

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 11.54 9.91677

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-0-100-0.wbo
MD5SUM4da1e5a9e75693d50d2c099f4fe591bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark3.83142
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
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.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.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-4110296-1466343869.wbo
0.09/0.10	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.054s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     270
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.16	c 101 constraints processed.
0.09/0.16	c objective function length is 101 literals
0.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.114
0.27/0.22	o 1078
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.137
0.27/0.24	o 1064
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.26	o 714
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.164
0.27/0.27	o 710
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.169
0.27/0.27	o 535
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.27/0.28	o 534
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.28	o 533
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.27/0.29	o 530
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.30	o 501
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.201
0.51/0.30	o 468
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.51/0.31	o 438
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.212
0.51/0.32	o 429
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.224
0.51/0.33	o 422
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.65/0.47	o 418
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.65/0.48	o 403
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.65/0.49	o 343
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.83/0.53	o 341
0.83/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
0.83/0.53	o 335
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.83/0.55	o 333
0.95/0.62	c Got one! Elapsed wall clock time (in seconds):0.52
0.95/0.62	o 332
1.07/0.71	c cleaning 4651 clauses out of 9309 with flag 3442/9309
1.07/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.07/0.71	o 309
1.31/0.81	c Got one! Elapsed wall clock time (in seconds):0.709
1.31/0.81	o 304
1.31/0.86	c Got one! Elapsed wall clock time (in seconds):0.755
1.31/0.86	o 303
1.43/0.96	c cleaning 5146 clauses out of 10301 with flag 7705/14952
1.43/0.98	c Got one! Elapsed wall clock time (in seconds):0.876
1.43/0.98	o 302
1.53/1.06	c Got one! Elapsed wall clock time (in seconds):0.956
1.53/1.06	o 301
1.67/1.13	c Got one! Elapsed wall clock time (in seconds):1.023
1.67/1.13	o 297
1.67/1.13	c Got one! Elapsed wall clock time (in seconds):1.03
1.67/1.13	o 296
1.67/1.15	c Got one! Elapsed wall clock time (in seconds):1.049
1.67/1.15	o 295
1.82/1.22	c Got one! Elapsed wall clock time (in seconds):1.113
1.82/1.22	o 284
1.82/1.22	c Got one! Elapsed wall clock time (in seconds):1.116
1.82/1.22	o 242
1.82/1.24	c Got one! Elapsed wall clock time (in seconds):1.137
1.82/1.24	o 241
1.96/1.32	c Got one! Elapsed wall clock time (in seconds):1.211
1.96/1.32	o 240
1.96/1.33	c Got one! Elapsed wall clock time (in seconds):1.224
1.96/1.33	o 230
1.96/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
1.96/1.36	o 227
2.06/1.40	c Got one! Elapsed wall clock time (in seconds):1.293
2.06/1.40	o 214
2.06/1.46	c cleaning 7569 clauses out of 15141 with flag 3775/24938
2.06/1.46	c Got one! Elapsed wall clock time (in seconds):1.36
2.06/1.46	o 210
2.30/1.63	c Got one! Elapsed wall clock time (in seconds):1.522
2.30/1.63	o 202
2.41/1.74	c cleaning 6550 clauses out of 13099 with flag 8705/30465
2.41/1.75	c Got one! Elapsed wall clock time (in seconds):1.649
2.41/1.75	o 196
2.57/1.81	c Got one! Elapsed wall clock time (in seconds):1.701
2.57/1.81	o 194
2.57/1.86	c Got one! Elapsed wall clock time (in seconds):1.758
2.57/1.86	o 191
2.70/1.90	c Got one! Elapsed wall clock time (in seconds):1.796
2.70/1.90	o 190
2.70/1.92	c Got one! Elapsed wall clock time (in seconds):1.82
2.70/1.92	o 179
2.70/1.95	c Got one! Elapsed wall clock time (in seconds):1.841
2.70/1.95	o 178
2.70/1.97	c Got one! Elapsed wall clock time (in seconds):1.866
2.70/1.97	o 172
2.80/2.00	c Got one! Elapsed wall clock time (in seconds):1.899
2.80/2.00	o 168
2.80/2.03	c Got one! Elapsed wall clock time (in seconds):1.928
2.80/2.03	o 165
2.80/2.03	c Got one! Elapsed wall clock time (in seconds):1.931
2.80/2.03	o 136
2.80/2.05	c Got one! Elapsed wall clock time (in seconds):1.944
2.80/2.05	o 134
2.80/2.07	c Got one! Elapsed wall clock time (in seconds):1.968
2.80/2.07	o 133
2.90/2.11	c Got one! Elapsed wall clock time (in seconds):2.005
2.90/2.11	o 131
3.04/2.24	c Got one! Elapsed wall clock time (in seconds):2.136
3.04/2.24	o 130
3.04/2.29	c Got one! Elapsed wall clock time (in seconds):2.191
3.04/2.29	o 126
3.14/2.39	c cleaning 8872 clauses out of 17759 with flag 3268/41675
3.30/2.47	c Got one! Elapsed wall clock time (in seconds):2.361
3.30/2.47	o 120
3.71/2.70	c cleaning 7264 clauses out of 14527 with flag 15963/47315
4.32/2.96	c Got one! Elapsed wall clock time (in seconds):2.853
4.32/2.96	o 119
4.32/2.98	c Got one! Elapsed wall clock time (in seconds):2.876
4.32/2.98	o 117
4.52/3.00	c Got one! Elapsed wall clock time (in seconds):2.893
4.52/3.00	o 115
4.52/3.05	c Got one! Elapsed wall clock time (in seconds):2.943
4.52/3.05	o 101
4.52/3.06	c Got one! Elapsed wall clock time (in seconds):2.96
4.52/3.06	o 93
4.67/3.15	c Got one! Elapsed wall clock time (in seconds):3.048
4.67/3.15	o 92
4.67/3.17	c Got one! Elapsed wall clock time (in seconds):3.068
4.67/3.17	o 89
4.81/3.26	c Got one! Elapsed wall clock time (in seconds):3.161
4.81/3.26	o 88
4.92/3.31	c Got one! Elapsed wall clock time (in seconds):3.204
4.92/3.31	o 86
4.92/3.34	c Got one! Elapsed wall clock time (in seconds):3.235
4.92/3.34	o 77
4.92/3.36	c Got one! Elapsed wall clock time (in seconds):3.261
4.92/3.36	o 75
5.11/3.52	c Got one! Elapsed wall clock time (in seconds):3.412
5.11/3.52	o 63
5.11/3.59	c cleaning 11802 clauses out of 23603 with flag 3111/63655
5.41/3.88	c cleaning 8895 clauses out of 17803 with flag 24938/69657
5.71/4.18	c cleaning 7945 clauses out of 15906 with flag 49544/76655
5.81/4.23	c Got one! Elapsed wall clock time (in seconds):4.128
5.81/4.23	o 46
6.01/4.41	c cleaning 6750 clauses out of 13507 with flag 13664/82201
6.01/4.43	c Got one! Elapsed wall clock time (in seconds):4.329
6.01/4.43	o 38
6.21/4.60	c Got one! Elapsed wall clock time (in seconds):4.496
6.21/4.60	o 37
6.21/4.61	c Got one! Elapsed wall clock time (in seconds):4.503
6.21/4.61	o 36
6.21/4.66	c cleaning 6653 clauses out of 13314 with flag 3345/88758
6.41/4.88	c cleaning 6331 clauses out of 12661 with flag 22782/94758
6.71/5.15	c cleaning 6660 clauses out of 13330 with flag 43323/101758
6.71/5.18	c Got one! Elapsed wall clock time (in seconds):5.076
6.71/5.18	o 34
6.91/5.33	c cleaning 5876 clauses out of 11756 with flag 12758/106844
7.12/5.54	c Got one! Elapsed wall clock time (in seconds):5.432
7.12/5.54	o 31
7.12/5.59	c Got one! Elapsed wall clock time (in seconds):5.489
7.12/5.59	o 30
7.32/5.78	c cleaning 8478 clauses out of 16956 with flag 14246/117920
7.42/5.86	c Got one! Elapsed wall clock time (in seconds):5.755
7.42/5.86	o 29
7.52/5.98	c cleaning 6852 clauses out of 13703 with flag 10005/123145
7.72/6.17	c Got one! Elapsed wall clock time (in seconds):6.062
7.72/6.17	o 28
7.82/6.25	c Got one! Elapsed wall clock time (in seconds):6.144
7.82/6.25	o 27
8.02/6.42	c cleaning 8965 clauses out of 17947 with flag 13100/134241
8.22/6.61	c Got one! Elapsed wall clock time (in seconds):6.509
8.22/6.61	o 20
8.42/6.86	c cleaning 9539 clauses out of 19088 with flag 17917/144347
8.72/7.12	c cleaning 7770 clauses out of 15548 with flag 39730/150346
8.82/7.29	c Got one! Elapsed wall clock time (in seconds):7.189
8.82/7.29	o 19
8.92/7.34	c cleaning 6839 clauses out of 13679 with flag 3922/156247
9.12/7.56	c cleaning 6416 clauses out of 12842 with flag 25376/162249
9.32/7.70	c Got one! Elapsed wall clock time (in seconds):7.6
9.32/7.70	o 18
9.32/7.75	c cleaning 5966 clauses out of 11938 with flag 3355/167761
9.52/7.95	c cleaning 5974 clauses out of 11971 with flag 25118/173760
9.72/8.19	c cleaning 6493 clauses out of 12996 with flag 50299/180759
9.92/8.33	c Got one! Elapsed wall clock time (in seconds):8.226
9.92/8.33	o 17
9.92/8.37	c cleaning 5824 clauses out of 11655 with flag 3879/185911
10.02/8.42	c Got one! Elapsed wall clock time (in seconds):8.312
10.02/8.42	o 15
10.12/8.50	c Got one! Elapsed wall clock time (in seconds):8.4
10.12/8.50	o 13
10.12/8.59	c cleaning 5901 clauses out of 11804 with flag 8806/191884
10.22/8.62	c Got one! Elapsed wall clock time (in seconds):8.515
10.22/8.62	o 12
10.32/8.76	c cleaning 5468 clauses out of 10963 with flag 16764/196944
10.52/8.97	c cleaning 5738 clauses out of 11497 with flag 40240/202946
10.82/9.21	c cleaning 6377 clauses out of 12758 with flag 69060/209945
11.12/9.53	c cleaning 7186 clauses out of 14380 with flag 102717/217944
11.12/9.57	c Got one! Elapsed wall clock time (in seconds):9.463
11.12/9.57	o 11
11.22/9.60	c Got one! Elapsed wall clock time (in seconds):9.496
11.22/9.60	o 9
11.32/9.77	c cleaning 6644 clauses out of 13297 with flag 17389/224049
11.54/9.91	c starts		: 214
11.54/9.91	c conflicts		: 227954
11.54/9.91	c decisions		: 414581
11.54/9.91	c propagations		: 6473748
11.54/9.91	c inspects		: 104831898
11.54/9.91	c shortcuts		: 0
11.54/9.91	c learnt literals	: 12
11.54/9.91	c learnt binary clauses	: 23
11.54/9.91	c learnt ternary clauses	: 508
11.54/9.91	c learnt constraints	: 227941
11.54/9.91	c ignored constraints	: 0
11.54/9.91	c root simplifications	: 0
11.54/9.91	c removed literals (reason simplification)	: 0
11.54/9.91	c reason swapping (by a shorter reason)	: 0
11.54/9.91	c Calls to reduceDB	: 31
11.54/9.91	c Number of update (reduction) of LBD	: 65418
11.54/9.91	c Imported unit clauses	: 0
11.54/9.91	c number of reductions to clauses (during analyze)	: 0
11.54/9.91	c number of learned constraints concerned by reduction	: 0
11.54/9.91	c number of learning phase by resolution	: 0
11.54/9.91	c number of learning phase by cutting planes	: 0
11.54/9.91	c speed (assignments/second)	: 664314.8281169832
11.54/9.91	c non guided choices	3921
11.54/9.91	c learnt constraints type 
11.54/9.91	s OPTIMUM FOUND
11.54/9.91	c Found 84 solution(s)
11.54/9.91	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 
11.54/9.91	c objective function=9
11.54/9.91	c Total wall clock time (in seconds): 9.804

Verifier Data

OK	9

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

pid=7431
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.29 2.22 1.93 3/194 7434
/proc/meminfo: memFree=30311572/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/7434/stat : 7434 (java) R 7431 7434 5243 0 -1 4202496 450 0 0 0 0 0 0 0 20 0 1 0 36436139 9379840 104 33554432000 1073741824 1073778376 140734015847872 140734015845000 139726222727648 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2290 122 94 9 0 38 0

[startup+0.100164 s]
/proc/loadavg: 2.29 2.22 1.93 3/194 7434
/proc/meminfo: memFree=30311572/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 36436139 9787879424 6040 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2389619 6040 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20034 s]
/proc/loadavg: 2.29 2.22 1.93 3/194 7434
/proc/meminfo: memFree=30311572/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 6373 0 1 0 24 3 0 0 20 0 19 0 36436139 9856040960 8036 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 8036 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300349 s]
/proc/loadavg: 2.29 2.22 1.93 3/194 7434
/proc/meminfo: memFree=30311572/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 6822 0 1 0 48 3 0 0 20 0 19 0 36436139 9856040960 8470 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 8470 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700194 s]
/proc/loadavg: 2.29 2.22 1.93 3/194 7434
/proc/meminfo: memFree=30311572/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 8312 0 1 0 104 3 0 0 20 0 19 0 36436139 9856040960 9254 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 9254 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.29 2.22 1.93 3/213 7453
/proc/meminfo: memFree=30263244/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 12506 0 1 0 217 4 0 0 20 0 19 0 36436139 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 13370 2262 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2419 0 1 0 145 2 0 0 20 0 19 0 36436139 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726211100976 139726040763299 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7249 0 0 0 50 2 0 0 20 0 19 0 36436144 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 1565 0 0 0 18 0 0 0 20 0 19 0 36436144 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 13370 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.34 2.23 1.94 3/213 7453
/proc/meminfo: memFree=30255364/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=4.67 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 22843 0 1 0 460 7 0 0 20 0 19 0 36436139 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 19280 2262 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2424 0 1 0 302 2 0 0 20 0 19 0 36436139 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726211109240 139726040950354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7249 0 0 0 59 2 0 0 20 0 19 0 36436144 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 94 3 0 0 20 0 19 0 36436144 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 19280 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.34 2.23 1.94 3/213 7453
/proc/meminfo: memFree=30224008/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=7.92 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 22854 0 1 0 785 7 0 0 20 0 19 0 36436139 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 22966 2264 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2433 0 1 0 621 2 0 0 20 0 19 0 36436139 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726211100976 139726040771995 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7250 0 0 0 62 2 0 0 20 0 19 0 36436144 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 95 3 0 0 20 0 19 0 36436144 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 22966 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9625040


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

[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7250 0 0 0 63 2 0 0 20 0 19 0 36436144 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 95 3 0 0 20 0 19 0 36436144 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 26550 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 9625040

[startup+9.60074 s]
/proc/loadavg: 2.32 2.23 1.94 3/213 7453
/proc/meminfo: memFree=30205848/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=11.22 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 22863 0 1 0 1115 7 0 0 20 0 19 0 36436139 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 27574 2264 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=9.52 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2442 0 1 0 950 2 0 0 20 0 19 0 36436139 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726211100368 139726040828582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7250 0 0 0 63 2 0 0 20 0 19 0 36436144 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 95 3 0 0 20 0 19 0 36436144 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 27574 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 9625040

[startup+9.80076 s]
/proc/loadavg: 2.32 2.23 1.94 3/213 7453
/proc/meminfo: memFree=30205848/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=11.42 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 22864 0 1 0 1135 7 0 0 20 0 19 0 36436139 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 28086 2264 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=9.72 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2443 0 1 0 970 2 0 0 20 0 19 0 36436139 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726211093952 139726040809745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7250 0 0 0 63 2 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 95 3 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 9625040

[startup+9.90076 s]
/proc/loadavg: 2.32 2.23 1.94 3/213 7453
/proc/meminfo: memFree=30199712/32872528 swapFree=1075284/1157044
[pid=7434] ppid=7431 vsize=9625040 CPUtime=11.54 cores=1,3,5,7
/proc/7434/stat : 7434 (java) S 7431 7434 5243 0 -1 4202496 22864 0 1 0 1147 7 0 0 20 0 19 0 36436139 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 140734015839008 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7434/statm: 2406260 28086 2264 9 0 2396937 0
[pid=7434/tid=7436] ppid=7431 vsize=9625040 CPUtime=9.83 cores=1,3,5,7
/proc/7434/task/7436/stat : 7436 (java) R 7431 7434 5243 0 -1 4202560 2443 0 1 0 981 2 0 0 20 0 19 0 36436139 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726211100368 139726040447455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7437] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7437/stat : 7437 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726172601128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7438] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7438/stat : 7438 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726171548328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7439] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7439/stat : 7439 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726170496040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7440] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7440/stat : 7440 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726169443240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7441] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7441/stat : 7441 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726168389928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7442] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7442/stat : 7442 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726167337128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7443] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7443/stat : 7443 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726166284840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7444] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7444/stat : 7444 (java) S 7431 7434 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436140 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726165232040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7445] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7445/stat : 7445 (java) S 7431 7434 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436141 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726035065576 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7446] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7446/stat : 7446 (java) S 7431 7434 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726034011640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7447] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7447/stat : 7447 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436142 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726032959240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7448] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7448/stat : 7448 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726031907728 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7434/tid=7449] ppid=7431 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/7434/task/7449/stat : 7449 (java) S 7431 7434 5243 0 -1 4202560 7250 0 0 0 64 2 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726030854328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7434/tid=7450] ppid=7431 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7434/task/7450/stat : 7450 (java) S 7431 7434 5243 0 -1 4202560 11897 0 0 0 95 3 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726029801528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7451] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7451/stat : 7451 (java) S 7431 7434 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726028749432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7434/tid=7452] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7452/stat : 7452 (java) S 7431 7434 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436144 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726027696840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7434/tid=7453] ppid=7431 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7434/task/7453/stat : 7453 (java) S 7431 7434 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436155 9856040960 28086 33554432000 1073741824 1073778376 140734015847872 139726026642856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7434 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=430262
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100984
# CPU time returned by wait4() is 11.5312
# while last known CPU time is 11.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 9.91677
CPU time (s): 11.54
CPU user time (s): 11.47
CPU system time (s): 0.07
CPU usage (%): 116.369
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4303
system time used= 0.100984
maximum resident set size= 114448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22882
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= 513
involuntary context switches= 260

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

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:44:29
IDJOB=4110296
IDBENCH=79240
IDSOLVER=2551
FILE ID=node114/4110296-1466343869
RUNJOBID= node114-1466341822-5260
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 4da1e5a9e75693d50d2c099f4fe591bc
RANDOM SEED=1911773612

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30311464 kB
Buffers:          147096 kB
Cached:           328220 kB
SwapCached:          836 kB
Active:           294972 kB
Inactive:         339888 kB
Active(anon):     160388 kB
Inactive(anon):     1760 kB
Active(file):     134584 kB
Inactive(file):   338128 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:       1388236 kB
Mapped:            16548 kB
Shmem:                 0 kB
Slab:             623452 kB
SReclaimable:      67080 kB
SUnreclaim:       556372 kB
KernelStack:        1760 kB
PageTables:         6328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 71724 MiB
End job on node114 at 2016-06-19 15:44:39