Trace number 4110300

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 9.49256 7.75669

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-0-100-0.wbo
MD5SUM8ce859c9363f1b782ad1721fb9074172
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.13168
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1273
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4110300-1466343869.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.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.121
0.28/0.22	o 1006
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.171
0.28/0.27	o 799
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.28/0.28	o 794
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.28/0.29	o 737
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.51/0.38	o 708
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.278
0.51/0.38	o 624
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.51/0.39	o 603
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.67/0.41	o 271
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.67/0.49	o 270
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.39
0.67/0.49	o 266
0.85/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.85/0.50	o 265
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.85/0.51	o 260
0.85/0.51	c Got one! Elapsed wall clock time (in seconds):0.409
0.85/0.51	o 259
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
0.85/0.52	o 251
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.422
0.85/0.52	o 230
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.85/0.53	o 214
0.85/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.85/0.54	o 213
0.85/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
0.85/0.54	o 209
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.493
0.97/0.60	o 208
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.97/0.62	o 207
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.524
0.97/0.63	o 205
1.09/0.70	c cleaning 4646 clauses out of 9291 with flag 3857/9291
1.33/1.00	c cleaning 5324 clauses out of 10648 with flag 30900/15294
1.53/1.19	c Got one! Elapsed wall clock time (in seconds):1.091
1.53/1.19	o 201
1.63/1.25	c cleaning 5255 clauses out of 10527 with flag 3327/20497
1.97/1.54	c cleaning 5637 clauses out of 11273 with flag 28944/26498
1.97/1.54	c Got one! Elapsed wall clock time (in seconds):1.442
1.97/1.54	o 200
2.09/1.60	c Got one! Elapsed wall clock time (in seconds):1.497
2.09/1.60	o 178
2.09/1.69	c Got one! Elapsed wall clock time (in seconds):1.588
2.09/1.69	o 160
2.19/1.70	c Got one! Elapsed wall clock time (in seconds):1.602
2.19/1.70	o 158
2.31/1.87	c cleaning 5970 clauses out of 11943 with flag 13188/32805
2.41/1.98	c Got one! Elapsed wall clock time (in seconds):1.874
2.41/1.98	o 156
2.51/2.05	c Got one! Elapsed wall clock time (in seconds):1.944
2.51/2.05	o 153
2.51/2.06	c Got one! Elapsed wall clock time (in seconds):1.953
2.51/2.06	o 151
2.64/2.10	c Got one! Elapsed wall clock time (in seconds):1.995
2.64/2.10	o 140
2.64/2.15	c Got one! Elapsed wall clock time (in seconds):2.044
2.64/2.15	o 138
2.64/2.16	c Got one! Elapsed wall clock time (in seconds):2.055
2.64/2.16	o 137
2.64/2.18	c Got one! Elapsed wall clock time (in seconds):2.081
2.64/2.18	o 135
2.85/2.23	c Got one! Elapsed wall clock time (in seconds):2.131
2.85/2.23	o 133
2.85/2.24	c Got one! Elapsed wall clock time (in seconds):2.139
2.85/2.24	o 118
2.96/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
2.96/2.34	o 115
2.96/2.36	c Got one! Elapsed wall clock time (in seconds):2.255
2.96/2.36	o 113
2.96/2.37	c Got one! Elapsed wall clock time (in seconds):2.272
2.96/2.37	o 107
3.08/2.41	c Got one! Elapsed wall clock time (in seconds):2.31
3.08/2.41	o 106
3.08/2.42	c Got one! Elapsed wall clock time (in seconds):2.32
3.08/2.42	o 104
3.27/2.53	c cleaning 8668 clauses out of 17345 with flag 4039/44177
3.27/2.54	c Got one! Elapsed wall clock time (in seconds):2.438
3.27/2.54	o 101
3.27/2.56	c Got one! Elapsed wall clock time (in seconds):2.46
3.27/2.56	o 91
3.27/2.57	c Got one! Elapsed wall clock time (in seconds):2.468
3.27/2.57	o 90
3.47/2.69	c Got one! Elapsed wall clock time (in seconds):2.59
3.47/2.69	o 88
3.87/2.88	c cleaning 7645 clauses out of 15290 with flag 11673/50790
4.08/2.90	c Got one! Elapsed wall clock time (in seconds):2.797
4.08/2.90	o 87
4.24/3.02	c Got one! Elapsed wall clock time (in seconds):2.921
4.24/3.02	o 80
4.34/3.10	c Got one! Elapsed wall clock time (in seconds):3.002
4.34/3.10	o 79
4.34/3.11	c Got one! Elapsed wall clock time (in seconds):3.006
4.34/3.11	o 78
4.34/3.14	c Got one! Elapsed wall clock time (in seconds):3.033
4.34/3.14	o 77
4.44/3.21	c Got one! Elapsed wall clock time (in seconds):3.105
4.44/3.21	o 76
4.44/3.29	c cleaning 7776 clauses out of 15559 with flag 4929/58704
4.58/3.37	c Got one! Elapsed wall clock time (in seconds):3.267
4.58/3.37	o 75
4.58/3.38	c Got one! Elapsed wall clock time (in seconds):3.282
4.58/3.38	o 73
4.78/3.43	c Got one! Elapsed wall clock time (in seconds):3.327
4.78/3.43	o 72
4.78/3.44	c Got one! Elapsed wall clock time (in seconds):3.339
4.78/3.44	o 68
4.78/3.49	c Got one! Elapsed wall clock time (in seconds):3.384
4.78/3.49	o 67
5.16/3.64	c cleaning 7656 clauses out of 15324 with flag 11208/66245
5.52/3.92	c cleaning 6832 clauses out of 13668 with flag 33057/72245
5.52/3.93	c Got one! Elapsed wall clock time (in seconds):3.831
5.52/3.93	o 66
5.52/3.96	c Got one! Elapsed wall clock time (in seconds):3.856
5.52/3.96	o 64
5.64/4.07	c Got one! Elapsed wall clock time (in seconds):3.968
5.64/4.07	o 62
5.74/4.13	c Got one! Elapsed wall clock time (in seconds):4.031
5.74/4.13	o 55
5.85/4.23	c cleaning 7167 clauses out of 14335 with flag 6290/79744
5.85/4.26	c Got one! Elapsed wall clock time (in seconds):4.162
5.85/4.26	o 54
5.95/4.32	c Got one! Elapsed wall clock time (in seconds):4.217
5.95/4.32	o 40
6.06/4.44	c cleaning 6497 clauses out of 13007 with flag 9420/85583
6.06/4.46	c Got one! Elapsed wall clock time (in seconds):4.362
6.06/4.46	o 39
6.06/4.47	c Got one! Elapsed wall clock time (in seconds):4.37
6.06/4.47	o 38
6.06/4.50	c Got one! Elapsed wall clock time (in seconds):4.4
6.06/4.50	o 37
6.16/4.52	c Got one! Elapsed wall clock time (in seconds):4.418
6.16/4.52	o 36
6.16/4.53	c Got one! Elapsed wall clock time (in seconds):4.424
6.16/4.53	o 23
6.16/4.54	c Got one! Elapsed wall clock time (in seconds):4.438
6.16/4.54	o 21
6.16/4.56	c Got one! Elapsed wall clock time (in seconds):4.46
6.16/4.56	o 20
6.26/4.62	c Got one! Elapsed wall clock time (in seconds):4.517
6.26/4.62	o 16
6.36/4.76	c Got one! Elapsed wall clock time (in seconds):4.654
6.36/4.76	o 15
6.36/4.79	c Got one! Elapsed wall clock time (in seconds):4.691
6.36/4.79	o 13
6.46/4.85	c cleaning 8509 clauses out of 17018 with flag 4070/96091
6.46/4.89	c Got one! Elapsed wall clock time (in seconds):4.788
6.46/4.89	o 11
6.66/5.01	c Got one! Elapsed wall clock time (in seconds):4.904
6.66/5.01	o 10
6.66/5.05	c cleaning 7054 clauses out of 14118 with flag 3848/101700
6.86/5.27	c cleaning 6529 clauses out of 13062 with flag 24914/107700
7.18/5.54	c cleaning 6765 clauses out of 13537 with flag 51241/114706
7.39/5.70	c Got one! Elapsed wall clock time (in seconds):5.597
7.39/5.70	o 9
7.39/5.75	c cleaning 6123 clauses out of 12260 with flag 3937/120194
7.60/5.97	c cleaning 6063 clauses out of 12135 with flag 28455/126193
7.90/6.24	c cleaning 6523 clauses out of 13070 with flag 57673/133193
8.20/6.52	c Got one! Elapsed wall clock time (in seconds):6.419
8.20/6.52	o 8
8.40/6.77	c cleaning 9466 clauses out of 18938 with flag 22368/145589
8.69/7.04	c cleaning 7732 clauses out of 15469 with flag 49232/151589
8.79/7.11	c Got one! Elapsed wall clock time (in seconds):7.005
8.79/7.11	o 7
8.89/7.28	c cleaning 6812 clauses out of 13634 with flag 17134/157487
8.99/7.35	c Got one! Elapsed wall clock time (in seconds):7.245
8.99/7.35	o 6
9.10/7.44	c Got one! Elapsed wall clock time (in seconds):7.333
9.10/7.44	o 5
9.10/7.49	c cleaning 6031 clauses out of 12068 with flag 4007/162738
9.20/7.50	c Got one! Elapsed wall clock time (in seconds):7.402
9.20/7.50	o 4
9.30/7.60	c Got one! Elapsed wall clock time (in seconds):7.502
9.30/7.60	o 3
9.30/7.67	c Got one! Elapsed wall clock time (in seconds):7.566
9.30/7.67	o 2
9.41/7.75	c starts		: 200
9.41/7.75	c conflicts		: 168991
9.41/7.75	c decisions		: 304141
9.41/7.75	c propagations		: 5438310
9.41/7.75	c inspects		: 79269263
9.41/7.75	c shortcuts		: 0
9.41/7.75	c learnt literals	: 35
9.41/7.75	c learnt binary clauses	: 37
9.41/7.75	c learnt ternary clauses	: 558
9.41/7.75	c learnt constraints	: 168955
9.41/7.75	c ignored constraints	: 0
9.41/7.75	c root simplifications	: 0
9.41/7.75	c removed literals (reason simplification)	: 0
9.41/7.75	c reason swapping (by a shorter reason)	: 0
9.41/7.75	c Calls to reduceDB	: 23
9.41/7.75	c Number of update (reduction) of LBD	: 52400
9.41/7.75	c Imported unit clauses	: 0
9.41/7.75	c number of reductions to clauses (during analyze)	: 0
9.41/7.75	c number of learned constraints concerned by reduction	: 0
9.41/7.75	c number of learning phase by resolution	: 0
9.41/7.75	c number of learning phase by cutting planes	: 0
9.41/7.75	c speed (assignments/second)	: 716793.1988928431
9.41/7.75	c non guided choices	3965
9.41/7.75	c learnt constraints type 
9.41/7.75	s OPTIMUM FOUND
9.41/7.75	c Found 81 solution(s)
9.41/7.75	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
9.41/7.75	c objective function=2
9.41/7.75	c Total wall clock time (in seconds): 7.646

Verifier Data

OK	2

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-4110300-1466343869/watcher-4110300-1466343869 -o /tmp/evaluation-result-4110300-1466343869/solver-4110300-1466343869 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110300-1466343869.wbo 

pid=23032
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.30 2.25 1.96 3/194 23035
/proc/meminfo: memFree=30288832/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36433691 95129600 927 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 23225 927 703 9 0 16769 0
[pid=23035/tid=23036] ppid=23032 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 2 0 36433691 96370688 929 33554432000 1073741824 1073778376 140737003573712 140174676799016 214360422218 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.30 2.25 1.96 3/194 23035
/proc/meminfo: memFree=30288832/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 4443 0 1 0 10 1 0 0 20 0 18 0 36433691 9787879424 6070 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2389619 6070 2155 9 0 2380296 0
[pid=23035/tid=23036] ppid=23032 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 36433691 9787879424 6070 33554432000 1073741824 1073778376 140737003573712 140174676802464 214373033229 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.200368 s]
/proc/loadavg: 2.30 2.25 1.96 3/194 23035
/proc/meminfo: memFree=30288832/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 6547 0 1 0 27 1 0 0 20 0 19 0 36433691 9856040960 8127 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 8127 2234 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 19 0 36433691 9856040960 8127 33554432000 1073741824 1073778376 140737003573712 140174676804224 140174528995639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300309 s]
/proc/loadavg: 2.30 2.25 1.96 3/194 23035
/proc/meminfo: memFree=30288832/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 7012 0 1 0 50 1 0 0 20 0 19 0 36433691 9856040960 8656 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 8656 2244 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 19 0 36433691 9856040960 8656 33554432000 1073741824 1073778376 140737003573712 140174676803720 140174529394590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700299 s]
/proc/loadavg: 2.30 2.25 1.96 3/194 23035
/proc/meminfo: memFree=30288832/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 8948 0 1 0 107 2 0 0 20 0 19 0 36433691 9856040960 9338 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 9338 2259 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2408 0 1 0 67 0 0 0 20 0 19 0 36433691 9856040960 9338 33554432000 1073741824 1073778376 140737003573712 140174676804280 140174528965159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.28 2.25 1.96 4/213 23054
/proc/meminfo: memFree=30235296/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 9700 0 1 0 195 2 0 0 20 0 19 0 36433691 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 10494 2261 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2411 0 1 0 146 1 0 0 20 0 19 0 36433691 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174676804088 140174529317845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 3112 0 0 0 24 0 0 0 20 0 19 0 36433696 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 2905 0 0 0 22 0 0 0 20 0 19 0 36433696 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 10494 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.28 2.25 1.96 3/213 23054
/proc/meminfo: memFree=30223636/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 20771 0 1 0 430 4 0 0 20 0 19 0 36433691 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 17531 2262 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2418 0 1 0 306 1 0 0 20 0 19 0 36433691 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174676804136 140174529378544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 11141 0 0 0 77 1 0 0 20 0 19 0 36433696 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 5940 0 0 0 42 2 0 0 20 0 19 0 36433696 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 17531 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.28 2.25 1.96 3/213 23054
/proc/meminfo: memFree=30166220/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=8 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 24780 0 1 0 795 5 0 0 20 0 19 0 36433691 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 22323 2264 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 36433691 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174676802232 140174529378654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 15137 0 0 0 118 2 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.49 cores=1,3,5,7

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

[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 15137 0 0 0 118 2 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 5941 0 0 0 47 2 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 22323 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9625040

[startup+7.20076 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23054
/proc/meminfo: memFree=30156020/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=8.89 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 24783 0 1 0 884 5 0 0 20 0 19 0 36433691 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 23347 2264 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=7.17 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2432 0 1 0 715 2 0 0 20 0 19 0 36433691 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174676804104 140174529335476 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 15137 0 0 0 118 2 0 0 20 0 19 0 36433696 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 5941 0 0 0 47 2 0 0 20 0 19 0 36433696 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 23347 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 9625040

[startup+7.60075 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23054
/proc/meminfo: memFree=30156020/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=9.3 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 24784 0 1 0 925 5 0 0 20 0 19 0 36433691 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 23859 2264 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=7.57 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2433 0 1 0 755 2 0 0 20 0 19 0 36433691 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174676804104 140174529394448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 15137 0 0 0 118 2 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 5941 0 0 0 47 2 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 9625040

[startup+7.70075 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23054
/proc/meminfo: memFree=30152376/32872528 swapFree=1286400/1433568
[pid=23035] ppid=23032 vsize=9625040 CPUtime=9.41 cores=1,3,5,7
/proc/23035/stat : 23035 (java) S 23032 23035 20454 0 -1 4202496 24784 0 1 0 936 5 0 0 20 0 19 0 36433691 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140737003564848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23035/statm: 2406260 23859 2264 9 0 2396937 0
[pid=23035/tid=23036] ppid=23032 vsize=9625040 CPUtime=7.68 cores=1,3,5,7
/proc/23035/task/23036/stat : 23036 (java) R 23032 23035 20454 0 -1 4202560 2433 0 1 0 766 2 0 0 20 0 19 0 36433691 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174676795696 140174529378654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23038] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23038/stat : 23038 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174649256616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23039] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23039/stat : 23039 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174648204072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23040] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23040/stat : 23040 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174517906344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23035/tid=23041] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23041/stat : 23041 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174516853800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23042] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23042/stat : 23042 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174515800232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23043] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23043/stat : 23043 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174514747688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23044] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23044/stat : 23044 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174513695144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23035/tid=23045] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23045/stat : 23045 (java) S 23032 23035 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36433692 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174042327592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23046] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23046/stat : 23046 (java) S 23032 23035 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174030129768 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23047] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23047/stat : 23047 (java) S 23032 23035 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36433693 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174029076088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23048] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23048/stat : 23048 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433694 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174028023432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23049] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23049/stat : 23049 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174026972176 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23050] ppid=23032 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/23035/task/23050/stat : 23050 (java) S 23032 23035 20454 0 -1 4202560 15137 0 0 0 118 2 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174025918520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23051] ppid=23032 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/23035/task/23051/stat : 23051 (java) S 23032 23035 20454 0 -1 4202560 5941 0 0 0 48 2 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174024865976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23052] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23052/stat : 23052 (java) S 23032 23035 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174023813624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23035/tid=23053] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23053/stat : 23053 (java) S 23032 23035 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36433696 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174022761288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23035/tid=23054] ppid=23032 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23035/task/23054/stat : 23054 (java) S 23032 23035 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36433707 9856040960 23859 33554432000 1073741824 1073778376 140737003573712 140174021608744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.75669
CPU time (s): 9.49256
CPU user time (s): 9.39957
CPU system time (s): 0.092985
CPU usage (%): 122.379
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.39957
system time used= 0.092985
maximum resident set size= 97548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24808
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= 486
involuntary context switches= 68

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055991 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:44:29
IDJOB=4110300
IDBENCH=79241
IDSOLVER=2551
FILE ID=node130/4110300-1466343869
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 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.1111227326--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110300-1466343869/watcher-4110300-1466343869 -o /tmp/evaluation-result-4110300-1466343869/solver-4110300-1466343869 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110300-1466343869.wbo

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

MD5SUM BENCH= 8ce859c9363f1b782ad1721fb9074172
RANDOM SEED=423060545

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30288988 kB
Buffers:           96752 kB
Cached:           260188 kB
SwapCached:         1836 kB
Active:           126236 kB
Inactive:         268820 kB
Active(anon):      38212 kB
Inactive(anon):     2524 kB
Active(file):      88024 kB
Inactive(file):   266296 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1485532 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             608060 kB
SReclaimable:      50668 kB
SUnreclaim:       557392 kB
KernelStack:        1584 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:44:37