Trace number 4109280

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 12.2431 10.7911

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark5.16821
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109280-1466343609.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.27/0.23	o 1348
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.208
0.56/0.31	o 811
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.212
0.56/0.32	o 432
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.56/0.35	o 410
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.69/0.40	o 407
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.69/0.41	o 394
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.69/0.41	o 373
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.69/0.42	o 372
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.69/0.43	o 319
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.359
0.69/0.46	o 318
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.69/0.48	o 298
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.69/0.48	o 280
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.84/0.50	o 279
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.84/0.51	o 275
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
0.84/0.57	o 238
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
0.84/0.58	o 232
0.94/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
0.94/0.67	o 213
1.09/0.75	c cleaning 5432 clauses out of 10868 with flag 3717/10868
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.09/0.78	o 208
1.23/0.83	c Got one! Elapsed wall clock time (in seconds):0.729
1.23/0.83	o 207
1.23/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.23/0.85	o 166
1.33/0.95	c Got one! Elapsed wall clock time (in seconds):0.846
1.33/0.95	o 159
1.43/1.00	c Got one! Elapsed wall clock time (in seconds):0.9
1.43/1.00	o 151
1.43/1.05	c cleaning 6381 clauses out of 12767 with flag 3363/18199
1.54/1.13	c Got one! Elapsed wall clock time (in seconds):1.031
1.54/1.13	o 147
1.64/1.22	c Got one! Elapsed wall clock time (in seconds):1.116
1.64/1.22	o 140
1.64/1.26	c cleaning 5795 clauses out of 11605 with flag 3074/23418
1.77/1.30	c Got one! Elapsed wall clock time (in seconds):1.2
1.77/1.30	o 129
1.77/1.33	c Got one! Elapsed wall clock time (in seconds):1.222
1.77/1.33	o 127
1.77/1.39	c Got one! Elapsed wall clock time (in seconds):1.283
1.77/1.39	o 115
1.87/1.44	c Got one! Elapsed wall clock time (in seconds):1.331
1.87/1.44	o 113
1.87/1.45	c Got one! Elapsed wall clock time (in seconds):1.344
1.87/1.45	o 109
1.97/1.54	c cleaning 6366 clauses out of 12738 with flag 8997/30346
2.17/1.77	c Got one! Elapsed wall clock time (in seconds):1.671
2.17/1.77	o 93
2.37/1.96	c Got one! Elapsed wall clock time (in seconds):1.855
2.37/1.96	o 92
2.47/2.07	c cleaning 9112 clauses out of 18228 with flag 8201/42202
2.67/2.25	c Got one! Elapsed wall clock time (in seconds):2.151
2.67/2.25	o 91
2.77/2.31	c cleaning 7144 clauses out of 14288 with flag 5237/47374
2.77/2.33	c Got one! Elapsed wall clock time (in seconds):2.23
2.77/2.33	o 81
2.87/2.43	c Got one! Elapsed wall clock time (in seconds):2.323
2.87/2.43	o 80
2.97/2.55	c cleaning 6599 clauses out of 13211 with flag 12847/53441
3.17/2.73	c Got one! Elapsed wall clock time (in seconds):2.627
3.17/2.73	o 79
3.17/2.78	c cleaning 6204 clauses out of 12426 with flag 5210/59255
3.47/3.03	c cleaning 6108 clauses out of 12223 with flag 37900/65256
3.47/3.04	c Got one! Elapsed wall clock time (in seconds):2.933
3.47/3.04	o 77
3.47/3.07	c Got one! Elapsed wall clock time (in seconds):2.963
3.47/3.07	o 65
3.57/3.14	c Got one! Elapsed wall clock time (in seconds):3.034
3.57/3.14	o 60
3.78/3.31	c cleaning 6584 clauses out of 13168 with flag 19699/72309
3.97/3.55	c cleaning 6292 clauses out of 12585 with flag 44673/78310
4.27/3.83	c cleaning 6642 clauses out of 13292 with flag 72536/85309
4.37/3.94	c Got one! Elapsed wall clock time (in seconds):3.834
4.37/3.94	o 57
4.47/4.02	c cleaning 5827 clauses out of 11662 with flag 9649/90321
4.67/4.24	c cleaning 5916 clauses out of 11837 with flag 37276/96323
4.98/4.51	c cleaning 6453 clauses out of 12918 with flag 67022/103320
5.27/4.83	c cleaning 7225 clauses out of 14466 with flag 102922/111321
5.27/4.84	c Got one! Elapsed wall clock time (in seconds):4.736
5.27/4.84	o 54
5.40/4.94	c Got one! Elapsed wall clock time (in seconds):4.841
5.40/4.94	o 53
5.51/5.03	c cleaning 6336 clauses out of 12671 with flag 9034/116751
5.70/5.20	c Got one! Elapsed wall clock time (in seconds):5.095
5.70/5.20	o 41
5.70/5.25	c cleaning 6088 clauses out of 12185 with flag 4529/122601
5.91/5.45	c cleaning 6039 clauses out of 12096 with flag 27985/128600
6.01/5.52	c Got one! Elapsed wall clock time (in seconds):5.414
6.01/5.52	o 38
6.12/5.62	c cleaning 5682 clauses out of 11371 with flag 11459/133914
6.32/5.83	c cleaning 5845 clauses out of 11690 with flag 35084/139915
6.44/5.94	c Got one! Elapsed wall clock time (in seconds):5.834
6.44/5.94	o 31
6.65/6.02	c cleaning 5694 clauses out of 11393 with flag 8450/145463
6.91/6.23	c cleaning 5847 clauses out of 11699 with flag 34884/151463
6.91/6.24	c Got one! Elapsed wall clock time (in seconds):6.132
6.91/6.24	o 25
7.11/6.41	c cleaning 5466 clauses out of 10938 with flag 22795/156549
7.11/6.48	c Got one! Elapsed wall clock time (in seconds):6.372
7.11/6.48	o 24
7.21/6.59	c cleaning 5278 clauses out of 10560 with flag 12784/161637
7.51/6.80	c cleaning 5638 clauses out of 11281 with flag 39418/167637
7.71/7.08	c cleaning 6320 clauses out of 12643 with flag 70318/174637
7.87/7.10	c Got one! Elapsed wall clock time (in seconds):6.996
7.87/7.10	o 22
8.07/7.29	c cleaning 5906 clauses out of 11823 with flag 23218/180138
8.57/7.52	c cleaning 5957 clauses out of 11915 with flag 50576/186136
8.97/7.80	c cleaning 6476 clauses out of 12958 with flag 83332/193137
9.55/8.10	c cleaning 7241 clauses out of 14481 with flag 119515/201137
9.85/8.47	c cleaning 8119 clauses out of 16238 with flag 162906/210136
10.36/8.91	c cleaning 9055 clauses out of 18117 with flag 211508/220137
10.85/9.42	c cleaning 10027 clauses out of 20061 with flag 266680/231138
10.95/9.56	c Got one! Elapsed wall clock time (in seconds):9.455
10.95/9.56	o 6
11.05/9.66	c cleaning 7592 clauses out of 15184 with flag 9780/236289
11.35/9.91	c cleaning 6795 clauses out of 13591 with flag 39743/242291
11.55/10.18	c cleaning 6887 clauses out of 13792 with flag 75318/249291
11.85/10.48	c Got one! Elapsed wall clock time (in seconds):10.371
11.85/10.48	o 4
12.15/10.74	c cleaning 9624 clauses out of 19249 with flag 27554/261641
12.15/10.78	c starts		: 127
12.15/10.78	c conflicts		: 262561
12.15/10.78	c decisions		: 398711
12.15/10.78	c propagations		: 5862991
12.15/10.78	c inspects		: 133047033
12.15/10.78	c shortcuts		: 0
12.15/10.78	c learnt literals	: 34
12.15/10.78	c learnt binary clauses	: 9
12.15/10.78	c learnt ternary clauses	: 287
12.15/10.78	c learnt constraints	: 262526
12.15/10.78	c ignored constraints	: 0
12.15/10.78	c root simplifications	: 0
12.15/10.78	c removed literals (reason simplification)	: 0
12.15/10.78	c reason swapping (by a shorter reason)	: 0
12.15/10.78	c Calls to reduceDB	: 38
12.15/10.78	c Number of update (reduction) of LBD	: 68057
12.15/10.78	c Imported unit clauses	: 0
12.15/10.78	c number of reductions to clauses (during analyze)	: 0
12.15/10.78	c number of learned constraints concerned by reduction	: 0
12.15/10.78	c number of learning phase by resolution	: 0
12.15/10.78	c number of learning phase by cutting planes	: 0
12.15/10.78	c speed (assignments/second)	: 552018.7364654929
12.15/10.78	c non guided choices	1851
12.15/10.78	c learnt constraints type 
12.15/10.78	s OPTIMUM FOUND
12.15/10.78	c Found 49 solution(s)
12.15/10.78	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 
12.15/10.78	c objective function=4
12.15/10.78	c Total wall clock time (in seconds): 10.679

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-4109280-1466343609/watcher-4109280-1466343609 -o /tmp/evaluation-result-4109280-1466343609/solver-4109280-1466343609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109280-1466343609.wbo 

pid=13402
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 1.70 3/194 13405
/proc/meminfo: memFree=31595240/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 36405763 94019584 917 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 22954 917 697 9 0 16769 0
[pid=13405/tid=13406] ppid=13402 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) D 13402 13405 13098 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36405763 94019584 917 33554432000 1073741824 1073778376 140734822183136 140712905449000 243756264743 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.10 2.03 1.70 3/194 13405
/proc/meminfo: memFree=31595240/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 4445 0 1 0 10 0 0 0 20 0 18 0 36405763 9787879424 6062 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2389619 6062 2147 9 0 2380296 0
[pid=13405/tid=13406] ppid=13402 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36405763 9787879424 6062 33554432000 1073741824 1073778376 140734822183136 140712905452448 140712742038529 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 2.10 2.03 1.70 3/194 13405
/proc/meminfo: memFree=31595240/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 6589 0 1 0 26 1 0 0 20 0 19 0 36405763 9856040960 8674 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 8674 2232 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 19 0 36405763 9856040960 8674 33554432000 1073741824 1073778376 140734822183136 140712905453720 140712742074989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300261 s]
/proc/loadavg: 2.10 2.03 1.70 3/194 13405
/proc/meminfo: memFree=31595240/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 7822 0 1 0 54 2 0 0 20 0 19 0 36405763 9856040960 8892 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 8892 2244 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 19 0 36405763 9856040960 8892 33554432000 1073741824 1073778376 140734822183136 140712905453720 140712742085645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.10 2.03 1.70 3/194 13405
/proc/meminfo: memFree=31595240/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 8873 0 1 0 107 2 0 0 20 0 19 0 36405763 9856040960 9821 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 9821 2253 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 36405763 9856040960 9821 33554432000 1073741824 1073778376 140734822183136 140712905453720 140712742418376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31562552/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 8888 0 1 0 195 2 0 0 20 0 19 0 36405763 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 11367 2261 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2412 0 1 0 146 1 0 0 20 0 19 0 36405763 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712905445072 140712742462752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3029 0 0 0 23 0 0 0 20 0 19 0 36405768 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 2174 0 0 0 23 0 0 0 20 0 19 0 36405768 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 11367 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31553864/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 8892 0 1 0 355 2 0 0 20 0 19 0 36405763 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 13415 2261 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2416 0 1 0 305 1 0 0 20 0 19 0 36405763 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712905445680 140712742451632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3029 0 0 0 23 0 0 0 20 0 19 0 36405768 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 2174 0 0 0 23 0 0 0 20 0 19 0 36405768 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 13415 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31533924/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 12850 0 1 0 698 3 0 0 20 0 19 0 36405763 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 20112 2264 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2427 0 1 0 625 1 0 0 20 0 19 0 36405763 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712905445056 140712742462715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3833 0 0 0 31 0 0 0 20 0 19 0 36405768 9856040960 20112 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3865 0 0 0 34 0 0 0 20 0 19 0 36405768 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 11680 0 0 0 108 2 0 0 20 0 19 0 36405768 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 27557 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 9625040

[startup+10.4007 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31490996/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=11.85 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 19260 0 1 0 1181 4 0 0 20 0 19 0 36405763 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 26546 2264 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=10.34 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2441 0 1 0 1032 2 0 0 20 0 19 0 36405763 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712905445056 140712742462715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3865 0 0 0 34 0 0 0 20 0 19 0 36405768 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 11680 0 0 0 108 2 0 0 20 0 19 0 36405768 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 26546 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 9625040

[startup+10.6008 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31490996/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=12.05 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 19261 0 1 0 1201 4 0 0 20 0 19 0 36405763 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 27058 2264 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=10.54 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2442 0 1 0 1052 2 0 0 20 0 19 0 36405763 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712905445056 140712742411290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3865 0 0 0 34 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 11680 0 0 0 108 2 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 9625040

[startup+10.7008 s]
/proc/loadavg: 2.01 2.01 1.70 3/214 13425
/proc/meminfo: memFree=31490996/32872528 swapFree=8292/8292
[pid=13405] ppid=13402 vsize=9625040 CPUtime=12.15 cores=0,2,4,6
/proc/13405/stat : 13405 (java) S 13402 13405 13098 0 -1 4202496 19261 0 1 0 1211 4 0 0 20 0 19 0 36405763 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140734822174272 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13405/statm: 2406260 27058 2264 9 0 2396937 0
[pid=13405/tid=13406] ppid=13402 vsize=9625040 CPUtime=10.64 cores=0,2,4,6
/proc/13405/task/13406/stat : 13406 (java) R 13402 13405 13098 0 -1 4202560 2442 0 1 0 1062 2 0 0 20 0 19 0 36405763 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712905445056 140712742451261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13408] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13408/stat : 13408 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712866945448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13409] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13409/stat : 13409 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712865892904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13410] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13410/stat : 13410 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712864839848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13411] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13411/stat : 13411 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712863787304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13412] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13412/stat : 13412 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712862735272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13413] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13413/stat : 13413 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712861682728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13405/tid=13414] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13414/stat : 13414 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712860629672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13415] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13415/stat : 13415 (java) S 13402 13405 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36405764 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712741956392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13416] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13416/stat : 13416 (java) S 13402 13405 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36405765 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712729545064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13417] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13417/stat : 13417 (java) S 13402 13405 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712728491384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13418] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13418/stat : 13418 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405766 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712727438216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13419] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13419/stat : 13419 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140712726386960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13420] ppid=13402 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13405/task/13420/stat : 13420 (java) S 13402 13405 13098 0 -1 4202560 3865 0 0 0 34 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711986981688 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13405/tid=13421] ppid=13402 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/13405/task/13421/stat : 13421 (java) S 13402 13405 13098 0 -1 4202560 11680 0 0 0 108 2 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711985929144 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13422] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13422/stat : 13422 (java) S 13402 13405 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711984876280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13405/tid=13423] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13423/stat : 13423 (java) S 13402 13405 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36405768 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711983823944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13405/tid=13425] ppid=13402 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13405/task/13425/stat : 13425 (java) S 13402 13405 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36405779 9856040960 27058 33554432000 1073741824 1073778376 140734822183136 140711982769192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.7911
CPU time (s): 12.2431
CPU user time (s): 12.1711
CPU system time (s): 0.071989
CPU usage (%): 113.456
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1711
system time used= 0.071989
maximum resident set size= 114324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19278
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= 531
involuntary context switches= 42

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053991 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:40:09
IDJOB=4109280
IDBENCH=78764
IDSOLVER=2551
FILE ID=node151/4109280-1466343609
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109280-1466343609/watcher-4109280-1466343609 -o /tmp/evaluation-result-4109280-1466343609/solver-4109280-1466343609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109280-1466343609.wbo

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

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=241587091

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31595512 kB
Buffers:          119312 kB
Cached:           197292 kB
SwapCached:         1712 kB
Active:           304300 kB
Inactive:         194760 kB
Active(anon):     181408 kB
Inactive(anon):     3280 kB
Active(file):     122892 kB
Inactive(file):   191480 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:              1524 kB
Writeback:             0 kB
AnonPages:        288352 kB
Mapped:            16540 kB
Shmem:                 0 kB
Slab:             638296 kB
SReclaimable:      81576 kB
SUnreclaim:       556720 kB
KernelStack:        1760 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71744 MiB
End job on node151 at 2016-06-19 15:40:20