Trace number 4109632

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 14.9507 13.5299

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM38c8dd1463da5f11da3559d57124aa5b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark11.2223
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 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109632-1466343672.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     233
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 64 literals
0.29/0.26	c SATISFIABLE
0.29/0.26	c OPTIMIZING...
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.29/0.26	o 1231
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.183
0.29/0.28	o 859
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.56/0.31	o 838
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.56/0.31	o 816
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.218
0.56/0.32	o 810
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.225
0.56/0.32	o 621
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.56/0.34	o 605
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.244
0.56/0.34	o 601
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.255
0.56/0.36	o 585
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.26
0.56/0.36	o 568
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.56/0.38	o 553
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.56/0.38	o 519
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.71/0.42	o 507
0.71/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.71/0.43	o 502
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.71/0.44	o 481
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.71/0.45	o 479
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.365
0.71/0.46	o 427
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.71/0.48	o 413
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.385
0.71/0.48	o 373
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.391
0.71/0.49	o 360
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.394
0.71/0.49	o 332
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.402
0.85/0.50	o 320
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.424
0.85/0.52	o 283
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
0.85/0.56	o 277
1.11/0.77	c cleaning 5690 clauses out of 11396 with flag 13136/11396
1.23/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.23/0.89	o 276
1.34/0.91	c Got one! Elapsed wall clock time (in seconds):0.812
1.34/0.91	o 270
1.34/0.93	c Got one! Elapsed wall clock time (in seconds):0.835
1.34/0.93	o 264
1.34/0.94	c Got one! Elapsed wall clock time (in seconds):0.839
1.34/0.94	o 259
1.44/1.07	c cleaning 6392 clauses out of 12785 with flag 10670/18475
1.55/1.20	c Got one! Elapsed wall clock time (in seconds):1.102
1.55/1.20	o 258
1.65/1.21	c Got one! Elapsed wall clock time (in seconds):1.115
1.65/1.21	o 257
1.65/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
1.65/1.26	o 246
1.74/1.35	c cleaning 6539 clauses out of 13080 with flag 8119/25162
1.86/1.48	c Got one! Elapsed wall clock time (in seconds):1.376
1.86/1.48	o 245
1.96/1.58	c cleaning 5829 clauses out of 11672 with flag 8145/30293
2.06/1.65	c Got one! Elapsed wall clock time (in seconds):1.554
2.06/1.65	o 239
2.06/1.69	c Got one! Elapsed wall clock time (in seconds):1.587
2.06/1.69	o 229
2.16/1.74	c Got one! Elapsed wall clock time (in seconds):1.636
2.16/1.74	o 227
2.26/1.83	c cleaning 5959 clauses out of 11922 with flag 7031/36372
2.36/1.94	c Got one! Elapsed wall clock time (in seconds):1.839
2.36/1.94	o 226
2.46/2.04	c Got one! Elapsed wall clock time (in seconds):1.944
2.46/2.04	o 224
2.46/2.09	c cleaning 6176 clauses out of 12363 with flag 3700/42772
2.56/2.11	c Got one! Elapsed wall clock time (in seconds):2.009
2.56/2.11	o 219
2.56/2.15	c Got one! Elapsed wall clock time (in seconds):2.052
2.56/2.15	o 215
2.56/2.18	c Got one! Elapsed wall clock time (in seconds):2.082
2.56/2.18	o 206
2.68/2.28	c Got one! Elapsed wall clock time (in seconds):2.179
2.68/2.28	o 196
2.68/2.29	c Got one! Elapsed wall clock time (in seconds):2.187
2.68/2.29	o 184
2.68/2.29	c Got one! Elapsed wall clock time (in seconds):2.193
2.68/2.29	o 172
2.82/2.39	c cleaning 6526 clauses out of 13063 with flag 7247/49648
2.92/2.41	c Got one! Elapsed wall clock time (in seconds):2.306
2.92/2.41	o 166
3.06/2.58	c Got one! Elapsed wall clock time (in seconds):2.48
3.06/2.58	o 164
3.18/2.62	c Got one! Elapsed wall clock time (in seconds):2.523
3.18/2.62	o 163
3.18/2.68	c cleaning 6525 clauses out of 13061 with flag 4620/56172
3.38/2.70	c Got one! Elapsed wall clock time (in seconds):2.603
3.38/2.70	o 145
3.48/2.83	c Got one! Elapsed wall clock time (in seconds):2.729
3.48/2.83	o 144
3.58/2.92	c cleaning 6159 clauses out of 12326 with flag 8064/61962
3.78/3.12	c Got one! Elapsed wall clock time (in seconds):3.023
3.78/3.12	o 137
3.78/3.17	c cleaning 6031 clauses out of 12072 with flag 3613/67867
4.09/3.43	c cleaning 6016 clauses out of 12040 with flag 26121/73866
4.09/3.49	c Got one! Elapsed wall clock time (in seconds):3.388
4.09/3.49	o 125
4.18/3.50	c Got one! Elapsed wall clock time (in seconds):3.401
4.18/3.50	o 122
4.18/3.57	c Got one! Elapsed wall clock time (in seconds):3.467
4.18/3.57	o 115
4.28/3.68	c Got one! Elapsed wall clock time (in seconds):3.582
4.28/3.68	o 109
4.40/3.74	c cleaning 6712 clauses out of 13426 with flag 4529/81268
4.70/4.00	c cleaning 6355 clauses out of 12715 with flag 30611/87269
5.00/4.31	c cleaning 6666 clauses out of 13359 with flag 62785/94268
5.00/4.34	c Got one! Elapsed wall clock time (in seconds):4.241
5.00/4.34	o 105
5.10/4.48	c Got one! Elapsed wall clock time (in seconds):4.385
5.10/4.48	o 100
5.10/4.49	c Got one! Elapsed wall clock time (in seconds):4.394
5.10/4.49	o 98
5.21/4.58	c Got one! Elapsed wall clock time (in seconds):4.476
5.21/4.58	o 94
5.30/4.63	c cleaning 6956 clauses out of 13913 with flag 5793/101488
5.50/4.88	c cleaning 6476 clauses out of 12956 with flag 37928/107487
5.70/5.06	c Got one! Elapsed wall clock time (in seconds):4.963
5.70/5.06	o 79
5.80/5.11	c cleaning 5966 clauses out of 11940 with flag 4147/112947
5.90/5.29	c Got one! Elapsed wall clock time (in seconds):5.186
5.90/5.29	o 65
6.01/5.33	c cleaning 5710 clauses out of 11432 with flag 4769/118405
6.21/5.57	c cleaning 5853 clauses out of 11722 with flag 33792/124405
6.32/5.61	c Got one! Elapsed wall clock time (in seconds):5.511
6.32/5.61	o 41
6.42/5.75	c cleaning 5498 clauses out of 11005 with flag 14937/129541
6.62/5.95	c cleaning 5752 clauses out of 11506 with flag 36768/135540
6.72/6.01	c Got one! Elapsed wall clock time (in seconds):5.911
6.72/6.01	o 39
6.82/6.11	c cleaning 5458 clauses out of 10918 with flag 10370/140704
7.02/6.32	c cleaning 5722 clauses out of 11460 with flag 29769/146704
7.44/6.57	c cleaning 6368 clauses out of 12738 with flag 53720/153704
7.82/6.88	c cleaning 7185 clauses out of 14372 with flag 83009/161706
8.36/7.19	c Got one! Elapsed wall clock time (in seconds):7.089
8.36/7.19	o 37
8.78/7.42	c cleaning 10317 clauses out of 20641 with flag 19137/175160
8.98/7.65	c cleaning 8162 clauses out of 16326 with flag 42186/181162
9.28/7.91	c cleaning 7571 clauses out of 15164 with flag 70717/188162
9.58/8.23	c cleaning 7789 clauses out of 15591 with flag 103350/196160
9.89/8.58	c cleaning 8402 clauses out of 16805 with flag 140731/205163
10.30/8.99	c cleaning 9192 clauses out of 18400 with flag 181934/215160
10.49/9.16	c Got one! Elapsed wall clock time (in seconds):9.063
10.49/9.16	o 31
10.59/9.21	c cleaning 7462 clauses out of 14932 with flag 4843/220884
10.79/9.45	c cleaning 6729 clauses out of 13470 with flag 30995/226884
11.09/9.71	c cleaning 6871 clauses out of 13747 with flag 62319/233890
11.19/9.86	c Got one! Elapsed wall clock time (in seconds):9.76
11.19/9.86	o 29
11.19/9.90	c cleaning 6009 clauses out of 12021 with flag 4393/239035
11.49/10.11	c cleaning 6002 clauses out of 12011 with flag 31096/245035
11.69/10.36	c cleaning 6503 clauses out of 13007 with flag 60653/252034
12.00/10.66	c cleaning 7246 clauses out of 14502 with flag 96151/260033
12.41/11.02	c cleaning 8124 clauses out of 16258 with flag 134992/269035
12.81/11.46	c cleaning 9057 clauses out of 18131 with flag 180165/279033
13.31/11.95	c cleaning 10036 clauses out of 20073 with flag 231604/290035
13.91/12.52	c cleaning 11013 clauses out of 22031 with flag 285623/302036
14.31/12.97	c Got one! Elapsed wall clock time (in seconds):12.871
14.31/12.97	o 25
14.71/13.31	c cleaning 12692 clauses out of 25383 with flag 24774/316411
14.71/13.36	c Got one! Elapsed wall clock time (in seconds):13.258
14.71/13.36	o 24
14.91/13.52	c starts		: 185
14.91/13.52	c conflicts		: 320424
14.91/13.52	c decisions		: 514780
14.91/13.52	c propagations		: 7710350
14.91/13.52	c inspects		: 163240125
14.91/13.52	c shortcuts		: 0
14.91/13.52	c learnt literals	: 35
14.91/13.52	c learnt binary clauses	: 7
14.91/13.52	c learnt ternary clauses	: 362
14.91/13.52	c learnt constraints	: 320388
14.91/13.52	c ignored constraints	: 0
14.91/13.52	c root simplifications	: 0
14.91/13.52	c removed literals (reason simplification)	: 0
14.91/13.52	c reason swapping (by a shorter reason)	: 0
14.91/13.52	c Calls to reduceDB	: 43
14.91/13.52	c Number of update (reduction) of LBD	: 84720
14.91/13.52	c Imported unit clauses	: 0
14.91/13.52	c number of reductions to clauses (during analyze)	: 0
14.91/13.52	c number of learned constraints concerned by reduction	: 0
14.91/13.52	c number of learning phase by resolution	: 0
14.91/13.52	c number of learning phase by cutting planes	: 0
14.91/13.52	c speed (assignments/second)	: 576949.2666866208
14.91/13.52	c non guided choices	2536
14.91/13.52	c learnt constraints type 
14.91/13.52	s OPTIMUM FOUND
14.91/13.52	c Found 66 solution(s)
14.91/13.52	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 
14.91/13.52	c objective function=24
14.91/13.52	c Total wall clock time (in seconds): 13.422

Verifier Data

OK	24

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-4109632-1466343672/watcher-4109632-1466343672 -o /tmp/evaluation-result-4109632-1466343672/solver-4109632-1466343672 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109632-1466343672.wbo 

pid=318
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.50 2.22 1.83 3/194 321
/proc/meminfo: memFree=30348876/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/321/stat : 321 (java) D 318 321 32093 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 36412859 9515008 175 33554432000 1073741824 1073778376 140736420300576 140736420283304 206629061520 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2323 175 133 9 0 71 0
[pid=321/tid=322] ppid=318 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36412860 98570240 977 33554432000 1073741824 1073778376 140736420300576 140632848485928 206629062016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.50 2.22 1.83 3/194 321
/proc/meminfo: memFree=30348876/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 36412859 9787879424 6129 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2389619 6129 2157 9 0 2380296 0
[pid=321/tid=322] ppid=318 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 36412860 9787879424 6129 33554432000 1073741824 1073778376 140736420300576 140632848476720 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.50 2.22 1.83 3/194 321
/proc/meminfo: memFree=30348876/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 6459 0 1 0 28 1 0 0 20 0 19 0 36412859 9856040960 8502 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 8502 2233 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 19 0 36412860 9856040960 8502 33554432000 1073741824 1073778376 140736420300576 140632848491136 140632681210893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 2.50 2.22 1.83 3/194 321
/proc/meminfo: memFree=30348876/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 7451 0 1 0 55 1 0 0 20 0 19 0 36412859 9856040960 8792 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 8792 2244 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 19 0 36412860 9856040960 8792 33554432000 1073741824 1073778376 140736420300576 140632848491136 140632681546506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700183 s]
/proc/loadavg: 2.50 2.22 1.83 3/194 321
/proc/meminfo: memFree=30348876/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 8486 0 1 0 110 1 0 0 20 0 19 0 36412859 9856040960 9705 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 9705 2254 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2408 0 1 0 67 0 0 0 20 0 19 0 36412860 9856040960 9705 33554432000 1073741824 1073778376 140736420300576 140632848491136 140632681547236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.50 2.22 1.83 3/213 340
/proc/meminfo: memFree=30316336/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 8498 0 1 0 195 1 0 0 20 0 19 0 36412859 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 11248 2260 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2412 0 1 0 147 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632848482000 140632681540263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 2702 0 0 0 25 0 0 0 20 0 19 0 36412864 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 2112 0 0 0 20 0 0 0 20 0 19 0 36412864 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 11248 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10068 s]
/proc/loadavg: 2.50 2.22 1.83 4/213 340
/proc/meminfo: memFree=30307772/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 11015 0 1 0 376 2 0 0 20 0 19 0 36412859 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 13347 2261 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632848490880 140632681526326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 5046 0 0 0 42 0 0 0 20 0 19 0 36412864 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 2280 0 0 0 24 0 0 0 20 0 19 0 36412864 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 13347 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.46 2.21 1.83 3/213 340
/proc/meminfo: memFree=30290180/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 11035 0 1 0 700 2 0 0 20 0 19 0 36412859 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 17956 2264 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632848482608 140632681179063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) R 318 321 32093 0 -1 4202560 5053 0 0 0 44 0 0 0 20 0 19 0 36412864 9856040960 17956 33554432000 1073741824 1073778376 140736420300576 140632668449080 140632856230848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.26 cores=1,3,5,7

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

[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 5059 0 0 0 48 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 12469 0 0 0 88 3 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 9625040

[startup+13.2008 s]
/proc/loadavg: 2.42 2.21 1.83 3/213 340
/proc/meminfo: memFree=30218268/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=14.61 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 21251 0 1 0 1456 5 0 0 20 0 19 0 36412859 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 30278 2264 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=13.18 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2450 0 1 0 1316 2 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632848488912 140632681573626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 5059 0 0 0 48 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 12469 0 0 0 88 3 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 30278 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.61
Current children cumulated vsize (KiB) 9625040

[startup+13.4008 s]
/proc/loadavg: 2.42 2.21 1.83 3/213 340
/proc/meminfo: memFree=30218268/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=14.81 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 21252 0 1 0 1476 5 0 0 20 0 19 0 36412859 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 30790 2264 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=13.38 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2451 0 1 0 1336 2 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632848488912 140632681595101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 5059 0 0 0 48 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 12469 0 0 0 88 3 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 9625040

[startup+13.5008 s]
/proc/loadavg: 2.42 2.21 1.83 3/213 340
/proc/meminfo: memFree=30218268/32872528 swapFree=534252/566956
[pid=321] ppid=318 vsize=9625040 CPUtime=14.91 cores=1,3,5,7
/proc/321/stat : 321 (java) S 318 321 32093 0 -1 4202496 21252 0 1 0 1486 5 0 0 20 0 19 0 36412859 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140736420291712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/321/statm: 2406260 30790 2264 9 0 2396937 0
[pid=321/tid=322] ppid=318 vsize=9625040 CPUtime=13.48 cores=1,3,5,7
/proc/321/task/322/stat : 322 (java) R 318 321 32093 0 -1 4202560 2451 0 1 0 1346 2 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632848488912 140632681594985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=321/tid=324] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/324/stat : 324 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632809982888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=325] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/325/stat : 325 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632808930344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=326] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/326/stat : 326 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632807877288 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=327] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/327/stat : 327 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632806824744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=328] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/328/stat : 328 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632805771688 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=329] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/329/stat : 329 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632804719144 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=330] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/330/stat : 330 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632803666088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=321/tid=331] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/331/stat : 331 (java) S 318 321 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412860 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632802613544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=332] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/332/stat : 332 (java) S 318 321 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412861 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632672660328 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=333] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/333/stat : 333 (java) S 318 321 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632671606648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=334] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/334/stat : 334 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412862 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632670553480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=335] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/335/stat : 335 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632669502224 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=336] ppid=318 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/321/task/336/stat : 336 (java) S 318 321 32093 0 -1 4202560 5059 0 0 0 48 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632668449080 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=321/tid=337] ppid=318 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/321/task/337/stat : 337 (java) S 318 321 32093 0 -1 4202560 12469 0 0 0 88 3 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632667396536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=338] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/338/stat : 338 (java) S 318 321 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140632666343672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=321/tid=339] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/339/stat : 339 (java) S 318 321 32093 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412864 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140631657671240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=321/tid=340] ppid=318 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/321/task/340/stat : 340 (java) S 318 321 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412875 9856040960 30790 33554432000 1073741824 1073778376 140736420300576 140631656617512 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.5299
CPU time (s): 14.9507
CPU user time (s): 14.8687
CPU system time (s): 0.081987
CPU usage (%): 110.502
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8687
system time used= 0.081987
maximum resident set size= 123224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21276
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= 602
involuntary context switches= 59

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

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:41:12
IDJOB=4109632
IDBENCH=78876
IDSOLVER=2551
FILE ID=node138/4109632-1466343672
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 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.1111218757--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109632-1466343672/watcher-4109632-1466343672 -o /tmp/evaluation-result-4109632-1466343672/solver-4109632-1466343672 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109632-1466343672.wbo

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

MD5SUM BENCH= 38c8dd1463da5f11da3559d57124aa5b
RANDOM SEED=133587204

node138.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.395
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	: 5332.79
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.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30349032 kB
Buffers:          175072 kB
Cached:           271236 kB
SwapCached:         1136 kB
Active:           881492 kB
Inactive:         333508 kB
Active(anon):     767508 kB
Inactive(anon):     3144 kB
Active(file):     113984 kB
Inactive(file):   330364 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               632 kB
Writeback:             0 kB
AnonPages:       1406228 kB
Mapped:            15568 kB
Shmem:                 0 kB
Slab:             610148 kB
SReclaimable:      53476 kB
SUnreclaim:       556672 kB
KernelStack:        1760 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1583552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 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= 71732 MiB
End job on node138 at 2016-06-19 15:41:26