Trace number 4090612

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 9.33158 8.0418

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-66-100-0.wbo
MD5SUM2781b3371b432984c0fe1e8064068870
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark13
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090612-1466065065.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.054s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     211
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.16	c 101 constraints processed.
0.09/0.16	c objective function length is 42 literals
0.26/0.21	c SATISFIABLE
0.26/0.21	c OPTIMIZING...
0.26/0.21	c Got one! Elapsed wall clock time (in seconds):0.105
0.26/0.21	o 653
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.218
0.53/0.32	o 645
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.247
0.53/0.35	o 636
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.53/0.37	o 615
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.53/0.37	o 496
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.267
0.53/0.37	o 492
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.271
0.53/0.38	o 485
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.53/0.38	o 476
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.281
0.53/0.39	o 467
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.53/0.39	o 383
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.29
0.67/0.40	o 360
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.67/0.42	o 357
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.308
0.67/0.42	o 350
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.67/0.46	o 349
0.86/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
0.86/0.54	o 340
0.86/0.55	c Got one! Elapsed wall clock time (in seconds):0.446
0.86/0.55	o 332
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
0.86/0.56	o 326
0.86/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
0.86/0.58	o 318
0.86/0.58	c Got one! Elapsed wall clock time (in seconds):0.478
0.86/0.58	o 308
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.507
0.96/0.61	o 307
0.96/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
0.96/0.62	o 297
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.525
0.96/0.63	o 290
1.12/0.70	c cleaning 5333 clauses out of 10667 with flag 2858/10667
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.12/0.78	o 287
1.23/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.23/0.80	o 286
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.701
1.23/0.81	o 259
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.23/0.81	o 255
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.708
1.23/0.81	o 253
1.23/0.82	c Got one! Elapsed wall clock time (in seconds):0.711
1.23/0.82	o 242
1.23/0.82	c Got one! Elapsed wall clock time (in seconds):0.718
1.23/0.82	o 227
1.23/0.83	c Got one! Elapsed wall clock time (in seconds):0.725
1.23/0.83	o 225
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.735
1.23/0.84	o 221
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.23/0.84	o 218
1.23/0.85	c Got one! Elapsed wall clock time (in seconds):0.743
1.23/0.85	o 216
1.23/0.86	c Got one! Elapsed wall clock time (in seconds):0.758
1.23/0.86	o 210
1.23/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.23/0.89	o 190
1.34/0.91	c Got one! Elapsed wall clock time (in seconds):0.801
1.34/0.91	o 189
1.34/0.91	c Got one! Elapsed wall clock time (in seconds):0.805
1.34/0.91	o 188
1.34/0.92	c Got one! Elapsed wall clock time (in seconds):0.814
1.34/0.92	o 148
1.34/0.98	c Got one! Elapsed wall clock time (in seconds):0.87
1.34/0.98	o 120
1.63/1.11	c cleaning 7438 clauses out of 14892 with flag 6200/20225
2.03/1.34	c cleaning 6724 clauses out of 13453 with flag 24914/26224
2.03/1.36	c Got one! Elapsed wall clock time (in seconds):1.256
2.03/1.36	o 119
2.03/1.37	c Got one! Elapsed wall clock time (in seconds):1.26
2.03/1.37	o 114
2.03/1.37	c Got one! Elapsed wall clock time (in seconds):1.266
2.03/1.37	o 102
2.03/1.38	c Got one! Elapsed wall clock time (in seconds):1.274
2.03/1.38	o 96
2.03/1.39	c Got one! Elapsed wall clock time (in seconds):1.281
2.03/1.39	o 84
2.03/1.39	c Got one! Elapsed wall clock time (in seconds):1.286
2.03/1.39	o 83
2.25/1.40	c Got one! Elapsed wall clock time (in seconds):1.294
2.25/1.40	o 77
2.65/1.61	c cleaning 6663 clauses out of 13329 with flag 18102/32824
2.65/1.64	c Got one! Elapsed wall clock time (in seconds):1.529
2.65/1.64	o 72
2.94/1.83	c cleaning 6241 clauses out of 12486 with flag 15135/38645
3.14/2.05	c cleaning 6114 clauses out of 12243 with flag 33923/44644
3.45/2.32	c cleaning 6557 clauses out of 13128 with flag 58567/51643
3.45/2.39	c Got one! Elapsed wall clock time (in seconds):2.283
3.45/2.39	o 68
3.55/2.41	c Got one! Elapsed wall clock time (in seconds):2.301
3.55/2.41	o 62
3.55/2.41	c Got one! Elapsed wall clock time (in seconds):2.306
3.55/2.41	o 61
3.70/2.53	c cleaning 6097 clauses out of 12198 with flag 10629/57270
3.90/2.76	c cleaning 6045 clauses out of 12097 with flag 32654/63267
3.90/2.78	c Got one! Elapsed wall clock time (in seconds):2.672
3.90/2.78	o 60
4.11/2.97	c cleaning 5845 clauses out of 11703 with flag 19011/68918
4.31/3.19	c cleaning 5928 clauses out of 11856 with flag 41354/74916
4.62/3.45	c cleaning 6455 clauses out of 12927 with flag 66432/81916
4.83/3.64	c Got one! Elapsed wall clock time (in seconds):3.536
4.83/3.64	o 54
5.03/3.87	c cleaning 8335 clauses out of 16673 with flag 18905/92117
5.13/3.97	c Got one! Elapsed wall clock time (in seconds):3.864
5.13/3.97	o 46
5.23/4.09	c cleaning 6948 clauses out of 13896 with flag 11440/97675
5.33/4.16	c Got one! Elapsed wall clock time (in seconds):4.052
5.33/4.16	o 42
5.43/4.27	c cleaning 6068 clauses out of 12145 with flag 10982/102873
5.53/4.34	c Got one! Elapsed wall clock time (in seconds):4.236
5.53/4.34	o 40
5.64/4.45	c cleaning 5635 clauses out of 11273 with flag 10967/108069
5.83/4.64	c Got one! Elapsed wall clock time (in seconds):4.536
5.83/4.64	o 30
6.03/4.87	c cleaning 8206 clauses out of 16418 with flag 20706/118851
6.03/4.89	c Got one! Elapsed wall clock time (in seconds):4.782
6.03/4.89	o 29
6.23/5.10	c cleaning 6948 clauses out of 13915 with flag 20683/124555
6.53/5.32	c cleaning 6483 clauses out of 12966 with flag 45474/130554
6.63/5.47	c Got one! Elapsed wall clock time (in seconds):5.366
6.63/5.47	o 23
6.74/5.52	c cleaning 6024 clauses out of 12056 with flag 4057/136128
6.93/5.73	c cleaning 6011 clauses out of 12032 with flag 29370/142128
6.93/5.78	c Got one! Elapsed wall clock time (in seconds):5.669
6.93/5.78	o 22
7.15/5.93	c cleaning 5836 clauses out of 11679 with flag 18047/147786
7.34/6.13	c cleaning 5917 clauses out of 11841 with flag 42773/153786
7.34/6.18	c Got one! Elapsed wall clock time (in seconds):6.078
7.34/6.18	o 20
7.58/6.33	c cleaning 5801 clauses out of 11610 with flag 18202/159472
7.78/6.55	c Got one! Elapsed wall clock time (in seconds):6.443
7.78/6.55	o 19
7.99/6.79	c cleaning 8396 clauses out of 16792 with flag 23219/170457
8.28/7.03	c cleaning 7199 clauses out of 14398 with flag 51788/176460
8.58/7.32	c cleaning 7091 clauses out of 14196 with flag 87273/183458
8.88/7.64	c cleaning 7548 clauses out of 15103 with flag 127718/191457
9.28/8.02	c cleaning 8274 clauses out of 16548 with flag 174371/200461
9.28/8.03	c starts		: 202
9.28/8.03	c conflicts		: 200811
9.28/8.03	c decisions		: 303459
9.28/8.03	c propagations		: 4320352
9.28/8.03	c inspects		: 100598821
9.28/8.03	c shortcuts		: 0
9.28/8.03	c learnt literals	: 34
9.28/8.03	c learnt binary clauses	: 10
9.28/8.03	c learnt ternary clauses	: 251
9.28/8.03	c learnt constraints	: 200776
9.28/8.03	c ignored constraints	: 0
9.28/8.03	c root simplifications	: 0
9.28/8.03	c removed literals (reason simplification)	: 0
9.28/8.03	c reason swapping (by a shorter reason)	: 0
9.28/8.03	c Calls to reduceDB	: 29
9.28/8.03	c Number of update (reduction) of LBD	: 44726
9.28/8.03	c Imported unit clauses	: 0
9.28/8.03	c number of reductions to clauses (during analyze)	: 0
9.28/8.03	c number of learned constraints concerned by reduction	: 0
9.28/8.03	c number of learning phase by resolution	: 0
9.28/8.03	c number of learning phase by cutting planes	: 0
9.28/8.03	c speed (assignments/second)	: 549034.4389376033
9.28/8.03	c non guided choices	2192
9.28/8.03	c learnt constraints type 
9.28/8.03	s OPTIMUM FOUND
9.28/8.03	c Found 61 solution(s)
9.28/8.03	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
9.28/8.03	c objective function=19
9.28/8.03	c Total wall clock time (in seconds): 7.927

Verifier Data

OK	19

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

pid=10031
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.12 2.03 1.91 3/194 10034
/proc/meminfo: memFree=31970100/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/10034/stat : 10034 (java) R 10031 10034 9094 0 -1 4202496 1059 0 0 0 0 0 0 0 20 0 1 0 8551348 23793664 709 33554432000 1073741824 1073778376 140734185888016 140734185877080 243756217704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 5809 709 524 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.12 2.03 1.91 3/194 10034
/proc/meminfo: memFree=31970100/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 4428 0 1 0 8 1 0 0 20 0 18 0 8551348 9787879424 6056 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2389619 6056 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.12 2.03 1.91 3/194 10034
/proc/meminfo: memFree=31970100/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 6540 0 1 0 24 2 0 0 20 0 19 0 8551348 9856040960 8624 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 8631 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300274 s]
/proc/loadavg: 2.12 2.03 1.91 3/194 10034
/proc/meminfo: memFree=31970100/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 7493 0 1 0 51 2 0 0 20 0 19 0 8551348 9856040960 8849 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 8849 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700197 s]
/proc/loadavg: 2.12 2.03 1.91 3/194 10034
/proc/meminfo: memFree=31970100/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 9497 0 1 0 110 2 0 0 20 0 19 0 8551348 9856040960 9694 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 9694 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.12 2.03 1.91 4/213 10053
/proc/meminfo: memFree=31927096/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 19211 0 1 0 241 4 0 0 20 0 19 0 8551348 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 17247 2261 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 8551348 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140175004840264 140174864943099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 44 2 0 0 20 0 19 0 8551353 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) R 10031 10034 9094 0 -1 4202560 7697 0 0 0 47 1 0 0 20 0 19 0 8551353 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174756528368 140175006651568 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 17247 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.12 2.03 1.91 3/213 10053
/proc/meminfo: memFree=31884496/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 21192 0 1 0 427 4 0 0 20 0 19 0 8551348 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 20953 2261 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2423 0 1 0 305 2 0 0 20 0 19 0 8551348 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140175004840248 140174864942540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 45 2 0 0 20 0 19 0 8551353 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9669 0 0 0 72 2 0 0 20 0 19 0 8551353 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 20953 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.11 2.03 1.91 2/189 10085
/proc/meminfo: memFree=31978032/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 21207 0 1 0 753 5 0 0 20 0 19 0 8551348 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 24342 2264 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2435 0 1 0 624 2 0 0 20 0 19 0 8551348 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140175004840248 140174864925871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 47 2 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9671 0 0 0 78 2 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 9625040


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

[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 47 2 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9671 0 0 0 78 2 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 24342 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9625040

[startup+7.20073 s]
/proc/loadavg: 2.11 2.03 1.91 3/213 10118
/proc/meminfo: memFree=31939056/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=8.48 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 21209 0 1 0 843 5 0 0 20 0 19 0 8551348 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 25366 2264 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2437 0 1 0 713 2 0 0 20 0 19 0 8551348 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140175004831440 140174864890964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 47 2 0 0 20 0 19 0 8551353 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9671 0 0 0 78 2 0 0 20 0 19 0 8551353 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 25366 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9625040

[startup+7.6007 s]
/proc/loadavg: 2.11 2.03 1.91 3/213 10118
/proc/meminfo: memFree=31939056/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=8.88 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 21210 0 1 0 883 5 0 0 20 0 19 0 8551348 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 25878 2264 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=7.55 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2438 0 1 0 753 2 0 0 20 0 19 0 8551348 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140175004831440 140174864890944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 47 2 0 0 20 0 19 0 8551353 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9671 0 0 0 78 2 0 0 20 0 19 0 8551353 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 25878 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 9625040

[startup+8.00071 s]
/proc/loadavg: 2.11 2.03 1.91 3/213 10118
/proc/meminfo: memFree=31911144/32872528 swapFree=7268/7268
[pid=10034] ppid=10031 vsize=9625040 CPUtime=9.28 cores=1,3,5,7
/proc/10034/stat : 10034 (java) S 10031 10034 9094 0 -1 4202496 21211 0 1 0 923 5 0 0 20 0 19 0 8551348 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140734185879152 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10034/statm: 2406260 26390 2264 9 0 2396937 0
[pid=10034/tid=10036] ppid=10031 vsize=9625040 CPUtime=7.95 cores=1,3,5,7
/proc/10034/task/10036/stat : 10036 (java) R 10031 10034 9094 0 -1 4202560 2439 0 1 0 793 2 0 0 20 0 19 0 8551348 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140175004831440 140174864845662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10037] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10037/stat : 10037 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174982941480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10038] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10038/stat : 10038 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174780525224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10039] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10039/stat : 10039 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174779472936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10034/tid=10040] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10040/stat : 10040 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174778420136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10041] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10041/stat : 10041 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174777366824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10042] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10042/stat : 10042 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174776314024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10034/tid=10043] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10043/stat : 10043 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174775261736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10044] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10044/stat : 10044 (java) S 10031 10034 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8551349 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174774208936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10045] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10045/stat : 10045 (java) S 10031 10034 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8551350 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174761798376 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10046] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10046/stat : 10046 (java) S 10031 10034 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174760744440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10047] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10047/stat : 10047 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551351 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174759692040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10048] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10048/stat : 10048 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174758640528 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10049] ppid=10031 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/10034/task/10049/stat : 10049 (java) S 10031 10034 9094 0 -1 4202560 7828 0 0 0 47 2 0 0 20 0 19 0 8551353 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174757587128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10050] ppid=10031 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/10034/task/10050/stat : 10050 (java) S 10031 10034 9094 0 -1 4202560 9671 0 0 0 78 2 0 0 20 0 19 0 8551353 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174756534328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10051] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10051/stat : 10051 (java) S 10031 10034 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174755482232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10034/tid=10052] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10052/stat : 10052 (java) S 10031 10034 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8551353 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174754429640 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10034/tid=10053] ppid=10031 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10034/task/10053/stat : 10053 (java) S 10031 10034 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8551364 9856040960 26390 33554432000 1073741824 1073778376 140734185888016 140174753277352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 8.0418
CPU time (s): 9.33158
CPU user time (s): 9.23859
CPU system time (s): 0.092985
CPU usage (%): 116.038
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2386
system time used= 0.092985
maximum resident set size= 107672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21235
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= 483
involuntary context switches= 70

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023996 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:17:45
IDJOB=4090612
IDBENCH=78819
IDSOLVER=2551
FILE ID=node151/4090612-1466065065
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 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.1111223004--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090612-1466065065/watcher-4090612-1466065065 -o /tmp/evaluation-result-4090612-1466065065/solver-4090612-1466065065 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090612-1466065065.wbo

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

MD5SUM BENCH= 2781b3371b432984c0fe1e8064068870
RANDOM SEED=750326860

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:        31970108 kB
Buffers:            4876 kB
Cached:            38956 kB
SwapCached:        61608 kB
Active:            98620 kB
Inactive:          81396 kB
Active(anon):      77508 kB
Inactive(anon):    61024 kB
Active(file):      21112 kB
Inactive(file):    20372 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1452 kB
Writeback:             0 kB
AnonPages:        136168 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             565872 kB
SReclaimable:       8828 kB
SUnreclaim:       557044 kB
KernelStack:        1760 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71748 MiB
End job on node151 at 2016-06-16 10:17:53