Trace number 4465427

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-07-30? (TO) 72001.3 3635.92

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_5.opb
MD5SUM353b00be857f2760978c5d5f587e868e
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 benchmark5383147
Best CPU time to get the best result obtained on this benchmark3585.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 174373725764
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 174373725764
Number of bits of the biggest sum of numbers38
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: 020d91813d]
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   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         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.11/0.13	c Default LC presolving (default).
0.11/0.13	c ** Before presolving: virtualMemUsedAtLc = 136617508, getVmSize() = 113119232, SCIPgetMemUsed() = 80380173, SCIPgetMemTotal() = 88815445, SCIPgetMemExternEstim() = 47802063
0.11/0.13	c ** set memory limit for presolving in LC to 8.79566e+12 for SCIP **
0.69/0.73	c ** Estimated virtualMemUsedAtSolver = 145118978, getVmSize() = 199049216, SCIPgetMemUsed() = 109654492, SCIPgetMemTotal() = 169876404, SCIPgetMemExternEstim() = 47802063
0.69/0.73	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
0.69/0.73	c Original Problem   :
0.69/0.73	c   Problem name     : instance-4465427-1722522413
0.69/0.73	c   Variables        : 20200 (20200 binary, 0 integer, 0 implicit integer, 0 continuous)
0.69/0.73	c   Constraints      : 30206
0.69/0.73	c   Objective sense  : minimize
0.69/0.73	c Presolved Problem  :
0.69/0.73	c   Variables        : 10100 (10100 binary, 0 integer, 0 implicit integer, 0 continuous)
0.69/0.73	c   Constraints      : 10404
0.69/0.73	c Constraints        : Number
0.69/0.73	c   knapsack         : 5250 
0.69/0.73	c   setppc           : 101 
0.69/0.73	c   linear           : 3 
0.69/0.73	c   logicor          : 5050 
0.69/0.73	c ** Instance transfer method used: 0
0.69/0.76	c ** ParaScipInstance copy does not increase the number of variables. **
1.19/1.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
1.19/1.28	c                                Nodes    Active                                            
1.19/1.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
14.86/2.09	c *       2              0           1        20   236953679.0000                -          -
14.86/2.12	c *       2              0           1        20   227645373.0000                -          -
14.86/2.12	c *       2              0           1        20   150398215.0000                -          -
14.86/2.14	c *       2              0           1        20    70177581.0000                -          -
25.82/2.67	c *       3              0           1        20    43935921.0000                -          -
37.72/3.25	c *       3              0           1        20     9306949.0000                -          -
74.09/5.04	c         5              2           1        20     9306949.0000          -3.0000          -
110.82/7.02	c *       7             41          42        20     8997847.0000          -3.0000          -
113.53/7.05	c *       7             41          42        20     8996091.0000          -3.0000          -
113.53/7.07	c *       7             41          42        20     8984149.0000          -3.0000          -
118.63/7.35	c *       7             41          42        20     8834425.0000          -3.0000          -
118.63/7.37	c *       7             41          42        20     8833273.0000          -3.0000          -
118.63/7.39	c *       7             41          42        20     8832745.0000          -3.0000          -
146.37/8.79	c *       9             82          83        20     8415837.0000          -3.0000          -
170.00/9.91	c *      10            102         101        20     8256507.0000          -3.0000          -
170.00/9.93	c *      10            102         101        20     8097341.0000          -3.0000          -
170.00/9.95	c *      10            102         101        20     8094785.0000          -3.0000          -
174.67/10.15	c        10            142         140        20     8094785.0000          -3.0000          -
187.71/10.83	c *      11            142         140        20     8006613.0000          -3.0000          -
187.71/10.85	c *      11            142         140        20     7991027.0000          -3.0000          -
194.28/11.18	c *      11            182         181        20     7911113.0000          -3.0000          -
197.60/11.31	c *      11            182         181        20     7879387.0000          -3.0000          -
197.60/11.35	c *      11            182         181        20     7779843.0000          -3.0000          -
197.60/11.37	c *      11            182         181        20     7773351.0000          -3.0000          -
225.33/12.78	c *      13            313         239        20     7676381.0000          -3.0000          -
235.21/13.29	c *      13            394         256        20     7595373.0000          -3.0000          -
243.16/13.61	c *      14            414         318        20     7452467.0000          -3.0000          -
274.82/15.26	c        15            584         253        20     7452467.0000          -3.0000          -
381.61/20.63	c        21           1452         738        20     7452467.0000          -3.0000          -
427.20/22.99	c *      23           2424         661        20     7451633.0000          -3.0000          -
474.76/25.34	c *      25           2924        1161        20     7448821.0000          -3.0000          -
482.65/25.75	c        26           3317        1498        20     7448821.0000          -3.0000          -
528.93/28.06	c *      28           3563        1841        20     7445683.0000          -3.0000          -
588.12/31.06	c        31           4372          41        20     7445683.0000          -3.0000          -
689.17/36.17	c        36           6880        4715        20     7445683.0000          -3.0000          -
791.42/41.38	c        41           8005        3390        20     7445683.0000          -3.0000          -
896.45/46.68	c        47           9911         635        20     7445683.0000          -3.0000          -
1000.93/51.90	c        52              2           0        20     7445683.0000     2458177.7897    202.89%
1099.77/56.92	c        57              2           0        20     7445683.0000     2484922.9454    199.63%
1198.57/61.97	c        62              2           0        20     7445683.0000     2484922.9454    199.63%
1305.51/67.38	c        67              2           0        20     7445683.0000     2484922.9454    199.63%
1406.27/72.43	c        72              2           0        20     7445683.0000     2497881.3023    198.08%
1505.38/77.48	c        77              2           0        20     7445683.0000     2524231.3784    194.97%
1548.84/79.68	c *      80              2           0        20     7335513.0000     2525887.2277    190.41%
1610.01/82.78	c        83              2           0        20     7335513.0000     2525887.2277    190.41%
1711.09/87.86	c        88              2           0        20     7335513.0000     2525887.2277    190.41%
1812.06/92.91	c        93              2           0        20     7335513.0000     2531079.5118    189.82%
1911.14/97.98	c        98              2           0        20     7335513.0000     2531079.5118    189.82%
2009.94/103.03	c       103              2           0        20     7335513.0000     2531079.5118    189.82%
2111.88/108.11	c       108              2           0        20     7335513.0000     2531079.5118    189.82%
2194.22/112.26	c *     112              2           0        20     7333271.0000     2531079.5118    189.73%
2212.61/113.16	c       113              2           0        20     7333271.0000     2531079.5118    189.73%
2311.77/118.17	c       118              2           0        20     7333271.0000     2541353.6838    188.56%
2411.98/123.21	c       123              2           0        20     7333271.0000     2567641.8847    185.60%
2511.06/128.26	c       128              2           0        20     7333271.0000     2567641.8847    185.60%
2612.13/133.30	c       133              2           0        20     7333271.0000     2571525.6034    185.17%
2713.23/138.46	c       138              2           0        20     7333271.0000     2578969.1342    184.35%
2814.19/143.51	c       144              2           0        20     7333271.0000     2578969.1342    184.35%
2913.30/148.56	c       149              2           0        20     7333271.0000     2578969.1342    184.35%
3014.33/153.61	c       154              2           0        20     7333271.0000     2578969.1342    184.35%
3113.31/158.66	c       159              2           0        20     7333271.0000     2578969.1342    184.35%
3178.68/161.98	c *     162              2           0        20     7329251.0000     2578969.1342    184.19%
3214.29/163.74	c       164              3           1        20     7329251.0000     2580680.5466    184.00%
3315.28/168.81	c       169              3           1        20     7329251.0000     2584283.3366    183.61%
3414.35/173.88	c       174              3           1        20     7329251.0000     2584283.3366    183.61%
3515.41/178.93	c       179              3           1        20     7329251.0000     2584283.3366    183.61%
3614.40/183.99	c       184              3           1        20     7329251.0000     2584283.3366    183.61%
3617.02/184.11	c *     184              3           1        20     7311333.0000     2584283.3366    182.92%
3718.03/189.18	c       189              3           1        20     7311333.0000     2586245.4211    182.70%
3820.03/194.35	c       194              3           1        20     7311333.0000     2586245.4211    182.70%
3920.92/199.42	c       199              3           1        20     7311333.0000     2586245.4211    182.70%
4021.80/204.53	c       205              4           2        20     7311333.0000     2586245.4211    182.70%
4120.61/209.58	c       210              4           2        20     7311333.0000     2586245.4211    182.70%
4225.42/214.81	c       215              4           2        20     7311333.0000     2586245.4211    182.70%
4324.48/219.86	c       220              4           2        20     7311333.0000     2586245.4211    182.70%
4425.52/224.91	c       225              5           3        20     7311333.0000     2586245.4211    182.70%
4524.57/229.96	c       230              5           3        20     7311333.0000     2586245.4211    182.70%
4623.55/235.01	c       235              5           3        20     7311333.0000     2586245.4211    182.70%
4725.25/240.06	c       240              5           3        20     7311333.0000     2586245.4211    182.70%
4824.21/245.08	c       245              6           4        20     7311333.0000     2586245.4211    182.70%
4925.20/250.16	c       250              6           4        20     7311333.0000     2586245.4211    182.70%
5025.52/255.23	c       255              6           4        20     7311333.0000     2586245.4211    182.70%
5124.60/260.28	c       260              6           4        20     7311333.0000     2586245.4211    182.70%
5225.68/265.33	c       265              7           5        20     7311333.0000     2586245.4211    182.70%
5299.71/269.04	c *     269              7           5        20     7279687.0000     2586245.4211    181.48%
5332.59/270.71	c       271              7           5        20     7279687.0000     2586245.4211    181.48%
5431.64/275.77	c       276              7           5        20     7279687.0000     2586245.4211    181.48%
5532.73/280.82	c       281              7           5        20     7279687.0000     2586245.4211    181.48%
5633.79/285.93	c       286              8           6        20     7279687.0000     2590290.9180    181.04%
5732.89/291.03	c       291              8           6        20     7279687.0000     2590290.9180    181.04%
5836.66/296.19	c       296              8           6        20     7279687.0000     2590290.9180    181.04%
5936.99/301.24	c       301              8           6        20     7279687.0000     2598355.7082    180.17%
6036.05/306.27	c       306             15          13        20     7279687.0000     2598355.7082    180.17%
6139.11/311.47	c       311             15          13        20     7279687.0000     2598355.7082    180.17%
6240.18/316.56	c       317             15          13        20     7279687.0000     2598355.7082    180.17%
6260.02/317.58	c *     318             15          13        20     7276465.0000     2598355.7082    180.04%
6345.20/321.81	c       322             15          13        20     7276465.0000     2598355.7082    180.04%
6444.26/326.85	c       327             15          13        20     7276465.0000     2598355.7082    180.04%
6548.09/332.12	c       332             16          14        20     7276465.0000     2598355.7082    180.04%
6636.48/336.57	c *     337             17          15        20     7269881.0000     2598355.7082    179.79%
6649.17/337.17	c       337             17          15        20     7269881.0000     2598355.7082    179.79%
6753.38/342.47	c       342             17          15        20     7269881.0000     2598355.7082    179.79%
6854.46/347.52	c       348             17          15        20     7269881.0000     2598355.7082    179.79%
6939.69/351.88	c *     352             19          17        20     7260305.0000     2598355.7082    179.42%
6955.48/352.63	c       353             19          17        20     7260305.0000     2598355.7082    179.42%
7060.52/357.90	c       358             19          17        20     7260305.0000     2598355.7082    179.42%
7159.58/362.95	c       363             19          17        20     7260305.0000     2598355.7082    179.42%
7264.61/368.22	c       368             19          17        20     7260305.0000     2598355.7082    179.42%
7363.71/373.27	c       373             19          17        20     7260305.0000     2598355.7082    179.42%
7464.80/378.32	c       378             19          17        20     7260305.0000     2598355.7082    179.42%
7558.78/383.08	c *     383             19          17        20     7015679.0000     2598355.7082    170.00%
7563.77/383.36	c       383             20          18        20     7015679.0000     2598355.7082    170.00%
7664.83/388.42	c       388             20          18        20     7015679.0000     2598355.7082    170.00%
7763.83/393.47	c       393             21          19        20     7015679.0000     2598355.7082    170.00%
7767.81/393.68	c *     394             21          19        20     6562989.0000     2598355.7082    152.58%
7864.86/398.52	c       399             21          19        20     6562989.0000     2598355.7082    152.58%
7963.92/403.57	c       404             21          19        20     6562989.0000     2598355.7082    152.58%
8063.01/408.58	c       409             22          20        20     6562989.0000     2598355.7082    152.58%
8164.09/413.67	c       414             22          20        20     6562989.0000     2598355.7082    152.58%
8265.14/418.75	c       419             22          20        20     6562989.0000     2598355.7082    152.58%
8364.19/423.80	c       424             22          20        20     6562989.0000     2598355.7082    152.58%
8465.21/428.85	c       429             22          20        20     6562989.0000     2598355.7082    152.58%
8566.22/433.90	c       434             22          20        20     6562989.0000     2598355.7082    152.58%
8665.27/438.95	c       439             23          21        20     6562989.0000     2598355.7082    152.58%
8764.30/444.00	c       444             23          21        20     6562989.0000     2598355.7082    152.58%
8866.03/449.05	c       449             23          21        20     6562989.0000     2598355.7082    152.58%
8965.13/454.11	c       454             25          23        20     6562989.0000     2598355.7082    152.58%
9066.07/459.16	c       459             25          23        20     6562989.0000     2598355.7082    152.58%
9170.39/464.42	c       464             25          23        20     6562989.0000     2598355.7082    152.58%
9269.46/469.47	c       469             26          24        20     6562989.0000     2598355.7082    152.58%
9370.54/474.56	c       475             26          24        20     6562989.0000     2598355.7082    152.58%
9471.60/479.62	c       480             27          25        20     6562989.0000     2598355.7082    152.58%
9570.67/484.67	c       485             27          25        20     6562989.0000     2598355.7082    152.58%
9681.61/490.21	c       490             28          26        20     6562989.0000     2598355.7082    152.58%
9780.67/495.26	c       495             28          26        20     6562989.0000     2598355.7082    152.58%
9881.75/500.31	c       500             28          26        20     6562989.0000     2598355.7082    152.58%
9984.79/505.55	c       506             28          26        20     6562989.0000     2598355.7082    152.58%
10083.88/510.60	c       511             28          26        20     6562989.0000     2598355.7082    152.58%
10184.94/515.65	c       516             28          26        20     6562989.0000     2598355.7082    152.58%
10284.03/520.70	c       521             28          26        20     6562989.0000     2598355.7082    152.58%
10385.09/525.75	c       526             28          26        20     6562989.0000     2598355.7082    152.58%
10486.16/530.80	c       531             28          26        20     6562989.0000     2598355.7082    152.58%
10585.25/535.85	c       536             28          26        20     6562989.0000     2598355.7082    152.58%
10686.29/540.90	c       541             28          26        20     6562989.0000     2598355.7082    152.58%
10785.30/545.95	c       546             28          26        20     6562989.0000     2598355.7082    152.58%
10884.32/551.03	c       551             28          26        20     6562989.0000     2598355.7082    152.58%
10986.08/556.09	c       556             28          26        20     6562989.0000     2598355.7082    152.58%
11085.29/561.14	c       561             28          26        20     6562989.0000     2598355.7082    152.58%
11186.32/566.19	c       566             28          26        20     6562989.0000     2598355.7082    152.58%
11286.48/571.22	c       571             28          26        20     6562989.0000     2598355.7082    152.58%
11385.55/576.27	c       576             28          26        20     6562989.0000     2598355.7082    152.58%
11486.64/581.39	c       581             28          26        20     6562989.0000     2598355.7082    152.58%
11589.68/586.53	c       587             28          26        20     6562989.0000     2598355.7082    152.58%
11688.76/591.58	c       592             28          26        20     6562989.0000     2598355.7082    152.58%
11791.83/596.72	c       597             28          26        20     6562989.0000     2598355.7082    152.58%
11890.91/601.77	c       602             28          26        20     6562989.0000     2598355.7082    152.58%
11991.99/606.86	c       607             28          26        20     6562989.0000     2598355.7082    152.58%
12092.97/611.91	c       612             28          26        20     6562989.0000     2598355.7082    152.58%
12191.98/616.96	c       617             28          26        20     6562989.0000     2598355.7082    152.58%
12293.84/622.06	c       622             28          26        20     6562989.0000     2598355.7082    152.58%
12392.89/627.11	c       627             29          27        20     6562989.0000     2598355.7082    152.58%
12493.96/632.16	c       632             29          27        20     6562989.0000     2598355.7082    152.58%
12593.07/637.17	c       637             29          27        20     6562989.0000     2598355.7082    152.58%
12693.27/642.25	c       642             29          27        20     6562989.0000     2598355.7082    152.58%
12792.33/647.27	c       647             29          27        20     6562989.0000     2598355.7082    152.58%
12893.40/652.32	c       652             31          29        20     6562989.0000     2598355.7082    152.58%
12992.49/657.37	c       657             31          29        20     6562989.0000     2598355.7082    152.58%
13018.27/658.67	c *     659             31          29        20     6493511.0000     2598355.7082    149.91%
13036.01/659.55	c *     660             31          29        20     6477089.0000     2598355.7082    149.28%
13046.58/660.03	c *     660             31          29        20     6412439.0000     2598355.7082    146.79%
13093.27/662.40	c       662             31          29        20     6412439.0000     2598355.7082    146.79%
13192.27/667.41	c       667             32          30        20     6412439.0000     2598355.7082    146.79%
13295.31/672.65	c       673             32          30        20     6412439.0000     2598355.7082    146.79%
13400.29/677.93	c       678             33          31        20     6412439.0000     2598355.7082    146.79%
13505.25/683.28	c       683             33          31        20     6412439.0000     2598355.7082    146.79%
13606.19/688.33	c       688             34          32        20     6412439.0000     2598355.7082    146.79%
13705.22/693.34	c       693             35          33        20     6412439.0000     2598355.7082    146.79%
13804.14/698.39	c       698             35          33        20     6412439.0000     2598355.7082    146.79%
13905.04/703.44	c       703             36          34        20     6412439.0000     2598355.7082    146.79%
14006.11/708.50	c       708             37          33        20     6412439.0000     2598355.7082    146.79%
14105.17/713.51	c       714             37          33        20     6412439.0000     2598355.7082    146.79%
14204.26/718.53	c       719             37          33        20     6412439.0000     2598355.7082    146.79%
14303.32/723.58	c       724             38          34        20     6412439.0000     2598355.7082    146.79%
14382.56/727.52	c *     728             38          34        20     6330129.0000     2598355.7082    143.62%
14404.32/728.63	c       729             39          35        20     6330129.0000     2598355.7082    143.62%
14507.35/733.85	c       734             39          35        20     6330129.0000     2598355.7082    143.62%
14608.36/739.03	c       739             41          37        20     6330129.0000     2598355.7082    143.62%
14713.35/744.29	c       744             41          37        20     6330129.0000     2598355.7082    143.62%
14820.36/749.62	c       750             53          47        20     6330129.0000     2632234.0345    140.49%
14919.43/754.65	c       755             55          49        20     6330129.0000     2632234.0345    140.49%
15020.49/759.76	c       760             55          49        20     6330129.0000     2632234.0345    140.49%
15126.08/765.08	c       765             56          50        20     6330129.0000     2632234.0345    140.49%
15228.49/770.23	c       770             56          50        20     6330129.0000     2632234.0345    140.49%
15329.58/775.31	c       775             57          51        20     6330129.0000     2632234.0345    140.49%
15428.63/780.35	c       780             58          52        20     6330129.0000     2632234.0345    140.49%
15529.60/785.41	c       785             58          52        20     6330129.0000     2632234.0345    140.49%
15628.67/790.46	c       790             58          52        20     6330129.0000     2632234.0345    140.49%
15729.76/795.56	c       796             60          54        20     6330129.0000     2632234.0345    140.49%
15830.80/800.64	c       801             62          56        20     6330129.0000     2632234.0345    140.49%
15931.81/805.79	c       806             62          56        20     6330129.0000     2632234.0345    140.49%
16032.74/810.85	c       811             62          56        20     6330129.0000     2632234.0345    140.49%
16131.83/815.89	c       816             63          57        20     6330129.0000     2641215.7243    139.67%
16232.88/820.94	c       821             64          56        20     6330129.0000     2641215.7243    139.67%
16331.95/825.99	c       826             67          57        20     6330129.0000     2641215.7243    139.67%
16433.63/831.04	c       831             67          57        20     6330129.0000     2641215.7243    139.67%
16532.82/836.09	c       836             69          57        20     6330129.0000     2641215.7243    139.67%
16633.75/841.14	c       841             69          57        20     6330129.0000     2641215.7243    139.67%
16734.09/846.20	c       846             70          58        20     6330129.0000     2641215.7243    139.67%
16833.17/851.25	c       851             63          57        20     6330129.0000     2653275.4787    138.58%
16934.42/856.33	c       856             63          57        20     6330129.0000     2653275.4787    138.58%
17033.33/861.38	c       861             65          59        20     6330129.0000     2653275.4787    138.58%
17134.36/866.43	c       866             69          59        20     6330129.0000     2653275.4787    138.58%
17233.35/871.49	c       871             69          59        20     6330129.0000     2653275.4787    138.58%
17334.43/876.54	c       877             73          63        20     6330129.0000     2653485.1689    138.56%
17433.44/881.59	c       882             73          63        20     6330129.0000     2653485.1689    138.56%
17534.50/886.61	c       887             74          64        20     6330129.0000     2653485.1689    138.56%
17635.53/891.71	c       892             76          66        20     6330129.0000     2653485.1689    138.56%
17734.61/896.76	c       897             76          66        20     6330129.0000     2653485.1689    138.56%
17835.68/901.81	c       902             82          68        20     6330129.0000     2653485.1689    138.56%
17941.37/907.19	c       907             82          68        20     6330129.0000     2653485.1689    138.56%
18043.77/912.36	c       912             85          69        20     6330129.0000     2653485.1689    138.56%
18144.82/917.43	c       917             85          69        20     6330129.0000     2653485.1689    138.56%
18243.89/922.48	c       922             87          71        20     6330129.0000     2653485.1689    138.56%
18344.95/927.53	c       928             87          71        20     6330129.0000     2653485.1689    138.56%
18443.87/932.58	c       933             92          72        20     6330129.0000     2653485.1689    138.56%
18544.85/937.63	c       938             92          72        20     6330129.0000     2653485.1689    138.56%
18643.89/942.68	c       943             94          72        20     6330129.0000     2653485.1689    138.56%
18744.93/947.70	c       948             95          73        20     6330129.0000     2653485.1689    138.56%
18844.03/952.78	c       953             95          73        20     6330129.0000     2653485.1689    138.56%
18945.12/957.89	c       958             95          73        20     6330129.0000     2653485.1689    138.56%
19046.12/962.93	c       963             96          72        20     6330129.0000     2653485.1689    138.56%
19145.20/967.98	c       968             96          72        20     6330129.0000     2653485.1689    138.56%
19244.15/973.03	c       973             96          72        20     6330129.0000     2653485.1689    138.56%
19346.06/978.08	c       978             97          73        20     6330129.0000     2653485.1689    138.56%
19444.90/983.13	c       983             97          73        20     6330129.0000     2653485.1689    138.56%
19546.11/988.18	c       988             99          75        20     6330129.0000     2653485.1689    138.56%
19644.97/993.19	c       993            101          75        20     6330129.0000     2653485.1689    138.56%
19745.40/998.24	c       998            101          75        20     6330129.0000     2653485.1689    138.56%
19844.47/1003.29	c      1003            103          77        20     6330129.0000     2657986.1251    138.16%
19945.57/1008.34	c      1008            104          78        20     6330129.0000     2657986.1251    138.16%
20046.61/1013.40	c      1013            104          78        20     6330129.0000     2657986.1251    138.16%
20145.69/1018.49	c      1018            105          79        20     6330129.0000     2657986.1251    138.16%
20246.77/1023.50	c      1024            107          79        20     6330129.0000     2657986.1251    138.16%
20345.95/1028.55	c      1029            108          80        20     6330129.0000     2657986.1251    138.16%
20446.80/1033.62	c      1034            108          80        20     6330129.0000     2657986.1251    138.16%
20545.81/1038.67	c      1039            109          81        20     6330129.0000     2657986.1251    138.16%
20646.84/1043.73	c      1044            110          82        20     6330129.0000     2657986.1251    138.16%
20747.89/1048.82	c      1049            110          82        20     6330129.0000     2657986.1251    138.16%
20848.90/1053.95	c      1054            113          85        20     6330129.0000     2660958.0340    137.89%
20947.96/1059.00	c      1059            113          85        20     6330129.0000     2660958.0340    137.89%
21049.65/1064.05	c      1064            113          85        20     6330129.0000     2660958.0340    137.89%
21060.89/1064.62	c *    1065            113          85        20     6064883.0000     2660958.0340    127.92%
21148.60/1069.06	c      1069            114          85        20     6064883.0000     2660958.0340    127.92%
21247.84/1074.08	c      1074            115          86        20     6064883.0000     2660958.0340    127.92%
21348.86/1079.16	c      1079            115          86        20     6064883.0000     2660958.0340    127.92%
21458.91/1084.74	c      1085            118          87        20     6064883.0000     2660958.0340    127.92%
21573.78/1090.56	c      1091            118          87        20     6064883.0000     2660958.0340    127.92%
21676.81/1095.78	c      1096            119          88        20     6064883.0000     2660958.0340    127.92%
21777.76/1100.82	c      1101            121          88        20     6064883.0000     2660958.0340    127.92%
21876.78/1105.84	c      1106            122          87        20     6064883.0000     2660958.0340    127.92%
21975.88/1110.86	c      1111            123          88        20     6064883.0000     2679437.3487    126.35%
22076.88/1115.92	c      1116            123          88        20     6064883.0000     2679437.3487    126.35%
22175.98/1120.97	c      1121            124          89        20     6064883.0000     2679437.3487    126.35%
22277.67/1126.04	c      1126            126          89        20     6064883.0000     2679437.3487    126.35%
22376.74/1131.12	c      1131            128          87        20     6064883.0000     2679437.3487    126.35%
22399.81/1132.30	c *    1132            128          87        20     5947291.0000     2679437.3487    121.96%
22480.97/1136.31	c      1136            128          87        20     5947291.0000     2679437.3487    121.96%
22581.99/1141.46	c      1141            132          89        20     5947291.0000     2679437.3487    121.96%
22682.90/1146.51	c      1147            134          89        20     5947291.0000     2679437.3487    121.96%
22781.91/1151.56	c      1152            136          89        20     5947291.0000     2679437.3487    121.96%
22886.95/1156.87	c      1157            137          90        20     5947291.0000     2679437.3487    121.96%
22987.93/1161.98	c      1162            137          90        20     5947291.0000     2679437.3487    121.96%
23091.68/1167.14	c      1167            137          90        20     5947291.0000     2679437.3487    121.96%
23191.98/1172.26	c      1172            137          90        20     5947291.0000     2679437.3487    121.96%
23292.96/1177.32	c      1177            137          90        20     5947291.0000     2679437.3487    121.96%
23392.03/1182.35	c      1182            138          91        20     5947291.0000     2679437.3487    121.96%
23493.03/1187.47	c      1187            138          91        20     5947291.0000     2679437.3487    121.96%
23595.97/1192.61	c      1193            139          92        20     5947291.0000     2679437.3487    121.96%
23695.05/1197.69	c      1198            140          93        20     5947291.0000     2679437.3487    121.96%
23776.35/1201.75	c *    1202            140          93        20     5870043.0000     2679437.3487    119.08%
23795.90/1202.74	c      1203            140          93        20     5870043.0000     2679437.3487    119.08%
23896.90/1207.81	c      1208            141          94        20     5870043.0000     2679437.3487    119.08%
24009.82/1213.50	c      1214            142          93        20     5870043.0000     2679437.3487    119.08%
24108.84/1218.59	c      1219            142          93        20     5870043.0000     2679437.3487    119.08%
24209.88/1223.62	c      1224            143          94        20     5870043.0000     2682003.4711    118.87%
24308.97/1228.67	c      1229            145          94        20     5870043.0000     2682003.4711    118.87%
24410.05/1233.74	c      1234            146          95        20     5870043.0000     2682003.4711    118.87%
24511.14/1238.85	c      1239            146          95        20     5870043.0000     2682003.4711    118.87%
24612.23/1243.90	c      1244            147          96        20     5870043.0000     2682003.4711    118.87%
24711.36/1248.95	c      1249            147          96        20     5870043.0000     2682003.4711    118.87%
24810.47/1254.00	c      1254            150          95        20     5870043.0000     2682003.4711    118.87%
24912.25/1259.04	c      1259            150          95        20     5870043.0000     2682003.4711    118.87%
25011.31/1264.09	c      1264            152          97        20     5870043.0000     2682003.4711    118.87%
25110.63/1269.14	c      1269            154          97        20     5870043.0000     2682003.4711    118.87%
25211.61/1274.19	c      1274            154          97        20     5870043.0000     2682003.4711    118.87%
25311.90/1279.24	c      1279            155          98        20     5870043.0000     2682003.4711    118.87%
25416.95/1284.58	c      1285            158          99        20     5870043.0000     2682003.4711    118.87%
25518.03/1289.64	c      1290            160          99        20     5870043.0000     2682003.4711    118.87%
25619.14/1294.79	c      1295            160          99        20     5870043.0000     2682003.4711    118.87%
25720.37/1299.84	c      1300            161         100        20     5870043.0000     2682003.4711    118.87%
25819.29/1304.89	c      1305            163         100        20     5870043.0000     2686235.8902    118.52%
25920.37/1309.97	c      1310            164         101        20     5870043.0000     2686235.8902    118.52%
26019.48/1314.98	c      1315            164         101        20     5870043.0000     2686235.8902    118.52%
26118.58/1320.03	c      1320            167         104        20     5870043.0000     2686235.8902    118.52%
26220.32/1325.10	c      1325            168         103        20     5870043.0000     2686235.8902    118.52%
26321.44/1330.15	c      1330            169         104        20     5870043.0000     2686235.8902    118.52%
26423.79/1335.33	c      1335            170         103        20     5870043.0000     2686235.8902    118.52%
26522.91/1340.38	c      1340            175         106        20     5870043.0000     2686235.8902    118.52%
26623.97/1345.43	c      1345            179         108        20     5870043.0000     2686235.8902    118.52%
26723.08/1350.48	c      1350            179         108        20     5870043.0000     2686235.8902    118.52%
26826.15/1355.63	c      1356            184         109        20     5870043.0000     2686235.8902    118.52%
26925.25/1360.64	c      1361            185         108        20     5870043.0000     2686235.8902    118.52%
27024.35/1365.69	c      1366            186         109        20     5870043.0000     2686235.8902    118.52%
27125.43/1370.74	c      1371            187         108        20     5870043.0000     2686235.8902    118.52%
27226.50/1375.87	c      1376            187         108        20     5870043.0000     2686235.8902    118.52%
27325.53/1380.89	c      1381            188         109        20     5870043.0000     2686235.8902    118.52%
27426.56/1385.91	c      1386            188         109        20     5870043.0000     2686235.8902    118.52%
27525.63/1390.98	c      1391            190         109        20     5870043.0000     2686235.8902    118.52%
27627.44/1396.07	c      1396            190         109        20     5870043.0000     2686235.8902    118.52%
27729.74/1401.27	c      1401            194         111        20     5870043.0000     2686235.8902    118.52%
27830.74/1406.32	c      1406            197         112        20     5870043.0000     2686235.8902    118.52%
27931.68/1411.40	c      1411            203         112        20     5870043.0000     2686235.8902    118.52%
28032.73/1416.51	c      1417            203         112        20     5870043.0000     2686235.8902    118.52%
28137.68/1421.82	c      1422            205         114        20     5870043.0000     2686235.8902    118.52%
28236.71/1426.87	c      1427            206         115        20     5870043.0000     2686235.8902    118.52%
28337.69/1431.93	c      1432            208         117        20     5870043.0000     2686235.8902    118.52%
28436.70/1436.97	c      1437            213         116        20     5870043.0000     2686235.8902    118.52%
28535.74/1442.02	c      1442            219         116        20     5870043.0000     2686235.8902    118.52%
28637.41/1447.07	c      1447            219         116        20     5870043.0000     2686235.8902    118.52%
28736.39/1452.09	c      1452            221         118        20     5870043.0000     2686235.8902    118.52%
28835.44/1457.11	c      1457            222         117        20     5870043.0000     2686235.8902    118.52%
28936.33/1462.15	c      1462            223         118        20     5870043.0000     2691227.1431    118.12%
29038.80/1467.33	c      1467            223         118        20     5870043.0000     2691227.1431    118.12%
29137.90/1472.39	c      1472            224         117        20     5870043.0000     2691227.1431    118.12%
29238.95/1477.44	c      1477            224         117        20     5870043.0000     2691227.1431    118.12%
29343.99/1482.71	c      1483            226         119        20     5870043.0000     2691227.1431    118.12%
29445.03/1487.81	c      1488            227         118        20     5870043.0000     2691227.1431    118.12%
29544.05/1492.86	c      1493            228         119        20     5870043.0000     2691227.1431    118.12%
29645.13/1497.95	c      1498            240         119        20     5870043.0000     2691227.1431    118.12%
29744.21/1503.02	c      1503            242         119        20     5870043.0000     2691227.1431    118.12%
29849.23/1508.20	c      1508            242         119        20     5870043.0000     2691227.1431    118.12%
29948.21/1513.22	c      1513            245         120        20     5870043.0000     2691227.1431    118.12%
30049.32/1518.30	c      1518            246         119        20     5870043.0000     2691227.1431    118.12%
30148.40/1523.35	c      1523            248         119        20     5870043.0000     2691227.1431    118.12%
30249.44/1528.40	c      1528            249         118        20     5870043.0000     2691227.1431    118.12%
30350.53/1533.51	c      1534            252         117        20     5870043.0000     2691227.1431    118.12%
30449.16/1538.56	c      1539            253         118        20     5870043.0000     2691227.1431    118.12%
30550.13/1543.61	c      1544            255         118        20     5870043.0000     2691227.1431    118.12%
30649.20/1548.66	c      1549            257         118        20     5870043.0000     2691227.1431    118.12%
30750.27/1553.72	c      1554            257         118        20     5870043.0000     2691227.1431    118.12%
30849.33/1558.77	c      1559            259         120        20     5870043.0000     2691227.1431    118.12%
30950.30/1563.84	c      1564            259         120        20     5870043.0000     2691227.1431    118.12%
31049.38/1568.89	c      1569            261         122        20     5870043.0000     2691227.1431    118.12%
31150.41/1573.94	c      1574            261         122        20     5870043.0000     2691227.1431    118.12%
31249.43/1579.00	c      1579            264         123        20     5870043.0000     2691227.1431    118.12%
31351.10/1584.05	c      1584            264         123        20     5870043.0000     2691227.1431    118.12%
31450.31/1589.10	c      1589            266         123        20     5870043.0000     2691227.1431    118.12%
31551.36/1594.16	c      1594            269         126        20     5870043.0000     2691227.1431    118.12%
31651.59/1599.21	c      1599            269         126        20     5870043.0000     2691227.1431    118.12%
31750.56/1604.26	c      1604            272         127        20     5870043.0000     2691227.1431    118.12%
31851.63/1609.31	c      1609            275         128        20     5870043.0000     2691227.1431    118.12%
31950.69/1614.36	c      1614            276         129        20     5870043.0000     2691227.1431    118.12%
32051.73/1619.41	c      1619            277         130        20     5870043.0000     2691227.1431    118.12%
32150.79/1624.46	c      1624            278         131        20     5870043.0000     2691227.1431    118.12%
32251.87/1629.51	c      1630            283         130        20     5870043.0000     2691227.1431    118.12%
32350.92/1634.59	c      1635            283         130        20     5870043.0000     2691227.1431    118.12%
32451.91/1639.61	c      1640            284         131        20     5870043.0000     2691227.1431    118.12%
32553.00/1644.72	c      1645            285         132        20     5870043.0000     2691227.1431    118.12%
32652.05/1649.77	c      1650            286         133        20     5870043.0000     2691227.1431    118.12%
32753.11/1654.82	c      1655            292         133        20     5870043.0000     2691227.1431    118.12%
32852.14/1659.87	c      1660            292         133        20     5870043.0000     2691227.1431    118.12%
32953.19/1664.92	c      1665            295         134        20     5870043.0000     2691227.1431    118.12%
33052.25/1669.97	c      1670            299         134        20     5870043.0000     2691227.1431    118.12%
33154.15/1675.07	c      1675            300         135        20     5870043.0000     2691227.1431    118.12%
33255.25/1680.15	c      1680            302         135        20     5870043.0000     2691227.1431    118.12%
33355.39/1685.21	c      1685            309         136        20     5870043.0000     2691227.1431    118.12%
33454.27/1690.26	c      1690            309         136        20     5870043.0000     2691227.1431    118.12%
33557.26/1695.42	c      1695            310         137        20     5870043.0000     2691227.1431    118.12%
33658.02/1700.50	c      1700            313         136        20     5870043.0000     2706022.7459    116.93%
33757.08/1705.55	c      1706            314         137        20     5870043.0000     2706022.7459    116.93%
33860.11/1710.76	c      1711            317         136        20     5870043.0000     2706022.7459    116.93%
33961.14/1715.82	c      1716            320         139        20     5870043.0000     2706022.7459    116.93%
34060.21/1720.83	c      1721            322         139        20     5870043.0000     2706022.7459    116.93%
34159.29/1725.86	c      1726            328         139        20     5870043.0000     2706022.7459    116.93%
34260.38/1730.97	c      1731            328         139        20     5870043.0000     2706022.7459    116.93%
34359.49/1736.02	c      1736            330         139        20     5870043.0000     2706022.7459    116.93%
34461.22/1741.12	c      1741            331         140        20     5870043.0000     2706022.7459    116.93%
34562.45/1746.17	c      1746            331         140        20     5870043.0000     2706022.7459    116.93%
34662.75/1751.26	c      1751            334         141        20     5870043.0000     2706022.7459    116.93%
34763.86/1756.32	c      1756            335         142        20     5870043.0000     2706022.7459    116.93%
34864.96/1761.43	c      1761            336         143        20     5870043.0000     2706022.7459    116.93%
34964.08/1766.48	c      1766            338         145        20     5870043.0000     2706022.7459    116.93%
35067.17/1771.61	c      1772            339         146        20     5870043.0000     2706022.7459    116.93%
35166.30/1776.65	c      1777            341         148        20     5870043.0000     2706022.7459    116.93%
35269.38/1781.88	c      1782            345         148        20     5870043.0000     2706022.7459    116.93%
35370.47/1786.92	c      1787            347         148        20     5870043.0000     2706022.7459    116.93%
35475.52/1792.21	c      1792            229         122        20     5870043.0000     2713785.2439    116.30%
35574.65/1797.27	c      1797            333         151        20     5870043.0000     2719600.7733    115.84%
35677.74/1802.45	c      1802            333         151        20     5870043.0000     2719600.7733    115.84%
35782.85/1807.71	c      1808            333         151        20     5870043.0000     2719600.7733    115.84%
35881.97/1812.76	c      1813            335         151        20     5870043.0000     2719600.7733    115.84%
35983.04/1817.86	c      1818            337         151        20     5870043.0000     2725533.6386    115.37%
36084.12/1822.91	c      1823            337         151        20     5870043.0000     2725533.6386    115.37%
36183.22/1827.97	c      1828            337         153        20     5870043.0000     2725533.6386    115.37%
36282.34/1833.02	c      1833            340         152        20     5870043.0000     2725533.6386    115.37%
36384.21/1838.09	c      1838            343         151        20     5870043.0000     2725533.6386    115.37%
36483.25/1843.13	c      1843            344         152        20     5870043.0000     2727093.4056    115.25%
36584.43/1848.19	c      1848            344         152        20     5870043.0000     2727093.4056    115.25%
36684.82/1853.24	c      1853            345         151        20     5870043.0000     2727093.4056    115.25%
36783.94/1858.29	c      1858            347         153        20     5870043.0000     2727093.4056    115.25%
36885.05/1863.35	c      1863            348         152        20     5870043.0000     2727093.4056    115.25%
36986.17/1868.40	c      1868            350         152        20     5870043.0000     2727093.4056    115.25%
37085.29/1873.45	c      1873            350         152        20     5870043.0000     2727093.4056    115.25%
37188.38/1878.62	c      1879            351         153        20     5870043.0000     2727093.4056    115.25%
37289.50/1883.77	c      1884            351         153        20     5870043.0000     2727093.4056    115.25%
37390.58/1888.82	c      1889            353         155        20     5870043.0000     2734744.3085    114.65%
37489.72/1893.87	c      1894            354         154        20     5870043.0000     2734744.3085    114.65%
37590.82/1898.93	c      1899            354         154        20     5870043.0000     2734744.3085    114.65%
37689.95/1903.99	c      1904            355         155        20     5870043.0000     2750194.4404    113.44%
37791.65/1909.05	c      1909            355         155        20     5870043.0000     2750194.4404    113.44%
37890.80/1914.08	c      1914            358         156        20     5870043.0000     2750194.4404    113.44%
37991.93/1919.15	c      1919            360         154        20     5870043.0000     2750194.4404    113.44%
38091.14/1924.16	c      1924            361         155        20     5870043.0000     2788334.0690    110.52%
38190.05/1929.17	c      1929            361         155        20     5870043.0000     2788334.0690    110.52%
38289.41/1934.18	c      1934            362         156        20     5870043.0000     2788334.0690    110.52%
38389.64/1939.23	c      1939            363         155        20     5870043.0000     2788334.0690    110.52%
38488.75/1944.27	c      1944            365         155        20     5870043.0000     2796323.5491    109.92%
38589.83/1949.32	c      1949            365         155        20     5870043.0000     2796323.5491    109.92%
38688.91/1954.37	c      1954            369         155        20     5870043.0000     2796323.5491    109.92%
38790.00/1959.42	c      1959            369         155        20     5870043.0000     2796323.5491    109.92%
38889.11/1964.47	c      1964            369         155        20     5870043.0000     2796323.5491    109.92%
38970.38/1968.56	c *    1969            370         156        20     5834599.0000     2796323.5491    108.65%
38990.18/1969.52	c      1970            370         156        20     5834599.0000     2796323.5491    108.65%
39089.27/1974.56	c      1975            371         157        20     5834599.0000     2796323.5491    108.65%
39192.31/1979.79	c      1980            371         157        20     5834599.0000     2796323.5491    108.65%
39293.29/1984.82	c      1985            374         158        20     5834599.0000     2796323.5491    108.65%
39394.37/1989.93	c      1990            375         157        20     5834599.0000     2796323.5491    108.65%
39498.25/1995.17	c      1995            375         157        20     5834599.0000     2796323.5491    108.65%
39597.37/2000.18	c      2000            376         158        20     5834599.0000     2800333.7407    108.35%
39699.55/2005.33	c      2005            376         158        20     5834599.0000     2800333.7407    108.35%
39804.58/2010.64	c      2011            376         158        20     5834599.0000     2800333.7407    108.35%
39905.64/2015.76	c      2016            376         158        20     5834599.0000     2800333.7407    108.35%
40006.68/2020.90	c      2021            376         158        20     5834599.0000     2800333.7407    108.35%
40113.67/2026.25	c      2026            377         159        20     5834599.0000     2800333.7407    108.35%
40214.75/2031.31	c      2031            378         158        20     5834599.0000     2800333.7407    108.35%
40315.81/2036.48	c      2036            379         157        20     5834599.0000     2800333.7407    108.35%
40427.52/2042.04	c      2042            379         157        20     5834599.0000     2800333.7407    108.35%
40526.79/2047.09	c      2047            379         157        20     5834599.0000     2800333.7407    108.35%
40627.77/2052.20	c      2052            380         158        20     5834599.0000     2812807.4649    107.43%
40728.11/2057.25	c      2057            382         160        20     5834599.0000     2812807.4649    107.43%
40831.12/2062.47	c      2062            383         161        20     5834599.0000     2812807.4649    107.43%
40932.23/2067.55	c      2068            390         162        20     5834599.0000     2812807.4649    107.43%
41033.30/2072.65	c      2073            391         163        20     5834599.0000     2812807.4649    107.43%
41132.40/2077.70	c      2078            397         165        20     5834599.0000     2812807.4649    107.43%
41233.45/2082.75	c      2083            398         166        20     5834599.0000     2812807.4649    107.43%
41332.52/2087.79	c      2088            401         165        20     5834599.0000     2812807.4649    107.43%
41433.52/2092.85	c      2093            403         167        20     5834599.0000     2812807.4649    107.43%
41534.57/2097.90	c      2098            403         167        20     5834599.0000     2812807.4649    107.43%
41633.65/2102.95	c      2103            407         169        20     5834599.0000     2812807.4649    107.43%
41732.73/2108.00	c      2108            408         170        20     5834599.0000     2812807.4649    107.43%
41831.80/2113.02	c      2113            411         173        20     5834599.0000     2812807.4649    107.43%
41933.69/2118.10	c      2118            411         173        20     5834599.0000     2812807.4649    107.43%
42034.62/2123.15	c      2123            413         173        20     5834599.0000     2818869.3367    106.98%
42133.66/2128.18	c      2128            415         173        20     5834599.0000     2818869.3367    106.98%
42234.10/2133.26	c      2133            417         173        20     5834599.0000     2818869.3367    106.98%
42335.19/2138.31	c      2138            419         173        20     5834599.0000     2818869.3367    106.98%
42434.28/2143.36	c      2143            419         173        20     5834599.0000     2818869.3367    106.98%
42533.33/2148.37	c      2148            420         172        20     5834599.0000     2818869.3367    106.98%
42632.43/2153.38	c      2153            422         174        20     5834599.0000     2818869.3367    106.98%
42735.50/2158.51	c      2159            428         174        20     5834599.0000     2818869.3367    106.98%
42834.63/2163.56	c      2164            428         174        20     5834599.0000     2818869.3367    106.98%
42933.72/2168.58	c      2169            430         174        20     5834599.0000     2818869.3367    106.98%
43034.79/2173.62	c      2174            430         174        20     5834599.0000     2818869.3367    106.98%
43133.87/2178.67	c      2179            431         175        20     5834599.0000     2818869.3367    106.98%
43234.96/2183.73	c      2184            432         176        20     5834599.0000     2818869.3367    106.98%
43334.06/2188.79	c      2189            434         176        20     5834599.0000     2818869.3367    106.98%
43435.12/2193.84	c      2194            434         176        20     5834599.0000     2818869.3367    106.98%
43534.22/2198.89	c      2199            437         177        20     5834599.0000     2818869.3367    106.98%
43635.29/2203.97	c      2204            439         175        20     5834599.0000     2818869.3367    106.98%
43734.37/2209.02	c      2209            448         176        20     5834599.0000     2818869.3367    106.98%
43836.26/2214.07	c      2214            448         176        20     5834599.0000     2818869.3367    106.98%
43935.19/2219.12	c      2219            449         177        20     5834599.0000     2818869.3367    106.98%
44036.59/2224.15	c      2224            449         177        20     5834599.0000     2818869.3367    106.98%
44110.97/2227.97	c *    2228            454         178        20     5779471.0000     2818869.3367    105.03%
44136.51/2229.30	c      2229            454         178        20     5779471.0000     2818869.3367    105.03%
44239.53/2234.45	c      2234            455         177        20     5779471.0000     2818869.3367    105.03%
44340.59/2239.53	c      2240            456         178        20     5779471.0000     2818869.3367    105.03%
44439.66/2244.54	c      2245            392         187        20     5779471.0000     2836653.4556    103.74%
44546.65/2249.91	c      2250            392         187        20     5779471.0000     2836653.4556    103.74%
44645.72/2254.95	c      2255            396         189        20     5779471.0000     2836653.4556    103.74%
44744.79/2259.96	c      2260            396         189        20     5779471.0000     2836653.4556    103.74%
44843.84/2264.98	c      2265            399         190        20     5779471.0000     2836653.4556    103.74%
44942.91/2270.03	c      2270            399         190        20     5779471.0000     2836653.4556    103.74%
45046.83/2275.16	c      2275            400         191        20     5779471.0000     2836653.4556    103.74%
45146.98/2280.24	c      2280            405         190        20     5779471.0000     2836653.4556    103.74%
45246.04/2285.26	c      2285            406         191        20     5779471.0000     2836653.4556    103.74%
45355.07/2290.73	c      2291            406         191        20     5779471.0000     2836653.4556    103.74%
45430.37/2294.51	c *    2295            407         192        20     5741549.0000     2836653.4556    102.41%
45444.11/2295.23	c *    2295            407         192        20     5720731.0000     2836653.4556    101.67%
45450.01/2295.54	c *    2296            407         192        20     5510661.0000     2836653.4556     94.27%
45453.95/2295.77	c      2296            407         192        20     5510661.0000     2836653.4556     94.27%
45556.98/2300.90	c      2301            407         192        20     5510661.0000     2836653.4556     94.27%
45661.98/2306.22	c      2306            412         187        20     5510661.0000     2836653.4556     94.27%
45761.06/2311.28	c      2311            413         186        20     5510661.0000     2836653.4556     94.27%
45862.15/2316.36	c      2316            414         187        20     5510661.0000     2836653.4556     94.27%
45965.11/2321.50	c      2322            414         187        20     5510661.0000     2836653.4556     94.27%
46070.12/2326.85	c      2327            419         188        20     5510661.0000     2836653.4556     94.27%
46171.13/2331.95	c      2332            419         188        20     5510661.0000     2836653.4556     94.27%
46272.93/2337.13	c      2337            420         189        20     5510661.0000     2836653.4556     94.27%
46373.86/2342.19	c      2342            423         188        20     5510661.0000     2836653.4556     94.27%
46474.30/2347.22	c      2347            424         189        20     5510661.0000     2836653.4556     94.27%
46573.36/2352.28	c      2352            424         189        20     5510661.0000     2836653.4556     94.27%
46678.43/2357.55	c      2358            426         189        20     5510661.0000     2836653.4556     94.27%
46779.51/2362.60	c      2363            429         190        20     5510661.0000     2836653.4556     94.27%
46880.62/2367.71	c      2368            429         190        20     5510661.0000     2836653.4556     94.27%
46981.69/2372.82	c      2373            429         190        20     5510661.0000     2836653.4556     94.27%
47080.81/2377.89	c      2378            433         192        20     5510661.0000     2836653.4556     94.27%
47181.88/2383.03	c      2383            433         192        20     5510661.0000     2836653.4556     94.27%
47283.59/2388.08	c      2388            436         193        20     5510661.0000     2836653.4556     94.27%
47382.85/2393.13	c      2393            439         192        20     5510661.0000     2836653.4556     94.27%
47485.09/2398.24	c      2398            442         193        20     5510661.0000     2836653.4556     94.27%
47584.18/2403.28	c      2403            443         192        20     5510661.0000     2836653.4556     94.27%
47685.24/2408.31	c      2408            446         193        20     5510661.0000     2836653.4556     94.27%
47786.30/2413.44	c      2413            447         194        20     5510661.0000     2836653.4556     94.27%
47885.36/2418.49	c      2418            448         193        20     5510661.0000     2836653.4556     94.27%
47986.37/2423.54	c      2424            449         194        20     5510661.0000     2836653.4556     94.27%
48087.36/2428.60	c      2429            450         193        20     5510661.0000     2836653.4556     94.27%
48186.40/2433.65	c      2434            452         193        20     5510661.0000     2836653.4556     94.27%
48287.32/2438.72	c      2439            452         193        20     5510661.0000     2836653.4556     94.27%
48386.36/2443.77	c      2444            454         193        20     5510661.0000     2865692.0635     92.30%
48487.38/2448.82	c      2449            459         194        20     5510661.0000     2865692.0635     92.30%
48586.40/2453.87	c      2454            460         195        20     5510661.0000     2865692.0635     92.30%
48687.43/2458.92	c      2459            462         195        20     5510661.0000     2874587.9985     91.70%
48786.47/2463.97	c      2464            463         196        20     5510661.0000     2874587.9985     91.70%
48885.53/2469.02	c      2469            463         196        20     5510661.0000     2874587.9985     91.70%
48987.23/2474.08	c      2474            466         197        20     5510661.0000     2874587.9985     91.70%
49088.27/2479.14	c      2479            470         197        20     5510661.0000     2874587.9985     91.70%
49188.61/2484.20	c      2484            470         197        20     5510661.0000     2874587.9985     91.70%
49287.65/2489.25	c      2489            471         198        20     5510661.0000     2874587.9985     91.70%
49388.70/2494.31	c      2494            472         197        20     5510661.0000     2874587.9985     91.70%
49487.76/2499.37	c      2499            473         198        20     5510661.0000     2874587.9985     91.70%
49588.84/2504.42	c      2504            474         197        20     5510661.0000     2874587.9985     91.70%
49687.90/2509.47	c      2509            475         198        20     5510661.0000     2874587.9985     91.70%
49788.97/2514.52	c      2515            476         199        20     5510661.0000     2874587.9985     91.70%
49888.06/2519.57	c      2520            476         199        20     5510661.0000     2874587.9985     91.70%
49989.10/2524.62	c      2525            478         199        20     5510661.0000     2874587.9985     91.70%
50088.17/2529.63	c      2530            480         201        20     5510661.0000     2874587.9985     91.70%
50187.25/2534.68	c      2535            480         201        20     5510661.0000     2874587.9985     91.70%
50288.34/2539.73	c      2540            487         202        20     5510661.0000     2874587.9985     91.70%
50389.35/2544.86	c      2545            488         203        20     5510661.0000     2874587.9985     91.70%
50488.43/2549.89	c      2550            488         203        20     5510661.0000     2874587.9985     91.70%
50589.50/2554.96	c      2555            493         202        20     5510661.0000     2875619.1290     91.63%
50688.54/2560.01	c      2560            494         203        20     5510661.0000     2875619.1290     91.63%
50790.05/2565.06	c      2565            495         204        20     5510661.0000     2875619.1290     91.63%
50889.01/2570.11	c      2570            498         203        20     5510661.0000     2875619.1290     91.63%
50990.45/2575.16	c      2575            498         203        20     5510661.0000     2875619.1290     91.63%
51090.66/2580.21	c      2580            498         203        20     5510661.0000     2875619.1290     91.63%
51189.77/2585.26	c      2585            505         206        20     5510661.0000     2875619.1290     91.63%
51290.99/2590.31	c      2590            509         208        20     5510661.0000     2875619.1290     91.63%
51390.17/2595.38	c      2595            522         209        20     5510661.0000     2875619.1290     91.63%
51491.04/2600.44	c      2600            522         209        20     5510661.0000     2875619.1290     91.63%
51592.11/2605.51	c      2606            523         208        20     5510661.0000     2875619.1290     91.63%
51691.18/2610.57	c      2611            524         209        20     5510661.0000     2875619.1290     91.63%
51792.27/2615.62	c      2616            524         209        20     5510661.0000     2875619.1290     91.63%
51891.37/2620.69	c      2621            530         209        20     5510661.0000     2875619.1290     91.63%
51992.46/2625.71	c      2626            530         209        20     5510661.0000     2875619.1290     91.63%
52091.56/2630.75	c      2631            532         209        20     5510661.0000     2875619.1290     91.63%
52192.61/2635.81	c      2636            539         210        20     5510661.0000     2875619.1290     91.63%
52291.71/2640.86	c      2641            539         210        20     5510661.0000     2875619.1290     91.63%
52392.77/2645.97	c      2646            515         202        20     5510661.0000     2908668.8234     89.46%
52491.84/2651.03	c      2651            516         201        20     5510661.0000     2908668.8234     89.46%
52593.75/2656.07	c      2656            517         202        20     5510661.0000     2908668.8234     89.46%
52692.75/2661.12	c      2661            521         202        20     5510661.0000     2908668.8234     89.46%
52793.72/2666.17	c      2666            521         202        20     5510661.0000     2908668.8234     89.46%
52894.05/2671.22	c      2671            526         205        20     5510661.0000     2908668.8234     89.46%
52993.12/2676.27	c      2676            527         206        20     5510661.0000     2908668.8234     89.46%
53094.19/2681.30	c      2681            528         205        20     5510661.0000     2908668.8234     89.46%
53193.28/2686.33	c      2686            529         206        20     5510661.0000     2908668.8234     89.46%
53292.35/2691.38	c      2691            530         205        20     5510661.0000     2908668.8234     89.46%
53393.42/2696.43	c      2696            531         206        20     5510661.0000     2908668.8234     89.46%
53492.52/2701.48	c      2701            531         206        20     5510661.0000     2908668.8234     89.46%
53593.56/2706.52	c      2707            534         207        20     5510661.0000     2908668.8234     89.46%
53692.62/2711.57	c      2712            535         208        20     5510661.0000     2908668.8234     89.46%
53793.68/2716.68	c      2717            544         207        20     5510661.0000     2908668.8234     89.46%
53894.75/2721.73	c      2722            546         209        20     5510661.0000     2908668.8234     89.46%
53995.78/2726.88	c      2727            547         210        20     5510661.0000     2908668.8234     89.46%
54096.84/2731.93	c      2732            547         210        20     5510661.0000     2908668.8234     89.46%
54198.62/2737.04	c      2737            551         210        20     5510661.0000     2908668.8234     89.46%
54297.64/2742.09	c      2742            554         211        20     5510661.0000     2914641.8817     89.07%
54398.73/2747.14	c      2747            555         212        20     5510661.0000     2914641.8817     89.07%
54497.93/2752.19	c      2752            567         212        20     5510661.0000     2914641.8817     89.07%
54598.10/2757.25	c      2757            567         212        20     5510661.0000     2914641.8817     89.07%
54699.16/2762.34	c      2762            567         212        20     5510661.0000     2914641.8817     89.07%
54798.23/2767.40	c      2767            567         212        20     5510661.0000     2914641.8817     89.07%
54899.29/2772.42	c      2772            567         212        20     5510661.0000     2914641.8817     89.07%
54998.25/2777.47	c      2777            567         212        20     5510661.0000     2914641.8817     89.07%
55099.10/2782.52	c      2783            567         212        20     5510661.0000     2914641.8817     89.07%
55197.90/2787.57	c      2788            567         212        20     5510661.0000     2914641.8817     89.07%
55296.78/2792.59	c      2793            567         212        20     5510661.0000     2914641.8817     89.07%
55397.64/2797.62	c      2798            567         212        20     5510661.0000     2914641.8817     89.07%
55498.51/2802.72	c      2803            567         212        20     5510661.0000     2914641.8817     89.07%
55597.41/2807.77	c      2808            567         212        20     5510661.0000     2914641.8817     89.07%
55698.20/2812.82	c      2813            567         212        20     5510661.0000     2914641.8817     89.07%
55799.07/2817.91	c      2818            567         212        20     5510661.0000     2914641.8817     89.07%
55897.94/2822.96	c      2823            567         212        20     5510661.0000     2914641.8817     89.07%
55996.79/2828.01	c      2828            567         212        20     5510661.0000     2914641.8817     89.07%
56101.61/2833.20	c      2833            567         212        20     5510661.0000     2914641.8817     89.07%
56200.54/2838.25	c      2838            567         212        20     5510661.0000     2914641.8817     89.07%
56301.49/2843.30	c      2843            567         212        20     5510661.0000     2914641.8817     89.07%
56400.40/2848.31	c      2848            567         212        20     5510661.0000     2914641.8817     89.07%
56503.23/2853.54	c      2854            567         212        20     5510661.0000     2914641.8817     89.07%
56602.07/2858.56	c      2859            568         213        20     5510661.0000     2914641.8817     89.07%
56702.92/2863.64	c      2864            570         215        20     5510661.0000     2914641.8817     89.07%
56801.87/2868.70	c      2869            571         214        20     5510661.0000     2914641.8817     89.07%
56902.87/2873.75	c      2874            572         215        20     5510661.0000     2914641.8817     89.07%
57003.87/2878.81	c      2879            575         214        20     5510661.0000     2914641.8817     89.07%
57102.95/2883.87	c      2884            576         215        20     5510661.0000     2914641.8817     89.07%
57204.03/2888.92	c      2889            577         214        20     5510661.0000     2914641.8817     89.07%
57303.03/2893.97	c      2894            579         216        20     5510661.0000     2914641.8817     89.07%
57402.11/2899.03	c      2899            580         217        20     5510661.0000     2914641.8817     89.07%
57503.99/2904.07	c      2904            580         217        20     5510661.0000     2914641.8817     89.07%
57602.98/2909.10	c      2909            581         218        20     5510661.0000     2914641.8817     89.07%
57704.25/2914.17	c      2914            583         218        20     5510661.0000     2937324.1850     87.61%
57804.34/2919.22	c      2919            585         218        20     5510661.0000     2937324.1850     87.61%
57903.39/2924.27	c      2924            586         217        20     5510661.0000     2937324.1850     87.61%
58004.44/2929.32	c      2929            588         217        20     5510661.0000     2937324.1850     87.61%
58103.52/2934.38	c      2934            589         216        20     5510661.0000     2937324.1850     87.61%
58204.54/2939.45	c      2939            589         216        20     5510661.0000     2937324.1850     87.61%
58303.57/2944.50	c      2944            591         218        20     5510661.0000     2937324.1850     87.61%
58404.62/2949.55	c      2950            594         219        20     5510661.0000     2937324.1850     87.61%
58505.64/2954.60	c      2955            598         221        20     5510661.0000     2937324.1850     87.61%
58604.74/2959.65	c      2960            599         222        20     5510661.0000     2937324.1850     87.61%
58703.83/2964.70	c      2965            599         222        20     5510661.0000     2937324.1850     87.61%
58804.91/2969.77	c      2970            603         220        20     5510661.0000     2941624.8511     87.33%
58905.96/2974.82	c      2975            606         221        20     5510661.0000     2941624.8511     87.33%
59005.08/2979.88	c      2980            608         221        20     5510661.0000     2941624.8511     87.33%
59106.15/2984.93	c      2985            610         221        20     5510661.0000     2941624.8511     87.33%
59205.25/2989.97	c      2990            611         222        20     5510661.0000     2941624.8511     87.33%
59304.32/2994.98	c      2995            612         223        20     5510661.0000     2941624.8511     87.33%
59403.41/3000.03	c      3000            612         223        20     5510661.0000     2941624.8511     87.33%
59505.22/3005.08	c      3005            613         224        20     5510661.0000     2949837.6306     86.81%
59604.24/3010.13	c      3010            614         223        20     5510661.0000     2949837.6306     86.81%
59705.30/3015.15	c      3015            615         222        20     5510661.0000     2949837.6306     86.81%
59805.76/3020.29	c      3020            615         222        20     5510661.0000     2949837.6306     86.81%
59910.81/3025.56	c      3026            617         222        20     5510661.0000     2949837.6306     86.81%
60009.86/3030.60	c      3031            619         224        20     5510661.0000     2949837.6306     86.81%
60112.74/3035.71	c      3036            623         224        20     5510661.0000     2949837.6306     86.81%
60211.65/3040.77	c      3041            624         223        20     5510661.0000     2949837.6306     86.81%
60312.55/3045.81	c      3046            624         223        20     5510661.0000     2949837.6306     86.81%
60413.42/3051.03	c      3051            627         226        20     5510661.0000     2949837.6306     86.81%
60515.06/3056.06	c      3056            628         227        20     5510661.0000     2949837.6306     86.81%
60613.85/3061.13	c      3061            635         228        20     5510661.0000     2949837.6306     86.81%
60714.80/3066.18	c      3066            636         227        20     5510661.0000     2949837.6306     86.81%
60815.25/3071.22	c      3071            640         227        20     5510661.0000     2949837.6306     86.81%
60916.36/3076.31	c      3076            642         227        20     5510661.0000     2949837.6306     86.81%
61015.46/3081.36	c      3081            645         228        20     5510661.0000     2949837.6306     86.81%
61017.42/3081.44	c *    3081            645         228        20     5475527.0000     2949837.6306     85.62%
61092.68/3085.30	c *    3085            646         229        20     5383147.0000     2949837.6306     82.49%
61114.48/3086.38	c      3086            648         227        20     5383147.0000     2949837.6306     82.49%
61217.50/3091.51	c      3092            650         229        20     5383147.0000     2949837.6306     82.49%
61320.50/3096.72	c      3097            654         229        20     5383147.0000     2980326.2663     80.62%
61421.51/3101.88	c      3102            656         229        20     5383147.0000     2980326.2663     80.62%
61522.54/3106.96	c      3107            658         229        20     5383147.0000     2980326.2663     80.62%
61624.25/3112.12	c      3112            660         229        20     5383147.0000     2980326.2663     80.62%
61728.58/3117.39	c      3117            662         229        20     5383147.0000     2980326.2663     80.62%
61829.56/3122.45	c      3122            662         229        20     5383147.0000     2980326.2663     80.62%
61932.39/3127.62	c      3128            666         229        20     5383147.0000     2980326.2663     80.62%
62031.44/3132.66	c      3133            671         230        20     5383147.0000     2980326.2663     80.62%
62130.47/3137.69	c      3138            675         230        20     5383147.0000     2980326.2663     80.62%
62235.45/3143.00	c      3143            680         233        20     5383147.0000     2980326.2663     80.62%
62334.52/3148.00	c      3148            680         233        20     5383147.0000     2980326.2663     80.62%
62438.45/3153.19	c      3153            685         236        20     5383147.0000     2980326.2663     80.62%
62538.54/3158.25	c      3158            691         236        20     5383147.0000     2980326.2663     80.62%
62639.60/3163.32	c      3163            691         236        20     5383147.0000     2980326.2663     80.62%
62740.65/3168.46	c      3168            693         238        20     5383147.0000     2980326.2663     80.62%
62841.69/3173.53	c      3174            694         237        20     5383147.0000     2980326.2663     80.62%
62942.72/3178.61	c      3179            699         238        20     5383147.0000     2980326.2663     80.62%
63043.81/3183.70	c      3184            701         238        20     5383147.0000     2980326.2663     80.62%
63142.87/3188.74	c      3189            702         239        20     5383147.0000     2980326.2663     80.62%
63241.96/3193.76	c      3194            707         238        20     5383147.0000     2980326.2663     80.62%
63343.01/3198.81	c      3199            708         239        20     5383147.0000     2980326.2663     80.62%
63442.12/3203.86	c      3204            712         239        20     5383147.0000     2980326.2663     80.62%
63543.20/3208.91	c      3209            713         238        20     5383147.0000     2980326.2663     80.62%
63642.28/3213.94	c      3214            716         239        20     5383147.0000     2980326.2663     80.62%
63741.37/3218.95	c      3219            721         240        20     5383147.0000     2988035.3533     80.16%
63840.50/3224.00	c      3224            722         241        20     5383147.0000     2988035.3533     80.16%
63942.22/3229.05	c      3229            726         241        20     5383147.0000     2988035.3533     80.16%
64041.47/3234.10	c      3234            728         241        20     5383147.0000     2988035.3533     80.16%
64142.64/3239.18	c      3239            729         242        20     5383147.0000     2988035.3533     80.16%
64242.98/3244.20	c      3244            732         241        20     5383147.0000     2988035.3533     80.16%
64346.08/3249.47	c      3249            732         241        20     5383147.0000     2988035.3533     80.16%
64449.15/3254.60	c      3255            735         242        20     5383147.0000     2988035.3533     80.16%
64548.25/3259.67	c      3260            737         242        20     5383147.0000     2988035.3533     80.16%
64649.34/3264.79	c      3265            739         244        20     5383147.0000     2988035.3533     80.16%
64752.40/3269.91	c      3270            739         244        20     5383147.0000     2988035.3533     80.16%
64851.50/3275.03	c      3275            743         242        20     5383147.0000     3002677.8054     79.28%
64953.18/3280.08	c      3280            743         242        20     5383147.0000     3002677.8054     79.28%
65052.52/3285.11	c      3285            745         242        20     5383147.0000     3002677.8054     79.28%
65153.60/3290.15	c      3290            746         243        20     5383147.0000     3002677.8054     79.28%
65253.88/3295.23	c      3295            748         243        20     5383147.0000     3002677.8054     79.28%
65353.02/3300.28	c      3300            750         243        20     5383147.0000     3002677.8054     79.28%
65456.12/3305.40	c      3305            755         242        20     5383147.0000     3002677.8054     79.28%
65555.23/3310.44	c      3310            757         242        20     5383147.0000     3002677.8054     79.28%
65656.34/3315.51	c      3316            758         243        20     5383147.0000     3002677.8054     79.28%
65755.50/3320.56	c      3321            765         244        20     5383147.0000     3002677.8054     79.28%
65854.65/3325.58	c      3326            768         243        20     5383147.0000     3002677.8054     79.28%
65955.76/3330.69	c      3331            768         243        20     5383147.0000     3002677.8054     79.28%
66056.90/3335.74	c      3336            770         243        20     5383147.0000     3002677.8054     79.28%
66158.05/3340.83	c      3341            773         244        20     5383147.0000     3002677.8054     79.28%
66257.18/3345.86	c      3346            778         243        20     5383147.0000     3002677.8054     79.28%
66356.34/3350.89	c      3351            782         243        20     5383147.0000     3002677.8054     79.28%
66457.46/3355.93	c      3356            786         243        20     5383147.0000     3002677.8054     79.28%
66559.29/3361.04	c      3361            791         244        20     5383147.0000     3002677.8054     79.28%
66658.36/3366.09	c      3366            792         245        20     5383147.0000     3002677.8054     79.28%
66759.70/3371.15	c      3371            792         245        20     5383147.0000     3002677.8054     79.28%
66860.00/3376.20	c      3376            793         246        20     5383147.0000     3002677.8054     79.28%
66959.14/3381.26	c      3381            797         244        20     5383147.0000     3002677.8054     79.28%
67058.31/3386.27	c      3386            797         244        20     5383147.0000     3002677.8054     79.28%
67159.48/3391.32	c      3391            799         246        20     5383147.0000     3002677.8054     79.28%
67258.61/3396.37	c      3396            802         247        20     5383147.0000     3002677.8054     79.28%
67359.76/3401.42	c      3401           1043         213        20     5383147.0000     3015384.5068     78.52%
67460.92/3406.51	c      3407           1043         213        20     5383147.0000     3015384.5068     78.52%
67560.06/3411.52	c      3412           1043         213        20     5383147.0000     3015384.5068     78.52%
67661.15/3416.61	c      3417           1043         213        20     5383147.0000     3015384.5068     78.52%
67760.30/3421.66	c      3422           1043         213        20     5383147.0000     3015384.5068     78.52%
67861.40/3426.71	c      3427           1043         213        20     5383147.0000     3015384.5068     78.52%
67960.56/3431.74	c      3432           1044         214        20     5383147.0000     3015384.5068     78.52%
68059.70/3436.79	c      3437           1050         214        20     5383147.0000     3015384.5068     78.52%
68160.78/3441.88	c      3442           1054         214        20     5383147.0000     3015384.5068     78.52%
68261.77/3446.93	c      3447           1057         213        20     5383147.0000     3015384.5068     78.52%
68360.76/3451.98	c      3452           1060         214        20     5383147.0000     3015384.5068     78.52%
68459.75/3457.03	c      3457           1072         212        20     5383147.0000     3015384.5068     78.52%
68561.59/3462.08	c      3462           1075         213        20     5383147.0000     3015384.5068     78.52%
68660.81/3467.13	c      3467           1082         214        20     5383147.0000     3015384.5068     78.52%
68761.99/3472.18	c      3472           1090         214        20     5383147.0000     3015384.5068     78.52%
68862.11/3477.24	c      3477           1093         215        20     5383147.0000     3015384.5068     78.52%
68961.20/3482.26	c      3482           1094         216        20     5383147.0000     3015384.5068     78.52%
69060.32/3487.28	c      3487           1103         215        20     5383147.0000     3015384.5068     78.52%
69161.38/3492.40	c      3492           1105         215        20     5383147.0000     3015384.5068     78.52%
69262.45/3497.45	c      3497           1107         217        20     5383147.0000     3015384.5068     78.52%
69361.59/3502.46	c      3502           1107         217        20     5383147.0000     3015384.5068     78.52%
69462.66/3507.55	c      3508           1107         217        20     5383147.0000     3015384.5068     78.52%
69561.77/3512.60	c      3513           1107         217        20     5383147.0000     3015384.5068     78.52%
69662.88/3517.65	c      3518           1107         217        20     5383147.0000     3015384.5068     78.52%
69763.99/3522.70	c      3523           1107         217        20     5383147.0000     3015384.5068     78.52%
69863.08/3527.73	c      3528           1113         221        20     5383147.0000     3015384.5068     78.52%
69962.20/3532.75	c      3533           1124         220        20     5383147.0000     3015384.5068     78.52%
70063.27/3537.80	c      3538           1130         220        20     5383147.0000     3015384.5068     78.52%
70162.32/3542.85	c      3543           1141         219        20     5383147.0000     3015384.5068     78.52%
70263.39/3547.93	c      3548           1141         219        20     5383147.0000     3015384.5068     78.52%
70362.46/3552.99	c      3553           1142         218        20     5383147.0000     3015384.5068     78.52%
70464.26/3558.04	c      3558           1143         217        20     5383147.0000     3082355.9983     74.64%
70563.32/3563.11	c      3563           1145         217        20     5383147.0000     3082355.9983     74.64%
70664.45/3568.15	c      3568           1145         217        20     5383147.0000     3082355.9983     74.64%
70764.76/3573.23	c      3573           1152         222        20     5383147.0000     3082355.9983     74.64%
70863.87/3578.29	c      3578           1153         223        20     5383147.0000     3082355.9983     74.64%
70966.93/3583.45	c      3583           1154         222        20     5383147.0000     3082355.9983     74.64%
71068.00/3588.50	c      3588           1156         224        20     5383147.0000     3082355.9983     74.64%
71167.09/3593.55	c      3594           1165         223        20     5383147.0000     3082355.9983     74.64%
71268.13/3598.60	c      3599           1168         224        20     5383147.0000     3082355.9983     74.64%
71367.23/3603.65	c      3604           1177         227        20     5383147.0000     3082355.9983     74.64%
71466.25/3608.66	c      3609           1178         228        20     5383147.0000     3082355.9983     74.64%
71567.32/3613.77	c      3614           1187         229        20     5383147.0000     3082355.9983     74.64%
71668.37/3618.82	c      3619           1193         231        20     5383147.0000     3082355.9983     74.64%
71769.47/3623.97	c      3624           1204         232        20     5383147.0000     3082355.9983     74.64%
71872.89/3629.14	c      3629           1209         231        20     5383147.0000     3082355.9983     74.64%
71971.99/3634.19	c      3634           1215         233        20     5383147.0000     3082355.9983     74.64%

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 (183724 MiB free)
  memory of node 1: 193494 MiB (191571 MiB free)
  memory of node 2: 193531 MiB (184712 MiB free)
  memory of node 3: 193531 MiB (187274 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-4465427-1722522413/watcher-4465427-1722522413 -o /tmp/evaluation-result-4465427-1722522413/solver-4465427-1722522413 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116233 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465427-1722522413.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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=117046, runsolver pid=117043
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 77.38 80.04 81.99 62/983 117047
/proc/meminfo: memFree=765153092/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=100284 memory=88900 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) R 117043 117046 116222 0 -1 4194304 20569 0 0 0 8 3 0 0 20 0 1 0 18824442 102690816 22225 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 25071 22225 2555 3035 0 21467 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 100284 KiB
Current children cumulated memory: 88900 KiB

[startup+0.219617 s]*
/proc/loadavg: 77.38 80.04 81.99 62/983 117047
/proc/meminfo: memFree=765120096/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=128980 memory=112936 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) R 117043 117046 116222 0 -1 4194304 26472 0 0 0 19 4 0 0 20 0 1 0 18824442 132075520 28234 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 32245 28234 2646 3035 0 28641 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 128980 KiB
Current children cumulated memory: 112936 KiB

[startup+0.319466 s]*
/proc/loadavg: 77.38 80.04 81.99 64/983 117047
/proc/meminfo: memFree=765106444/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=140424 memory=127268 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) R 117043 117046 116222 0 -1 4194304 36167 0 0 0 28 5 0 0 20 0 1 0 18824442 143794176 31817 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 35106 31817 2726 3035 0 31502 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 140424 KiB
Current children cumulated memory: 127268 KiB

[startup+0.700239 s]
/proc/loadavg: 77.38 80.04 81.99 62/983 117048
/proc/meminfo: memFree=765101104/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=188056 memory=161680 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) R 117043 117046 116222 0 -1 4194304 41792 0 0 0 63 6 0 0 20 0 1 0 18824442 192569344 40420 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 47014 40420 2774 3035 0 43410 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 188056 KiB
Current children cumulated memory: 161680 KiB

[startup+1.50049 s]
/proc/loadavg: 77.38 80.04 81.99 62/1003 117068
/proc/meminfo: memFree=764872548/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=2692916 memory=1792420 CPUtime=4.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) S 117043 117046 116222 0 -1 1077936128 457916 0 0 0 342 116 0 0 20 0 41 0 18824442 2757545984 448105 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 673229 448105 2806 3035 0 547623 0
[pid=117046/tid=117049] ppid=117043 vsize=2692916 memory=7806539632655225959 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117049/stat : 117049 (fscip) R 117043 117046 116222 0 -1 4194368 16349 0 0 0 15 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117050] ppid=117043 vsize=2692916 memory=10544 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117050/stat : 117050 (fscip) D 117043 117046 116222 0 -1 4194368 22842 0 0 0 13 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117051] ppid=117043 vsize=2692916 memory=5512 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117051/stat : 117051 (fscip) D 117043 117046 116222 0 -1 4194368 22541 0 0 0 12 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117052] ppid=117043 vsize=2692916 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117052/stat : 117052 (fscip) R 117043 117046 116222 0 -1 4194368 16349 0 0 0 15 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117053] ppid=117043 vsize=2692916 memory=15776 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117053/stat : 117053 (fscip) R 117043 117046 116222 0 -1 4194368 22747 0 0 0 12 6 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117054] ppid=117043 vsize=2692916 memory=2316 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117054/stat : 117054 (fscip) R 117043 117046 116222 0 -1 4194368 23075 0 0 0 12 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117055] ppid=117043 vsize=2692916 memory=6048 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117055/stat : 117055 (fscip) R 117043 117046 116222 0 -1 4194368 16358 0 0 0 15 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117056] ppid=117043 vsize=2692916 memory=51200 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117056/stat : 117056 (fscip) R 117043 117046 116222 0 -1 4194368 22840 0 0 0 12 6 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117057] ppid=117043 vsize=2692916 memory=104 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117057/stat : 117057 (fscip) R 117043 117046 116222 0 -1 4194368 22706 0 0 0 13 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117058] ppid=117043 vsize=2692916 memory=25932 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117058/stat : 117058 (fscip) R 117043 117046 116222 0 -1 4194368 16349 0 0 0 16 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117059] ppid=117043 vsize=2692916 memory=21380 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117059/stat : 117059 (fscip) D 117043 117046 116222 0 -1 4194368 22347 0 0 0 12 6 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117060] ppid=117043 vsize=2692916 memory=2208 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117060/stat : 117060 (fscip) D 117043 117046 116222 0 -1 4194368 22356 0 0 0 13 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117061] ppid=117043 vsize=2692916 memory=2036 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117061/stat : 117061 (fscip) R 117043 117046 116222 0 -1 4194368 16347 0 0 0 14 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117062] ppid=117043 vsize=2692916 memory=29836768444022866 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117062/stat : 117062 (fscip) D 117043 117046 116222 0 -1 4194368 22433 0 0 0 13 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117063] ppid=117043 vsize=2692916 memory=0 CPUtime=0.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117063/stat : 117063 (fscip) D 117043 117046 116222 0 -1 4194368 22741 0 0 0 12 5 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117064] ppid=117043 vsize=2692916 memory=0 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117064/stat : 117064 (fscip) R 117043 117046 116222 0 -1 4194368 16354 0 0 0 15 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117065] ppid=117043 vsize=2692916 memory=0 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117065/stat : 117065 (fscip) R 117043 117046 116222 0 -1 4194368 22489 0 0 0 11 7 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117066] ppid=117043 vsize=2692916 memory=31316 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117066/stat : 117066 (fscip) D 117043 117046 116222 0 -1 4194368 22893 0 0 0 12 6 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117067] ppid=117043 vsize=2692916 memory=28568 CPUtime=0.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117067/stat : 117067 (fscip) R 117043 117046 116222 0 -1 4194368 16357 0 0 0 15 4 0 0 20 0 41 0 18824515 2757545984 448171 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117068] ppid=117043 vsize=2692916 memory=25333125866717268 CPUtime=0.18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117068/stat : 117068 (fscip) D 117043 117046 116222 0 -1 4194368 22572 0 0 0 12 6 0 0 20 0 41 0 18824515 2757545984 448237 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 2692916 KiB
Current children cumulated memory: 1792420 KiB

[startup+3.13182 s]
/proc/loadavg: 77.38 80.04 81.99 82/1023 117088
/proc/meminfo: memFree=762159772/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=4294300 memory=3096768 CPUtime=36.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) S 117043 117046 116222 0 -1 1077936128 829884 0 0 0 3401 233 0 0 20 0 41 0 18824442 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 1073575 774192 2998 3035 0 907053 0
[pid=117046/tid=117049] ppid=117043 vsize=4294300 memory=0 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117049/stat : 117049 (fscip) R 117043 117046 116222 0 -1 4194368 37017 0 0 0 166 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117050] ppid=117043 vsize=4294300 memory=10544 CPUtime=1.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117050/stat : 117050 (fscip) R 117043 117046 116222 0 -1 4194368 43695 0 0 0 164 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117051] ppid=117043 vsize=4294300 memory=2821052 CPUtime=1.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117051/stat : 117051 (fscip) R 117043 117046 116222 0 -1 4194368 36648 0 0 0 169 8 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117052] ppid=117043 vsize=4294300 memory=5512 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117052/stat : 117052 (fscip) R 117043 117046 116222 0 -1 4194368 38159 0 0 0 167 11 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117053] ppid=117043 vsize=4294300 memory=5792755232048177397 CPUtime=1.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117053/stat : 117053 (fscip) R 117043 117046 116222 0 -1 4194368 43047 0 0 0 164 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117054] ppid=117043 vsize=4294300 memory=16325789170925620 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117054/stat : 117054 (fscip) R 117043 117046 116222 0 -1 4194368 36678 0 0 0 170 8 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117055] ppid=117043 vsize=4294300 memory=7806539632655225959 CPUtime=1.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117055/stat : 117055 (fscip) R 117043 117046 116222 0 -1 4194368 37656 0 0 0 165 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117056] ppid=117043 vsize=4294300 memory=1240128 CPUtime=1.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117056/stat : 117056 (fscip) R 117043 117046 116222 0 -1 4194368 39746 0 0 0 165 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117057] ppid=117043 vsize=4294300 memory=155 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117057/stat : 117057 (fscip) R 117043 117046 116222 0 -1 4194368 36496 0 0 0 170 8 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117058] ppid=117043 vsize=4294300 memory=154 CPUtime=1.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117058/stat : 117058 (fscip) R 117043 117046 116222 0 -1 4194368 38538 0 0 0 173 8 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117059] ppid=117043 vsize=4294300 memory=31316 CPUtime=1.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117059/stat : 117059 (fscip) R 117043 117046 116222 0 -1 4194368 42736 0 0 0 163 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117060] ppid=117043 vsize=4294300 memory=28568 CPUtime=1.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117060/stat : 117060 (fscip) R 117043 117046 116222 0 -1 4194368 33667 0 0 0 166 6 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117061] ppid=117043 vsize=4294300 memory=25333125866717268 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117061/stat : 117061 (fscip) R 117043 117046 116222 0 -1 4194368 38150 0 0 0 165 13 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117062] ppid=117043 vsize=4294300 memory=281250430917040 CPUtime=1.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117062/stat : 117062 (fscip) R 117043 117046 116222 0 -1 4194368 44538 0 0 0 163 13 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117063] ppid=117043 vsize=4294300 memory=504885686569450 CPUtime=1.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117063/stat : 117063 (fscip) R 117043 117046 116222 0 -1 4194368 33656 0 0 0 168 7 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117064] ppid=117043 vsize=4294300 memory=504885686569194 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117064/stat : 117064 (fscip) R 117043 117046 116222 0 -1 4194368 38142 0 0 0 165 13 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117065] ppid=117043 vsize=4294300 memory=2367728 CPUtime=1.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117065/stat : 117065 (fscip) R 117043 117046 116222 0 -1 4194368 43879 0 0 0 160 14 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117066] ppid=117043 vsize=4294300 memory=4638778398332698720 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117066/stat : 117066 (fscip) R 117043 117046 116222 0 -1 4194368 33701 0 0 0 171 7 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117067] ppid=117043 vsize=4294300 memory=281250430513328 CPUtime=1.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117067/stat : 117067 (fscip) R 117043 117046 116222 0 -1 4194368 36877 0 0 0 166 12 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117068] ppid=117043 vsize=4294300 memory=0 CPUtime=1.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117068/stat : 117068 (fscip) R 117043 117046 116222 0 -1 4194368 47438 0 0 0 163 13 0 0 20 0 41 0 18824515 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117069] ppid=117043 vsize=4294300 memory=155 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117069/stat : 117069 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117070] ppid=117043 vsize=4294300 memory=153 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117070/stat : 117070 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117071] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117071/stat : 117071 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117072] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117072/stat : 117072 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117073] ppid=117043 vsize=4294300 memory=27866426427113556 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117073/stat : 117073 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117074] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117074/stat : 117074 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117075] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117075/stat : 117075 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117076] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117076/stat : 117076 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117077] ppid=117043 vsize=4294300 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117077/stat : 117077 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117078] ppid=117043 vsize=4294300 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117078/stat : 117078 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117079] ppid=117043 vsize=4294300 memory=25932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117079/stat : 117079 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117080] ppid=117043 vsize=4294300 memory=21380 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117080/stat : 117080 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117081] ppid=117043 vsize=4294300 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117081/stat : 117081 (fscip) S 117043 117046 116222 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 18824570 4397363200 774192 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0

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

[pid=117046/tid=117072] ppid=117043 vsize=11395272 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117072/stat : 117072 (fscip) S 117043 117046 116222 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117073] ppid=117043 vsize=11395272 memory=9861252 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117073/stat : 117073 (fscip) S 117043 117046 116222 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117074] ppid=117043 vsize=11395272 memory=9861500 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117074/stat : 117074 (fscip) S 117043 117046 116222 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117075] ppid=117043 vsize=11395272 memory=281250432436368 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117075/stat : 117075 (fscip) S 117043 117046 116222 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117076] ppid=117043 vsize=11395272 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117076/stat : 117076 (fscip) S 117043 117046 116222 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117077] ppid=117043 vsize=11395272 memory=2036 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117077/stat : 117077 (fscip) S 117043 117046 116222 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117078] ppid=117043 vsize=11395272 memory=31316 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117078/stat : 117078 (fscip) S 117043 117046 116222 0 -1 1077936192 118 0 0 0 0 3 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117079] ppid=117043 vsize=11395272 memory=9861252 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117079/stat : 117079 (fscip) S 117043 117046 116222 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117080] ppid=117043 vsize=11395272 memory=11448 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117080/stat : 117080 (fscip) S 117043 117046 116222 0 -1 1077936192 163 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117081] ppid=117043 vsize=11395272 memory=2316 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117081/stat : 117081 (fscip) S 117043 117046 116222 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117082] ppid=117043 vsize=11395272 memory=33000 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117082/stat : 117082 (fscip) S 117043 117046 116222 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117083] ppid=117043 vsize=11395272 memory=9869092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117083/stat : 117083 (fscip) S 117043 117046 116222 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117084] ppid=117043 vsize=11395272 memory=13912 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117084/stat : 117084 (fscip) S 117043 117046 116222 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117085] ppid=117043 vsize=11395272 memory=9869284 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117085/stat : 117085 (fscip) S 117043 117046 116222 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117086] ppid=117043 vsize=11395272 memory=19092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117086/stat : 117086 (fscip) S 117043 117046 116222 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117087] ppid=117043 vsize=11395272 memory=9773572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117087/stat : 117087 (fscip) S 117043 117046 116222 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117088] ppid=117043 vsize=11395272 memory=9861396 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117088/stat : 117088 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2467321 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
Current children cumulated CPU time: 70945.1 s
Current children cumulated vsize: 11395272 KiB
Current children cumulated memory: 9869284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.6 s]
/proc/loadavg: 78.69 68.96 70.17 81/1027 120595
/proc/meminfo: memFree=701789864/790760804 swapFree=131071996/131071996
[pid=117046] ppid=117043 vsize=11395272 memory=9884844 CPUtime=72000.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/stat : 117046 (fscip) S 117043 117046 116222 0 -1 1077936128 44058285 0 0 0 7189877 10200 0 0 20 0 41 0 18824442 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 17 69 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
/proc/117046/statm: 2848818 2471211 3334 3035 0 2738676 0
[pid=117046/tid=117049] ppid=117043 vsize=11395272 memory=355836 CPUtime=3593.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117049/stat : 117049 (fscip) R 117043 117046 116222 0 -1 4194368 1320711 0 0 0 359197 143 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117050] ppid=117043 vsize=11395272 memory=355842 CPUtime=3606.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117050/stat : 117050 (fscip) R 117043 117046 116222 0 -1 4194368 2306811 0 0 0 360381 278 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117051] ppid=117043 vsize=11395272 memory=353581 CPUtime=3603.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117051/stat : 117051 (fscip) R 117043 117046 116222 0 -1 4194368 3258872 0 0 0 359177 1209 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117052] ppid=117043 vsize=11395272 memory=3776 CPUtime=3606.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117052/stat : 117052 (fscip) R 117043 117046 116222 0 -1 4194368 1345521 0 0 0 360493 140 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117053] ppid=117043 vsize=11395272 memory=40456 CPUtime=3604.72 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117053/stat : 117053 (fscip) R 117043 117046 116222 0 -1 4194368 2142405 0 0 0 360245 227 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117054] ppid=117043 vsize=11395272 memory=8196 CPUtime=3573.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117054/stat : 117054 (fscip) R 117043 117046 116222 0 -1 4194368 3321749 0 0 0 355998 1381 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117055] ppid=117043 vsize=11395272 memory=3300 CPUtime=3605.98 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117055/stat : 117055 (fscip) R 117043 117046 116222 0 -1 4194368 1273703 0 0 0 360464 134 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117056] ppid=117043 vsize=11395272 memory=2264 CPUtime=3599.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117056/stat : 117056 (fscip) R 117043 117046 116222 0 -1 4194368 2070957 0 0 0 359683 233 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117057] ppid=117043 vsize=11395272 memory=104 CPUtime=3593.67 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117057/stat : 117057 (fscip) R 117043 117046 116222 0 -1 4194368 3093635 0 0 0 358255 1112 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117058] ppid=117043 vsize=11395272 memory=25932 CPUtime=3606.36 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117058/stat : 117058 (fscip) R 117043 117046 116222 0 -1 4194368 1285362 0 0 0 360510 126 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117059] ppid=117043 vsize=11395272 memory=21380 CPUtime=3606.46 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117059/stat : 117059 (fscip) R 117043 117046 116222 0 -1 4194368 2083973 0 0 0 360422 224 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117060] ppid=117043 vsize=11395272 memory=3776 CPUtime=3583.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117060/stat : 117060 (fscip) R 117043 117046 116222 0 -1 4194368 3331291 0 0 0 357072 1308 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117061] ppid=117043 vsize=11395272 memory=40456 CPUtime=3595.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117061/stat : 117061 (fscip) R 117043 117046 116222 0 -1 4194368 1327550 0 0 0 359385 144 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117062] ppid=117043 vsize=11395272 memory=6720663246665628519 CPUtime=3603.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117062/stat : 117062 (fscip) R 117043 117046 116222 0 -1 4194368 2264110 0 0 0 360068 249 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117063] ppid=117043 vsize=11395272 memory=9873496 CPUtime=3601.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117063/stat : 117063 (fscip) R 117043 117046 116222 0 -1 4194368 3215444 0 0 0 358966 1210 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117064] ppid=117043 vsize=11395272 memory=9879892 CPUtime=3606.19 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117064/stat : 117064 (fscip) R 117043 117046 116222 0 -1 4194368 1268036 0 0 0 360488 131 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117065] ppid=117043 vsize=11395272 memory=51200 CPUtime=3606.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117065/stat : 117065 (fscip) R 117043 117046 116222 0 -1 4194368 2067665 0 0 0 360454 222 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117066] ppid=117043 vsize=11395272 memory=104 CPUtime=3595.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117066/stat : 117066 (fscip) R 117043 117046 116222 0 -1 4194368 3335259 0 0 0 358282 1295 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117067] ppid=117043 vsize=11395272 memory=11448 CPUtime=3605.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117067/stat : 117067 (fscip) R 117043 117046 116222 0 -1 4194368 1371316 0 0 0 360403 145 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117068] ppid=117043 vsize=11395272 memory=16424 CPUtime=3599.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117068/stat : 117068 (fscip) R 117043 117046 116222 0 -1 4194368 2287514 0 0 0 359750 234 0 0 20 0 41 0 18824515 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117069] ppid=117043 vsize=11395272 memory=10544 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117069/stat : 117069 (fscip) S 117043 117046 116222 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117070] ppid=117043 vsize=11395272 memory=5512 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117070/stat : 117070 (fscip) S 117043 117046 116222 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117071] ppid=117043 vsize=11395272 memory=15776 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117071/stat : 117071 (fscip) S 117043 117046 116222 0 -1 1077936192 98 0 0 0 1 1 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117072] ppid=117043 vsize=11395272 memory=59820 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117072/stat : 117072 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117073] ppid=117043 vsize=11395272 memory=7636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117073/stat : 117073 (fscip) S 117043 117046 116222 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117074] ppid=117043 vsize=11395272 memory=19092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117074/stat : 117074 (fscip) S 117043 117046 116222 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117075] ppid=117043 vsize=11395272 memory=20248 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117075/stat : 117075 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117076] ppid=117043 vsize=11395272 memory=5616 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117076/stat : 117076 (fscip) S 117043 117046 116222 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117077] ppid=117043 vsize=11395272 memory=28152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117077/stat : 117077 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117078] ppid=117043 vsize=11395272 memory=33860 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117078/stat : 117078 (fscip) S 117043 117046 116222 0 -1 1077936192 120 0 0 0 0 3 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117079] ppid=117043 vsize=11395272 memory=60612 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117079/stat : 117079 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117080] ppid=117043 vsize=11395272 memory=7636 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117080/stat : 117080 (fscip) S 117043 117046 116222 0 -1 1077936192 165 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117081] ppid=117043 vsize=11395272 memory=19092 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117081/stat : 117081 (fscip) S 117043 117046 116222 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117082] ppid=117043 vsize=11395272 memory=281250432618704 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117082/stat : 117082 (fscip) S 117043 117046 116222 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117083] ppid=117043 vsize=11395272 memory=281250432095200 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117083/stat : 117083 (fscip) S 117043 117046 116222 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117084] ppid=117043 vsize=11395272 memory=6655300316396806240 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117084/stat : 117084 (fscip) S 117043 117046 116222 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117085] ppid=117043 vsize=11395272 memory=6944656592387989600 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117085/stat : 117085 (fscip) S 117043 117046 116222 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117086] ppid=117043 vsize=11395272 memory=6656426216303648864 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117086/stat : 117086 (fscip) S 117043 117046 116222 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117087] ppid=117043 vsize=11395272 memory=11660 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117087/stat : 117087 (fscip) S 117043 117046 116222 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
[pid=117046/tid=117088] ppid=117043 vsize=11395272 memory=11680 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/117046/task/117088/stat : 117088 (fscip) S 117043 117046 116222 0 -1 1077936192 165 0 0 0 3 0 0 0 20 0 41 0 18824570 11668758528 2471211 809668444160 4194304 16623229 140725347637920 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 40935424 140725347640329 140725347640447 140725347640447 140725347647472 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 11395272 KiB
Current children cumulated memory: 9884844 KiB

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

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

# cumulated CPU time of all completed processes:  user=71899 s, system=102.307 s

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

[startup+3635.82 s]
/proc/loadavg: 78.69 68.96 70.17 62/988 120595
/proc/meminfo: memFree=704942784/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.9 s]
/proc/loadavg: 78.69 68.96 70.17 62/988 120595
/proc/meminfo: memFree=704942784/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): 3635.92
CPU time (s): 72001.3
CPU user time (s): 71899
CPU system time (s): 102.307
CPU usage (%): 1980.28
Max. virtual memory (cumulated for all children) (KiB): 11854024
Max. memory (cumulated for all children) (KiB): 10270700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71899
system time used= 102.307
maximum resident set size= 10270700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44058307
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= 250968
involuntary context switches= 208115


# summary of solver processes directly reported to runsolver:
#   pid: 117046
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71899
#   total CPU system time (s): 102.307

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.6024 second user time and 86.6163 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-01 16:26:53
IDJOB=4465427
IDBENCH=155632
IDSOLVER=3094
FILE ID=nodeD105/4465427-1722522413
RUNJOBID= nodeD105-1722521994-116233
SLURM_JOB_ID= 8254270
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat100_4_32_5.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-4465427-1722522413/watcher-4465427-1722522413 -o /tmp/evaluation-result-4465427-1722522413/solver-4465427-1722522413 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722521994-116233 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465427-1722522413.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 353b00be857f2760978c5d5f587e868e
RANDOM SEED=1586696713

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		: 2877.594
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		: 3347.697
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		: 3025.627
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		: 2949.418
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		: 2879.941
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		: 2428.183
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		: 3025.675
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		: 2943.567
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		: 2876.911
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		: 2546.735
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		: 3025.674
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		: 2964.776
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		: 2879.220
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		: 1380.937
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		: 3024.756
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		: 2966.752
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		: 2879.262
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		: 3600.594
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		: 3019.892
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		: 2956.117
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		: 2879.717
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		: 2637.115
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		: 3023.593
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		: 2964.991
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		: 2877.737
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		: 1240.155
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		: 3025.355
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		: 2966.621
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		: 2880.255
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		: 2638.389
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		: 3022.572
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		: 2966.570
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		: 2878.334
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		: 2632.900
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		: 3025.217
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		: 2954.377
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		: 2879.170
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		: 2511.577
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		: 3025.156
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		: 2962.818
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		: 2878.567
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		: 1451.818
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		: 3023.240
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		: 2959.144
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		: 2880.360
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		: 2631.164
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		: 3022.286
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		: 2966.388
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		: 2878.754
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		: 2611.343
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		: 3024.376
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		: 2965.135
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		: 2880.340
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		: 2638.102
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		: 3022.819
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		: 2966.267
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		: 2879.124
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		: 2660.246
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		: 3024.408
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		: 2964.253
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		: 2877.910
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		: 2663.863
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		: 3021.146
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		: 2964.940
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		: 2880.305
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		: 2643.525
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		: 3009.285
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		: 2957.448
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		: 2880.297
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		: 2670.426
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		: 3020.452
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		: 2964.435
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		: 2878.391
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		: 1935.862
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		: 3025.267
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		: 2964.075
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		: 2880.274
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		: 3588.958
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		: 3025.277
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		: 2966.267
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:        765218924 kB
MemAvailable:   765428992 kB
Buffers:          257872 kB
Cached:          3291372 kB
SwapCached:            0 kB
Active:           426300 kB
Inactive:       22587728 kB
Active(anon):       2168 kB
Inactive(anon): 19485164 kB
Active(file):     424132 kB
Inactive(file):  3102564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30128 kB
Writeback:            92 kB
AnonPages:      19462772 kB
Mapped:           128928 kB
Shmem:             22536 kB
KReclaimable:     206152 kB
Slab:             559452 kB
SReclaimable:     206152 kB
SUnreclaim:       353300 kB
KernelStack:       16880 kB
PageTables:        50924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2145492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           254976 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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:      546816 kB
DirectMap2M:    60768256 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622772 MiB
End job on nodeD105 at 2024-08-01 17:27:29