Trace number 4110252

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 12.8031 11.0894

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-0-100-0.wbo
MD5SUM603b2ea4eb6e4b400f8febe44a5c96d8
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark8.60869
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110252-1466343858.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.054s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
0.09/0.18	c #constraints  101
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 101 literals
0.52/0.34	c SATISFIABLE
0.52/0.34	c OPTIMIZING...
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.223
0.52/0.34	o 639
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.23
0.52/0.35	o 637
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.234
0.52/0.36	o 450
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.24
0.52/0.36	o 446
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.256
0.52/0.38	o 444
0.52/0.38	c Got one! Elapsed wall clock time (in seconds):0.263
0.52/0.38	o 435
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.52/0.39	o 431
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.31
0.66/0.43	o 423
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.313
0.66/0.43	o 421
0.66/0.44	c Got one! Elapsed wall clock time (in seconds):0.318
0.66/0.44	o 409
0.84/0.52	c Got one! Elapsed wall clock time (in seconds):0.402
0.84/0.52	o 408
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.43
0.84/0.55	o 406
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.433
0.84/0.55	o 404
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.443
0.84/0.56	o 397
0.84/0.57	c Got one! Elapsed wall clock time (in seconds):0.451
0.84/0.57	o 379
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.468
0.84/0.59	o 333
1.08/0.77	c cleaning 4878 clauses out of 9755 with flag 12921/9755
1.34/0.90	c Got one! Elapsed wall clock time (in seconds):0.782
1.34/0.90	o 330
1.34/0.93	c Got one! Elapsed wall clock time (in seconds):0.81
1.34/0.93	o 329
1.34/0.93	c Got one! Elapsed wall clock time (in seconds):0.813
1.34/0.93	o 305
1.34/0.94	c Got one! Elapsed wall clock time (in seconds):0.816
1.34/0.94	o 288
1.45/1.06	c Got one! Elapsed wall clock time (in seconds):0.934
1.45/1.06	o 281
1.45/1.07	c Got one! Elapsed wall clock time (in seconds):0.947
1.45/1.07	o 276
1.45/1.08	c Got one! Elapsed wall clock time (in seconds):0.96
1.45/1.08	o 265
1.45/1.09	c Got one! Elapsed wall clock time (in seconds):0.969
1.45/1.09	o 262
1.57/1.12	c Got one! Elapsed wall clock time (in seconds):0.998
1.57/1.12	o 260
1.57/1.14	c Got one! Elapsed wall clock time (in seconds):1.021
1.57/1.14	o 250
1.57/1.18	c Got one! Elapsed wall clock time (in seconds):1.062
1.57/1.18	o 247
1.57/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
1.57/1.19	o 229
1.57/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.57/1.19	o 218
1.80/1.26	c cleaning 6923 clauses out of 13846 with flag 3999/18724
1.90/1.33	c Got one! Elapsed wall clock time (in seconds):1.211
1.90/1.33	o 216
1.90/1.35	c Got one! Elapsed wall clock time (in seconds):1.224
1.90/1.35	o 201
1.90/1.36	c Got one! Elapsed wall clock time (in seconds):1.235
1.90/1.36	o 200
1.90/1.37	c Got one! Elapsed wall clock time (in seconds):1.249
1.90/1.37	o 176
2.01/1.43	c Got one! Elapsed wall clock time (in seconds):1.306
2.01/1.43	o 175
2.01/1.43	c Got one! Elapsed wall clock time (in seconds):1.313
2.01/1.43	o 162
2.01/1.47	c Got one! Elapsed wall clock time (in seconds):1.347
2.01/1.47	o 138
2.11/1.54	c Got one! Elapsed wall clock time (in seconds):1.417
2.11/1.54	o 136
2.22/1.60	c Got one! Elapsed wall clock time (in seconds):1.478
2.22/1.60	o 134
2.22/1.67	c cleaning 7383 clauses out of 14773 with flag 4484/26574
2.39/1.71	c Got one! Elapsed wall clock time (in seconds):1.584
2.39/1.71	o 120
2.39/1.75	c Got one! Elapsed wall clock time (in seconds):1.633
2.39/1.75	o 119
2.53/1.87	c Got one! Elapsed wall clock time (in seconds):1.752
2.53/1.87	o 114
2.53/1.89	c Got one! Elapsed wall clock time (in seconds):1.769
2.53/1.89	o 113
2.64/1.91	c Got one! Elapsed wall clock time (in seconds):1.792
2.64/1.91	o 112
2.64/1.93	c Got one! Elapsed wall clock time (in seconds):1.805
2.64/1.93	o 104
2.64/1.97	c Got one! Elapsed wall clock time (in seconds):1.851
2.64/1.97	o 103
2.75/2.00	c Got one! Elapsed wall clock time (in seconds):1.883
2.75/2.00	o 95
2.75/2.05	c Got one! Elapsed wall clock time (in seconds):1.931
2.75/2.05	o 85
2.75/2.09	c Got one! Elapsed wall clock time (in seconds):1.965
2.75/2.09	o 82
2.96/2.21	c Got one! Elapsed wall clock time (in seconds):2.09
2.96/2.21	o 80
3.10/2.31	c cleaning 9243 clauses out of 18495 with flag 3835/37679
3.10/2.39	c Got one! Elapsed wall clock time (in seconds):2.265
3.10/2.39	o 77
3.71/2.62	c cleaning 7417 clauses out of 14834 with flag 16964/43261
3.94/2.70	c Got one! Elapsed wall clock time (in seconds):2.578
3.94/2.70	o 72
3.94/2.72	c Got one! Elapsed wall clock time (in seconds):2.594
3.94/2.72	o 71
3.94/2.79	c Got one! Elapsed wall clock time (in seconds):2.672
3.94/2.79	o 70
4.20/2.92	c Got one! Elapsed wall clock time (in seconds):2.799
4.20/2.92	o 66
4.20/2.99	c cleaning 7274 clauses out of 14553 with flag 4033/50397
4.54/3.10	c Got one! Elapsed wall clock time (in seconds):2.98
4.54/3.10	o 64
4.54/3.12	c Got one! Elapsed wall clock time (in seconds):2.999
4.54/3.12	o 59
4.54/3.15	c Got one! Elapsed wall clock time (in seconds):3.024
4.54/3.15	o 56
4.74/3.29	c cleaning 7056 clauses out of 14114 with flag 12404/57232
4.92/3.40	c Got one! Elapsed wall clock time (in seconds):3.278
4.92/3.40	o 54
5.03/3.42	c Got one! Elapsed wall clock time (in seconds):3.303
5.03/3.42	o 50
5.15/3.56	c cleaning 6705 clauses out of 13420 with flag 11960/63594
5.35/3.78	c Got one! Elapsed wall clock time (in seconds):3.657
5.35/3.78	o 49
5.35/3.79	c Got one! Elapsed wall clock time (in seconds):3.671
5.35/3.79	o 46
5.65/4.04	c cleaning 8663 clauses out of 17335 with flag 21087/74214
5.65/4.08	c Got one! Elapsed wall clock time (in seconds):3.959
5.65/4.08	o 38
5.85/4.25	c cleaning 6860 clauses out of 13736 with flag 15255/79278
6.06/4.50	c cleaning 6438 clauses out of 12878 with flag 38909/85280
6.16/4.56	c Got one! Elapsed wall clock time (in seconds):4.437
6.16/4.56	o 37
6.36/4.71	c Got one! Elapsed wall clock time (in seconds):4.587
6.36/4.71	o 36
6.36/4.76	c cleaning 6436 clauses out of 12878 with flag 4172/91718
6.66/5.01	c cleaning 6213 clauses out of 12442 with flag 29939/97719
6.86/5.22	c Got one! Elapsed wall clock time (in seconds):5.101
6.86/5.22	o 34
7.06/5.46	c cleaning 8397 clauses out of 16800 with flag 19196/108290
7.36/5.71	c cleaning 7199 clauses out of 14403 with flag 43032/114290
7.56/5.99	c cleaning 7095 clauses out of 14204 with flag 69395/121291
7.96/6.32	c cleaning 7556 clauses out of 15112 with flag 103049/129294
8.16/6.57	c Got one! Elapsed wall clock time (in seconds):6.452
8.16/6.57	o 31
8.46/6.82	c cleaning 9480 clauses out of 18974 with flag 20934/140712
8.66/7.07	c cleaning 7736 clauses out of 15494 with flag 44255/146712
8.66/7.08	c Got one! Elapsed wall clock time (in seconds):6.958
8.66/7.08	o 29
8.66/7.09	c Got one! Elapsed wall clock time (in seconds):6.969
8.66/7.09	o 26
8.76/7.10	c Got one! Elapsed wall clock time (in seconds):6.977
8.76/7.10	o 22
8.76/7.15	c Got one! Elapsed wall clock time (in seconds):7.032
8.76/7.15	o 18
8.86/7.22	c Got one! Elapsed wall clock time (in seconds):7.094
8.86/7.22	o 16
8.96/7.35	c cleaning 7269 clauses out of 14548 with flag 12064/153502
8.96/7.36	c Got one! Elapsed wall clock time (in seconds):7.237
8.96/7.36	o 15
9.16/7.54	c cleaning 6304 clauses out of 12616 with flag 19891/158839
9.37/7.76	c cleaning 6151 clauses out of 12311 with flag 42219/164839
9.56/7.97	c Got one! Elapsed wall clock time (in seconds):7.851
9.56/7.97	o 13
9.78/8.11	c Got one! Elapsed wall clock time (in seconds):7.988
9.78/8.11	o 10
9.88/8.22	c cleaning 8642 clauses out of 17287 with flag 8316/175967
9.98/8.35	c Got one! Elapsed wall clock time (in seconds):8.233
9.98/8.35	o 9
9.98/8.37	c Got one! Elapsed wall clock time (in seconds):8.246
9.98/8.37	o 7
10.08/8.45	c Got one! Elapsed wall clock time (in seconds):8.331
10.08/8.45	o 5
10.08/8.46	c Got one! Elapsed wall clock time (in seconds):8.337
10.08/8.46	o 3
10.19/8.51	c cleaning 7781 clauses out of 15567 with flag 3929/182889
10.38/8.74	c cleaning 6887 clauses out of 13782 with flag 27938/188887
10.68/9.01	c cleaning 6939 clauses out of 13894 with flag 57799/195888
10.78/9.16	c Got one! Elapsed wall clock time (in seconds):9.037
10.78/9.16	o 2
10.88/9.21	c cleaning 6010 clauses out of 12034 with flag 4533/200967
11.08/9.43	c cleaning 6003 clauses out of 12024 with flag 32205/206967
11.38/9.70	c cleaning 6503 clauses out of 13020 with flag 65844/213968
11.69/10.03	c cleaning 7255 clauses out of 14515 with flag 103466/221968
11.69/10.09	c Got one! Elapsed wall clock time (in seconds):9.969
11.69/10.09	o 1
11.88/10.28	c cleaning 6587 clauses out of 13186 with flag 21802/227894
12.18/10.54	c cleaning 6298 clauses out of 12599 with flag 53376/233894
12.48/10.84	c cleaning 6640 clauses out of 13296 with flag 89983/240894
12.69/11.07	c starts		: 205
12.69/11.07	c conflicts		: 246299
12.69/11.07	c decisions		: 393017
12.69/11.07	c propagations		: 6440606
12.69/11.07	c inspects		: 131885977
12.69/11.07	c shortcuts		: 0
12.69/11.07	c learnt literals	: 28
12.69/11.07	c learnt binary clauses	: 25
12.69/11.07	c learnt ternary clauses	: 552
12.69/11.07	c learnt constraints	: 246270
12.69/11.07	c ignored constraints	: 0
12.69/11.07	c root simplifications	: 0
12.69/11.07	c removed literals (reason simplification)	: 0
12.69/11.07	c reason swapping (by a shorter reason)	: 0
12.69/11.07	c Calls to reduceDB	: 33
12.69/11.07	c Number of update (reduction) of LBD	: 65897
12.69/11.07	c Imported unit clauses	: 0
12.69/11.07	c number of reductions to clauses (during analyze)	: 0
12.69/11.07	c number of learned constraints concerned by reduction	: 0
12.69/11.07	c number of learning phase by resolution	: 0
12.69/11.07	c number of learning phase by cutting planes	: 0
12.69/11.07	c speed (assignments/second)	: 591369.5712055826
12.69/11.07	c non guided choices	4055
12.69/11.07	c learnt constraints type 
12.69/11.07	s OPTIMUM FOUND
12.69/11.07	c Found 80 solution(s)
12.69/11.07	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
12.69/11.07	c objective function=1
12.69/11.07	c Total wall clock time (in seconds): 10.95

Verifier Data

OK	1

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-4110252-1466343858/watcher-4110252-1466343858 -o /tmp/evaluation-result-4110252-1466343858/solver-4110252-1466343858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110252-1466343858.wbo 

pid=8157
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.33 2.22 1.94 2/194 8160
/proc/meminfo: memFree=31231520/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (java) R 8157 8160 5514 0 -1 4202496 496 0 0 0 0 0 0 0 20 0 1 0 36432582 9515008 149 33554432000 1073741824 1073778376 140737233837472 140737233834600 242167047408 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2323 155 114 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.33 2.22 1.94 2/194 8160
/proc/meminfo: memFree=31231520/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 4374 0 1 0 8 1 0 0 20 0 18 0 36432582 9787879424 5499 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2389619 5502 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.33 2.22 1.94 2/194 8160
/proc/meminfo: memFree=31231520/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 4754 0 1 0 22 1 0 0 20 0 19 0 36432582 9856040960 6852 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 6852 2211 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300194 s]
/proc/loadavg: 2.33 2.22 1.94 2/194 8160
/proc/meminfo: memFree=31231520/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 7277 0 1 0 50 2 0 0 20 0 19 0 36432582 9856040960 8217 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 8217 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700158 s]
/proc/loadavg: 2.33 2.22 1.94 2/194 8160
/proc/meminfo: memFree=31231520/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 9093 0 1 0 106 2 0 0 20 0 19 0 36432582 9856040960 9973 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 9973 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.33 2.22 1.94 4/213 8179
/proc/meminfo: memFree=31193440/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 11768 0 1 0 208 3 0 0 20 0 19 0 36432582 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 11025 2261 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2411 0 1 0 144 2 0 0 20 0 19 0 36432583 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102876840240 140102722827006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6043 0 0 0 41 0 0 0 20 0 19 0 36432588 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 2041 0 0 0 20 0 0 0 20 0 19 0 36432588 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 11025 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.30 2.22 1.94 4/213 8179
/proc/meminfo: memFree=31184376/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 22023 0 1 0 448 6 0 0 20 0 19 0 36432582 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 19059 2262 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2420 0 1 0 303 2 0 0 20 0 19 0 36432583 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102876840240 140102722656068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6866 0 0 0 57 0 0 0 20 0 19 0 36432588 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) R 8157 8160 5514 0 -1 4202560 11464 0 0 0 84 3 0 0 20 0 19 0 36432588 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102224263480 140102879754446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 19059 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.30 2.22 1.94 3/213 8179
/proc/meminfo: memFree=31133096/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=7.96 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 22043 0 1 0 790 6 0 0 20 0 19 0 36432582 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 21771 2264 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2432 0 1 0 623 2 0 0 20 0 19 0 36432583 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102876839632 140102722869504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6867 0 0 0 59 0 0 0 20 0 19 0 36432588 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 11470 0 0 0 104 3 0 0 20 0 19 0 36432588 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 21771 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9625040


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

[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6867 0 0 0 60 0 0 0 20 0 19 0 36432588 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 11470 0 0 0 106 4 0 0 20 0 19 0 36432588 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 26891 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.28 2.22 1.94 4/213 8244
/proc/meminfo: memFree=31178912/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=12.08 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 22056 0 1 0 1202 6 0 0 20 0 19 0 36432582 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 27915 2264 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=10.36 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2445 0 1 0 1033 3 0 0 20 0 19 0 36432583 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102876839632 140102723155283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6867 0 0 0 60 0 0 0 20 0 19 0 36432588 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 11470 0 0 0 106 4 0 0 20 0 19 0 36432588 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 27915 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 9625040

[startup+10.8008 s]
/proc/loadavg: 2.28 2.22 1.94 4/213 8244
/proc/meminfo: memFree=31178912/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=12.48 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 22057 0 1 0 1242 6 0 0 20 0 19 0 36432582 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 28427 2264 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=10.76 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2446 0 1 0 1073 3 0 0 20 0 19 0 36432583 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102876839632 140102722839007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6867 0 0 0 60 0 0 0 20 0 19 0 36432588 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 11470 0 0 0 106 4 0 0 20 0 19 0 36432588 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 28427 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 9625040

[startup+11.0007 s]
/proc/loadavg: 2.28 2.22 1.94 3/213 8244
/proc/meminfo: memFree=31170468/32872528 swapFree=338416/354768
[pid=8160] ppid=8157 vsize=9625040 CPUtime=12.69 cores=0,2,4,6
/proc/8160/stat : 8160 (java) S 8157 8160 5514 0 -1 4202496 22058 0 1 0 1263 6 0 0 20 0 19 0 36432582 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140737233828608 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 2406260 28939 2264 9 0 2396937 0
[pid=8160/tid=8162] ppid=8157 vsize=9625040 CPUtime=10.96 cores=0,2,4,6
/proc/8160/task/8162/stat : 8162 (java) R 8157 8160 5514 0 -1 4202560 2447 0 1 0 1093 3 0 0 20 0 19 0 36432583 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102876839632 140102722894201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8163] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8163/stat : 8163 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102849301544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8164] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8164/stat : 8164 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102848248744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8165] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8165/stat : 8165 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102847195944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8166] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8166/stat : 8166 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102846143144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102845090344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8168] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8168/stat : 8168 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102844037544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8169] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8169/stat : 8169 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102842984744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8170] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8170/stat : 8170 (java) S 8157 8160 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432584 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102841931944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8171] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8171/stat : 8171 (java) S 8157 8160 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102229527528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8172] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (java) S 8157 8160 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102228473592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8173] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8173/stat : 8173 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102227420680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8174] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8174/stat : 8174 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102226369168 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8175] ppid=8157 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8160/task/8175/stat : 8175 (java) S 8157 8160 5514 0 -1 4202560 6867 0 0 0 60 0 0 0 20 0 19 0 36432588 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102225316280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8176] ppid=8157 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/8160/task/8176/stat : 8176 (java) S 8157 8160 5514 0 -1 4202560 11470 0 0 0 106 4 0 0 20 0 19 0 36432588 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102224263480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8177] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8177/stat : 8177 (java) S 8157 8160 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102223210872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8178] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8178/stat : 8178 (java) S 8157 8160 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432588 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102222158280 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8179] ppid=8157 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8179/stat : 8179 (java) S 8157 8160 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432600 9856040960 28939 33554432000 1073741824 1073778376 140737233837472 140102221104808 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.0894
CPU time (s): 12.8031
CPU user time (s): 12.6991
CPU system time (s): 0.103984
CPU usage (%): 115.453
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6991
system time used= 0.103984
maximum resident set size= 115820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22083
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= 589
involuntary context switches= 67

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042993 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:44:19
IDJOB=4110252
IDBENCH=79218
IDSOLVER=2551
FILE ID=node126/4110252-1466343858
RUNJOBID= node126-1466341816-5530
PBS_JOBID= 19922027
Free space on /tmp= 71740 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.1111218308--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110252-1466343858/watcher-4110252-1466343858 -o /tmp/evaluation-result-4110252-1466343858/solver-4110252-1466343858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110252-1466343858.wbo

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

MD5SUM BENCH= 603b2ea4eb6e4b400f8febe44a5c96d8
RANDOM SEED=224635437

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.55
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.121
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:        31232164 kB
Buffers:          174704 kB
Cached:           278356 kB
SwapCached:         1796 kB
Active:           190268 kB
Inactive:         346320 kB
Active(anon):      84224 kB
Inactive(anon):     1916 kB
Active(file):     106044 kB
Inactive(file):   344404 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:        443908 kB
Mapped:            16964 kB
Shmem:                 0 kB
Slab:             610068 kB
SReclaimable:      53216 kB
SUnreclaim:       556852 kB
KernelStack:        1592 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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 node126 at 2016-06-19 15:44:30