Trace number 4109628

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 15.1727 14.5723

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109628-1466343670.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 42 literals
0.57/0.33	c SATISFIABLE
0.57/0.33	c OPTIMIZING...
0.57/0.33	c Got one! Elapsed wall clock time (in seconds):0.231
0.57/0.33	o 655
0.57/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.57/0.36	o 648
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.57/0.37	o 629
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.27
0.57/0.37	o 618
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.57/0.38	o 606
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.282
0.57/0.38	o 347
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.57/0.39	o 343
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.70/0.41	o 334
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.309
0.70/0.41	o 333
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.315
0.70/0.42	o 329
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.70/0.42	o 324
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.70/0.43	o 300
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.34
0.70/0.44	o 295
0.88/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
0.88/0.54	o 292
0.88/0.55	c Got one! Elapsed wall clock time (in seconds):0.45
0.88/0.55	o 275
1.01/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
1.01/0.62	o 271
1.01/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
1.01/0.63	o 266
1.01/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
1.01/0.64	o 259
1.01/0.64	c Got one! Elapsed wall clock time (in seconds):0.54
1.01/0.64	o 255
1.01/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
1.01/0.65	o 249
1.01/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.01/0.66	o 247
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.564
1.01/0.67	o 244
1.01/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.01/0.69	o 242
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.14/0.71	o 234
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.612
1.14/0.71	o 229
1.14/0.73	c Got one! Elapsed wall clock time (in seconds):0.625
1.14/0.73	o 214
1.27/0.80	c cleaning 6104 clauses out of 12207 with flag 3198/12207
1.37/0.99	c Got one! Elapsed wall clock time (in seconds):0.891
1.37/0.99	o 209
1.47/1.01	c Got one! Elapsed wall clock time (in seconds):0.908
1.47/1.01	o 203
1.47/1.04	c Got one! Elapsed wall clock time (in seconds):0.939
1.47/1.04	o 202
1.47/1.07	c Got one! Elapsed wall clock time (in seconds):0.962
1.47/1.07	o 200
1.47/1.09	c Got one! Elapsed wall clock time (in seconds):0.991
1.47/1.09	o 194
1.58/1.15	c Got one! Elapsed wall clock time (in seconds):1.052
1.58/1.15	o 192
1.58/1.20	c Got one! Elapsed wall clock time (in seconds):1.099
1.58/1.20	o 191
1.69/1.22	c Got one! Elapsed wall clock time (in seconds):1.122
1.69/1.22	o 190
1.78/1.36	c cleaning 10077 clauses out of 20156 with flag 8751/26260
1.78/1.37	c Got one! Elapsed wall clock time (in seconds):1.269
1.78/1.37	o 165
1.93/1.47	c Got one! Elapsed wall clock time (in seconds):1.369
1.93/1.47	o 159
1.93/1.48	c Got one! Elapsed wall clock time (in seconds):1.379
1.93/1.48	o 147
2.03/1.52	c Got one! Elapsed wall clock time (in seconds):1.421
2.03/1.52	o 92
2.13/1.66	c cleaning 8794 clauses out of 17596 with flag 10350/33777
2.13/1.66	c Got one! Elapsed wall clock time (in seconds):1.559
2.13/1.66	o 91
2.34/1.86	c cleaning 6905 clauses out of 13819 with flag 18616/38794
2.44/1.92	c Got one! Elapsed wall clock time (in seconds):1.821
2.44/1.92	o 90
2.55/2.07	c cleaning 6417 clauses out of 12843 with flag 14219/44723
2.75/2.28	c cleaning 6213 clauses out of 12427 with flag 33259/50724
3.04/2.52	c cleaning 6607 clauses out of 13215 with flag 56280/57725
3.14/2.63	c Got one! Elapsed wall clock time (in seconds):2.527
3.14/2.63	o 89
3.24/2.71	c cleaning 6011 clauses out of 12037 with flag 7483/63154
3.24/2.75	c Got one! Elapsed wall clock time (in seconds):2.649
3.24/2.75	o 88
3.45/2.90	c cleaning 5707 clauses out of 11416 with flag 14283/68544
3.65/3.13	c cleaning 5854 clauses out of 11708 with flag 35863/74543
3.85/3.39	c cleaning 6428 clauses out of 12856 with flag 61053/81545
4.15/3.67	c cleaning 7213 clauses out of 14428 with flag 89869/89545
4.25/3.72	c Got one! Elapsed wall clock time (in seconds):3.614
4.25/3.72	o 79
4.35/3.86	c cleaning 6307 clauses out of 12617 with flag 14423/94947
4.45/3.95	c Got one! Elapsed wall clock time (in seconds):3.85
4.45/3.95	o 69
4.55/4.03	c cleaning 5660 clauses out of 11341 with flag 8706/99978
4.75/4.24	c cleaning 5839 clauses out of 11680 with flag 32791/105977
4.95/4.49	c cleaning 6415 clauses out of 12840 with flag 59720/112976
5.34/4.80	c cleaning 7211 clauses out of 14427 with flag 91165/120978
5.34/4.86	c Got one! Elapsed wall clock time (in seconds):4.759
5.34/4.86	o 68
5.54/5.02	c cleaning 6527 clauses out of 13064 with flag 17040/126826
5.76/5.23	c cleaning 6266 clauses out of 12539 with flag 41967/132828
5.96/5.49	c cleaning 6633 clauses out of 13271 with flag 73343/139826
6.36/5.80	c cleaning 7309 clauses out of 14638 with flag 105113/147827
6.67/6.16	c cleaning 8153 clauses out of 16328 with flag 139480/156826
7.07/6.58	c cleaning 9087 clauses out of 18177 with flag 179414/166828
7.57/7.07	c cleaning 10038 clauses out of 20088 with flag 230432/177826
8.17/7.62	c cleaning 11023 clauses out of 22051 with flag 283138/189827
8.77/8.20	c Got one! Elapsed wall clock time (in seconds):8.097
8.77/8.20	o 65
9.07/8.50	c cleaning 14198 clauses out of 28407 with flag 24920/207206
9.27/8.78	c cleaning 10097 clauses out of 20209 with flag 55692/213206
9.57/9.08	c cleaning 8553 clauses out of 17111 with flag 88262/220205
9.67/9.10	c Got one! Elapsed wall clock time (in seconds):8.998
9.67/9.10	o 61
9.88/9.31	c cleaning 7058 clauses out of 14131 with flag 22012/225779
10.08/9.55	c cleaning 6532 clauses out of 13074 with flag 47531/231780
10.37/9.84	c cleaning 6764 clauses out of 13542 with flag 79893/238780
10.77/10.21	c cleaning 7385 clauses out of 14777 with flag 121919/246779
11.07/10.58	c cleaning 8189 clauses out of 16392 with flag 164472/255779
11.57/11.07	c cleaning 9098 clauses out of 18202 with flag 213798/265779
12.07/11.58	c cleaning 10047 clauses out of 20104 with flag 273833/276779
12.67/12.17	c cleaning 11023 clauses out of 22057 with flag 334807/288779
12.87/12.35	c Got one! Elapsed wall clock time (in seconds):12.245
12.87/12.35	o 60
12.87/12.36	c Got one! Elapsed wall clock time (in seconds):12.254
12.87/12.36	o 59
13.01/12.41	c cleaning 8047 clauses out of 16108 with flag 5038/293853
13.23/12.65	c cleaning 7027 clauses out of 14060 with flag 32220/299853
13.54/12.93	c cleaning 7011 clauses out of 14034 with flag 64846/306855
13.84/13.25	c cleaning 7510 clauses out of 15020 with flag 102177/314854
14.24/13.63	c cleaning 8249 clauses out of 16508 with flag 145491/323853
14.64/14.06	c cleaning 9121 clauses out of 18252 with flag 192823/333853
15.14/14.56	c starts		: 284
15.14/14.56	c conflicts		: 344471
15.14/14.56	c decisions		: 520298
15.14/14.56	c propagations		: 7772091
15.14/14.56	c inspects		: 192222778
15.14/14.56	c shortcuts		: 0
15.14/14.56	c learnt literals	: 39
15.14/14.56	c learnt binary clauses	: 3
15.14/14.56	c learnt ternary clauses	: 430
15.14/14.56	c learnt constraints	: 344431
15.14/14.56	c ignored constraints	: 0
15.14/14.56	c root simplifications	: 0
15.14/14.56	c removed literals (reason simplification)	: 0
15.14/14.56	c reason swapping (by a shorter reason)	: 0
15.14/14.56	c Calls to reduceDB	: 42
15.14/14.56	c Number of update (reduction) of LBD	: 78193
15.14/14.56	c Imported unit clauses	: 0
15.14/14.56	c number of reductions to clauses (during analyze)	: 0
15.14/14.56	c number of learned constraints concerned by reduction	: 0
15.14/14.56	c number of learning phase by resolution	: 0
15.14/14.56	c number of learning phase by cutting planes	: 0
15.14/14.56	c speed (assignments/second)	: 539616.1216413247
15.14/14.56	c non guided choices	1801
15.14/14.56	c learnt constraints type 
15.14/14.56	s OPTIMUM FOUND
15.14/14.56	c Found 49 solution(s)
15.14/14.56	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 
15.14/14.57	c objective function=59
15.14/14.57	c Total wall clock time (in seconds): 14.462

Verifier Data

OK	59

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-4109628-1466343670/watcher-4109628-1466343670 -o /tmp/evaluation-result-4109628-1466343670/solver-4109628-1466343670 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109628-1466343670.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.30 1.98 3/194 12674
/proc/meminfo: memFree=29230032/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=23172 CPUtime=0 cores=0,2,4,6
/proc/12674/stat : 12674 (java) R 12671 12674 12110 0 -1 4202496 1214 0 0 0 0 0 0 0 20 0 1 0 36415651 23728128 857 33554432000 1073741824 1073778376 140735246717872 140735246706936 270320889687 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 5793 860 649 9 0 128 0
[pid=12674/tid=12675] ppid=12671 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 2 0 36415652 91889664 873 33554432000 1073741824 1073778376 140735246717872 140735246706936 270330370111 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.31 2.30 1.98 3/194 12674
/proc/meminfo: memFree=29230032/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 4458 0 1 0 9 1 0 0 20 0 18 0 36415651 9787879424 6086 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2389619 6086 2155 9 0 2380296 0
[pid=12674/tid=12675] ppid=12671 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 36415652 9787879424 6086 33554432000 1073741824 1073778376 140735246717872 140392198044576 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200338 s]
/proc/loadavg: 2.31 2.30 1.98 3/194 12674
/proc/meminfo: memFree=29230032/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 6596 0 1 0 26 2 0 0 20 0 19 0 36415651 9856040960 8690 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 8690 2234 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2410 0 1 0 16 1 0 0 20 0 19 0 36415652 9856040960 8690 33554432000 1073741824 1073778376 140735246717872 140392198045544 140392028724812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300334 s]
/proc/loadavg: 2.31 2.30 1.98 3/194 12674
/proc/meminfo: memFree=29230032/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 7891 0 1 0 55 2 0 0 20 0 19 0 36415651 9856040960 8999 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 8999 2244 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 36415652 9856040960 8999 33554432000 1073741824 1073778376 140735246717872 140392198045544 140392202804160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700299 s]
/proc/loadavg: 2.31 2.30 1.98 3/194 12674
/proc/meminfo: memFree=29230032/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 9803 0 1 0 112 2 0 0 20 0 19 0 36415651 9856040960 9745 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 9745 2254 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36415652 9856040960 9745 33554432000 1073741824 1073778376 140735246717872 140392198045544 140392029114600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.31 2.30 1.98 3/213 12693
/proc/meminfo: memFree=29195312/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 10430 0 1 0 200 3 0 0 20 0 19 0 36415651 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 10778 2261 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2414 0 1 0 144 2 0 0 20 0 19 0 36415652 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392198037808 140392029214704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 27 0 0 0 20 0 19 0 36415656 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3024 0 0 0 25 0 0 0 20 0 19 0 36415656 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 10778 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.28 2.29 1.98 4/213 12693
/proc/meminfo: memFree=29186264/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 10450 0 1 0 362 3 0 0 20 0 19 0 36415651 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 13342 2261 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2419 0 1 0 303 2 0 0 20 0 19 0 36415652 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392198037184 140392029214841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 27 0 0 0 20 0 19 0 36415656 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3039 0 0 0 28 0 0 0 20 0 19 0 36415656 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 13342 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.28 2.29 1.98 4/213 12693
/proc/meminfo: memFree=29153156/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=6.87 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 10582 0 1 0 684 3 0 0 20 0 19 0 36415651 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 18387 2263 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2431 0 1 0 622 2 0 0 20 0 19 0 36415652 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392198037184 140392029214841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 27 0 0 0 20 0 19 0 36415656 9856040960 18387 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 28 0 0 0 20 0 19 0 36415656 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3906 0 0 0 37 0 0 0 20 0 19 0 36415656 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 27923 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 9625040

[startup+14.0007 s]
/proc/loadavg: 2.32 2.30 1.98 3/213 12693
/proc/meminfo: memFree=29141868/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=14.64 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 11350 0 1 0 1459 5 0 0 20 0 19 0 36415651 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 28435 2263 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=13.89 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2451 0 1 0 1387 2 0 0 20 0 19 0 36415652 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392198037184 140392029152197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 28 0 0 0 20 0 19 0 36415656 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3906 0 0 0 37 0 0 0 20 0 19 0 36415656 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 28435 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 9625040

[startup+14.4077 s]
/proc/loadavg: 2.32 2.30 1.98 3/213 12693
/proc/meminfo: memFree=29135724/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=15.04 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 11351 0 1 0 1499 5 0 0 20 0 19 0 36415651 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 28947 2263 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=14.3 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2452 0 1 0 1428 2 0 0 20 0 19 0 36415652 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392198037184 140392029242727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 28 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3906 0 0 0 37 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 9625040

[startup+14.5008 s]
/proc/loadavg: 2.32 2.30 1.98 3/213 12693
/proc/meminfo: memFree=29135724/32872528 swapFree=1556504/1720024
[pid=12674] ppid=12671 vsize=9625040 CPUtime=15.14 cores=0,2,4,6
/proc/12674/stat : 12674 (java) S 12671 12674 12110 0 -1 4202496 11351 0 1 0 1509 5 0 0 20 0 19 0 36415651 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140735246709008 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12674/statm: 2406260 28947 2263 9 0 2396937 0
[pid=12674/tid=12675] ppid=12671 vsize=9625040 CPUtime=14.39 cores=0,2,4,6
/proc/12674/task/12675/stat : 12675 (java) R 12671 12674 12110 0 -1 4202560 2452 0 1 0 1437 2 0 0 20 0 19 0 36415652 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392198037184 140392029214841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12677] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12677/stat : 12677 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392159537960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12678] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12678/stat : 12678 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392158485160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12679] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12679/stat : 12679 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392157432872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12674/tid=12680] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12680/stat : 12680 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392156380072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12681] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12681/stat : 12681 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392155326760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12682] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12682/stat : 12682 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392154273960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12683] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12683/stat : 12683 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392153221672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12684] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12684/stat : 12684 (java) S 12671 12674 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36415653 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392152168872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12685] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12685/stat : 12685 (java) S 12671 12674 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392021326568 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12686] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12686/stat : 12686 (java) S 12671 12674 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392020272632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12687] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12687/stat : 12687 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415654 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392019220232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12688] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12688/stat : 12688 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392018168720 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12689] ppid=12671 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12674/task/12689/stat : 12689 (java) S 12671 12674 12110 0 -1 4202560 3720 0 0 0 28 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392017115320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12674/tid=12690] ppid=12671 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/12674/task/12690/stat : 12690 (java) S 12671 12674 12110 0 -1 4202560 3906 0 0 0 37 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392016062520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12691] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12691/stat : 12691 (java) S 12671 12674 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392015010424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12674/tid=12692] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12692/stat : 12692 (java) S 12671 12674 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36415656 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140392013957832 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12674/tid=12693] ppid=12671 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12674/task/12693/stat : 12693 (java) S 12671 12674 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36415668 9856040960 28947 33554432000 1073741824 1073778376 140735246717872 140391005283752 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.5723
CPU time (s): 15.1727
CPU user time (s): 15.1097
CPU system time (s): 0.06299
CPU usage (%): 104.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1097
system time used= 0.06299
maximum resident set size= 117888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11369
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= 601
involuntary context switches= 141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084987 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:41:10
IDJOB=4109628
IDBENCH=78875
IDSOLVER=2551
FILE ID=node117/4109628-1466343670
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 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.1110971363--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109628-1466343670/watcher-4109628-1466343670 -o /tmp/evaluation-result-4109628-1466343670/solver-4109628-1466343670 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109628-1466343670.wbo

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

MD5SUM BENCH= d1941e1c80c188b3aa73f66a6e35e5a0
RANDOM SEED=83532962

node117.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.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.82
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.912
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.912
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.912
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.912
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		: 2666.912
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.54
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.912
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.912
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:        29230676 kB
Buffers:          172164 kB
Cached:           592104 kB
SwapCached:            0 kB
Active:           549812 kB
Inactive:         610012 kB
Active(anon):     387508 kB
Inactive(anon):    10624 kB
Active(file):     162304 kB
Inactive(file):   599388 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:       2168504 kB
Mapped:            21128 kB
Shmem:               204 kB
Slab:             628508 kB
SReclaimable:      72368 kB
SUnreclaim:       556140 kB
KernelStack:        1760 kB
PageTables:         8432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2294824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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= 71740 MiB
End job on node117 at 2016-06-19 15:41:25