Trace number 4110316

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 11.4323 9.93746

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
MD5SUMb990c74120468e1d0b7525d3b3f74b05
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark7.8688
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4110316-1466343873.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.29/0.29	c SATISFIABLE
0.29/0.29	c OPTIMIZING...
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.184
0.29/0.29	o 912
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.29/0.29	o 669
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.50/0.30	o 666
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.199
0.50/0.30	o 545
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.50/0.31	o 526
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.50/0.31	o 521
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.50/0.32	o 486
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.228
0.50/0.33	o 477
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.50/0.34	o 470
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.50/0.36	o 457
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.50/0.36	o 424
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.50/0.38	o 422
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.278
0.50/0.38	o 398
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.67/0.40	o 396
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.67/0.47	o 391
0.95/0.64	c cleaning 3659 clauses out of 7329 with flag 10279/7329
0.95/0.69	c Got one! Elapsed wall clock time (in seconds):0.592
0.95/0.69	o 390
1.08/0.70	c Got one! Elapsed wall clock time (in seconds):0.595
1.08/0.70	o 387
1.08/0.70	c Got one! Elapsed wall clock time (in seconds):0.602
1.08/0.70	o 384
1.08/0.71	c Got one! Elapsed wall clock time (in seconds):0.605
1.08/0.71	o 369
1.08/0.71	c Got one! Elapsed wall clock time (in seconds):0.608
1.08/0.71	o 367
1.08/0.75	c Got one! Elapsed wall clock time (in seconds):0.652
1.08/0.75	o 366
1.08/0.76	c Got one! Elapsed wall clock time (in seconds):0.657
1.08/0.76	o 357
1.08/0.76	c Got one! Elapsed wall clock time (in seconds):0.66
1.08/0.76	o 332
1.08/0.77	c Got one! Elapsed wall clock time (in seconds):0.664
1.08/0.77	o 309
1.08/0.77	c Got one! Elapsed wall clock time (in seconds):0.668
1.08/0.77	o 302
1.08/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.08/0.78	o 292
1.08/0.78	c Got one! Elapsed wall clock time (in seconds):0.678
1.08/0.78	o 289
1.24/0.81	c Got one! Elapsed wall clock time (in seconds):0.711
1.24/0.81	o 287
1.24/0.82	c Got one! Elapsed wall clock time (in seconds):0.716
1.24/0.82	o 286
1.24/0.82	c Got one! Elapsed wall clock time (in seconds):0.72
1.24/0.82	o 281
1.24/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.24/0.83	o 275
1.35/0.99	c cleaning 5229 clauses out of 10473 with flag 10243/14132
1.45/1.01	c Got one! Elapsed wall clock time (in seconds):0.906
1.45/1.01	o 270
1.45/1.05	c Got one! Elapsed wall clock time (in seconds):0.952
1.45/1.05	o 240
1.45/1.07	c Got one! Elapsed wall clock time (in seconds):0.966
1.45/1.07	o 233
1.45/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.45/1.08	o 216
1.45/1.08	c Got one! Elapsed wall clock time (in seconds):0.978
1.45/1.08	o 196
1.79/1.22	c Got one! Elapsed wall clock time (in seconds):1.115
1.79/1.22	o 183
1.79/1.23	c Got one! Elapsed wall clock time (in seconds):1.132
1.79/1.23	o 170
1.94/1.33	c Got one! Elapsed wall clock time (in seconds):1.233
1.94/1.33	o 169
1.94/1.39	c Got one! Elapsed wall clock time (in seconds):1.29
1.94/1.39	o 156
2.06/1.46	c cleaning 7071 clauses out of 14147 with flag 3890/23035
2.21/1.55	c Got one! Elapsed wall clock time (in seconds):1.453
2.21/1.55	o 154
2.21/1.59	c Got one! Elapsed wall clock time (in seconds):1.486
2.21/1.59	o 150
2.31/1.66	c Got one! Elapsed wall clock time (in seconds):1.556
2.31/1.66	o 137
2.31/1.68	c Got one! Elapsed wall clock time (in seconds):1.575
2.31/1.68	o 133
2.41/1.70	c Got one! Elapsed wall clock time (in seconds):1.6
2.41/1.70	o 120
2.41/1.73	c Got one! Elapsed wall clock time (in seconds):1.624
2.41/1.73	o 112
2.41/1.74	c Got one! Elapsed wall clock time (in seconds):1.636
2.41/1.74	o 108
2.41/1.76	c Got one! Elapsed wall clock time (in seconds):1.654
2.41/1.76	o 100
2.68/1.92	c cleaning 7426 clauses out of 14855 with flag 8093/30814
2.90/2.06	c Got one! Elapsed wall clock time (in seconds):1.959
2.90/2.06	o 95
3.26/2.24	c cleaning 6582 clauses out of 13165 with flag 13425/36550
3.84/2.57	c cleaning 6285 clauses out of 12584 with flag 36422/42551
4.23/2.80	c Got one! Elapsed wall clock time (in seconds):2.698
4.23/2.80	o 94
4.23/2.83	c Got one! Elapsed wall clock time (in seconds):2.724
4.23/2.83	o 87
4.23/2.87	c Got one! Elapsed wall clock time (in seconds):2.766
4.23/2.87	o 85
4.33/2.93	c cleaning 6672 clauses out of 13358 with flag 4285/49610
4.33/2.98	c Got one! Elapsed wall clock time (in seconds):2.88
4.33/2.98	o 84
4.53/3.10	c Got one! Elapsed wall clock time (in seconds):2.995
4.53/3.10	o 67
4.53/3.17	c Got one! Elapsed wall clock time (in seconds):3.068
4.53/3.17	o 63
4.63/3.23	c cleaning 6349 clauses out of 12702 with flag 4522/55626
4.93/3.51	c cleaning 6173 clauses out of 12355 with flag 27802/61628
5.03/3.66	c Got one! Elapsed wall clock time (in seconds):3.559
5.03/3.66	o 60
5.15/3.76	c cleaning 5878 clauses out of 11758 with flag 7634/67204
5.45/4.01	c cleaning 5932 clauses out of 11876 with flag 31508/73200
5.55/4.16	c Got one! Elapsed wall clock time (in seconds):4.058
5.55/4.16	o 49
5.65/4.21	c Got one! Elapsed wall clock time (in seconds):4.104
5.65/4.21	o 46
5.65/4.26	c cleaning 5850 clauses out of 11702 with flag 4013/78958
5.96/4.51	c cleaning 5926 clauses out of 11852 with flag 29538/84958
6.25/4.81	c cleaning 6461 clauses out of 12926 with flag 61997/91958
6.25/4.88	c Got one! Elapsed wall clock time (in seconds):4.774
6.25/4.88	o 38
6.46/5.04	c Got one! Elapsed wall clock time (in seconds):4.938
6.46/5.04	o 36
6.46/5.09	c cleaning 6570 clauses out of 13145 with flag 5028/98638
6.76/5.35	c cleaning 6285 clauses out of 12577 with flag 31077/104640
6.97/5.59	c Got one! Elapsed wall clock time (in seconds):5.485
6.97/5.59	o 35
7.26/5.83	c cleaning 8633 clauses out of 17268 with flag 19691/115617
7.57/6.12	c cleaning 7313 clauses out of 14631 with flag 46488/121613
7.57/6.19	c Got one! Elapsed wall clock time (in seconds):6.091
7.57/6.19	o 33
7.67/6.29	c Got one! Elapsed wall clock time (in seconds):6.193
7.67/6.29	o 25
7.77/6.35	c cleaning 6377 clauses out of 12767 with flag 4430/127062
7.87/6.45	c Got one! Elapsed wall clock time (in seconds):6.346
7.87/6.45	o 24
7.97/6.53	c cleaning 5747 clauses out of 11497 with flag 8476/132169
8.18/6.76	c cleaning 5874 clauses out of 11750 with flag 34053/138169
8.47/7.03	c cleaning 6433 clauses out of 12876 with flag 64147/145169
8.77/7.37	c cleaning 7214 clauses out of 14442 with flag 101055/153168
8.97/7.51	c Got one! Elapsed wall clock time (in seconds):7.41
8.97/7.51	o 22
9.07/7.60	c cleaning 6584 clauses out of 13169 with flag 8474/159111
9.29/7.83	c cleaning 6288 clauses out of 12584 with flag 31699/165111
9.29/7.88	c Got one! Elapsed wall clock time (in seconds):7.781
9.29/7.88	o 20
9.49/8.04	c cleaning 5864 clauses out of 11736 with flag 18211/170551
9.69/8.27	c cleaning 5925 clauses out of 11871 with flag 42754/176550
9.99/8.56	c cleaning 6473 clauses out of 12947 with flag 74293/183551
10.30/8.90	c cleaning 7232 clauses out of 14473 with flag 108351/191550
10.69/9.30	c cleaning 8117 clauses out of 16241 with flag 147785/200550
10.89/9.40	c Got one! Elapsed wall clock time (in seconds):9.3
10.89/9.40	o 10
10.89/9.48	c Got one! Elapsed wall clock time (in seconds):9.379
10.89/9.48	o 9
10.99/9.58	c cleaning 7351 clauses out of 14707 with flag 8752/207133
11.29/9.82	c cleaning 6670 clauses out of 13347 with flag 35883/213133
11.40/9.93	c starts		: 161
11.40/9.93	c conflicts		: 216127
11.40/9.93	c decisions		: 362484
11.40/9.93	c propagations		: 6352848
11.40/9.93	c inspects		: 104671857
11.40/9.93	c shortcuts		: 0
11.40/9.93	c learnt literals	: 29
11.40/9.93	c learnt binary clauses	: 44
11.40/9.93	c learnt ternary clauses	: 829
11.40/9.93	c learnt constraints	: 216097
11.40/9.93	c ignored constraints	: 0
11.40/9.93	c root simplifications	: 0
11.40/9.93	c removed literals (reason simplification)	: 0
11.40/9.93	c reason swapping (by a shorter reason)	: 0
11.40/9.93	c Calls to reduceDB	: 32
11.40/9.93	c Number of update (reduction) of LBD	: 60082
11.40/9.93	c Imported unit clauses	: 0
11.40/9.93	c number of reductions to clauses (during analyze)	: 0
11.40/9.93	c number of learned constraints concerned by reduction	: 0
11.40/9.93	c number of learning phase by resolution	: 0
11.40/9.93	c number of learning phase by cutting planes	: 0
11.40/9.93	c speed (assignments/second)	: 650240.3275332651
11.40/9.93	c non guided choices	3225
11.40/9.93	c learnt constraints type 
11.40/9.93	s OPTIMUM FOUND
11.40/9.93	c Found 68 solution(s)
11.40/9.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
11.40/9.93	c objective function=9
11.40/9.93	c Total wall clock time (in seconds): 9.828

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110316-1466343873/watcher-4110316-1466343873 -o /tmp/evaluation-result-4110316-1466343873/solver-4110316-1466343873 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110316-1466343873.wbo 

pid=21189
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.10 2.10 1.83 3/194 21192
/proc/meminfo: memFree=31227340/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36437401 98570240 976 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 24065 976 743 9 0 16771 0
[pid=21192/tid=21193] ppid=21189 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36437402 98570240 976 33554432000 1073741824 1073778376 140735268553040 140432299613736 270118241664 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21192
/proc/meminfo: memFree=31227340/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 36437401 9787879424 6114 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2389619 6114 2157 9 0 2380296 0
[pid=21192/tid=21193] ppid=21189 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36437402 9787879424 6114 33554432000 1073741824 1073778376 140735268553040 140432299617656 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21192
/proc/meminfo: memFree=31227340/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 6445 0 1 0 28 1 0 0 20 0 19 0 36437401 9856040960 7966 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 7966 2233 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 36437402 9856040960 7966 33554432000 1073741824 1073778376 140735268553040 140432299618944 140432160135469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300315 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21192
/proc/meminfo: memFree=31227340/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 6816 0 1 0 49 1 0 0 20 0 19 0 36437401 9856040960 8555 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 8555 2243 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 19 0 36437402 9856040960 8555 33554432000 1073741824 1073778376 140735268553040 140432299618944 140432159915292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70027 s]
/proc/loadavg: 2.10 2.10 1.83 3/194 21192
/proc/meminfo: memFree=31227340/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 8438 0 1 0 107 1 0 0 20 0 19 0 36437401 9856040960 9410 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 9410 2258 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 36437402 9856040960 9410 33554432000 1073741824 1073778376 140735268553040 140432299609808 140432160032260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.10 2.10 1.83 4/213 21211
/proc/meminfo: memFree=31177120/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 12330 0 1 0 219 2 0 0 20 0 19 0 36437401 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 11053 2262 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2411 0 1 0 146 1 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432299618792 140432160260166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 5206 0 0 0 39 0 0 0 20 0 19 0 36437406 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3442 0 0 0 31 0 0 0 20 0 19 0 36437406 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 11053 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.10 2.10 1.83 4/213 21211
/proc/meminfo: memFree=31156524/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=4.53 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 19921 0 1 0 449 4 0 0 20 0 19 0 36437401 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 17082 2262 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2418 0 1 0 306 1 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432299618792 140432160250370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12752 0 0 0 99 2 0 0 20 0 19 0 36437406 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3480 0 0 0 40 0 0 0 20 0 19 0 36437406 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 17082 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.09 2.10 1.83 3/213 21211
/proc/meminfo: memFree=31107960/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=7.77 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 20002 0 1 0 773 4 0 0 20 0 19 0 36437401 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 20309 2264 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2429 0 1 0 625 1 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432299618872 140432160240177 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12753 0 0 0 101 2 0 0 20 0 19 0 36437406 9856040960 20309 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12753 0 0 0 102 3 0 0 20 0 19 0 36437406 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3548 0 0 0 43 0 0 0 20 0 19 0 36437406 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 23893 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 9625040

[startup+9.60076 s]
/proc/loadavg: 2.09 2.10 1.83 3/213 21211
/proc/meminfo: memFree=31069104/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=11.09 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 20012 0 1 0 1105 4 0 0 20 0 19 0 36437401 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 24917 2264 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=9.55 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2439 0 1 0 954 1 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432299609808 140432160249512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12753 0 0 0 102 3 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3548 0 0 0 43 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 9625040

[startup+9.80076 s]
/proc/loadavg: 2.09 2.10 1.83 3/213 21211
/proc/meminfo: memFree=31069104/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=11.29 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 20012 0 1 0 1125 4 0 0 20 0 19 0 36437401 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 24917 2264 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=9.75 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2439 0 1 0 974 1 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432299609808 140432160297956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12753 0 0 0 102 3 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3548 0 0 0 43 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (KiB) 9625040

[startup+9.90077 s]
/proc/loadavg: 2.08 2.10 1.83 3/213 21211
/proc/meminfo: memFree=31059124/32872528 swapFree=526336/559040
[pid=21192] ppid=21189 vsize=9625040 CPUtime=11.4 cores=1,3,5,7
/proc/21192/stat : 21192 (java) S 21189 21192 18872 0 -1 4202496 20012 0 1 0 1136 4 0 0 20 0 19 0 36437401 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140735268544176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21192/statm: 2406260 24917 2264 9 0 2396937 0
[pid=21192/tid=21193] ppid=21189 vsize=9625040 CPUtime=9.86 cores=1,3,5,7
/proc/21192/task/21193/stat : 21193 (java) R 21189 21192 18872 0 -1 4202560 2439 0 1 0 985 1 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432299609808 140432160308247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21195] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21195/stat : 21195 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432143186984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21196] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21196/stat : 21196 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432142134184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21197] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21197/stat : 21197 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432141081384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21192/tid=21198] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21198/stat : 21198 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432140028584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21199] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21199/stat : 21199 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432138975784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21200] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21200/stat : 21200 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432137922984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21192/tid=21201] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21201/stat : 21201 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432136870184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21202] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21202/stat : 21202 (java) S 21189 21192 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36437402 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432135817384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21203] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21203/stat : 21203 (java) S 21189 21192 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36437403 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432123620328 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21204] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21204/stat : 21204 (java) S 21189 21192 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432122566392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21205] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21205/stat : 21205 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437404 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432121513480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21206] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21206/stat : 21206 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432120461968 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21207] ppid=21189 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/21192/task/21207/stat : 21207 (java) S 21189 21192 18872 0 -1 4202560 12753 0 0 0 102 3 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432119409080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21208] ppid=21189 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/21192/task/21208/stat : 21208 (java) S 21189 21192 18872 0 -1 4202560 3548 0 0 0 43 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432118356280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21209] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21209/stat : 21209 (java) S 21189 21192 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432117303672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21192/tid=21210] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21210/stat : 21210 (java) S 21189 21192 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36437406 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432116251080 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21192/tid=21211] ppid=21189 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21192/task/21211/stat : 21211 (java) S 21189 21192 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36437418 9856040960 24917 33554432000 1073741824 1073778376 140735268553040 140432115197608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 9.93746
CPU time (s): 11.4323
CPU user time (s): 11.3593
CPU system time (s): 0.072988
CPU usage (%): 115.042
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3593
system time used= 0.072988
maximum resident set size= 101780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20036
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 513
involuntary context switches= 55

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

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:44:33
IDJOB=4110316
IDBENCH=79254
IDSOLVER=2551
FILE ID=node106/4110316-1466343873
RUNJOBID= node106-1466341824-18889
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= b990c74120468e1d0b7525d3b3f74b05
RANDOM SEED=1221545882

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.56
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.073
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.38
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.073
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:        31227596 kB
Buffers:           72168 kB
Cached:           227016 kB
SwapCached:         1780 kB
Active:            84816 kB
Inactive:         239988 kB
Active(anon):      24668 kB
Inactive(anon):     3188 kB
Active(file):      60148 kB
Inactive(file):   236800 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1276 kB
Writeback:            32 kB
AnonPages:        587740 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             625608 kB
SReclaimable:      68808 kB
SUnreclaim:       556800 kB
KernelStack:        1832 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71700 MiB
End job on node106 at 2016-06-19 15:44:43