Trace number 4467597

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72000.9 3630.43

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament50.lin.opb
MD5SUM16979d2f8203ffed07f73a3588d8874c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-599
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3625
Total number of constraints4800
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3130
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 3368
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3368
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.02	c Default LC presolving (default).
0.00/0.02	c ** Before presolving: virtualMemUsedAtLc = 38481920, getVmSize() = 38481920, SCIPgetMemUsed() = 12975587, SCIPgetMemTotal() = 16504331, SCIPgetMemExternEstim() = 7695499
0.00/0.02	c ** set memory limit for presolving in LC to 8.79597e+12 for SCIP **
0.00/0.09	c ** Estimated virtualMemUsedAtSolver = 26527748, getVmSize() = 56098816, SCIPgetMemUsed() = 17577972, SCIPgetMemTotal() = 32096124, SCIPgetMemExternEstim() = 7695499
0.00/0.09	c ** set memory limit for solvers to 4.18853e+11 for each SCIP **
0.00/0.09	c Original Problem   :
0.00/0.09	c   Problem name     : instance-4467597-1723248372
0.00/0.09	c   Variables        : 3625 (3625 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 4800
0.00/0.09	c   Objective sense  : minimize
0.00/0.09	c Presolved Problem  :
0.00/0.09	c   Variables        : 3625 (3625 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.09	c   Constraints      : 2400
0.00/0.09	c Constraints        : Number
0.00/0.09	c   and              : 2400 
0.00/0.09	c ** Instance transfer method used: 0
0.00/0.10	c ** ParaScipInstance copy does not increase the number of variables. **
0.11/0.21	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.11/0.21	c                                Nodes    Active                                            
0.11/0.21	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4.09/0.46	c *       0              0           1        20        -274.0000                -          -
4.09/0.53	c *       1              0           1        20        -426.0000                -          -
16.95/1.15	c *       1              0           1        20        -431.0000                -          -
16.95/1.16	c *       1              0           1        20        -440.0000                -          -
20.34/1.37	c *       1              0           1        20        -441.0000                -          -
56.77/3.13	c *       3              0           1        20        -442.0000                -          -
228.22/11.83	c *      12              0           1        20        -502.0000                -          -
228.22/11.83	c        12              0           1        20        -502.0000                -          -
673.96/34.47	c        34              2           1        20        -502.0000        -697.9583     39.04%
775.78/39.63	c        40              2           3        20        -502.0000        -695.9167     38.63%
793.56/40.59	c *      41              2           3        20        -510.0000        -695.9167     36.45%
815.30/41.69	c *      42              2           3        20        -522.0000        -695.9167     33.32%
839.04/42.81	c *      43              3           2        20        -523.0000        -695.9167     33.06%
860.80/44.01	c *      44              3           2        20        -527.0000        -695.9167     32.05%
870.78/44.49	c *      44              3           2        20        -529.0000        -695.9167     31.55%
880.66/45.01	c        45             22          21        20        -529.0000        -695.9167     31.55%
987.63/50.36	c *      50              3           2        20        -533.0000        -693.7500     30.16%
987.63/50.36	c        50              3           2        20        -533.0000        -693.7500     30.16%
1005.49/51.23	c *      51             22          21        20        -537.0000        -693.7500     29.19%
1088.78/55.41	c        55             62          61        20        -537.0000        -693.7500     29.19%
1237.51/62.98	c        63            162         161        20        -537.0000        -693.7500     29.19%
1364.37/69.39	c        69              2           1        20        -537.0000        -645.4530     20.20%
1469.35/74.64	c        75              2           1        20        -537.0000        -645.4530     20.20%
1574.05/80.00	c        80              2           1        20        -537.0000        -644.8330     20.08%
1682.93/85.45	c        85              2           1        20        -537.0000        -644.8330     20.08%
1688.88/85.75	c *      86              2           1        20        -538.0000        -644.8330     19.86%
1791.88/90.99	c        91              3           2        20        -538.0000        -644.7500     19.84%
1893.70/96.12	c        96              3           2        20        -538.0000        -644.7500     19.84%
2021.70/102.58	c       103              4           3        20        -538.0000        -644.7500     19.84%
2099.02/106.46	c *     106              5           4        20        -545.0000        -644.7500     18.30%
2108.94/107.00	c *     107              5           4        20        -546.0000        -644.7500     18.09%
2142.55/108.67	c       109              5           4        20        -546.0000        -644.7500     18.09%
2255.19/114.39	c       114              5           4        20        -546.0000        -644.7500     18.09%
2289.46/116.08	c *     116              6           5        20        -547.0000        -644.7500     17.87%
2364.14/119.88	c       120              6           5        20        -547.0000        -644.7500     17.87%
2417.59/122.51	c *     123              6           5        20        -548.0000        -644.7500     17.66%
2471.00/125.29	c       125              7           6        20        -548.0000        -644.7500     17.66%
2564.10/129.96	c *     130              7           6        20        -549.0000        -644.7500     17.44%
2589.87/131.26	c       131              7           6        20        -549.0000        -644.7500     17.44%
2690.94/136.35	c       136              8           7        20        -549.0000        -644.7500     17.44%
2710.72/137.39	c *     137              8           7        20        -550.0000        -644.7500     17.23%
2758.33/139.73	c *     140              8           7        20        -551.0000        -644.7500     17.01%
2778.04/140.78	c *     141              9           8        20        -554.0000        -644.7500     16.38%
2799.87/141.89	c       142              9           8        20        -554.0000        -644.7500     16.38%
2903.47/147.07	c       147              9           8        20        -554.0000        -644.7500     16.38%
3019.74/153.03	c       153             12          11        20        -554.0000        -644.7500     16.38%
3123.55/158.17	c       158             12          11        20        -554.0000        -644.7500     16.38%
3229.44/163.58	c       164             13          12        20        -554.0000        -644.7500     16.38%
3332.37/168.74	c       169             13          12        20        -554.0000        -644.7500     16.38%
3435.25/173.99	c       174             13          12        20        -554.0000        -644.7500     16.38%
3553.88/179.95	c       180             13          12        20        -554.0000        -644.7500     16.38%
3652.99/184.98	c       185             13          12        20        -554.0000        -644.7500     16.38%
3757.65/190.21	c       190             14          13        20        -554.0000        -644.7500     16.38%
3850.61/195.00	c *     195             16          15        20        -556.0000        -644.7500     15.96%
3866.56/195.75	c       196             16          15        20        -556.0000        -644.7500     15.96%
3967.43/200.80	c       201             16          15        20        -556.0000        -644.7500     15.96%
4084.32/206.72	c       207             19          18        20        -556.0000        -644.7500     15.96%
4205.28/212.85	c       213             22          21        20        -556.0000        -644.7500     15.96%
4306.43/217.95	c       218           5174           0        20        -556.0000        -643.3824     15.72%
4413.52/223.30	c       223           5323           0        20        -556.0000        -640.3249     15.17%
4514.68/228.40	c       228           5323           0        20        -556.0000        -640.3249     15.17%
4628.40/234.15	c       234           5323           0        20        -556.0000        -640.3249     15.17%
4730.78/239.37	c       239           5323           0        20        -556.0000        -640.3249     15.17%
4829.92/244.40	c       244           5323           0        20        -556.0000        -640.3249     15.17%
4932.84/249.51	c       250           5323           0        20        -556.0000        -640.3249     15.17%
5013.90/253.61	c *     254           5323           0        20        -557.0000        -640.3249     14.96%
5031.66/254.53	c       255           5323           0        20        -557.0000        -640.3249     14.96%
5138.37/260.00	c       260           5323           0        20        -557.0000        -640.3249     14.96%
5245.29/265.31	c       265           5323           0        20        -557.0000        -640.3249     14.96%
5350.38/270.60	c       271           5323           0        20        -557.0000        -640.3249     14.96%
5451.52/275.75	c       276           5324           1        20        -557.0000        -640.0167     14.90%
5554.45/280.92	c       281           7361         705        20        -557.0000        -640.0167     14.90%
5665.40/286.50	c       286           7478           0        20        -557.0000        -640.0167     14.90%
5770.38/291.82	c       292           7478           0        20        -557.0000        -640.0167     14.90%
5869.51/296.86	c       297           7478           0        20        -557.0000        -640.0167     14.90%
5986.47/302.74	c       303           7478           0        20        -557.0000        -640.0167     14.90%
6094.30/308.19	c       308           5904         711        20        -557.0000        -639.4500     14.80%
6208.48/314.00	c       314           6769         710        20        -557.0000        -639.4500     14.80%
6220.35/314.58	c *     315           6967         714        20        -559.0000        -639.4500     14.39%
6327.44/319.95	c       320           7056           1        20        -559.0000        -636.9357     13.94%
6440.46/325.64	c       326           7356         301        20        -559.0000        -636.9357     13.94%
6541.58/330.76	c       331           9458         727        20        -559.0000        -636.9357     13.94%
6585.23/332.98	c *     333          10076         727        20        -560.0000        -636.9357     13.74%
6649.13/336.18	c       336          10076         727        20        -560.0000        -636.9357     13.74%
6856.52/346.65	c       347           7479           1        20        -560.0000        -633.5256     13.13%
6991.34/353.43	c       353           9064         701        20        -560.0000        -633.5256     13.13%
7094.46/358.64	c *     359           9331         699        20        -561.0000        -633.5256     12.93%
7094.46/358.64	c       359           9331         699        20        -561.0000        -633.5256     12.93%
7197.58/363.89	c       364           9893         700        20        -561.0000        -633.5256     12.93%
7207.48/364.38	c *     364           9893         700        20        -566.0000        -633.5256     11.93%
7209.46/364.46	c *     364           9893         700        20        -568.0000        -633.5256     11.54%
7303.42/369.19	c       369          10009         697        20        -568.0000        -633.5256     11.54%
7403.76/374.20	c       374          10343         696        20        -568.0000        -633.5256     11.54%
7504.75/379.35	c       379          10779         696        20        -568.0000        -633.5256     11.54%
7611.82/384.75	c       385          10779         696        20        -568.0000        -633.5256     11.54%
7647.52/386.59	c *     387          10816           0        20        -571.0000        -633.5256     10.95%
7673.30/387.82	c *     388          10816           0        20        -573.0000        -633.5256     10.56%
7712.98/389.88	c       390          10816           0        20        -573.0000        -633.5256     10.56%
7891.43/398.85	c       399           7122           1        20        -573.0000        -633.3661     10.54%
7995.19/404.08	c       404           8683         721        20        -573.0000        -633.3661     10.54%
8099.70/409.37	c       409           9495         721        20        -573.0000        -633.3661     10.54%
8210.61/414.99	c       415           9512         719        20        -573.0000        -633.3661     10.54%
8277.76/418.33	c *     418          10435         721        20        -574.0000        -633.3661     10.34%
8314.20/420.19	c       420          10435         721        20        -574.0000        -633.3661     10.34%
8414.51/425.29	c       425          10435         721        20        -574.0000        -633.3661     10.34%
8519.48/430.51	c       431          10532           0        20        -574.0000        -633.3661     10.34%
8567.08/432.93	c *     433          10532           0        20        -575.0000        -633.3661     10.15%
8620.62/435.67	c       436          10532           0        20        -575.0000        -633.3661     10.15%
8737.54/441.56	c       442          10532           0        20        -575.0000        -633.3661     10.15%
8842.66/446.89	c       447          10532           0        20        -575.0000        -633.3661     10.15%
8951.70/452.30	c       452          10532           0        20        -575.0000        -633.3661     10.15%
9062.75/457.91	c       458          10532           0        20        -575.0000        -633.3661     10.15%
9166.77/463.14	c       463          10532           0        20        -575.0000        -633.3661     10.15%
9270.95/468.45	c       468          10532           0        20        -575.0000        -633.3661     10.15%
9393.93/474.62	c       475          10532           0        20        -575.0000        -633.3661     10.15%
9501.65/480.07	c       480          10532           0        20        -575.0000        -633.3661     10.15%
9627.97/486.40	c       486          10532           0        20        -575.0000        -633.3661     10.15%
9739.65/492.06	c       492          10532           0        20        -575.0000        -633.3661     10.15%
9850.09/497.61	c       498          10532           0        20        -575.0000        -633.3661     10.15%
9951.26/502.77	c       503          12220         686        20        -575.0000        -629.6635      9.51%
10052.40/507.86	c       508          13809         678        20        -575.0000        -629.6635      9.51%
10158.23/513.16	c       513          13809         678        20        -575.0000        -629.6635      9.51%
10275.26/519.04	c       519          14645         683        20        -575.0000        -629.6635      9.51%
10342.00/522.45	c *     522          14645         683        20        -576.0000        -629.6635      9.32%
10387.64/524.72	c       525          14719         679        20        -576.0000        -629.6635      9.32%
10486.74/529.76	c       530          14719         679        20        -576.0000        -629.6635      9.32%
10592.52/535.05	c       535          15211         679        20        -576.0000        -629.6635      9.32%
10694.89/540.28	c       540          15741         684        20        -576.0000        -629.6635      9.32%
10797.83/545.43	c       545          16065         688        20        -576.0000        -629.6635      9.32%
10900.95/550.65	c       551          16586         680        20        -576.0000        -629.6635      9.32%
11012.04/556.21	c       556          16586         680        20        -576.0000        -629.6635      9.32%
11111.22/561.27	c       561          16586         680        20        -576.0000        -629.6635      9.32%
11226.92/567.04	c       567          16586         680        20        -576.0000        -629.6635      9.32%
11226.92/567.11	c *     567          16586         680        20        -577.0000        -629.6635      9.13%
11328.20/572.19	c       572          16586         680        20        -577.0000        -629.6635      9.13%
11430.65/577.35	c       577          16820           0        20        -577.0000        -629.6635      9.13%
11531.81/582.47	c       582          16820           0        20        -577.0000        -629.6635      9.13%
11632.74/587.53	c       588          16820           0        20        -577.0000        -629.6635      9.13%
11706.13/591.21	c *     591          16820           0        20        -579.0000        -629.6635      8.75%
11749.78/593.43	c       593          16820           0        20        -579.0000        -629.6635      8.75%
11848.89/598.48	c       598          16820           0        20        -579.0000        -629.6635      8.75%
11908.40/601.48	c *     601          16820           0        20        -580.0000        -629.6635      8.56%
11950.06/603.55	c       604          16820           0        20        -580.0000        -629.6635      8.56%
12017.52/607.02	c *     607          16820           0        20        -581.0000        -629.6635      8.38%
12049.24/608.57	c       609          16820           0        20        -581.0000        -629.6635      8.38%
12162.26/614.27	c       614          16820           0        20        -581.0000        -629.6635      8.38%
12265.37/619.48	c       619          16820           0        20        -581.0000        -629.6635      8.38%
12366.53/624.56	c       625          16820           0        20        -581.0000        -629.6635      8.38%
12487.54/630.67	c       631          16820           0        20        -581.0000        -629.6635      8.38%
12600.60/636.30	c       636          16820           0        20        -581.0000        -629.6635      8.38%
12714.32/642.10	c       642          16820           0        20        -581.0000        -629.6635      8.38%
12816.72/647.22	c       647          16820           0        20        -581.0000        -629.6635      8.38%
12927.81/652.80	c       653          16820           0        20        -581.0000        -629.6635      8.38%
13026.98/657.83	c       658          16820           0        20        -581.0000        -629.6635      8.38%
13134.05/663.29	c       663          16820           0        20        -581.0000        -629.6635      8.38%
13257.02/669.41	c       669          16820           0        20        -581.0000        -629.6635      8.38%
13358.13/674.59	c       675          16820           0        20        -581.0000        -629.6635      8.38%
13463.22/679.87	c       680          16820           0        20        -581.0000        -629.6635      8.38%
13564.23/684.98	c       685          14770         704        20        -581.0000        -628.6429      8.20%
13663.29/690.03	c       690          16508         710        20        -581.0000        -628.6429      8.20%
13765.34/695.08	c       695          18125         705        20        -581.0000        -628.6429      8.20%
13866.27/700.18	c       700          19625         707        20        -581.0000        -628.6429      8.20%
13968.50/705.37	c       705          20236         703        20        -581.0000        -628.6429      8.20%
14073.35/710.62	c       711          20236         703        20        -581.0000        -628.6429      8.20%
14183.09/716.18	c       716          20500         710        20        -581.0000        -628.6429      8.20%
14289.25/721.55	c       722          20500         710        20        -581.0000        -628.6429      8.20%
14390.42/726.62	c       727          20501         711        20        -581.0000        -628.6429      8.20%
14489.57/731.66	c       732          22047         705        20        -581.0000        -628.6429      8.20%
14590.71/736.71	c       737          23658         710        20        -581.0000        -628.6429      8.20%
14701.69/742.39	c       742          23658         710        20        -581.0000        -628.6429      8.20%
14806.76/747.68	c       748          23658         710        20        -581.0000        -628.6429      8.20%
14907.92/752.78	c       753          24632         710        20        -581.0000        -628.6429      8.20%
15009.06/757.88	c       758          15873           1        20        -581.0000        -628.1085      8.11%
15110.20/762.93	c       763          16821           1        20        -581.0000        -627.4382      7.99%
15209.24/767.98	c       768          18435         654        20        -581.0000        -627.4382      7.99%
15310.96/773.04	c       773          19446         653        20        -581.0000        -627.4382      7.99%
15410.09/778.12	c       778          20488         654        20        -581.0000        -627.4382      7.99%
15514.47/783.36	c       783          21603         653        20        -581.0000        -627.4382      7.99%
15615.51/788.42	c       788          22636         654        20        -581.0000        -627.4382      7.99%
15734.44/794.46	c       794          23079         653        20        -581.0000        -627.4382      7.99%
15837.53/799.61	c       800          23079         653        20        -581.0000        -627.4382      7.99%
15940.63/804.82	c       805          23285         651        20        -581.0000        -627.4382      7.99%
16039.79/809.83	c       810          24123         652        20        -581.0000        -627.4382      7.99%
16140.96/814.93	c       815          24536         649        20        -581.0000        -627.4382      7.99%
16239.91/819.98	c       820          25672         648        20        -581.0000        -627.4382      7.99%
16343.86/825.18	c       825          26653         651        20        -581.0000        -627.4382      7.99%
16444.13/830.24	c       830          26653         651        20        -581.0000        -627.4382      7.99%
16564.93/836.32	c       836          26653         651        20        -581.0000        -627.4382      7.99%
16678.44/842.07	c       842          27481         653        20        -581.0000        -627.4382      7.99%
16780.90/847.21	c       847          27481         653        20        -581.0000        -627.4382      7.99%
16881.90/852.39	c       852          27481         653        20        -581.0000        -627.4382      7.99%
16985.01/857.60	c       858          27481         653        20        -581.0000        -627.4382      7.99%
17086.12/862.66	c       863          27481         653        20        -581.0000        -627.4382      7.99%
17187.32/867.72	c       868          27481         653        20        -581.0000        -627.4382      7.99%
17296.50/873.28	c       873          27481         653        20        -581.0000        -627.4382      7.99%
17397.33/878.33	c       878          27481         653        20        -581.0000        -627.4382      7.99%
17500.47/883.59	c       884          27481         653        20        -581.0000        -627.4382      7.99%
17607.50/888.99	c       889          27481         653        20        -581.0000        -627.4382      7.99%
17709.50/894.09	c       894          27481         653        20        -581.0000        -627.4382      7.99%
17810.51/899.15	c       899          27481         653        20        -581.0000        -627.4382      7.99%
17910.87/904.26	c       904          27581           0        20        -581.0000        -627.4382      7.99%
18009.81/909.29	c       909          27581           0        20        -581.0000        -627.4382      7.99%
18110.97/914.39	c       914          27581           0        20        -581.0000        -627.4382      7.99%
18213.91/919.59	c       920          27581           0        20        -581.0000        -627.4382      7.99%
18326.88/925.28	c       925          27581           0        20        -581.0000        -627.4382      7.99%
18428.03/930.34	c       930          27581           0        20        -581.0000        -627.4382      7.99%
18533.04/935.68	c       936          27581           0        20        -581.0000        -627.4382      7.99%
18638.13/940.98	c       941          27581           0        20        -581.0000        -627.4382      7.99%
18739.81/946.06	c       946          27581           0        20        -581.0000        -627.4382      7.99%
18842.03/951.29	c       951          27581           0        20        -581.0000        -627.4382      7.99%
18943.01/956.34	c       956          27581           0        20        -581.0000        -627.4382      7.99%
19042.14/961.40	c       961          27581           0        20        -581.0000        -627.4382      7.99%
19143.24/966.46	c       966          27581           0        20        -581.0000        -627.4382      7.99%
19244.19/971.51	c       972          27820         682        20        -581.0000        -626.5561      7.84%
19343.36/976.56	c       977          29283         682        20        -581.0000        -626.5561      7.84%
19444.32/981.61	c       982          30784         679        20        -581.0000        -626.5561      7.84%
19543.49/986.66	c       987          32248         683        20        -581.0000        -626.5561      7.84%
19646.64/991.90	c       992          33695         683        20        -581.0000        -626.5561      7.84%
19753.62/997.25	c       997          35147         679        20        -581.0000        -626.5561      7.84%
19856.78/1002.43	c      1002          28408         635        20        -581.0000        -626.4593      7.82%
19955.92/1007.48	c      1007          29375         637        20        -581.0000        -626.4593      7.82%
20057.07/1012.54	c      1013          30253         633        20        -581.0000        -626.4593      7.82%
20158.21/1017.70	c      1018          31187         632        20        -581.0000        -626.4593      7.82%
20261.24/1022.80	c      1023          32259         634        20        -581.0000        -626.4593      7.82%
20360.32/1027.87	c      1028          33240         634        20        -581.0000        -626.4593      7.82%
20461.42/1032.92	c      1033          34192         634        20        -581.0000        -626.4593      7.82%
20560.55/1037.98	c      1038          35062         631        20        -581.0000        -626.4593      7.82%
20662.46/1043.05	c      1043          35950         635        20        -581.0000        -626.4593      7.82%
20761.60/1048.10	c      1048          36796         630        20        -581.0000        -626.4593      7.82%
20847.81/1052.43	c *    1052          37504         636        20        -582.0000        -626.4593      7.64%
20862.40/1053.15	c      1053          37668         632        20        -582.0000        -626.4593      7.64%
20962.75/1058.28	c      1058          37770         635        20        -582.0000        -626.4593      7.64%
20988.55/1059.58	c *    1060          37770         635        20        -584.0000        -626.4593      7.27%
21071.73/1063.76	c      1064          37976         635        20        -584.0000        -626.4593      7.27%
21174.81/1068.92	c      1069          37976         635        20        -584.0000        -626.4593      7.27%
21278.77/1074.18	c      1074          37982         635        20        -584.0000        -626.4593      7.27%
21379.02/1079.22	c      1079          39035         630        20        -584.0000        -626.4593      7.27%
21486.08/1084.61	c      1085          39035         630        20        -584.0000        -626.4593      7.27%
21587.19/1089.79	c      1090          39539         630        20        -584.0000        -626.4593      7.27%
21690.29/1094.91	c      1095          40536         631        20        -584.0000        -626.4593      7.27%
21789.36/1099.97	c      1100          41555         631        20        -584.0000        -626.4593      7.27%
21891.19/1105.10	c      1105          41759         634        20        -584.0000        -626.4593      7.27%
21995.57/1110.38	c      1110          41759         634        20        -584.0000        -626.4593      7.27%
22037.18/1112.43	c *    1112          41759         634        20        -585.0000        -626.4593      7.09%
22100.62/1115.60	c      1116          41889         634        20        -585.0000        -626.4593      7.09%
22208.08/1121.12	c      1121          41889         634        20        -585.0000        -626.4593      7.09%
22309.22/1126.14	c      1126          41889         634        20        -585.0000        -626.4593      7.09%
22417.50/1131.61	c      1132          42149         629        20        -585.0000        -626.4593      7.09%
22520.49/1136.83	c      1137          42149         629        20        -585.0000        -626.4593      7.09%
22619.56/1141.85	c      1142          42149         629        20        -585.0000        -626.4593      7.09%
22720.54/1146.90	c      1147          42504         629        20        -585.0000        -626.4593      7.09%
22819.43/1151.91	c      1152          43579         627        20        -585.0000        -626.4593      7.09%
22921.22/1157.07	c      1157          44641         631        20        -585.0000        -626.4593      7.09%
23023.64/1162.21	c      1162          45707         630        20        -585.0000        -626.4593      7.09%
23122.78/1167.25	c *    1167          46782         627        20        -586.0000        -626.4593      6.90%
23122.78/1167.25	c      1167          46782         627        20        -586.0000        -626.4593      6.90%
23233.81/1172.86	c      1173          46985         627        20        -586.0000        -626.4593      6.90%
23342.80/1178.34	c      1178          46985         627        20        -586.0000        -626.4593      6.90%
23443.95/1183.42	c      1183          46985         627        20        -586.0000        -626.4593      6.90%
23544.97/1188.53	c      1189          47074         635        20        -586.0000        -626.4593      6.90%
23646.01/1193.67	c      1194          47074         635        20        -586.0000        -626.4593      6.90%
23747.11/1198.72	c      1199          47386         632        20        -586.0000        -626.4593      6.90%
23848.21/1203.84	c      1204          48405         630        20        -586.0000        -626.4593      6.90%
23947.32/1208.87	c      1209          49420         628        20        -586.0000        -626.4593      6.90%
24048.27/1213.95	c      1214          50406         628        20        -586.0000        -626.4593      6.90%
24155.28/1219.36	c      1219          51465         626        20        -586.0000        -626.4593      6.90%
24260.34/1224.60	c      1225          51465         626        20        -586.0000        -626.4593      6.90%
24361.46/1229.78	c      1230          51465         626        20        -586.0000        -626.4593      6.90%
24462.55/1234.84	c      1235          51465         626        20        -586.0000        -626.4593      6.90%
24563.65/1240.01	c      1240          51465         626        20        -586.0000        -626.4593      6.90%
24665.38/1245.05	c      1245          51465         626        20        -586.0000        -626.4593      6.90%
24769.92/1250.35	c      1250          51465         626        20        -586.0000        -626.4593      6.90%
24873.10/1255.54	c      1256          51465         626        20        -586.0000        -626.4593      6.90%
24974.20/1260.60	c      1261          48167           1        20        -586.0000        -625.5143      6.74%
25075.38/1265.71	c      1266          50166         658        20        -586.0000        -625.5143      6.74%
25174.56/1270.76	c      1271          51704         662        20        -586.0000        -625.5143      6.74%
25273.83/1275.78	c      1276          53194         657        20        -586.0000        -625.5143      6.74%
25379.68/1281.11	c      1281          54818         657        20        -586.0000        -625.5143      6.74%
25480.95/1286.16	c      1286          56436         658        20        -586.0000        -625.5143      6.74%
25581.19/1291.23	c      1291          57963         659        20        -586.0000        -625.5143      6.74%
25684.34/1296.46	c      1296          59219         658        20        -586.0000        -625.5143      6.74%
25789.47/1301.78	c      1302          59219         658        20        -586.0000        -625.5143      6.74%
25892.64/1307.01	c      1307          59219         658        20        -586.0000        -625.5143      6.74%
25997.76/1312.22	c      1312          60052         657        20        -586.0000        -625.5143      6.74%
26096.94/1317.24	c      1317          61194         657        20        -586.0000        -625.5143      6.74%
26196.09/1322.26	c      1322          61194         657        20        -586.0000        -625.5143      6.74%
26297.17/1327.33	c      1327          61194         657        20        -586.0000        -625.5143      6.74%
26396.34/1332.38	c      1332          61194         657        20        -586.0000        -625.5143      6.74%
26497.48/1337.46	c      1337          61791         660        20        -586.0000        -625.5143      6.74%
26598.65/1342.53	c      1343          63308         658        20        -586.0000        -625.5143      6.74%
26705.76/1347.92	c      1348          64501         659        20        -586.0000        -625.5143      6.74%
26804.86/1353.01	c      1353          64501         659        20        -586.0000        -625.5143      6.74%
26906.68/1358.09	c      1358          64501         659        20        -586.0000        -625.5143      6.74%
27005.98/1363.12	c      1363          64501         659        20        -586.0000        -625.5143      6.74%
27112.22/1368.46	c      1368          64957         659        20        -586.0000        -625.5143      6.74%
27215.38/1373.60	c      1374          66714         660        20        -586.0000        -625.5143      6.74%
27314.55/1378.65	c      1379          68167         662        20        -586.0000        -625.5143      6.74%
27415.71/1383.73	c      1384          69378         660        20        -586.0000        -625.5143      6.74%
27518.74/1388.90	c      1389          69378         660        20        -586.0000        -625.5143      6.74%
27617.92/1393.95	c      1394          69378         660        20        -586.0000        -625.5143      6.74%
27717.09/1399.00	c      1399          69378         660        20        -586.0000        -625.5143      6.74%
27819.07/1404.05	c      1404          69802         661        20        -586.0000        -625.5143      6.74%
27918.05/1409.10	c      1409          71346         660        20        -586.0000        -625.5143      6.74%
28017.37/1414.11	c      1414          72823         662        20        -586.0000        -625.5143      6.74%
28119.73/1419.21	c      1419          73447         657        20        -586.0000        -625.5143      6.74%
28218.92/1424.27	c      1424          73447         657        20        -586.0000        -625.5143      6.74%
28320.15/1429.32	c      1429          74333         658        20        -586.0000        -625.5143      6.74%
28419.27/1434.36	c      1434          75769         660        20        -586.0000        -625.5143      6.74%
28520.41/1439.42	c      1439          77173         660        20        -586.0000        -625.5143      6.74%
28619.57/1444.47	c      1444          78633         659        20        -586.0000        -625.5143      6.74%
28720.74/1449.52	c      1450          79723         658        20        -586.0000        -625.5143      6.74%
28819.89/1454.55	c      1455          79723         658        20        -586.0000        -625.5143      6.74%
28923.10/1459.75	c      1460          79723         658        20        -586.0000        -625.5143      6.74%
29026.14/1465.01	c      1465          79723         658        20        -586.0000        -625.5143      6.74%
29135.23/1470.46	c      1470          80332         659        20        -586.0000        -625.5143      6.74%
29236.33/1475.51	c      1476          81728         658        20        -586.0000        -625.5143      6.74%
29335.37/1480.56	c      1481          83228         658        20        -586.0000        -625.5143      6.74%
29436.56/1485.64	c      1486          84917         658        20        -586.0000        -625.5143      6.74%
29535.80/1490.66	c      1491          86030         659        20        -586.0000        -625.5143      6.74%
29637.01/1495.78	c      1496          87475         657        20        -586.0000        -625.5143      6.74%
29738.22/1500.87	c      1501          88949         659        20        -586.0000        -625.5143      6.74%
29839.44/1505.92	c      1506          90741         660        20        -586.0000        -625.5143      6.74%
29938.67/1511.01	c      1511          90741         660        20        -586.0000        -625.5143      6.74%
30040.58/1516.05	c      1516          90741         660        20        -586.0000        -625.5143      6.74%
30147.03/1521.40	c      1521          90741         660        20        -586.0000        -625.5143      6.74%
30250.19/1526.67	c      1527          90741         660        20        -586.0000        -625.5143      6.74%
30351.43/1531.73	c      1532          90741         660        20        -586.0000        -625.5143      6.74%
30452.65/1536.84	c      1537          90741         660        20        -586.0000        -625.5143      6.74%
30551.91/1541.85	c      1542          90741         660        20        -586.0000        -625.5143      6.74%
30653.18/1547.02	c      1547          90741         660        20        -586.0000        -625.5143      6.74%
30758.40/1552.29	c      1552          90741         660        20        -586.0000        -625.5143      6.74%
30859.66/1557.38	c      1557          90741         660        20        -586.0000        -625.5143      6.74%
30966.92/1562.75	c      1563          90741         660        20        -586.0000        -625.5143      6.74%
31070.18/1567.97	c      1568          90741         660        20        -586.0000        -625.5143      6.74%
31174.01/1573.15	c      1573          90844           0        20        -586.0000        -625.5143      6.74%
31273.51/1578.17	c      1578          90844           0        20        -586.0000        -625.5143      6.74%
31374.03/1583.21	c      1583          90844           0        20        -586.0000        -625.5143      6.74%
31473.36/1588.23	c      1588          90844           0        20        -586.0000        -625.5143      6.74%
31572.61/1593.27	c      1593          90844           0        20        -586.0000        -625.5143      6.74%
31673.87/1598.34	c      1598          90844           0        20        -586.0000        -625.5143      6.74%
31773.12/1603.39	c      1603          90844           0        20        -586.0000        -625.5143      6.74%
31876.40/1608.51	c      1609          90844           0        20        -586.0000        -625.5143      6.74%
31975.70/1613.57	c      1614          90844           0        20        -586.0000        -625.5143      6.74%
32077.02/1618.64	c      1619          90844           0        20        -586.0000        -625.5143      6.74%
32176.34/1623.69	c      1624          90844           0        20        -586.0000        -625.5143      6.74%
32277.65/1628.75	c      1629          90844           0        20        -586.0000        -625.5143      6.74%
32378.99/1633.81	c      1634          90844           0        20        -586.0000        -625.5143      6.74%
32478.30/1638.86	c      1639          90844           0        20        -586.0000        -625.5143      6.74%
32579.61/1643.94	c      1644          90844           0        20        -586.0000        -625.5143      6.74%
32678.93/1648.99	c      1649          90844           0        20        -586.0000        -625.5143      6.74%
32778.23/1654.01	c      1654          90844           0        20        -586.0000        -625.5143      6.74%
32880.26/1659.10	c      1659          90844           0        20        -586.0000        -625.5143      6.74%
32981.23/1664.15	c      1664          90844           0        20        -586.0000        -625.5143      6.74%
33081.94/1669.20	c      1669          90844           0        20        -586.0000        -625.5143      6.74%
33181.20/1674.23	c      1674          90844           0        20        -586.0000        -625.5143      6.74%
33282.44/1679.30	c      1679          90844           0        20        -586.0000        -625.5143      6.74%
33381.71/1684.33	c      1684          90844           0        20        -586.0000        -625.5143      6.74%
33480.97/1689.34	c      1689          91857         658        20        -586.0000        -625.2358      6.70%
33580.28/1694.39	c      1694          93293         656        20        -586.0000        -625.2358      6.70%
33681.57/1699.44	c      1699          94733         658        20        -586.0000        -625.2358      6.70%
33780.86/1704.49	c      1704          96096         656        20        -586.0000        -625.2358      6.70%
33882.14/1709.54	c      1710          97405         658        20        -586.0000        -625.2358      6.70%
33983.43/1714.60	c      1715          98826         656        20        -586.0000        -625.2358      6.70%
34082.65/1719.68	c      1720         100095         654        20        -586.0000        -625.2358      6.70%
34181.95/1724.69	c      1725         101114         657        20        -586.0000        -625.2358      6.70%
34283.27/1729.79	c      1730         102788         653        20        -586.0000        -625.2358      6.70%
34384.61/1734.85	c      1735         104218         653        20        -586.0000        -625.2358      6.70%
34485.92/1739.91	c      1740         105576         656        20        -586.0000        -625.2358      6.70%
34585.20/1744.96	c      1745         106920         656        20        -586.0000        -625.2358      6.70%
34684.47/1750.01	c      1750         108246         656        20        -586.0000        -625.2358      6.70%
34786.33/1755.07	c      1755         109469         662        20        -586.0000        -625.2358      6.70%
34885.58/1760.12	c      1760         110779         656        20        -586.0000        -625.2358      6.70%
34987.20/1765.17	c      1765         112068         654        20        -586.0000        -625.2358      6.70%
35087.45/1770.23	c      1770         113233         655        20        -586.0000        -625.2358      6.70%
35186.74/1775.28	c      1775         114506         655        20        -586.0000        -625.2358      6.70%
35287.99/1780.35	c      1780         115928         656        20        -586.0000        -625.2358      6.70%
35387.26/1785.40	c      1785         117328         656        20        -586.0000        -625.2358      6.70%
35488.52/1790.46	c      1790         118681         655        20        -586.0000        -625.2358      6.70%
35589.77/1795.52	c      1796         120052         652        20        -586.0000        -625.2358      6.70%
35689.05/1800.57	c      1801         121437         660        20        -586.0000        -625.2358      6.70%
35790.33/1805.61	c      1806         122611         657        20        -586.0000        -625.2358      6.70%
35889.61/1810.63	c      1811         124042         655        20        -586.0000        -625.2358      6.70%
35990.91/1815.71	c      1816         125410         655        20        -586.0000        -625.2358      6.70%
36090.19/1820.76	c      1821         126752         656        20        -586.0000        -625.2358      6.70%
36191.46/1825.81	c      1826         128125         655        20        -586.0000        -625.2358      6.70%
36290.72/1830.86	c      1831         129530         656        20        -586.0000        -625.2358      6.70%
36391.97/1835.91	c      1836         130824         657        20        -586.0000        -625.2358      6.70%
36491.24/1840.99	c      1841         132484         656        20        -586.0000        -625.2358      6.70%
36590.55/1846.00	c      1846         133596         656        20        -586.0000        -625.2358      6.70%
36689.88/1851.03	c      1851         135116         653        20        -586.0000        -625.2358      6.70%
36795.12/1856.22	c      1856         135703         656        20        -586.0000        -625.2358      6.70%
36898.38/1861.40	c      1861         135703         656        20        -586.0000        -625.2358      6.70%
36997.65/1866.45	c      1866         135703         656        20        -586.0000        -625.2358      6.70%
37098.92/1871.51	c      1872         135703         656        20        -586.0000        -625.2358      6.70%
37198.21/1876.56	c      1877         135703         656        20        -586.0000        -625.2358      6.70%
37299.49/1881.61	c      1882         136550         654        20        -586.0000        -625.2358      6.70%
37398.81/1886.67	c      1887         137888         657        20        -586.0000        -625.2358      6.70%
37500.14/1891.72	c      1892         139335         655        20        -586.0000        -625.2358      6.70%
37599.37/1896.77	c      1897         140737         653        20        -586.0000        -625.2358      6.70%
37700.56/1901.84	c      1902         142158         653        20        -586.0000        -625.2358      6.70%
37799.80/1906.89	c      1907         143499         654        20        -586.0000        -625.2358      6.70%
37901.07/1911.90	c      1912         143499         654        20        -586.0000        -625.2358      6.70%
38000.37/1916.99	c      1917         144565         656        20        -586.0000        -625.2358      6.70%
38102.19/1922.04	c      1922         145982         657        20        -586.0000        -625.2358      6.70%
38201.53/1927.05	c      1927         147317         653        20        -586.0000        -625.2358      6.70%
38300.87/1932.08	c      1932         148627         657        20        -586.0000        -625.2358      6.70%
38402.15/1937.14	c      1937         149969         653        20        -586.0000        -625.2358      6.70%
38502.69/1942.24	c      1942         151324         654        20        -586.0000        -625.2358      6.70%
38601.95/1947.29	c      1947         152625         657        20        -586.0000        -625.2358      6.70%
38703.19/1952.38	c      1952         153891         656        20        -586.0000        -625.2358      6.70%
38804.38/1957.43	c      1957         155137         654        20        -586.0000        -625.2358      6.70%
38905.52/1962.50	c      1962         156497         657        20        -586.0000        -625.2358      6.70%
39004.77/1967.56	c      1968         157785         658        20        -586.0000        -625.2358      6.70%
39106.00/1972.62	c      1973         159099         658        20        -586.0000        -625.2358      6.70%
39205.26/1977.67	c      1978         160407         658        20        -586.0000        -625.2358      6.70%
39306.53/1982.73	c      1983         161726         654        20        -586.0000        -625.2358      6.70%
39405.86/1987.79	c      1988         162969         654        20        -586.0000        -625.2358      6.70%
39507.03/1992.85	c      1993         164209         656        20        -586.0000        -625.2358      6.70%
39608.29/1997.90	c      1998         164456         656        20        -586.0000        -625.2358      6.70%
39707.53/2002.97	c      2003         164456         656        20        -586.0000        -625.2358      6.70%
39806.75/2008.01	c      2008         164456         656        20        -586.0000        -625.2358      6.70%
39905.98/2013.03	c      2013         164456         656        20        -586.0000        -625.2358      6.70%
40007.90/2018.11	c      2018         164456         656        20        -586.0000        -625.2358      6.70%
40108.97/2023.16	c      2023         165010         654        20        -586.0000        -625.2358      6.70%
40209.68/2028.21	c      2028         166278         655        20        -586.0000        -625.2358      6.70%
40308.93/2033.26	c      2033         167546         655        20        -586.0000        -625.2358      6.70%
40410.14/2038.31	c      2038         168838         658        20        -586.0000        -625.2358      6.70%
40509.38/2043.36	c      2043         170243         655        20        -586.0000        -625.2358      6.70%
40610.64/2048.41	c      2048         171521         654        20        -586.0000        -625.2358      6.70%
40711.90/2053.53	c      2054         173006         655        20        -586.0000        -625.2358      6.70%
40811.15/2058.59	c      2059         174288         653        20        -586.0000        -625.2358      6.70%
40912.40/2063.66	c      2064         175288         658        20        -586.0000        -625.2358      6.70%
41013.61/2068.70	c      2069         176680         656        20        -586.0000        -625.2358      6.70%
41112.84/2073.76	c      2074         177961         656        20        -586.0000        -625.2358      6.70%
41214.07/2078.80	c      2079         179379         653        20        -586.0000        -625.2358      6.70%
41313.33/2083.84	c      2084         180742         656        20        -586.0000        -625.2358      6.70%
41412.59/2088.85	c      2089         182075         653        20        -586.0000        -625.2358      6.70%
41513.85/2093.90	c      2094         183471         656        20        -586.0000        -625.2358      6.70%
41613.04/2098.94	c      2099         184813         660        20        -586.0000        -625.2358      6.70%
41712.28/2104.00	c      2104         186298         653        20        -586.0000        -625.2358      6.70%
41814.28/2109.05	c      2109         187647         652        20        -586.0000        -625.2358      6.70%
41913.29/2114.10	c      2114         189091         653        20        -586.0000        -625.2358      6.70%
42014.52/2119.15	c      2119         190450         657        20        -586.0000        -625.2358      6.70%
42115.21/2124.20	c      2124         191730         654        20        -586.0000        -625.2358      6.70%
42214.47/2129.25	c      2129         192985         658        20        -586.0000        -625.2358      6.70%
42315.72/2134.30	c      2134         194320         654        20        -586.0000        -625.2358      6.70%
42414.96/2139.35	c      2139         195688         656        20        -586.0000        -625.2358      6.70%
42516.19/2144.40	c      2144         197074         655        20        -586.0000        -625.2358      6.70%
42615.44/2149.45	c      2149         198483         654        20        -586.0000        -625.2358      6.70%
42716.68/2154.56	c      2155         199951         656        20        -586.0000        -625.2358      6.70%
42817.91/2159.61	c      2160         200753         654        20        -586.0000        -625.2358      6.70%
42923.12/2164.93	c      2165         202128         650        20        -586.0000        -625.2358      6.70%
43022.28/2169.97	c      2170         203457         652        20        -586.0000        -625.2358      6.70%
43124.12/2175.07	c      2175         205085         652        20        -586.0000        -625.2358      6.70%
43226.70/2180.22	c      2180         206146         662        20        -586.0000        -625.2358      6.70%
43327.88/2185.30	c      2185         206146         662        20        -586.0000        -625.2358      6.70%
43427.08/2190.35	c      2190         206174         662        20        -586.0000        -625.2358      6.70%
43528.27/2195.43	c      2195         207396         657        20        -586.0000        -625.2358      6.70%
43627.47/2200.49	c      2200         208590         657        20        -586.0000        -625.2358      6.70%
43728.67/2205.57	c      2206         209820         658        20        -586.0000        -625.2358      6.70%
43827.91/2210.59	c      2211         211087         656        20        -586.0000        -625.2358      6.70%
43933.13/2215.87	c      2216         212362         657        20        -586.0000        -625.2358      6.70%
44034.35/2220.95	c      2221         213664         656        20        -586.0000        -625.2358      6.70%
44133.57/2225.99	c      2226         215028         653        20        -586.0000        -625.2358      6.70%
44235.36/2231.06	c      2231         216390         656        20        -586.0000        -625.2358      6.70%
44334.77/2236.11	c      2236         217707         656        20        -586.0000        -625.2358      6.70%
44435.83/2241.17	c      2241         219071         656        20        -586.0000        -625.2358      6.70%
44536.51/2246.24	c      2246         220465         659        20        -586.0000        -625.2358      6.70%
44635.73/2251.27	c      2251         221017         655        20        -586.0000        -625.2358      6.70%
44736.96/2256.37	c      2256         221017         655        20        -586.0000        -625.2358      6.70%
44838.16/2261.42	c      2261         221017         655        20        -586.0000        -625.2358      6.70%
44937.37/2266.47	c      2266         221017         655        20        -586.0000        -625.2358      6.70%
45038.58/2271.53	c      2272         221017         655        20        -586.0000        -625.2358      6.70%
45137.82/2276.58	c      2277         221384         655        20        -586.0000        -625.2358      6.70%
45239.04/2281.63	c      2282         222699         653        20        -586.0000        -625.2358      6.70%
45338.26/2286.64	c      2287         224005         655        20        -586.0000        -625.2358      6.70%
45437.48/2291.69	c      2292         225342         660        20        -586.0000        -625.2358      6.70%
45538.68/2296.72	c      2297         226648         660        20        -586.0000        -625.2358      6.70%
45637.91/2301.73	c      2302         227988         657        20        -586.0000        -625.2358      6.70%
45737.17/2306.78	c      2307         229370         655        20        -586.0000        -625.2358      6.70%
45838.42/2311.83	c      2312         230732         661        20        -586.0000        -625.2358      6.70%
45937.71/2316.89	c      2317         232145         656        20        -586.0000        -625.2358      6.70%
46038.98/2321.94	c      2322         233507         660        20        -586.0000        -625.2358      6.70%
46138.25/2327.00	c      2327         234970         654        20        -586.0000        -625.2358      6.70%
46240.20/2332.05	c      2332         236423         656        20        -586.0000        -625.2358      6.70%
46339.50/2337.10	c      2337         237809         657        20        -586.0000        -625.2358      6.70%
46440.65/2342.16	c      2342         239074         659        20        -586.0000        -625.2358      6.70%
46541.14/2347.24	c      2347         240167         656        20        -586.0000        -625.2358      6.70%
46642.40/2352.31	c      2352         241833         659        20        -586.0000        -625.2358      6.70%
46741.67/2357.36	c      2357         243193         655        20        -586.0000        -625.2358      6.70%
46840.92/2362.37	c      2362         244206         656        20        -586.0000        -625.2358      6.70%
46940.20/2367.39	c      2367         245655         659        20        -586.0000        -625.2358      6.70%
47041.45/2372.48	c      2372         247050         658        20        -586.0000        -625.2358      6.70%
47142.69/2377.53	c      2378         248337         657        20        -586.0000        -625.2358      6.70%
47243.93/2382.64	c      2383         250005         655        20        -586.0000        -625.2358      6.70%
47343.18/2387.69	c      2388         250969         653        20        -586.0000        -625.2358      6.70%
47444.42/2392.78	c      2393         252432         658        20        -586.0000        -625.2358      6.70%
47545.79/2397.83	c      2398         253747         657        20        -586.0000        -625.2358      6.70%
47644.91/2402.89	c      2403         255104         660        20        -586.0000        -625.2358      6.70%
47746.11/2407.94	c      2408         256486         655        20        -586.0000        -625.2358      6.70%
47845.31/2413.00	c      2413         257863         656        20        -586.0000        -625.2358      6.70%
47946.97/2418.05	c      2418         259159         653        20        -586.0000        -625.2358      6.70%
48046.35/2423.10	c      2423         260434         658        20        -586.0000        -625.2358      6.70%
48147.56/2428.15	c      2428         261756         655        20        -586.0000        -625.2358      6.70%
48248.08/2433.20	c      2433         263083         655        20        -586.0000        -625.2358      6.70%
48347.34/2438.25	c      2438         264420         655        20        -586.0000        -625.2358      6.70%
48448.56/2443.30	c      2443         265846         655        20        -586.0000        -625.2358      6.70%
48549.77/2448.40	c      2448         267205         655        20        -586.0000        -625.2358      6.70%
48648.99/2453.45	c      2453         268272         656        20        -586.0000        -625.2358      6.70%
48750.17/2458.52	c      2459         269887         655        20        -586.0000        -625.2358      6.70%
48849.34/2463.57	c      2464         271314         655        20        -586.0000        -625.2358      6.70%
48950.56/2468.62	c      2469         272695         656        20        -586.0000        -625.2358      6.70%
49049.79/2473.68	c      2474         274014         654        20        -586.0000        -625.2358      6.70%
49151.01/2478.75	c      2479         275340         654        20        -586.0000        -625.2358      6.70%
49250.32/2483.77	c      2484         276448         653        20        -586.0000        -625.2358      6.70%
49351.42/2488.88	c      2489         278094         657        20        -586.0000        -625.2358      6.70%
49452.64/2493.91	c      2494         279195         655        20        -586.0000        -625.2358      6.70%
49551.89/2498.99	c      2499         280721         651        20        -586.0000        -625.2358      6.70%
49653.68/2504.05	c      2504         282045         654        20        -586.0000        -625.2358      6.70%
49753.01/2509.11	c      2509         283321         656        20        -586.0000        -625.2358      6.70%
49854.22/2514.17	c      2514         284615         654        20        -586.0000        -625.2358      6.70%
49954.82/2519.22	c      2519         285908         654        20        -586.0000        -625.2358      6.70%
50054.09/2524.27	c      2524         287231         656        20        -586.0000        -625.2358      6.70%
50155.34/2529.33	c      2529         288632         653        20        -586.0000        -625.2358      6.70%
50254.55/2534.39	c      2534         289962         654        20        -586.0000        -625.2358      6.70%
50355.67/2539.45	c      2539         291297         654        20        -586.0000        -625.2358      6.70%
50454.90/2544.46	c      2544         292262         655        20        -586.0000        -625.2358      6.70%
50556.10/2549.57	c      2550         293764         658        20        -586.0000        -625.2358      6.70%
50655.32/2554.58	c      2555         294845         654        20        -586.0000        -625.2358      6.70%
50756.53/2559.69	c      2560         296511         655        20        -586.0000        -625.2358      6.70%
50857.76/2564.75	c      2565         297783         652        20        -586.0000        -625.2358      6.70%
50958.99/2569.82	c      2570         299160         654        20        -586.0000        -625.2358      6.70%
51058.24/2574.87	c      2575         300513         655        20        -586.0000        -625.2358      6.70%
51159.41/2579.93	c      2580         301897         654        20        -586.0000        -625.2358      6.70%
51258.65/2584.98	c      2585         303304         653        20        -586.0000        -625.2358      6.70%
51360.53/2590.04	c      2590         304669         654        20        -586.0000        -625.2358      6.70%
51459.88/2595.09	c      2595         305922         655        20        -586.0000        -625.2358      6.70%
51560.90/2600.16	c      2600         307117         654        20        -586.0000        -625.2358      6.70%
51661.52/2605.22	c      2605         308350         657        20        -586.0000        -625.2358      6.70%
51760.75/2610.27	c      2610         309396         656        20        -586.0000        -625.2358      6.70%
51861.99/2615.38	c      2615         310633         659        20        -586.0000        -625.2358      6.70%
51963.23/2620.43	c      2620         311871         658        20        -586.0000        -625.2358      6.70%
52062.43/2625.48	c      2625         313099         658        20        -586.0000        -625.2358      6.70%
52163.68/2630.53	c      2631         314289         656        20        -586.0000        -625.2358      6.70%
52262.93/2635.58	c      2636         315551         654        20        -586.0000        -625.2358      6.70%
52364.16/2640.63	c      2641         316813         655        20        -586.0000        -625.2358      6.70%
52463.41/2645.68	c      2646         318042         653        20        -586.0000        -625.2358      6.70%
52564.65/2650.73	c      2651         319259         655        20        -586.0000        -625.2358      6.70%
52663.87/2655.78	c      2656         320613         654        20        -586.0000        -625.2358      6.70%
52765.12/2660.83	c      2661         321987         657        20        -586.0000        -625.2358      6.70%
52864.38/2665.88	c      2666         323342         653        20        -586.0000        -625.2358      6.70%
52965.61/2670.93	c      2671         324669         657        20        -586.0000        -625.2358      6.70%
53064.86/2675.98	c      2676         325932         656        20        -586.0000        -625.2358      6.70%
53164.10/2681.03	c      2681         327173         658        20        -586.0000        -625.2358      6.70%
53265.77/2686.08	c      2686         328402         656        20        -586.0000        -625.2358      6.70%
53365.16/2691.12	c      2691         329608         656        20        -586.0000        -625.2358      6.70%
53466.37/2696.18	c      2696         330890         655        20        -586.0000        -625.2358      6.70%
53567.01/2701.23	c      2701         332215         652        20        -586.0000        -625.2358      6.70%
53666.25/2706.28	c      2706         333520         655        20        -586.0000        -625.2358      6.70%
53767.46/2711.34	c      2711         334884         656        20        -586.0000        -625.2358      6.70%
53866.68/2716.39	c      2716         336145         656        20        -586.0000        -625.2358      6.70%
53967.88/2721.41	c      2721         337453         652        20        -586.0000        -625.2358      6.70%
54067.12/2726.49	c      2726         338785         656        20        -586.0000        -625.2358      6.70%
54168.32/2731.51	c      2732         340081         653        20        -586.0000        -625.2358      6.70%
54267.49/2736.59	c      2737         341354         654        20        -586.0000        -625.2358      6.70%
54368.70/2741.61	c      2742         342636         654        20        -586.0000        -625.2358      6.70%
54467.92/2746.69	c      2747         343885         651        20        -586.0000        -625.2358      6.70%
54569.15/2751.74	c      2752         345206         657        20        -586.0000        -625.2358      6.70%
54668.41/2756.79	c      2757         346726         658        20        -586.0000        -625.2358      6.70%
54769.68/2761.84	c      2762         348134         656        20        -586.0000        -625.2358      6.70%
54870.95/2766.92	c      2767         349607         653        20        -586.0000        -625.2358      6.70%
54970.22/2771.97	c      2772         351034         656        20        -586.0000        -625.2358      6.70%
55069.49/2777.01	c      2777         352451         654        20        -586.0000        -625.2358      6.70%
55171.25/2782.07	c      2782         353784         654        20        -586.0000        -625.2358      6.70%
55270.58/2787.09	c      2787         355156         655        20        -586.0000        -625.2358      6.70%
55371.91/2792.17	c      2792         356460         655        20        -586.0000        -625.2358      6.70%
55472.28/2797.22	c      2797         357858         654        20        -586.0000        -625.2358      6.70%
55571.51/2802.27	c      2802         359211         655        20        -586.0000        -625.2358      6.70%
55670.73/2807.29	c      2807         360582         656        20        -586.0000        -625.2358      6.70%
55771.94/2812.37	c      2812         361944         651        20        -586.0000        -625.2358      6.70%
55873.15/2817.42	c      2817         363294         655        20        -586.0000        -625.2358      6.70%
55972.38/2822.47	c      2822         364739         655        20        -586.0000        -625.2358      6.70%
56073.60/2827.52	c      2828         366188         657        20        -586.0000        -625.2358      6.70%
56174.83/2832.62	c      2833         367687         653        20        -586.0000        -625.2358      6.70%
56274.09/2837.67	c      2838         369002         653        20        -586.0000        -625.2358      6.70%
56375.31/2842.72	c      2843         370287         654        20        -586.0000        -625.2358      6.70%
56474.55/2847.77	c      2848         371601         654        20        -586.0000        -625.2358      6.70%
56575.81/2852.82	c      2853         373013         652        20        -586.0000        -625.2358      6.70%
56675.07/2857.85	c      2858         374398         654        20        -586.0000        -625.2358      6.70%
56776.31/2862.92	c      2863         375802         656        20        -586.0000        -625.2358      6.70%
56875.50/2867.94	c      2868         377227         652        20        -586.0000        -625.2358      6.70%
56974.74/2873.02	c      2873         378617         654        20        -586.0000        -625.2358      6.70%
57076.74/2878.08	c      2878         379974         653        20        -586.0000        -625.2358      6.70%
57177.83/2883.15	c      2883         381286         651        20        -586.0000        -625.2358      6.70%
57278.46/2888.21	c      2888         382621         655        20        -586.0000        -625.2358      6.70%
57377.72/2893.26	c      2893         383965         657        20        -586.0000        -625.2358      6.70%
57478.95/2898.31	c      2898         385335         654        20        -586.0000        -625.2358      6.70%
57578.28/2903.36	c      2903         386746         656        20        -586.0000        -625.2358      6.70%
57679.45/2908.41	c      2908         388113         655        20        -586.0000        -625.2358      6.70%
57778.71/2913.46	c      2913         389532         654        20        -586.0000        -625.2358      6.70%
57879.96/2918.51	c      2919         390903         656        20        -586.0000        -625.2358      6.70%
57979.20/2923.56	c      2924         392222         654        20        -586.0000        -625.2358      6.70%
58080.44/2928.61	c      2929         393657         653        20        -586.0000        -625.2358      6.70%
58179.71/2933.66	c      2934         394982         654        20        -586.0000        -625.2358      6.70%
58280.95/2938.71	c      2939         396439         652        20        -586.0000        -625.2358      6.70%
58380.20/2943.75	c      2944         397844         657        20        -586.0000        -625.2358      6.70%
58481.44/2948.87	c      2949         399257         656        20        -586.0000        -625.2358      6.70%
58582.68/2953.92	c      2954         400629         653        20        -586.0000        -625.2358      6.70%
58681.94/2958.97	c      2959         401902         651        20        -586.0000        -625.2358      6.70%
58781.20/2964.02	c      2964         403187         651        20        -586.0000        -625.2358      6.70%
58883.15/2969.07	c      2969         404400         656        20        -586.0000        -625.2358      6.70%
58982.41/2974.12	c      2974         405630         652        20        -586.0000        -625.2358      6.70%
59083.52/2979.17	c      2979         406836         654        20        -586.0000        -625.2358      6.70%
59182.73/2984.18	c      2984         408109         654        20        -586.0000        -625.2358      6.70%
59282.06/2989.19	c      2989         409263         650        20        -586.0000        -625.2358      6.70%
59384.63/2994.32	c      2994         410463         661        20        -586.0000        -625.2358      6.70%
59483.86/2999.37	c      2999         411814         656        20        -586.0000        -625.2358      6.70%
59585.09/3004.42	c      3004         413192         656        20        -586.0000        -625.2358      6.70%
59684.33/3009.46	c      3009         414660         656        20        -586.0000        -625.2358      6.70%
59785.58/3014.52	c      3015         416044         656        20        -586.0000        -625.2358      6.70%
59884.84/3019.57	c      3020         417371         654        20        -586.0000        -625.2358      6.70%
59986.09/3024.63	c      3025         418643         652        20        -586.0000        -625.2358      6.70%
60085.36/3029.66	c      3030         419863         656        20        -586.0000        -625.2358      6.70%
60186.61/3034.73	c      3035         421106         655        20        -586.0000        -625.2358      6.70%
60285.90/3039.78	c      3040         422439         657        20        -586.0000        -625.2358      6.70%
60387.17/3044.83	c      3045         423809         653        20        -586.0000        -625.2358      6.70%
60486.29/3049.88	c      3050         425244         655        20        -586.0000        -625.2358      6.70%
60585.57/3054.89	c      3055         426621         656        20        -586.0000        -625.2358      6.70%
60686.82/3059.96	c      3060         427952         658        20        -586.0000        -625.2358      6.70%
60786.08/3065.02	c      3065         429241         656        20        -586.0000        -625.2358      6.70%
60887.95/3070.08	c      3070         430462         658        20        -586.0000        -625.2358      6.70%
60987.29/3075.09	c      3075         431868         657        20        -586.0000        -625.2358      6.70%
61088.35/3080.18	c      3080         433185         659        20        -586.0000        -625.2358      6.70%
61188.80/3085.20	c      3085         434595         655        20        -586.0000        -625.2358      6.70%
61288.04/3090.21	c      3090         435908         661        20        -586.0000        -625.2358      6.70%
61389.27/3095.30	c      3095         437193         654        20        -586.0000        -625.2358      6.70%
61490.49/3100.42	c      3100         438579         655        20        -586.0000        -625.2358      6.70%
61522.79/3102.12	c *    3102         439073         654        20        -587.0000        -625.2358      6.51%
61593.69/3105.68	c      3106         439316         654        20        -587.0000        -625.2358      6.51%
61704.77/3111.27	c      3111         439316         654        20        -587.0000        -625.2358      6.51%
61813.90/3116.77	c      3117         439316         654        20        -587.0000        -625.2358      6.51%
61922.98/3122.27	c      3122         439316         654        20        -587.0000        -625.2358      6.51%
62028.17/3127.50	c      3128         439316         654        20        -587.0000        -625.2358      6.51%
62129.37/3132.63	c      3133         439316         654        20        -587.0000        -625.2358      6.51%
62228.64/3137.66	c      3138         439414         652        20        -587.0000        -625.2358      6.51%
62329.89/3142.73	c      3143         439414         652        20        -587.0000        -625.2358      6.51%
62429.21/3147.75	c      3148         439414         652        20        -587.0000        -625.2358      6.51%
62536.95/3153.17	c      3153         439414         652        20        -587.0000        -625.2358      6.51%
62639.47/3158.33	c      3158         439414         652        20        -587.0000        -625.2358      6.51%
62740.66/3163.42	c      3163         439414         652        20        -587.0000        -625.2358      6.51%
62841.84/3168.52	c      3169         439451         655        20        -587.0000        -625.2358      6.51%
62946.99/3173.85	c      3174         439451         655        20        -587.0000        -625.2358      6.51%
63046.12/3178.89	c      3179         439451         655        20        -587.0000        -625.2358      6.51%
63149.92/3184.07	c      3184         439451         655        20        -587.0000        -625.2358      6.51%
63249.22/3189.08	c      3189         439517         655        20        -587.0000        -625.2358      6.51%
63350.17/3194.20	c      3194         439517         655        20        -587.0000        -625.2358      6.51%
63450.89/3199.22	c      3199         439517         655        20        -587.0000        -625.2358      6.51%
63556.12/3204.50	c      3204         439517         655        20        -587.0000        -625.2358      6.51%
63655.39/3209.55	c      3210         439585         654        20        -587.0000        -625.2358      6.51%
63762.53/3214.96	c      3215         439585         654        20        -587.0000        -625.2358      6.51%
63884.05/3221.07	c      3221         439585         654        20        -587.0000        -625.2358      6.51%
63990.71/3226.40	c      3226         439585         654        20        -587.0000        -625.2358      6.51%
64089.97/3231.45	c      3231         439585         654        20        -587.0000        -625.2358      6.51%
64191.15/3236.52	c      3237         439585         654        20        -587.0000        -625.2358      6.51%
64294.26/3241.73	c      3242         439586         653        20        -587.0000        -625.2358      6.51%
64395.43/3246.88	c      3247         439714         654        20        -587.0000        -625.2358      6.51%
64496.69/3251.95	c      3252         439714         654        20        -587.0000        -625.2358      6.51%
64605.90/3257.45	c      3257         439714         654        20        -587.0000        -625.2358      6.51%
64711.13/3262.72	c      3263         439714         654        20        -587.0000        -625.2358      6.51%
64812.39/3267.82	c      3268         439714         654        20        -587.0000        -625.2358      6.51%
64913.63/3272.98	c      3273         439714         654        20        -587.0000        -625.2358      6.51%
65015.43/3278.03	c      3278         439715         653        20        -587.0000        -625.2358      6.51%
65116.65/3283.19	c      3283         439799         653        20        -587.0000        -625.2358      6.51%
65217.11/3288.22	c      3288         439799         653        20        -587.0000        -625.2358      6.51%
65318.30/3293.31	c      3293         439799         653        20        -587.0000        -625.2358      6.51%
65421.43/3298.56	c      3299         439799         653        20        -587.0000        -625.2358      6.51%
65520.57/3303.58	c      3304         439799         653        20        -587.0000        -625.2358      6.51%
65633.70/3309.29	c      3309         439799         653        20        -587.0000        -625.2358      6.51%
65736.90/3314.43	c      3314         439800         652        20        -587.0000        -625.2358      6.51%
65840.08/3319.62	c      3320         439800         652        20        -587.0000        -625.2358      6.51%
65945.27/3324.97	c      3325         439800         652        20        -587.0000        -625.2358      6.51%
66050.44/3330.20	c      3330         439800         652        20        -587.0000        -625.2358      6.51%
66149.66/3335.28	c      3335         439800         652        20        -587.0000        -625.2358      6.51%
66250.89/3340.39	c      3340         439949         654        20        -587.0000        -625.2358      6.51%
66352.10/3345.43	c      3345         439949         654        20        -587.0000        -625.2358      6.51%
66453.32/3350.55	c      3351         439949         654        20        -587.0000        -625.2358      6.51%
66558.50/3355.81	c      3356         439949         654        20        -587.0000        -625.2358      6.51%
66659.71/3360.98	c      3361         439949         654        20        -587.0000        -625.2358      6.51%
66758.91/3366.02	c      3366         439949         654        20        -587.0000        -625.2358      6.51%
66860.84/3371.05	c      3371         439950         653        20        -587.0000        -625.2358      6.51%
66963.36/3376.28	c      3376         440006         653        20        -587.0000        -625.2358      6.51%
67064.59/3381.39	c      3381         440006         653        20        -587.0000        -625.2358      6.51%
67167.78/3386.53	c      3387         440006         653        20        -587.0000        -625.2358      6.51%
67270.97/3391.79	c      3392         440006         653        20        -587.0000        -625.2358      6.51%
67374.13/3396.92	c      3397         440006         653        20        -587.0000        -625.2358      6.51%
67473.32/3401.96	c      3402         440006         653        20        -587.0000        -625.2358      6.51%
67572.53/3407.02	c      3407         440007         652        20        -587.0000        -625.2358      6.51%
67674.35/3412.07	c      3412         440007         652        20        -587.0000        -625.2358      6.51%
67773.57/3417.12	c      3417         440007         652        20        -587.0000        -625.2358      6.51%
67874.74/3422.15	c      3422         440294         654        20        -587.0000        -625.2358      6.51%
67975.36/3427.21	c      3427         441499         657        20        -587.0000        -625.2358      6.51%
68074.58/3432.29	c      3432         442770         657        20        -587.0000        -625.2358      6.51%
68175.77/3437.34	c      3437         444055         654        20        -587.0000        -625.2358      6.51%
68274.99/3442.39	c      3442         445175         657        20        -587.0000        -625.2358      6.51%
68376.16/3447.44	c      3447         446386         656        20        -587.0000        -625.2358      6.51%
68475.36/3452.49	c      3452         447585         651        20        -587.0000        -625.2358      6.51%
68576.54/3457.54	c      3458         448824         659        20        -587.0000        -625.2358      6.51%
68675.74/3462.59	c      3463         450116         658        20        -587.0000        -625.2358      6.51%
68776.95/3467.60	c      3468         451374         656        20        -587.0000        -625.2358      6.51%
68876.08/3472.61	c      3473         452674         651        20        -587.0000        -625.2358      6.51%
68975.30/3477.62	c      3478         453955         654        20        -587.0000        -625.2358      6.51%
69076.48/3482.79	c      3483         455191         654        20        -587.0000        -625.2358      6.51%
69177.65/3487.84	c      3488         456410         652        20        -587.0000        -625.2358      6.51%
69276.85/3492.89	c      3493         457659         655        20        -587.0000        -625.2358      6.51%
69378.04/3497.90	c      3498         458865         653        20        -587.0000        -625.2358      6.51%
69477.26/3502.97	c      3503         460107         656        20        -587.0000        -625.2358      6.51%
69579.07/3508.04	c      3508         461417         658        20        -587.0000        -625.2358      6.51%
69678.34/3513.09	c      3513         462746         655        20        -587.0000        -625.2358      6.51%
69779.46/3518.14	c      3518         464007         654        20        -587.0000        -625.2358      6.51%
69878.69/3523.19	c      3523         465185         655        20        -587.0000        -625.2358      6.51%
69979.32/3528.24	c      3528         466375         656        20        -587.0000        -625.2358      6.51%
70078.58/3533.29	c      3533         467680         655        20        -587.0000        -625.2358      6.51%
70179.84/3538.34	c      3538         469025         653        20        -587.0000        -625.2358      6.51%
70279.08/3543.39	c      3543         470201         655        20        -587.0000        -625.2358      6.51%
70380.30/3548.44	c      3548         471447         653        20        -587.0000        -625.2358      6.51%
70479.47/3553.49	c      3553         472664         653        20        -587.0000        -625.2358      6.51%
70580.69/3558.51	c      3559         473860         654        20        -587.0000        -625.2358      6.51%
70679.90/3563.59	c      3564         475025         652        20        -587.0000        -625.2358      6.51%
70781.13/3568.64	c      3569         476215         654        20        -587.0000        -625.2358      6.51%
70880.38/3573.69	c      3574         477364         653        20        -587.0000        -625.2358      6.51%
70981.62/3578.74	c      3579         478590         652        20        -587.0000        -625.2358      6.51%
71080.84/3583.78	c      3584         479814         657        20        -587.0000        -625.2358      6.51%
71182.05/3588.80	c      3589         481055         656        20        -587.0000        -625.2358      6.51%
71281.17/3593.89	c      3594         482334         656        20        -587.0000        -625.2358      6.51%
71382.38/3598.94	c      3599         483639         656        20        -587.0000        -625.2358      6.51%
71481.62/3603.99	c      3604         484922         655        20        -587.0000        -625.2358      6.51%
71583.55/3609.04	c      3609         486246         655        20        -587.0000        -625.2358      6.51%
71682.60/3614.09	c      3614         487518         653        20        -587.0000        -625.2358      6.51%
71784.05/3619.14	c      3619         488696         654        20        -587.0000        -625.2358      6.51%
71883.18/3624.19	c      3624         489942         653        20        -587.0000        -625.2358      6.51%
71983.75/3629.24	c      3629         491149         654        20        -587.0000        -625.2358      6.51%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (178500 MiB free)
  memory of node 1: 193494 MiB (173453 MiB free)
  memory of node 2: 193531 MiB (191815 MiB free)
  memory of node 3: 193531 MiB (175019 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467597-1723248372/watcher-4467597-1723248372 -o /tmp/evaluation-result-4467597-1723248372/solver-4467597-1723248372 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532630 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467597-1723248372.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=541840, runsolver pid=541837
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 75.00 79.42 80.10 63/990 541850
/proc/meminfo: memFree=736009812/790760804 swapFree=131071996/131071996
[pid=541840] ppid=541837 vsize=1533072 memory=62512 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/stat : 541840 (fscip) S 541837 541840 532618 0 -1 1077936128 13607 0 0 0 9 2 0 0 20 0 21 0 91420280 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
/proc/541840/statm: 383268 15628 2806 3035 0 56841 0
[pid=541840/tid=541842] ppid=541837 vsize=1533072 memory=8390339637985935414 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541842/stat : 541842 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541843] ppid=541837 vsize=1533072 memory=25145 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541843/stat : 541843 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541844] ppid=541837 vsize=1533072 memory=56316433531346 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541844/stat : 541844 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541845] ppid=541837 vsize=1533072 memory=54083084091976 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541845/stat : 541845 (fscip) S 541837 541840 532618 0 -1 1077936192 1461 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541846] ppid=541837 vsize=1533072 memory=61783977231038 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541846/stat : 541846 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541847] ppid=541837 vsize=1533072 memory=56282191234110 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541847/stat : 541847 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541848] ppid=541837 vsize=1533072 memory=15539617701037672 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541848/stat : 541848 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15628 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541849] ppid=541837 vsize=1533072 memory=3545796563748664717 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541849/stat : 541849 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541850] ppid=541837 vsize=1533072 memory=959885 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541850/stat : 541850 (fscip) S 541837 541840 532618 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541851] ppid=541837 vsize=1533072 memory=1015950 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541851/stat : 541851 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541852] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541852/stat : 541852 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541853] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541853/stat : 541853 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541854] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541854/stat : 541854 (fscip) S 541837 541840 532618 0 -1 1077936192 1460 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541855] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541855/stat : 541855 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541856] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541856/stat : 541856 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541857] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541857/stat : 541857 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541858] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541858/stat : 541858 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541859] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541859/stat : 541859 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541860] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541860/stat : 541860 (fscip) R 541837 541840 532618 0 -1 4194368 1329 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541861] ppid=541837 vsize=1533072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541861/stat : 541861 (fscip) S 541837 541840 532618 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 91420290 1569865728 15694 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 1533072 KiB
Current children cumulated memory: 62512 KiB

[startup+0.223216 s]*
/proc/loadavg: 75.00 79.42 80.10 65/1021 541881
/proc/meminfo: memFree=735797284/790760804 swapFree=131071996/131071996
[pid=541840] ppid=541837 vsize=1779072 memory=315372 CPUtime=0.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/stat : 541840 (fscip) S 541837 541840 532618 0 -1 1077936128 73276 0 0 0 29 19 0 0 20 0 41 0 91420280 1821769728 78843 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
/proc/541840/statm: 444768 78843 2822 3035 0 167035 0
[pid=541840/tid=541842] ppid=541837 vsize=1779072 memory=8318255677412212789 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541842/stat : 541842 (fscip) D 541837 541840 532618 0 -1 4194368 3136 0 0 0 0 1 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541843] ppid=541837 vsize=1779072 memory=241407623510 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541843/stat : 541843 (fscip) D 541837 541840 532618 0 -1 4194368 3287 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541844] ppid=541837 vsize=1779072 memory=60710185099761 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541844/stat : 541844 (fscip) R 541837 541840 532618 0 -1 4194368 3240 0 0 0 0 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541845] ppid=541837 vsize=1779072 memory=58519768556253 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541845/stat : 541845 (fscip) R 541837 541840 532618 0 -1 4194368 3128 0 0 0 0 1 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541846] ppid=541837 vsize=1779072 memory=55186907489225 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541846/stat : 541846 (fscip) D 541837 541840 532618 0 -1 4194368 3114 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541847] ppid=541837 vsize=1779072 memory=61818387364323 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541847/stat : 541847 (fscip) D 541837 541840 532618 0 -1 4194368 3111 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541848] ppid=541837 vsize=1779072 memory=15538518189490407 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541848/stat : 541848 (fscip) D 541837 541840 532618 0 -1 4194368 3334 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541849] ppid=541837 vsize=1779072 memory=3977865085388985116 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541849/stat : 541849 (fscip) R 541837 541840 532618 0 -1 4194368 3117 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541850] ppid=541837 vsize=1779072 memory=959548 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541850/stat : 541850 (fscip) D 541837 541840 532618 0 -1 4194368 3349 0 0 0 0 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541851] ppid=541837 vsize=1779072 memory=1015899 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541851/stat : 541851 (fscip) D 541837 541840 532618 0 -1 4194368 3281 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541852] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541852/stat : 541852 (fscip) R 541837 541840 532618 0 -1 4194368 3389 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541853] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541853/stat : 541853 (fscip) D 541837 541840 532618 0 -1 4194368 3127 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541854] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541854/stat : 541854 (fscip) R 541837 541840 532618 0 -1 4194368 3151 0 0 0 0 1 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541855] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541855/stat : 541855 (fscip) R 541837 541840 532618 0 -1 4194368 3246 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541856] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541856/stat : 541856 (fscip) D 541837 541840 532618 0 -1 4194368 3290 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541857] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541857/stat : 541857 (fscip) D 541837 541840 532618 0 -1 4194368 3124 0 0 0 0 1 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541858] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541858/stat : 541858 (fscip) R 541837 541840 532618 0 -1 4194368 3127 0 0 0 0 1 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541859] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541859/stat : 541859 (fscip) R 541837 541840 532618 0 -1 4194368 3135 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541860] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541860/stat : 541860 (fscip) R 541837 541840 532618 0 -1 4194368 2920 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541861] ppid=541837 vsize=1779072 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541861/stat : 541861 (fscip) R 541837 541840 532618 0 -1 4194368 3365 0 0 0 1 0 0 0 20 0 41 0 91420290 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541862] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541862/stat : 541862 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541863] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541863/stat : 541863 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541864] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541864/stat : 541864 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541865] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541865/stat : 541865 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541866] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541866/stat : 541866 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541867] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541867/stat : 541867 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541868] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541868/stat : 541868 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541869] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541869/stat : 541869 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541870] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541870/stat : 541870 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78909 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541871] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541871/stat : 541871 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541872] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541872/stat : 541872 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541873] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541873/stat : 541873 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541874] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541874/stat : 541874 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541875] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541875/stat : 541875 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541876] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541876/stat : 541876 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541877] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541877/stat : 541877 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 78975 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541878] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541878/stat : 541878 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 79041 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541879] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541879/stat : 541879 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 79041 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541880] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541880/stat : 541880 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 79107 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541881] ppid=541837 vsize=1779072 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541881/stat : 541881 (fscip) S 541837 541840 532618 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 91420301 1821769728 79107 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 1779072 KiB
Current children cumulated memory: 315372 KiB

[startup+0.32265 s]*
/proc/loadavg: 75.00 79.42 80.10 80/1021 541881
/proc/meminfo: memFree=735555836/790760804 swapFree=131071996/131071996
[pid=541840] ppid=541837 vsize=1827568 memory=529012 CPUtime=2.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/stat : 541840 (fscip) S 541837 541840 532618 0 -1 1077936128 127179 0 0 0 126 100 0 0 20 0 41 0 91420280 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 17 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
/proc/541840/statm: 456892 132253 2822 3035 0 222389 0
[pid=541840/tid=541842] ppid=541837 vsize=1827568 memory=7017546533858338647 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541842/stat : 541842 (fscip) R 541837 541840 532618 0 -1 4194368 5929 0 0 0 5 5 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541843] ppid=541837 vsize=1827568 memory=279427351353584 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541843/stat : 541843 (fscip) R 541837 541840 532618 0 -1 4194368 5931 0 0 0 5 4 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541844] ppid=541837 vsize=1827568 memory=34340462562508916 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541844/stat : 541844 (fscip) R 541837 541840 532618 0 -1 4194368 5911 0 0 0 5 4 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541845] ppid=541837 vsize=1827568 memory=0 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541845/stat : 541845 (fscip) R 541837 541840 532618 0 -1 4194368 5936 0 0 0 5 5 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541846] ppid=541837 vsize=1827568 memory=0 CPUtime=0.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541846/stat : 541846 (fscip) R 541837 541840 532618 0 -1 4194368 5672 0 0 0 5 4 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541847] ppid=541837 vsize=1827568 memory=0 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541847/stat : 541847 (fscip) R 541837 541840 532618 0 -1 4194368 5941 0 0 0 5 5 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541848] ppid=541837 vsize=1827568 memory=27992919332356134 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541848/stat : 541848 (fscip) R 541837 541840 532618 0 -1 4194368 6189 0 0 0 6 4 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541849] ppid=541837 vsize=1827568 memory=25081 CPUtime=0.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541849/stat : 541849 (fscip) R 541837 541840 532618 0 -1 4194368 5668 0 0 0 6 4 0 0 20 0 41 0 91420290 1871429632 132253 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0

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

/proc/541840/task/541861/stat : 541861 (fscip) R 541837 541840 532618 0 -1 4194368 2701728 0 0 0 355476 334 0 0 20 0 41 0 91420290 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541862] ppid=541837 vsize=13796068 memory=28648 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541862/stat : 541862 (fscip) S 541837 541840 532618 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541863] ppid=541837 vsize=13796068 memory=32792 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541863/stat : 541863 (fscip) S 541837 541840 532618 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541864] ppid=541837 vsize=13796068 memory=279427352445472 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541864/stat : 541864 (fscip) S 541837 541840 532618 0 -1 1077936192 103 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541865] ppid=541837 vsize=13796068 memory=12103440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541865/stat : 541865 (fscip) S 541837 541840 532618 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541866] ppid=541837 vsize=13796068 memory=12100744 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541866/stat : 541866 (fscip) S 541837 541840 532618 0 -1 1077936192 138 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541867] ppid=541837 vsize=13796068 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541867/stat : 541867 (fscip) S 541837 541840 532618 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541868] ppid=541837 vsize=13796068 memory=12105160 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541868/stat : 541868 (fscip) S 541837 541840 532618 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541869] ppid=541837 vsize=13796068 memory=7044 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541869/stat : 541869 (fscip) S 541837 541840 532618 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541870] ppid=541837 vsize=13796068 memory=12101484 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541870/stat : 541870 (fscip) S 541837 541840 532618 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541871] ppid=541837 vsize=13796068 memory=12103888 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541871/stat : 541871 (fscip) S 541837 541840 532618 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541872] ppid=541837 vsize=13796068 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541872/stat : 541872 (fscip) S 541837 541840 532618 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541873] ppid=541837 vsize=13796068 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541873/stat : 541873 (fscip) S 541837 541840 532618 0 -1 1077936192 167 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541874] ppid=541837 vsize=13796068 memory=31924 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541874/stat : 541874 (fscip) S 541837 541840 532618 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541875] ppid=541837 vsize=13796068 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541875/stat : 541875 (fscip) S 541837 541840 532618 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541876] ppid=541837 vsize=13796068 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541876/stat : 541876 (fscip) S 541837 541840 532618 0 -1 1077936192 136 0 0 0 2 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541877] ppid=541837 vsize=13796068 memory=33000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541877/stat : 541877 (fscip) S 541837 541840 532618 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541878] ppid=541837 vsize=13796068 memory=1804 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541878/stat : 541878 (fscip) S 541837 541840 532618 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541879] ppid=541837 vsize=13796068 memory=6048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541879/stat : 541879 (fscip) S 541837 541840 532618 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541880] ppid=541837 vsize=13796068 memory=198340509722 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541880/stat : 541880 (fscip) S 541837 541840 532618 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541881] ppid=541837 vsize=13796068 memory=25031 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541881/stat : 541881 (fscip) S 541837 541840 532618 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 91420301 14127173632 3026392 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
Current children cumulated CPU time: 71053.1 s
Current children cumulated vsize: 13796068 KiB
Current children cumulated memory: 12105568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630 s]*
/proc/loadavg: 20.04 20.09 25.64 21/881 543842
/proc/meminfo: memFree=768285764/790760804 swapFree=131071996/131071996
[pid=541840] ppid=541837 vsize=13730532 memory=12084456 CPUtime=72000.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/stat : 541840 (fscip) S 541837 541840 532618 0 -1 1077936128 39208953 0 0 0 7192995 7027 0 0 20 0 41 0 91420280 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
/proc/541840/statm: 3432633 3021114 3014 3035 0 3316486 0
[pid=541840/tid=541842] ppid=541837 vsize=13730532 memory=-5155634780447454526 CPUtime=3603.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541842/stat : 541842 (fscip) R 541837 541840 532618 0 -1 4194368 975369 0 0 0 360258 114 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541843] ppid=541837 vsize=13730532 memory=4050762689168015650 CPUtime=3602.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541843/stat : 541843 (fscip) R 541837 541840 532618 0 -1 4194368 2409724 0 0 0 359874 336 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541844] ppid=541837 vsize=13730532 memory=-7305794425072865838 CPUtime=3593.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541844/stat : 541844 (fscip) R 541837 541840 532618 0 -1 4194368 2566436 0 0 0 358624 679 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541845] ppid=541837 vsize=13730532 memory=8547763363116190868 CPUtime=3597.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541845/stat : 541845 (fscip) R 541837 541840 532618 0 -1 4194368 959424 0 0 0 359586 116 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541846] ppid=541837 vsize=13730532 memory=4638778398332698720 CPUtime=3604.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541846/stat : 541846 (fscip) R 541837 541840 532618 0 -1 4194368 2380258 0 0 0 360102 306 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541847] ppid=541837 vsize=13730532 memory=36300 CPUtime=3604.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541847/stat : 541847 (fscip) R 541837 541840 532618 0 -1 4194368 2556718 0 0 0 359733 703 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541848] ppid=541837 vsize=13730532 memory=6796 CPUtime=3601.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541848/stat : 541848 (fscip) R 541837 541840 532618 0 -1 4194368 1070614 0 0 0 360066 131 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541849] ppid=541837 vsize=13730532 memory=20660 CPUtime=3604.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541849/stat : 541849 (fscip) R 541837 541840 532618 0 -1 4194368 2335437 0 0 0 360094 308 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541850] ppid=541837 vsize=13730532 memory=0 CPUtime=3585.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541850/stat : 541850 (fscip) R 541837 541840 532618 0 -1 4194368 2535734 0 0 0 357875 682 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541851] ppid=541837 vsize=13730532 memory=30399726987509844 CPUtime=3604.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541851/stat : 541851 (fscip) R 541837 541840 532618 0 -1 4194368 973151 0 0 0 360297 117 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541852] ppid=541837 vsize=13730532 memory=28184 CPUtime=3601.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541852/stat : 541852 (fscip) R 541837 541840 532618 0 -1 4194368 2409030 0 0 0 359842 306 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541853] ppid=541837 vsize=13730532 memory=6720667640550997605 CPUtime=3591.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541853/stat : 541853 (fscip) R 541837 541840 532618 0 -1 4194368 2355502 0 0 0 358528 584 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541854] ppid=541837 vsize=13730532 memory=25333125866717268 CPUtime=3599.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541854/stat : 541854 (fscip) R 541837 541840 532618 0 -1 4194368 892126 0 0 0 359871 103 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541855] ppid=541837 vsize=13730532 memory=7312 CPUtime=3602.92 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541855/stat : 541855 (fscip) R 541837 541840 532618 0 -1 4194368 2431201 0 0 0 359966 326 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541856] ppid=541837 vsize=13730532 memory=26988 CPUtime=3603.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541856/stat : 541856 (fscip) R 541837 541840 532618 0 -1 4194368 2374386 0 0 0 359800 562 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541857] ppid=541837 vsize=13730532 memory=12116000 CPUtime=3588.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541857/stat : 541857 (fscip) R 541837 541840 532618 0 -1 4194368 938423 0 0 0 358770 118 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541858] ppid=541837 vsize=13730532 memory=40456 CPUtime=3604.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541858/stat : 541858 (fscip) R 541837 541840 532618 0 -1 4194368 2767089 0 0 0 360107 315 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541859] ppid=541837 vsize=13730532 memory=12095376 CPUtime=3599.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541859/stat : 541859 (fscip) R 541837 541840 532618 0 -1 4194368 2517789 0 0 0 359238 730 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541860] ppid=541837 vsize=13730532 memory=7522817215572634706 CPUtime=3601.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541860/stat : 541860 (fscip) R 541837 541840 532618 0 -1 4194368 979561 0 0 0 360032 112 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541861] ppid=541837 vsize=13730532 memory=279427352060480 CPUtime=3605.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541861/stat : 541861 (fscip) R 541837 541840 532618 0 -1 4194368 2758948 0 0 0 360215 339 0 0 20 0 41 0 91420290 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541862] ppid=541837 vsize=13730532 memory=30399726987509844 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541862/stat : 541862 (fscip) S 541837 541840 532618 0 -1 1077936192 143 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541863] ppid=541837 vsize=13730532 memory=-2102210592489111379 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541863/stat : 541863 (fscip) S 541837 541840 532618 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541864] ppid=541837 vsize=13730532 memory=-6297579644869025577 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541864/stat : 541864 (fscip) S 541837 541840 532618 0 -1 1077936192 105 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541865] ppid=541837 vsize=13730532 memory=-6305713897275415936 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541865/stat : 541865 (fscip) S 541837 541840 532618 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541866] ppid=541837 vsize=13730532 memory=6944656592455097440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541866/stat : 541866 (fscip) S 541837 541840 532618 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541867] ppid=541837 vsize=13730532 memory=6944656592452807320 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541867/stat : 541867 (fscip) S 541837 541840 532618 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541868] ppid=541837 vsize=13730532 memory=231 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541868/stat : 541868 (fscip) S 541837 541840 532618 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541869] ppid=541837 vsize=13730532 memory=11822120823029796 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541869/stat : 541869 (fscip) S 541837 541840 532618 0 -1 1077936192 163 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541870] ppid=541837 vsize=13730532 memory=279427352130560 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541870/stat : 541870 (fscip) S 541837 541840 532618 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541871] ppid=541837 vsize=13730532 memory=3472468009903747817 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541871/stat : 541871 (fscip) S 541837 541840 532618 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541872] ppid=541837 vsize=13730532 memory=5859295632217565272 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541872/stat : 541872 (fscip) S 541837 541840 532618 0 -1 1077936192 101 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541873] ppid=541837 vsize=13730532 memory=7595416644950775404 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541873/stat : 541873 (fscip) S 541837 541840 532618 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541874] ppid=541837 vsize=13730532 memory=6946349806154115945 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541874/stat : 541874 (fscip) S 541837 541840 532618 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541875] ppid=541837 vsize=13730532 memory=2891363978790908981 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541875/stat : 541875 (fscip) S 541837 541840 532618 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541876] ppid=541837 vsize=13730532 memory=198340509722 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541876/stat : 541876 (fscip) S 541837 541840 532618 0 -1 1077936192 139 0 0 0 2 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541877] ppid=541837 vsize=13730532 memory=25031 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541877/stat : 541877 (fscip) S 541837 541840 532618 0 -1 1077936192 145 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541878] ppid=541837 vsize=13730532 memory=25369 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541878/stat : 541878 (fscip) S 541837 541840 532618 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541879] ppid=541837 vsize=13730532 memory=25699 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541879/stat : 541879 (fscip) S 541837 541840 532618 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541880] ppid=541837 vsize=13730532 memory=26032 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541880/stat : 541880 (fscip) S 541837 541840 532618 0 -1 1077936192 154 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
[pid=541840/tid=541881] ppid=541837 vsize=13730532 memory=64250 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/541840/task/541881/stat : 541881 (fscip) S 541837 541840 532618 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 91420301 14060064768 3021114 809668444160 4194304 16622877 140734283204720 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 49000448 140734283207657 140734283207773 140734283207773 140734283214799 0
Current children cumulated CPU time: 72000.2 s
Current children cumulated vsize: 13730532 KiB
Current children cumulated memory: 12084456 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3630.43 s]
# the end of solver process 541840 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=71930.2 s, system=70.6445 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3630.4 s]
/proc/loadavg: 20.04 20.09 25.64 2/842 543842
/proc/meminfo: memFree=773864748/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3630.43
CPU time (s): 72000.9
CPU user time (s): 71930.2
CPU system time (s): 70.6445
CPU usage (%): 1983.26
Max. virtual memory (cumulated for all children) (KiB): 13992676
Max. memory (cumulated for all children) (KiB): 12182692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71930.2
system time used= 70.6445
maximum resident set size= 12182812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39208983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270890
involuntary context switches= 224015


# summary of solver processes directly reported to runsolver:
#   pid: 541840
#   total CPU time (s): 72000.9
#   total CPU user time (s): 71930.2
#   total CPU system time (s): 70.6445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.975 second user time and 80.3592 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 02:06:12
IDJOB=4467597
IDBENCH=158503
IDSOLVER=3097
FILE ID=nodeD105/4467597-1723248372
RUNJOBID= nodeD105-1723238631-532630
SLURM_JOB_ID= 8266908
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament50.lin.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4467597-1723248372/watcher-4467597-1723248372 -o /tmp/evaluation-result-4467597-1723248372/solver-4467597-1723248372 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723238631-532630 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467597-1723248372.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 20

MD5SUM BENCH= 16979d2f8203ffed07f73a3588d8874c
RANDOM SEED=1391769216

nodeD105.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.385
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3152.538
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.623
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.508
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3293.057
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.592
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.634
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3000.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 1711.325
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.555
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.549
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2782.219
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2960.282
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.458
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3563.392
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.529
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.387
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3433.812
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.523
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.315
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3000.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2656.713
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.512
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.244
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2940.377
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3255.921
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.504
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.173
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2662.898
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2982.535
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.102
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3208.627
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2983.456
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2859.029
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2654.969
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.472
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.953
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2154.756
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.464
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.855
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2647.800
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.445
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.773
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3000.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2662.288
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2983.400
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.366
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2991.612
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2665.436
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.429
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.625
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2668.511
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.422
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.656
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2637.684
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2983.376
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.690
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2999.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2831.519
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2893.569
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2857.812
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3000.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2600.424
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2977.117
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2858.760
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3000.000
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3630.817
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2984.382
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        736040172 kB
MemAvailable:   740049376 kB
Buffers:          952052 kB
Cached:          6347528 kB
SwapCached:            0 kB
Active:          1301984 kB
Inactive:       50138112 kB
Active(anon):       2168 kB
Inactive(anon): 44169028 kB
Active(file):    1299816 kB
Inactive(file):  5969084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28476 kB
Writeback:             0 kB
AnonPages:      44140224 kB
Mapped:           134284 kB
Shmem:             30728 kB
KReclaimable:     320012 kB
Slab:             737164 kB
SReclaimable:     320012 kB
SUnreclaim:       417152 kB
KernelStack:       16816 kB
PageTables:       121244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2982072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           840960 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3061760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      919552 kB
DirectMap2M:    120164352 kB
DirectMap1G:    684720128 kB

Free space on /tmp at the end= 8622892 MiB
End job on nodeD105 at 2024-08-10 03:06:42