Trace number 4465122

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) 72003.8 3645.2

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_50null20mast_rapportOE2.0_TMAX300_K67_cod1.opb
MD5SUMb3d827c1cec2288f345531c85d1b4d53
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42772
Best CPU time to get the best result obtained on this benchmark3585.96
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 11015136
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 11015136
Number of bits of the biggest sum of numbers24
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.23	c Default LC presolving (default).
0.11/0.23	c ** Before presolving: virtualMemUsedAtLc = 226280316, getVmSize() = 175316992, SCIPgetMemUsed() = 140637961, SCIPgetMemTotal() = 149402745, SCIPgetMemExternEstim() = 76877571
0.11/0.23	c ** set memory limit for presolving in LC to 8.79538e+12 for SCIP **
8.86/8.99	c ** Estimated virtualMemUsedAtSolver = 336296726, getVmSize() = 462532608, SCIPgetMemUsed() = 338710398, SCIPgetMemTotal() = 427567518, SCIPgetMemExternEstim() = 76877571
8.86/8.99	c ** set memory limit for solvers to 4.18756e+11 for each SCIP **
8.86/8.99	c Original Problem   :
8.86/8.99	c   Problem name     : instance-4465122-1723635737
8.86/8.99	c   Variables        : 40451 (40451 binary, 0 integer, 0 implicit integer, 0 continuous)
8.86/8.99	c   Constraints      : 40950
8.86/8.99	c   Objective sense  : minimize
8.86/8.99	c Presolved Problem  :
8.86/8.99	c   Variables        : 21287 (21287 binary, 0 integer, 0 implicit integer, 0 continuous)
8.86/8.99	c   Constraints      : 21605
8.86/8.99	c Constraints        : Number
8.86/8.99	c   knapsack         : 1 
8.86/8.99	c   setppc           : 2577 
8.86/8.99	c   linear           : 10 
8.86/8.99	c   logicor          : 19017 
8.86/8.99	c ** Instance transfer method used: 0
8.98/9.05	c ** ParaScipInstance copy does not increase the number of variables. **
9.99/10.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
9.99/10.05	c                                Nodes    Active                                            
9.99/10.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
25.89/10.92	c *      11              0           1        20           0.0000                -          -
25.89/10.92	c        11              0           1        20           0.0000                -          -
249.72/22.26	c *      22              0           1        20      -15269.0000                -          -
249.72/22.26	c        22              0           1        20      -15269.0000                -          -
255.52/22.50	c *      23              0           1        20      -15587.0000                -          -
259.46/22.71	c *      23              0           1        20      -16147.0000                -          -
271.33/23.33	c *      23              0           1        20      -21964.0000                -          -
283.20/23.96	c *      24              0           1        20      -28032.0000                -          -
348.39/27.29	c        27              3           4        20      -28032.0000    -9806942.0000          -
453.46/32.58	c        33             21          22        20      -28032.0000    -9806942.0000          -
554.68/37.65	c        38             41          42        20      -28032.0000    -9806942.0000          -
653.91/42.67	c        43            102         101        20      -28032.0000    -9806942.0000          -
765.02/48.25	c        48            202         201        20      -28032.0000    -9806942.0000          -
866.20/53.39	c        53            402         401        20      -28032.0000    -9806942.0000          -
967.31/58.43	c        58            462         461        20      -28032.0000    -9806942.0000          -
1068.59/63.58	c        64            982         981        20      -28032.0000    -9806942.0000          -
1173.54/68.80	c        69           1591         541        20      -28032.0000    -9806942.0000          -
1272.75/73.82	c        74           2461        1407        20      -28032.0000    -9806942.0000          -
1371.93/78.88	c        79           3060        2007        20      -28032.0000    -9806942.0000          -
1473.10/83.95	c        84           4934        3880        20      -28032.0000    -9806942.0000          -
1577.05/89.17	c        89           3805        2638        20      -28032.0000    -9806942.0000          -
1681.39/94.47	c        94           3976         161        20      -28032.0000    -9806942.0000          -
1782.56/99.58	c       100           4647         321        20      -28032.0000    -9806942.0000          -
1885.72/104.77	c       105           4987         661        20      -28032.0000    -9806942.0000          -
1991.56/110.10	c       110           6686        2867        20      -28032.0000    -9806942.0000          -
2092.82/115.17	c       115           6687        2361        20      -28032.0000    -9806942.0000          -
2195.06/120.35	c       120           8909         181        20      -28032.0000    -9802556.0000          -
2300.13/125.63	c       126           9209         481        20      -28032.0000    -9802556.0000          -
2405.25/130.99	c       131           9750        1020        20      -28032.0000    -9802556.0000          -
2509.02/136.15	c       136          11084        2334        20      -28032.0000    -9802556.0000          -
2619.05/141.70	c       142          11146        2332        20      -28032.0000    -9802556.0000          -
2718.21/146.80	c       147           7053         141        20      -28032.0000    -9802556.0000          -
2823.92/152.06	c       152           7293         381        20      -28032.0000    -9802556.0000          -
2926.44/157.23	c       157          11286        2332        20      -28032.0000    -9802556.0000          -
3025.64/162.23	c       162           8114        1200        20      -28032.0000    -9802556.0000          -
3128.76/167.47	c       167           8734        1820        20      -28032.0000    -9802556.0000          -
3227.90/172.49	c       172          11432        2333        20      -28032.0000    -9802556.0000          -
3329.00/177.52	c       178          10027        3044        20      -28032.0000    -9802556.0000          -
3428.03/182.55	c       183          10070        3043        20      -28032.0000    -9802556.0000          -
3529.12/187.66	c       188          11570        2334        20      -28032.0000    -9802556.0000          -
3636.90/193.13	c       193          10190        3044        20      -28032.0000    -9802556.0000          -
3747.23/198.69	c       199          11679        2335        20      -28032.0000    -9802556.0000          -
3850.37/203.84	c       204          10307        3044        20      -28032.0000    -9802556.0000          -
3951.43/208.91	c       209          11753        2332        20      -28032.0000    -9802556.0000          -
4050.29/214.02	c       214          11753        2332        20      -28032.0000    -9802556.0000          -
4157.39/219.30	c       219          11823          61        20      -28032.0000    -9799627.0000          -
4258.58/224.42	c       224          12063         301        20      -28032.0000    -9799627.0000          -
4361.71/229.65	c       230          12363         601        20      -28032.0000    -9799627.0000          -
4464.87/234.82	c       235          12743         981        20      -28032.0000    -9799627.0000          -
4565.92/239.93	c       240          13403        1641        20      -28032.0000    -9799627.0000          -
4672.98/245.38	c       245          14788        3019        20      -28032.0000    -9799627.0000          -
4772.07/250.40	c       250          14843        3019        20      -28032.0000    -9799627.0000          -
4881.09/255.88	c       256          14884        3017        20      -28032.0000    -9799627.0000          -
4982.20/260.96	c       261          14934        3017        20      -28032.0000    -9799627.0000          -
5084.00/266.13	c       266          14978        3015        20      -28032.0000    -9799627.0000          -
5185.10/271.16	c       271          15032        3019        20      -28032.0000    -9799627.0000          -
5286.61/276.32	c       276          15077        3017        20      -28032.0000    -9799627.0000          -
5385.76/281.37	c       281          15131        3017        20      -28032.0000    -9799627.0000          -
5486.80/286.49	c       286          15186        3017        20      -28032.0000    -9799627.0000          -
5587.87/291.51	c       292          15270        3017        20      -28032.0000    -9799627.0000          -
5635.46/293.97	c *     294          15297        3016        20      -40311.0000    -9799627.0000          -
5653.28/294.84	c *     295          15317        3017        20      -40356.0000    -9799627.0000          -
5690.93/296.70	c       297          15330        3001        20      -40356.0000    -9799627.0000          -
5793.92/301.95	c       302          15357        3001        20      -40356.0000    -9799627.0000          -
5892.98/306.98	c       307          15381        3000        20      -40356.0000    -9799627.0000          -
5992.12/311.99	c       312          15399        2999        20      -40356.0000    -9799627.0000          -
6093.99/317.13	c       317              2           1        20      -40356.0000      -46866.1038     16.13%
6200.30/322.40	c       322              2           1        20      -40356.0000      -46866.1038     16.13%
6301.56/327.55	c       328              2           1        20      -40356.0000      -46866.1038     16.13%
6411.15/333.10	c       333              2           1        20      -40356.0000      -46866.1038     16.13%
6513.55/338.27	c       338              2           1        20      -40356.0000      -46866.1038     16.13%
6616.70/343.45	c       343              2           1        20      -40356.0000      -46866.1038     16.13%
6715.43/348.47	c       348              2           1        20      -40356.0000      -46866.1038     16.13%
6823.95/353.96	c       354              2           1        20      -40356.0000      -46866.1038     16.13%
6925.92/359.14	c       359              2           1        20      -40356.0000      -46866.1038     16.13%
7028.19/364.23	c       364              2           1        20      -40356.0000      -46866.1038     16.13%
7128.99/369.37	c       369              2           1        20      -40356.0000      -46866.1038     16.13%
7235.45/374.74	c       375              2           1        20      -40356.0000      -46866.1038     16.13%
7337.62/379.96	c       380              2           1        20      -40356.0000      -46866.1038     16.13%
7439.36/385.07	c       385              3           2        20      -40356.0000      -46866.1038     16.13%
7538.65/390.10	c       390              3           2        20      -40356.0000      -46866.1038     16.13%
7640.21/395.25	c       395              3           2        20      -40356.0000      -46866.1038     16.13%
7738.69/400.28	c       400              3           2        20      -40356.0000      -46866.1038     16.13%
7837.79/405.29	c       405              3           2        20      -40356.0000      -46866.1038     16.13%
7938.93/410.31	c       410              3           2        20      -40356.0000      -46866.1038     16.13%
8038.07/415.34	c       415              3           2        20      -40356.0000      -46866.1038     16.13%
8137.39/420.37	c       420              3           2        20      -40356.0000      -46866.1038     16.13%
8248.31/425.90	c       426              3           2        20      -40356.0000      -46866.1038     16.13%
8347.47/430.94	c       431              3           2        20      -40356.0000      -46866.1038     16.13%
8446.65/436.00	c       436              3           2        20      -40356.0000      -46866.1038     16.13%
8547.61/441.09	c       441              2           1        20      -40356.0000      -46840.6777     16.07%
8649.90/446.21	c       446              2           1        20      -40356.0000      -46840.6777     16.07%
8757.19/451.66	c       452              2           1        20      -40356.0000      -46840.6777     16.07%
8858.16/456.73	c       457              2           1        20      -40356.0000      -46840.6777     16.07%
8963.90/462.07	c       462              2           1        20      -40356.0000      -46840.6777     16.07%
9068.04/467.34	c       467              3           4        20      -40356.0000      -46830.5520     16.04%
9169.11/472.46	c       472              3           4        20      -40356.0000      -46830.5520     16.04%
9270.26/477.53	c       478              3           4        20      -40356.0000      -46830.5520     16.04%
9371.38/482.68	c       483              3           4        20      -40356.0000      -46830.5520     16.04%
9475.57/488.04	c       488              3           4        20      -40356.0000      -46830.5520     16.04%
9577.36/493.13	c       493              3           4        20      -40356.0000      -46830.5520     16.04%
9681.53/498.37	c       498              3           4        20      -40356.0000      -46830.5520     16.04%
9784.84/503.59	c       504              3           4        20      -40356.0000      -46830.5520     16.04%
9885.80/508.66	c       509              3           4        20      -40356.0000      -46830.5520     16.04%
9984.99/513.67	c       514              3           4        20      -40356.0000      -46830.5520     16.04%
10090.11/519.00	c       519              3           4        20      -40356.0000      -46830.5520     16.04%
10191.95/524.11	c       524              3           4        20      -40356.0000      -46830.5520     16.04%
10268.59/527.97	c *     528              3           4        20      -40375.0000      -46830.5520     15.99%
10282.39/528.64	c *     529              3           4        20      -40431.0000      -46830.5520     15.83%
10298.22/529.46	c       529              3           4        20      -40431.0000      -46830.5520     15.83%
10403.19/534.78	c       535              3           4        20      -40431.0000      -46830.5520     15.83%
10509.01/540.05	c       540              3           4        20      -40431.0000      -46830.5520     15.83%
10610.35/545.17	c       545              3           4        20      -40431.0000      -46830.5520     15.83%
10710.53/550.29	c       550              3           4        20      -40431.0000      -46830.5520     15.83%
10821.54/555.83	c       556              3           4        20      -40431.0000      -46830.5520     15.83%
10922.66/560.99	c       561              3           4        20      -40431.0000      -46830.5520     15.83%
11029.56/566.31	c       566              3           4        20      -40431.0000      -46830.5520     15.83%
11136.55/571.72	c       572              3           4        20      -40431.0000      -46830.5520     15.83%
11245.46/577.29	c       577              3           4        20      -40431.0000      -46830.5520     15.83%
11346.52/582.30	c       582              3           4        20      -40431.0000      -46830.5520     15.83%
11445.61/587.35	c       587              3           4        20      -40431.0000      -46830.5520     15.83%
11546.64/592.47	c       592              2           1        20      -40431.0000      -46782.0824     15.71%
11647.62/597.50	c       598              2           1        20      -40431.0000      -46782.0824     15.71%
11748.74/602.66	c       603              2           1        20      -40431.0000      -46782.0824     15.71%
11851.83/607.89	c       608              2           1        20      -40431.0000      -46782.0824     15.71%
11953.02/612.95	c       613              2           1        20      -40431.0000      -46782.0824     15.71%
12052.09/618.03	c       618              2           1        20      -40431.0000      -46782.0824     15.71%
12153.94/623.06	c       623              2           1        20      -40431.0000      -46782.0824     15.71%
12258.28/628.36	c       628              2           1        20      -40431.0000      -46782.0824     15.71%
12365.35/633.79	c       634              2           1        20      -40431.0000      -46782.0824     15.71%
12466.54/638.82	c       639              2           1        20      -40431.0000      -46782.0824     15.71%
12573.53/644.28	c       644              2           1        20      -40431.0000      -46782.0824     15.71%
12682.35/649.74	c       650              2           1        20      -40431.0000      -46782.0824     15.71%
12791.38/655.26	c       655              2           1        20      -40431.0000      -46782.0824     15.71%
12896.47/660.53	c       661              2           1        20      -40431.0000      -46782.0824     15.71%
12995.56/665.54	c       666              2           1        20      -40431.0000      -46782.0824     15.71%
13096.67/670.62	c       671              2           1        20      -40431.0000      -46782.0824     15.71%
13197.78/675.71	c       676              2           1        20      -40431.0000      -46782.0824     15.71%
13241.39/678.00	c *     678              2           1        20      -41110.0000      -46782.0824     13.80%
13296.88/680.75	c       681              2           1        20      -41110.0000      -46782.0824     13.80%
13396.00/685.79	c       686              2           1        20      -41110.0000      -46782.0824     13.80%
13503.82/691.17	c       691              2           1        20      -41110.0000      -46782.0824     13.80%
13606.10/696.36	c       696              2           1        20      -41110.0000      -46782.0824     13.80%
13707.18/701.49	c       701              2           1        20      -41110.0000      -46782.0824     13.80%
13808.22/706.58	c       707              3           2        20      -41110.0000      -46782.0824     13.80%
13911.30/711.76	c       712              3           2        20      -41110.0000      -46782.0824     13.80%
14026.19/717.56	c       718              3           2        20      -41110.0000      -46768.6161     13.76%
14127.29/722.61	c       723              3           2        20      -41110.0000      -46768.6161     13.76%
14230.28/727.86	c       728              3           2        20      -41110.0000      -46768.6161     13.76%
14333.93/733.04	c       733              3           2        20      -41110.0000      -46768.6161     13.76%
14436.12/738.24	c       738              3           2        20      -41110.0000      -46768.6161     13.76%
14535.23/743.26	c       743              3           2        20      -41110.0000      -46768.6161     13.76%
14640.29/748.59	c       749              3           2        20      -41110.0000      -46768.6161     13.76%
14743.37/753.77	c       754              4           3        20      -41110.0000      -46768.6161     13.76%
14852.08/759.27	c       759              4           3        20      -41110.0000      -46768.6161     13.76%
14959.13/764.66	c       765              4           3        20      -41110.0000      -46768.6161     13.76%
15060.20/769.79	c       770              5           4        20      -41110.0000      -46768.6161     13.76%
15163.07/774.93	c       775              5           4        20      -41110.0000      -46768.6161     13.76%
15262.28/780.09	c       780              5           4        20      -41110.0000      -46768.6161     13.76%
15363.20/785.18	c       785              4           3        20      -41110.0000      -46700.9341     13.60%
15477.50/790.93	c       791              4           3        20      -41110.0000      -46700.9341     13.60%
15579.52/796.13	c       796              4           3        20      -41110.0000      -46700.9341     13.60%
15681.67/801.21	c       801              4           3        20      -41110.0000      -46700.9341     13.60%
15780.82/806.23	c       806              4           3        20      -41110.0000      -46700.9341     13.60%
15881.49/811.34	c       811              4           3        20      -41110.0000      -46700.9341     13.60%
15982.26/816.41	c       816              4           3        20      -41110.0000      -46700.9341     13.60%
16087.33/821.71	c       822              4           3        20      -41110.0000      -46700.9341     13.60%
16188.43/826.80	c       827              4           3        20      -41110.0000      -46700.9341     13.60%
16292.04/832.06	c       832              4           3        20      -41110.0000      -46700.9341     13.60%
16394.47/837.27	c       837              4           3        20      -41110.0000      -46700.9341     13.60%
16495.58/842.32	c       842              4           3        20      -41110.0000      -46700.9341     13.60%
16598.55/847.60	c       848              5           4        20      -41110.0000      -46700.9341     13.60%
16701.64/852.77	c       853              5           4        20      -41110.0000      -46700.9341     13.60%
16802.52/857.89	c       858              5           4        20      -41110.0000      -46700.9341     13.60%
16911.52/863.31	c       863              5           4        20      -41110.0000      -46700.9341     13.60%
17010.63/868.35	c       868              5           4        20      -41110.0000      -46700.9341     13.60%
17115.68/873.63	c       874              5           4        20      -41110.0000      -46700.9341     13.60%
17223.27/879.06	c       879              5           4        20      -41110.0000      -46700.9341     13.60%
17331.36/884.51	c       885              5           4        20      -41110.0000      -46700.9341     13.60%
17432.46/889.68	c       890              5           4        20      -41110.0000      -46700.9341     13.60%
17531.59/894.70	c       895              6           5        20      -41110.0000      -46700.9341     13.60%
17634.70/899.81	c       900              6           5        20      -41110.0000      -46700.9341     13.60%
17735.87/904.92	c       905              6           5        20      -41110.0000      -46700.9341     13.60%
17834.87/909.96	c       910              6           5        20      -41110.0000      -46700.9341     13.60%
17939.94/915.30	c       915              6           5        20      -41110.0000      -46700.9341     13.60%
18043.02/920.47	c       920              6           5        20      -41110.0000      -46700.9341     13.60%
18144.14/925.53	c       926              6           5        20      -41110.0000      -46700.9341     13.60%
18249.14/930.82	c       931              6           5        20      -41110.0000      -46700.9341     13.60%
18349.97/936.00	c       936              7           6        20      -41110.0000      -46700.9341     13.60%
18454.78/941.22	c       941              7           6        20      -41110.0000      -46700.9341     13.60%
18553.72/946.26	c       946              7           6        20      -41110.0000      -46700.9341     13.60%
18660.78/951.64	c       952              7           6        20      -41110.0000      -46700.9341     13.60%
18759.86/956.67	c       957              7           6        20      -41110.0000      -46700.9341     13.60%
18860.86/961.70	c       962              7           6        20      -41110.0000      -46700.9341     13.60%
18977.59/967.66	c       968              7           6        20      -41110.0000      -46700.9341     13.60%
19090.40/973.39	c       973              7           6        20      -41110.0000      -46700.9341     13.60%
19191.52/978.47	c       978              7           6        20      -41110.0000      -46700.9341     13.60%
19306.46/984.20	c       984              7           6        20      -41110.0000      -46700.9341     13.60%
19409.16/989.42	c       989              7           6        20      -41110.0000      -46700.9341     13.60%
19510.14/994.50	c       995              7           6        20      -41110.0000      -46700.9341     13.60%
19611.04/999.62	c      1000              7           6        20      -41110.0000      -46700.9341     13.60%
19714.06/1004.82	c      1005              8           7        20      -41110.0000      -46700.9341     13.60%
19814.91/1009.94	c      1010              8           7        20      -41110.0000      -46700.9341     13.60%
19919.93/1015.27	c      1015              8           7        20      -41110.0000      -46700.9341     13.60%
20020.97/1020.38	c      1020              8           7        20      -41110.0000      -46700.9341     13.60%
20134.69/1026.05	c      1026              8           7        20      -41110.0000      -46700.9341     13.60%
20235.86/1031.19	c      1031              8           7        20      -41110.0000      -46700.9341     13.60%
20379.54/1038.42	c      1038             10           9        20      -41110.0000      -46700.9341     13.60%
20480.54/1043.57	c      1044             10           9        20      -41110.0000      -46700.9341     13.60%
20639.13/1051.51	c      1052             10           9        20      -41110.0000      -46700.9341     13.60%
20825.51/1060.99	c      1061             10           9        20      -41110.0000      -46700.9341     13.60%
20930.62/1066.21	c      1066             10           9        20      -41110.0000      -46700.9341     13.60%
21098.97/1074.80	c      1075             10           9        20      -41110.0000      -46700.9341     13.60%
21251.51/1082.49	c      1082             10           9        20      -41110.0000      -46700.9341     13.60%
21370.44/1088.44	c      1088             10           9        20      -41110.0000      -46700.9341     13.60%
21487.41/1094.32	c      1094             10           9        20      -41110.0000      -46700.9341     13.60%
21604.35/1100.29	c      1100             10           9        20      -41110.0000      -46700.9341     13.60%
21709.40/1105.52	c      1106             11          10        20      -41110.0000      -46700.9341     13.60%
21808.53/1110.57	c      1111             11          10        20      -41110.0000      -46700.9341     13.60%
21909.65/1115.62	c      1116             13          12        20      -41110.0000      -46692.9895     13.58%
22010.73/1120.76	c      1121             13          12        20      -41110.0000      -46692.9895     13.58%
22116.63/1126.07	c      1126             13          12        20      -41110.0000      -46692.9895     13.58%
22220.83/1131.30	c      1131             14          13        20      -41110.0000      -46692.9895     13.58%
22319.93/1136.39	c      1136             14          13        20      -41110.0000      -46692.9895     13.58%
22426.98/1141.74	c      1142             14          13        20      -41110.0000      -46692.9895     13.58%
22528.10/1146.86	c      1147             14          13        20      -41110.0000      -46692.9895     13.58%
22635.09/1152.25	c      1152             14          13        20      -41110.0000      -46692.9895     13.58%
22737.98/1157.44	c      1157             15          14        20      -41110.0000      -46692.9895     13.58%
22845.07/1162.87	c      1163             15          14        20      -41110.0000      -46692.9895     13.58%
22944.19/1167.88	c      1168             15          14        20      -41110.0000      -46692.9895     13.58%
23059.25/1173.66	c      1174             15          14        20      -41110.0000      -46692.9895     13.58%
23162.25/1178.89	c      1179             15          14        20      -41110.0000      -46692.9895     13.58%
23268.11/1184.15	c      1184             15          14        20      -41110.0000      -46692.9895     13.58%
23367.23/1189.16	c      1189             15          14        20      -41110.0000      -46692.9895     13.58%
23466.25/1194.17	c      1194             15          14        20      -41110.0000      -46692.9895     13.58%
23572.42/1199.59	c      1200             15          14        20      -41110.0000      -46692.9895     13.58%
23675.29/1204.74	c      1205             16          15        20      -41110.0000      -46692.9895     13.58%
23778.22/1209.91	c      1210             16          15        20      -41110.0000      -46692.9895     13.58%
23880.01/1215.04	c      1215             16          15        20      -41110.0000      -46692.9895     13.58%
23981.10/1220.16	c      1220             16          15        20      -41110.0000      -46692.9895     13.58%
24081.43/1225.20	c      1225             17          16        20      -41110.0000      -46692.9895     13.58%
24180.50/1230.21	c      1230             17          16        20      -41110.0000      -46692.9895     13.58%
24279.54/1235.22	c      1235             18          17        20      -41110.0000      -46692.9895     13.58%
24378.68/1240.26	c      1240             18          17        20      -41110.0000      -46692.9895     13.58%
24483.78/1245.58	c      1246             18          17        20      -41110.0000      -46692.9895     13.58%
24584.91/1250.60	c      1251             18          17        20      -41110.0000      -46692.9895     13.58%
24687.99/1255.90	c      1256             18          17        20      -41110.0000      -46692.9895     13.58%
24791.89/1261.08	c      1261             18          17        20      -41110.0000      -46692.9895     13.58%
24894.09/1266.21	c      1266             18          17        20      -41110.0000      -46692.9895     13.58%
24993.22/1271.23	c      1271             19          18        20      -41110.0000      -46692.9895     13.58%
25092.35/1276.27	c      1276             19          18        20      -41110.0000      -46692.9895     13.58%
25195.39/1281.45	c      1281             19          18        20      -41110.0000      -46692.9895     13.58%
25294.36/1286.45	c      1286             19          18        20      -41110.0000      -46692.9895     13.58%
25401.41/1291.81	c      1292             19          18        20      -41110.0000      -46692.9895     13.58%
25500.53/1296.86	c      1297             19          18        20      -41110.0000      -46692.9895     13.58%
25604.31/1302.05	c      1302             19          18        20      -41110.0000      -46692.9895     13.58%
25706.75/1307.23	c      1307             20          19        20      -41110.0000      -46692.9895     13.58%
25811.58/1312.52	c      1313             21          20        20      -41110.0000      -46692.9895     13.58%
25912.61/1317.60	c      1318             21          20        20      -41110.0000      -46692.9895     13.58%
26011.71/1322.62	c      1323             21          20        20      -41110.0000      -46692.9895     13.58%
26114.78/1327.82	c      1328             21          20        20      -41110.0000      -46692.9895     13.58%
26221.82/1333.24	c      1333             21          20        20      -41110.0000      -46692.9895     13.58%
26322.96/1338.37	c      1338             21          20        20      -41110.0000      -46692.9895     13.58%
26423.96/1343.48	c      1343             21          20        20      -41110.0000      -46692.9895     13.58%
26525.10/1348.52	c      1349             21          20        20      -41110.0000      -46692.9895     13.58%
26626.14/1353.68	c      1354             22          21        20      -41110.0000      -46692.0979     13.58%
26729.21/1358.88	c      1359             22          21        20      -41110.0000      -46692.0979     13.58%
26830.29/1364.02	c      1364             22          21        20      -41110.0000      -46692.0979     13.58%
26939.28/1369.42	c      1369             22          21        20      -41110.0000      -46692.0979     13.58%
27038.38/1374.43	c      1374             22          21        20      -41110.0000      -46692.0979     13.58%
27137.49/1379.46	c      1379             23          22        20      -41110.0000      -46692.0979     13.58%
27242.56/1384.75	c      1385             23          22        20      -41110.0000      -46692.0979     13.58%
27343.65/1389.83	c      1390             23          22        20      -41110.0000      -46692.0979     13.58%
27442.76/1394.88	c      1395             24          23        20      -41110.0000      -46692.0979     13.58%
27548.55/1400.16	c      1400             26          25        20      -41110.0000      -46692.0979     13.58%
27650.86/1405.39	c      1405             26          25        20      -41110.0000      -46692.0979     13.58%
27751.96/1410.43	c      1410             26          25        20      -41110.0000      -46692.0979     13.58%
27855.00/1415.68	c      1416             26          25        20      -41110.0000      -46692.0979     13.58%
27956.08/1420.78	c      1421             26          25        20      -41110.0000      -46692.0979     13.58%
28059.08/1425.99	c      1426             26          25        20      -41110.0000      -46692.0979     13.58%
28164.09/1431.20	c      1431             26          25        20      -41110.0000      -46692.0979     13.58%
28263.16/1436.27	c      1436             26          25        20      -41110.0000      -46692.0979     13.58%
28370.24/1441.63	c      1442             27          26        20      -41110.0000      -46692.0979     13.58%
28473.31/1446.84	c      1447             27          26        20      -41110.0000      -46692.0979     13.58%
28577.10/1452.05	c      1452             27          26        20      -41110.0000      -46692.0979     13.58%
28681.39/1457.30	c      1457             28          27        20      -41110.0000      -46692.0979     13.58%
28782.51/1462.45	c      1462             28          27        20      -41110.0000      -46692.0979     13.58%
28881.61/1467.46	c      1467             29          28        20      -41110.0000      -46692.0979     13.58%
28982.70/1472.59	c      1473             30          29        20      -41110.0000      -46692.0979     13.58%
29085.80/1477.76	c      1478             31          30        20      -41110.0000      -46692.0979     13.58%
29186.93/1482.89	c      1483             32          31        20      -41110.0000      -46692.0979     13.58%
29287.88/1487.92	c      1488             32          31        20      -41110.0000      -46692.0979     13.58%
29387.04/1492.99	c      1493             32          31        20      -41110.0000      -46692.0979     13.58%
29486.11/1498.02	c      1498             32          31        20      -41110.0000      -46692.0979     13.58%
29593.16/1503.39	c      1503             36          35        20      -41110.0000      -46692.0979     13.58%
29702.19/1508.89	c      1509             36          35        20      -41110.0000      -46692.0979     13.58%
29808.23/1514.19	c      1514             38          37        20      -41110.0000      -46692.0979     13.58%
29908.39/1519.22	c      1519             38          37        20      -41110.0000      -46692.0979     13.58%
30007.53/1524.28	c      1524             40          37        20      -41110.0000      -46692.0979     13.58%
30108.76/1529.32	c      1529             41          38        20      -41110.0000      -46692.0979     13.58%
30215.60/1534.71	c      1535             41          38        20      -41110.0000      -46692.0979     13.58%
30314.62/1539.76	c      1540             41          38        20      -41110.0000      -46692.0979     13.58%
30417.79/1545.03	c      1545             41          38        20      -41110.0000      -46692.0979     13.58%
30521.66/1550.17	c      1550             41          38        20      -41110.0000      -46692.0979     13.58%
30623.89/1555.37	c      1555             43          40        20      -41110.0000      -46689.7752     13.57%
30730.79/1560.76	c      1561             43          40        20      -41110.0000      -46689.7752     13.57%
30829.85/1565.78	c      1566             43          40        20      -41110.0000      -46689.7752     13.57%
30932.92/1570.94	c      1571             44          41        20      -41110.0000      -46689.7752     13.57%
31036.60/1576.14	c      1576             44          41        20      -41110.0000      -46689.7752     13.57%
31140.82/1581.49	c      1581             45          42        20      -41110.0000      -46689.7752     13.57%
31247.89/1586.84	c      1587             47          44        20      -41110.0000      -46689.7752     13.57%
31351.61/1592.05	c      1592             48          45        20      -41110.0000      -46689.7752     13.57%
31457.92/1597.43	c      1597             48          45        20      -41110.0000      -46689.7752     13.57%
31557.08/1602.46	c      1602             49          46        20      -41110.0000      -46689.7752     13.57%
31658.36/1607.55	c      1608             49          46        20      -41110.0000      -46689.7752     13.57%
31761.23/1612.79	c      1613             49          46        20      -41110.0000      -46689.7752     13.57%
31862.30/1617.81	c      1618             50          47        20      -41110.0000      -46689.7752     13.57%
31963.43/1622.93	c      1623             51          48        20      -41110.0000      -46689.7752     13.57%
32065.29/1628.10	c      1628             51          48        20      -41110.0000      -46689.7752     13.57%
32165.91/1633.17	c      1633             51          48        20      -41110.0000      -46689.7752     13.57%
32266.38/1638.27	c      1638             51          48        20      -41110.0000      -46689.7752     13.57%
32371.52/1643.51	c      1644             51          48        20      -41110.0000      -46689.7752     13.57%
32474.61/1648.70	c      1649             51          48        20      -41110.0000      -46689.7752     13.57%
32583.62/1654.23	c      1654             51          48        20      -41110.0000      -46689.7752     13.57%
32692.66/1659.79	c      1660             52          49        20      -41110.0000      -46689.7752     13.57%
32798.32/1665.04	c      1665             52          49        20      -41110.0000      -46689.7752     13.57%
32900.77/1670.25	c      1670             53          50        20      -41110.0000      -46689.7752     13.57%
33003.91/1675.40	c      1675             53          50        20      -41110.0000      -46689.7752     13.57%
33103.08/1680.49	c      1680             53          50        20      -41110.0000      -46689.7752     13.57%
33210.21/1685.81	c      1686             53          50        20      -41110.0000      -46689.7752     13.57%
33314.07/1691.12	c      1691             54          51        20      -41110.0000      -46689.7752     13.57%
33418.42/1696.36	c      1696             54          51        20      -41110.0000      -46689.7752     13.57%
33519.47/1701.48	c      1701             56          53        20      -41110.0000      -46689.7752     13.57%
33620.54/1706.55	c      1707             56          53        20      -41110.0000      -46689.7752     13.57%
33721.62/1711.68	c      1712             56          53        20      -41110.0000      -46689.7752     13.57%
33820.82/1716.70	c      1717             56          53        20      -41110.0000      -46689.7752     13.57%
33921.94/1721.79	c      1722             56          53        20      -41110.0000      -46689.7752     13.57%
34027.81/1727.11	c      1727             57          54        20      -41110.0000      -46689.7752     13.57%
34130.14/1732.21	c      1732             57          54        20      -41110.0000      -46689.7752     13.57%
34229.32/1737.27	c      1737             57          54        20      -41110.0000      -46689.7752     13.57%
34332.43/1742.40	c      1742             58          55        20      -41110.0000      -46689.7752     13.57%
34431.56/1747.50	c      1748             58          55        20      -41110.0000      -46689.7752     13.57%
34536.31/1752.70	c      1753             58          55        20      -41110.0000      -46689.7752     13.57%
34635.46/1757.79	c      1758             58          55        20      -41110.0000      -46689.7752     13.57%
34736.57/1762.80	c      1763             58          55        20      -41110.0000      -46689.7752     13.57%
34845.58/1768.36	c      1768             59          56        20      -41110.0000      -46689.7752     13.57%
34948.70/1773.56	c      1774             59          56        20      -41110.0000      -46689.7752     13.57%
35051.75/1778.72	c      1779             60          57        20      -41110.0000      -46689.7752     13.57%
35154.83/1783.94	c      1784             61          58        20      -41110.0000      -46689.7752     13.57%
35254.00/1788.96	c      1789             61          58        20      -41110.0000      -46689.7752     13.57%
35355.79/1794.04	c      1794             61          58        20      -41110.0000      -46689.7752     13.57%
35454.91/1799.07	c      1799             61          58        20      -41110.0000      -46689.7752     13.57%
35554.25/1804.08	c      1804             62          59        20      -41110.0000      -46689.7752     13.57%
35656.40/1809.29	c      1809             62          59        20      -41110.0000      -46689.7752     13.57%
35759.51/1814.44	c      1814             64          61        20      -41110.0000      -46689.7752     13.57%
35871.28/1820.06	c      1820             65          62        20      -41110.0000      -46689.7752     13.57%
35972.42/1825.16	c      1825             65          62        20      -41110.0000      -46689.7752     13.57%
36084.38/1830.80	c      1831             65          62        20      -41110.0000      -46689.7752     13.57%
36183.41/1835.82	c      1836             65          62        20      -41110.0000      -46689.7752     13.57%
36287.16/1841.07	c      1841             66          63        20      -41110.0000      -46689.7752     13.57%
36351.80/1844.38	c *    1844             68          63        20      -41293.0000      -46689.7752     13.07%
36353.61/1844.45	c *    1844             68          63        20      -41597.0000      -46689.7752     12.24%
36388.03/1846.16	c      1846             68          63        20      -41597.0000      -46689.7752     12.24%
36490.14/1851.39	c      1851             68          63        20      -41597.0000      -46689.7752     12.24%
36593.06/1856.56	c      1857             68          63        20      -41597.0000      -46689.7752     12.24%
36702.65/1862.08	c      1862             69          64        20      -41597.0000      -46689.7752     12.24%
36810.94/1867.54	c      1868             70          65        20      -41597.0000      -46689.7752     12.24%
36920.64/1873.10	c      1873             72          67        20      -41597.0000      -46689.7646     12.24%
37019.70/1878.10	c      1878             72          67        20      -41597.0000      -46689.7646     12.24%
37121.92/1883.24	c      1883             72          67        20      -41597.0000      -46689.7646     12.24%
37225.02/1888.44	c      1888             72          67        20      -41597.0000      -46689.7646     12.24%
37325.76/1893.50	c      1894             72          67        20      -41597.0000      -46689.7646     12.24%
37426.48/1898.61	c      1899             73          68        20      -41597.0000      -46689.7646     12.24%
37531.54/1903.91	c      1904             77          68        20      -41597.0000      -46689.7646     12.24%
37630.74/1909.00	c      1909             77          68        20      -41597.0000      -46689.7646     12.24%
37741.61/1914.50	c      1915             77          68        20      -41597.0000      -46689.7646     12.24%
37842.61/1919.62	c      1920             27          24        20      -41597.0000      -46668.7932     12.19%
37947.70/1924.92	c      1925             27          24        20      -41597.0000      -46668.7932     12.19%
38051.56/1930.20	c      1930             27          24        20      -41597.0000      -46668.7932     12.19%
38155.66/1935.46	c      1935             27          24        20      -41597.0000      -46668.7932     12.19%
38256.71/1940.54	c      1941             27          24        20      -41597.0000      -46668.7932     12.19%
38355.78/1945.58	c      1946             27          24        20      -41597.0000      -46668.7932     12.19%
38458.58/1950.73	c      1951             27          24        20      -41597.0000      -46668.7932     12.19%
38557.60/1955.78	c      1956             27          24        20      -41597.0000      -46668.7932     12.19%
38660.59/1961.02	c      1961             27          24        20      -41597.0000      -46668.7932     12.19%
38765.43/1966.20	c      1966             28          25        20      -41597.0000      -46668.7932     12.19%
38866.43/1971.39	c      1971             28          25        20      -41597.0000      -46668.7932     12.19%
38971.48/1976.69	c      1977             28          25        20      -41597.0000      -46668.7932     12.19%
39084.47/1982.34	c      1982             28          25        20      -41597.0000      -46668.7932     12.19%
39189.54/1987.66	c      1988             28          25        20      -41597.0000      -46668.7932     12.19%
39294.57/1992.92	c      1993             28          25        20      -41597.0000      -46668.7932     12.19%
39398.35/1998.16	c      1998             28          25        20      -41597.0000      -46668.7932     12.19%
39500.66/2003.33	c      2003             29          26        20      -41597.0000      -46668.7932     12.19%
39614.16/2009.04	c      2009             29          26        20      -41597.0000      -46668.7932     12.19%
39724.50/2014.60	c      2015             29          26        20      -41597.0000      -46668.7932     12.19%
39726.48/2014.72	c *    2015             29          26        20      -41802.0000      -46668.7932     11.64%
39835.44/2020.25	c      2020             29          26        20      -41802.0000      -46668.7932     11.64%
39938.30/2025.43	c      2025             29          26        20      -41802.0000      -46668.7932     11.64%
40047.09/2030.97	c      2031             29          26        20      -41802.0000      -46668.7932     11.64%
40146.11/2036.00	c      2036             29          26        20      -41802.0000      -46668.7932     11.64%
40249.43/2041.17	c      2041             29          26        20      -41802.0000      -46668.7932     11.64%
40341.91/2045.85	c *    2046             29          26        20      -41943.0000      -46668.7932     11.27%
40366.43/2047.06	c      2047             29          26        20      -41943.0000      -46668.7932     11.27%
40476.56/2052.60	c      2053             29          26        20      -41943.0000      -46668.7932     11.27%
40583.53/2058.12	c      2058             29          26        20      -41943.0000      -46668.7932     11.27%
40688.15/2063.34	c      2063             29          26        20      -41943.0000      -46668.7932     11.27%
40789.18/2068.44	c      2068             29          26        20      -41943.0000      -46668.7932     11.27%
40863.18/2072.16	c *    2072             29          26        20      -42100.0000      -46668.7932     10.85%
40890.19/2073.59	c      2074             29          26        20      -42100.0000      -46668.7932     10.85%
40997.25/2078.91	c      2079             29          26        20      -42100.0000      -46668.7932     10.85%
41103.97/2084.39	c      2084             29          26        20      -42100.0000      -46668.7932     10.85%
41217.81/2090.10	c      2090             29          26        20      -42100.0000      -46668.7932     10.85%
41316.78/2095.11	c      2095             29          26        20      -42100.0000      -46668.7932     10.85%
41435.66/2101.09	c      2101             29          26        20      -42100.0000      -46668.7932     10.85%
41557.81/2107.22	c      2107             29          26        20      -42100.0000      -46668.7932     10.85%
41670.51/2112.93	c      2113             30          27        20      -42100.0000      -46668.7932     10.85%
41781.37/2118.56	c      2119             30          27        20      -42100.0000      -46668.7932     10.85%
41888.28/2123.93	c      2124             30          27        20      -42100.0000      -46668.7932     10.85%
42034.87/2131.37	c      2131             30          27        20      -42100.0000      -46668.7932     10.85%
42225.21/2140.97	c      2141             31          28        20      -42100.0000      -46668.7932     10.85%
42338.03/2146.69	c      2147             31          28        20      -42100.0000      -46668.7932     10.85%
42440.90/2151.87	c      2152             31          28        20      -42100.0000      -46668.7932     10.85%
42613.28/2160.54	c      2161             31          28        20      -42100.0000      -46668.7932     10.85%
42738.16/2166.88	c      2167             31          28        20      -42100.0000      -46668.7932     10.85%
42845.09/2172.27	c      2172             31          28        20      -42100.0000      -46668.7932     10.85%
42975.89/2178.88	c      2179             31          28        20      -42100.0000      -46668.7932     10.85%
43096.85/2184.97	c      2185             31          28        20      -42100.0000      -46668.7932     10.85%
43195.88/2189.98	c      2190             32          29        20      -42100.0000      -46668.7932     10.85%
43297.64/2195.07	c      2195             32          29        20      -42100.0000      -46668.7932     10.85%
43405.97/2200.57	c      2201             32          29        20      -42100.0000      -46668.7932     10.85%
43515.61/2206.10	c      2206             33          30        20      -42100.0000      -46668.7932     10.85%
43639.73/2212.34	c      2212             33          30        20      -42100.0000      -46668.7932     10.85%
43776.32/2219.26	c      2219             33          30        20      -42100.0000      -46668.7932     10.85%
43958.63/2228.42	c      2228             33          30        20      -42100.0000      -46668.7932     10.85%
44067.66/2233.93	c      2234             34          31        20      -42100.0000      -46668.7932     10.85%
44206.43/2241.01	c      2241             34          31        20      -42100.0000      -46668.7932     10.85%
44333.19/2247.33	c      2247             34          31        20      -42100.0000      -46668.7932     10.85%
44535.29/2257.57	c      2258             35          32        20      -42100.0000      -46668.7932     10.85%
44636.23/2262.66	c      2263             35          32        20      -42100.0000      -46668.7932     10.85%
44760.96/2269.04	c      2269             35          32        20      -42100.0000      -46668.7932     10.85%
44869.75/2274.45	c      2274             35          32        20      -42100.0000      -46668.7932     10.85%
44998.61/2280.93	c      2281             35          32        20      -42100.0000      -46668.7932     10.85%
45094.88/2285.84	c *    2286             35          32        20      -42106.0000      -46668.7932     10.84%
45124.57/2287.39	c      2287             35          32        20      -42106.0000      -46668.7932     10.84%
45261.28/2294.29	c      2294             35          32        20      -42106.0000      -46668.7932     10.84%
45366.32/2299.59	c      2300             37          34        20      -42106.0000      -46668.7932     10.84%
45475.99/2305.07	c      2305             37          34        20      -42106.0000      -46668.7932     10.84%
45515.65/2307.13	c *    2307             37          34        20      -42318.0000      -46668.7932     10.28%
45592.17/2310.92	c      2311             37          34        20      -42318.0000      -46668.7932     10.28%
45695.91/2316.17	c      2316             38          35        20      -42318.0000      -46668.7932     10.28%
45812.73/2322.06	c      2322             38          35        20      -42318.0000      -46668.7932     10.28%
45917.05/2327.30	c      2327             38          35        20      -42318.0000      -46668.7932     10.28%
46016.05/2332.31	c      2332             41          38        20      -42318.0000      -46668.7932     10.28%
46129.80/2338.08	c      2338             41          38        20      -42318.0000      -46668.7932     10.28%
46230.86/2343.17	c      2343             41          38        20      -42318.0000      -46668.7932     10.28%
46343.10/2348.80	c      2349             41          38        20      -42318.0000      -46668.7932     10.28%
46444.17/2353.90	c      2354             42          39        20      -42318.0000      -46668.7932     10.28%
46559.08/2359.75	c      2360             42          39        20      -42318.0000      -46668.7932     10.28%
46662.18/2364.92	c      2365             42          39        20      -42318.0000      -46668.7932     10.28%
46778.98/2370.81	c      2371             42          39        20      -42318.0000      -46668.7932     10.28%
46880.02/2376.02	c      2376             43          40        20      -42318.0000      -46668.7932     10.28%
46981.81/2381.08	c      2381             43          40        20      -42318.0000      -46668.7932     10.28%
47098.01/2386.93	c      2387             43          40        20      -42318.0000      -46668.7932     10.28%
47199.79/2392.13	c      2392             43          40        20      -42318.0000      -46668.7932     10.28%
47304.12/2397.32	c      2397             43          40        20      -42318.0000      -46668.7932     10.28%
47413.02/2402.89	c      2403             43          40        20      -42318.0000      -46668.7932     10.28%
47516.50/2408.06	c      2408             43          40        20      -42318.0000      -46668.7932     10.28%
47626.73/2413.65	c      2414             44          41        20      -42318.0000      -46668.7932     10.28%
47747.42/2419.76	c      2420             45          42        20      -42318.0000      -46668.7932     10.28%
47850.49/2424.94	c      2425             45          42        20      -42318.0000      -46668.7932     10.28%
47954.32/2430.15	c      2430             45          42        20      -42318.0000      -46668.7932     10.28%
48056.56/2435.34	c      2435             45          42        20      -42318.0000      -46668.7932     10.28%
48159.56/2440.51	c      2441             45          42        20      -42318.0000      -46668.7932     10.28%
48262.57/2445.78	c      2446             45          42        20      -42318.0000      -46668.7932     10.28%
48375.52/2451.49	c      2451             46          43        20      -42318.0000      -46668.7932     10.28%
48487.09/2457.11	c      2457             46          43        20      -42318.0000      -46668.7932     10.28%
48593.45/2462.44	c      2462             46          43        20      -42318.0000      -46668.7932     10.28%
48712.38/2468.40	c      2468             46          43        20      -42318.0000      -46668.7932     10.28%
48753.99/2470.57	c *    2471             46          43        20      -42368.0000      -46668.7932     10.15%
48761.91/2471.02	c *    2471             46          43        20      -42388.0000      -46668.7932     10.10%
48817.38/2473.76	c      2474             46          43        20      -42388.0000      -46668.7932     10.10%
48926.29/2479.23	c      2479             46          43        20      -42388.0000      -46668.7932     10.10%
49029.32/2484.48	c      2484             46          43        20      -42388.0000      -46668.7932     10.10%
49150.19/2490.55	c      2491             46          43        20      -42388.0000      -46668.7932     10.10%
49271.09/2496.61	c      2497             48          45        20      -42388.0000      -46668.7932     10.10%
49370.15/2501.63	c      2502             49          46        20      -42388.0000      -46668.7932     10.10%
49490.94/2507.75	c      2508             50          47        20      -42388.0000      -46668.7932     10.10%
49611.69/2513.82	c      2514             50          47        20      -42388.0000      -46668.7932     10.10%
49720.67/2519.36	c      2519             50          47        20      -42388.0000      -46668.7932     10.10%
49829.67/2524.90	c      2525             50          47        20      -42388.0000      -46668.7932     10.10%
49936.56/2530.27	c      2530             50          47        20      -42388.0000      -46668.7932     10.10%
50045.63/2535.75	c      2536             50          47        20      -42388.0000      -46668.7932     10.10%
50146.67/2540.84	c      2541             50          47        20      -42388.0000      -46668.7932     10.10%
50255.68/2546.35	c      2546             51          48        20      -42388.0000      -46668.7932     10.10%
50360.82/2551.62	c      2552             51          48        20      -42388.0000      -46668.7932     10.10%
50411.13/2554.14	c *    2554             51          48        20      -42462.0000      -46668.7932      9.91%
50471.75/2557.26	c      2557             52          49        20      -42462.0000      -46668.7932      9.91%
50562.87/2561.82	c *    2562             52          49        20      -42561.0000      -46668.7932      9.65%
50578.70/2562.62	c      2563             52          49        20      -42561.0000      -46668.7932      9.65%
50677.76/2567.64	c      2568             52          49        20      -42561.0000      -46668.7932      9.65%
50785.30/2573.06	c      2573             52          49        20      -42561.0000      -46668.7932      9.65%
50893.39/2578.55	c      2579             52          49        20      -42561.0000      -46668.7932      9.65%
51005.18/2584.14	c      2584             52          49        20      -42561.0000      -46668.7932      9.65%
51107.50/2589.39	c      2589             52          49        20      -42561.0000      -46668.7932      9.65%
51212.58/2594.65	c      2595             53          50        20      -42561.0000      -46668.7932      9.65%
51313.69/2599.76	c      2600             56          51        20      -42561.0000      -46668.7932      9.65%
51414.77/2604.86	c      2605             56          51        20      -42561.0000      -46668.7932      9.65%
51515.68/2609.90	c      2610             56          51        20      -42561.0000      -46668.7932      9.65%
51614.79/2614.94	c      2615             56          51        20      -42561.0000      -46668.7932      9.65%
51719.77/2620.22	c      2620             56          51        20      -42561.0000      -46668.7932      9.65%
51820.83/2625.39	c      2625             56          51        20      -42561.0000      -46668.7932      9.65%
51931.83/2630.91	c      2631             56          51        20      -42561.0000      -46668.7932      9.65%
52030.93/2635.99	c      2636             58          53        20      -42561.0000      -46668.7932      9.65%
52135.98/2641.29	c      2641             58          53        20      -42561.0000      -46668.7932      9.65%
52243.02/2646.63	c      2647             58          53        20      -42561.0000      -46668.7932      9.65%
52348.07/2651.90	c      2652             58          53        20      -42561.0000      -46668.7932      9.65%
52447.27/2657.02	c      2657             58          53        20      -42561.0000      -46668.7932      9.65%
52549.10/2662.04	c      2662             59          54        20      -42561.0000      -46668.7932      9.65%
52651.34/2667.28	c      2667             61          56        20      -42561.0000      -46668.7932      9.65%
52756.27/2672.55	c      2673             61          56        20      -42561.0000      -46668.7932      9.65%
52857.33/2677.68	c      2678             61          56        20      -42561.0000      -46668.7932      9.65%
52958.41/2682.79	c      2683             62          57        20      -42561.0000      -46668.7932      9.65%
53061.41/2687.93	c      2688             62          57        20      -42561.0000      -46668.7932      9.65%
53160.10/2693.01	c      2693             63          58        20      -42561.0000      -46668.7932      9.65%
53261.34/2698.04	c      2698             63          58        20      -42561.0000      -46668.7932      9.65%
53362.13/2703.18	c      2703             63          58        20      -42561.0000      -46668.7932      9.65%
53462.48/2708.21	c      2708             63          58        20      -42561.0000      -46668.7932      9.65%
53561.60/2713.28	c      2713             63          58        20      -42561.0000      -46668.7932      9.65%
53660.64/2718.28	c      2718             63          58        20      -42561.0000      -46668.7932      9.65%
53761.75/2723.36	c      2723             64          59        20      -42561.0000      -46668.7932      9.65%
53862.61/2728.41	c      2728             64          59        20      -42561.0000      -46668.7932      9.65%
53965.53/2733.67	c      2734             64          59        20      -42561.0000      -46668.7932      9.65%
54066.58/2738.76	c      2739             64          59        20      -42561.0000      -46668.7932      9.65%
54167.70/2743.85	c      2744             64          59        20      -42561.0000      -46668.7932      9.65%
54268.89/2748.95	c      2749             64          59        20      -42561.0000      -46668.7932      9.65%
54367.97/2753.99	c      2754             66          61        20      -42561.0000      -46668.7932      9.65%
54469.84/2759.07	c      2759             66          61        20      -42561.0000      -46668.7932      9.65%
54574.07/2764.38	c      2764             66          61        20      -42561.0000      -46668.7932      9.65%
54588.88/2765.10	c *    2765             66          61        20      -42796.0000      -46668.7932      9.05%
54675.05/2769.42	c      2769             68          63        20      -42796.0000      -46668.7932      9.05%
54783.97/2774.93	c      2775             69          64        20      -42796.0000      -46668.7932      9.05%
54889.02/2780.21	c      2780             69          64        20      -42796.0000      -46668.7932      9.05%
54992.12/2785.49	c      2786             69          64        20      -42796.0000      -46668.7932      9.05%
55093.13/2790.55	c      2791             69          64        20      -42796.0000      -46668.7932      9.05%
55194.30/2795.62	c      2796             69          64        20      -42796.0000      -46668.7932      9.05%
55295.10/2800.71	c      2801             69          64        20      -42796.0000      -46668.7932      9.05%
55394.24/2805.80	c      2806             69          64        20      -42796.0000      -46668.7932      9.05%
55497.30/2810.99	c      2811             69          64        20      -42796.0000      -46668.7932      9.05%
55596.43/2816.00	c      2816             69          64        20      -42796.0000      -46668.7932      9.05%
55701.60/2821.28	c      2821             69          64        20      -42796.0000      -46668.7932      9.05%
55812.53/2826.83	c      2827             69          64        20      -42796.0000      -46668.7932      9.05%
55921.55/2832.39	c      2832             70          65        20      -42796.0000      -46668.7932      9.05%
56028.67/2837.70	c      2838             71          66        20      -42796.0000      -46668.7932      9.05%
56075.06/2840.05	c *    2840             71          66        20      -42838.0000      -46668.7932      8.94%
56131.76/2843.01	c      2843             71          66        20      -42838.0000      -46668.7932      8.94%
56233.75/2848.12	c      2848             71          66        20      -42838.0000      -46668.7932      8.94%
56335.99/2853.20	c      2853             71          66        20      -42838.0000      -46668.7932      8.94%
56435.14/2858.26	c      2858             71          66        20      -42838.0000      -46668.7932      8.94%
56534.29/2863.29	c      2863             72          67        20      -42838.0000      -46668.7932      8.94%
56641.37/2868.69	c      2869             72          67        20      -42838.0000      -46668.7932      8.94%
56742.20/2873.73	c      2874             73          68        20      -42838.0000      -46668.7932      8.94%
56843.18/2878.88	c      2879             73          68        20      -42838.0000      -46668.7932      8.94%
56942.32/2883.88	c      2884             75          70        20      -42838.0000      -46668.7932      8.94%
57046.14/2889.05	c      2889             75          70        20      -42838.0000      -46668.7932      8.94%
57148.63/2894.26	c      2894             76          71        20      -42838.0000      -46668.7932      8.94%
57249.59/2899.37	c      2899             77          72        20      -42838.0000      -46668.7932      8.94%
57352.70/2904.53	c      2905             78          73        20      -42838.0000      -46668.7932      8.94%
57457.79/2909.80	c      2910             78          73        20      -42838.0000      -46668.7932      8.94%
57566.81/2915.38	c      2915             78          73        20      -42838.0000      -46668.7932      8.94%
57667.84/2920.42	c      2920             79          74        20      -42838.0000      -46668.7932      8.94%
57774.91/2925.81	c      2926             79          74        20      -42838.0000      -46668.7932      8.94%
57875.80/2930.96	c      2931             79          74        20      -42838.0000      -46668.7932      8.94%
57977.73/2936.13	c      2936             81          76        20      -42838.0000      -46668.7932      8.94%
58079.89/2941.24	c      2941             81          76        20      -42838.0000      -46668.7932      8.94%
58180.93/2946.37	c      2946             82          77        20      -42838.0000      -46668.7932      8.94%
58282.01/2951.45	c      2951             83          78        20      -42838.0000      -46668.7932      8.94%
58385.11/2956.69	c      2957             83          78        20      -42838.0000      -46668.7932      8.94%
58486.22/2961.78	c      2962             83          78        20      -42838.0000      -46668.7932      8.94%
58587.34/2966.82	c      2967             83          78        20      -42838.0000      -46668.7932      8.94%
58688.51/2971.98	c      2972             83          78        20      -42838.0000      -46668.7932      8.94%
58787.72/2977.03	c      2977             83          78        20      -42838.0000      -46668.7932      8.94%
58889.53/2982.09	c      2982             84          79        20      -42838.0000      -46668.7932      8.94%
58999.84/2987.65	c      2988             84          79        20      -42838.0000      -46668.7932      8.94%
59100.79/2992.72	c      2993             85          80        20      -42838.0000      -46668.7932      8.94%
59199.69/2997.79	c      2998             87          82        20      -42838.0000      -46668.7932      8.94%
59300.82/3002.88	c      3003             88          83        20      -42838.0000      -46668.7932      8.94%
59404.53/3008.03	c      3008             88          83        20      -42838.0000      -46668.7932      8.94%
59505.84/3013.16	c      3013             88          83        20      -42838.0000      -46668.7932      8.94%
59606.19/3018.23	c      3018             90          85        20      -42838.0000      -46668.7932      8.94%
59711.42/3023.59	c      3024             92          87        20      -42838.0000      -46668.7932      8.94%
59814.32/3028.73	c      3029             93          88        20      -42838.0000      -46668.7932      8.94%
59913.35/3033.74	c      3034             96          89        20      -42838.0000      -46668.7932      8.94%
60014.50/3038.84	c      3039             97          90        20      -42838.0000      -46668.7932      8.94%
60118.39/3044.08	c      3044             97          90        20      -42838.0000      -46668.7932      8.94%
60228.63/3049.60	c      3050             97          90        20      -42838.0000      -46668.7932      8.94%
60329.75/3054.76	c      3055             97          90        20      -42838.0000      -46668.7932      8.94%
60428.88/3059.77	c      3060             97          90        20      -42838.0000      -46668.7932      8.94%
60530.00/3064.85	c      3065             98          91        20      -42838.0000      -46668.7932      8.94%
60631.12/3070.01	c      3070            100          93        20      -42838.0000      -46668.7932      8.94%
60738.10/3075.32	c      3075            100          93        20      -42838.0000      -46668.7932      8.94%
60837.21/3080.33	c      3080            101          94        20      -42838.0000      -46668.7932      8.94%
60940.31/3085.53	c      3086             34          33        20      -42838.0000      -46664.3530      8.93%
61039.43/3090.56	c      3091             34          33        20      -42838.0000      -46664.3530      8.93%
61144.51/3095.82	c      3096             34          33        20      -42838.0000      -46664.3530      8.93%
61243.53/3100.85	c      3101             34          33        20      -42838.0000      -46664.3530      8.93%
61344.60/3105.97	c      3106             35          32        20      -42838.0000      -46664.3530      8.93%
61443.55/3111.02	c      3111             35          32        20      -42838.0000      -46664.3530      8.93%
61545.20/3116.07	c      3116             35          32        20      -42838.0000      -46664.3530      8.93%
61644.12/3121.08	c      3121             35          32        20      -42838.0000      -46664.3530      8.93%
61745.34/3126.14	c      3126             35          32        20      -42838.0000      -46664.3530      8.93%
61847.67/3131.35	c      3131             35          32        20      -42838.0000      -46664.3530      8.93%
61946.84/3136.37	c      3136             35          32        20      -42838.0000      -46664.3530      8.93%
62053.94/3141.74	c      3142             35          32        20      -42838.0000      -46664.3530      8.93%
62155.08/3146.87	c      3147             35          32        20      -42838.0000      -46664.3530      8.93%
62260.93/3152.19	c      3152             35          32        20      -42838.0000      -46664.3530      8.93%
62361.27/3157.25	c      3157            432         141        20      -42838.0000      -46649.5556      8.90%
62460.40/3162.29	c      3162            432         141        20      -42838.0000      -46649.5556      8.90%
62573.43/3167.99	c      3168            432         141        20      -42838.0000      -46649.5556      8.90%
62678.46/3173.26	c      3173            432         141        20      -42838.0000      -46649.5556      8.90%
62781.58/3178.47	c      3178            432         141        20      -42838.0000      -46649.5556      8.90%
62880.42/3183.49	c      3184            434         143        20      -42838.0000      -46649.5556      8.90%
62987.53/3188.80	c      3189            434         143        20      -42838.0000      -46649.5556      8.90%
63086.69/3193.86	c      3194            435         144        20      -42838.0000      -46649.5556      8.90%
63185.83/3198.89	c      3199            435         144        20      -42838.0000      -46649.5556      8.90%
63285.00/3203.90	c      3204            435         144        20      -42838.0000      -46649.5556      8.90%
63386.14/3208.98	c      3209            435         144        20      -42838.0000      -46649.5556      8.90%
63415.80/3210.42	c *    3210            435         144        20      -42922.0000      -46649.5556      8.68%
63489.85/3214.14	c      3214            436         145        20      -42922.0000      -46649.5556      8.68%
63594.28/3219.40	c      3219            439         141        20      -42922.0000      -46649.5556      8.68%
63697.43/3224.61	c      3225            440         142        20      -42922.0000      -46649.5556      8.68%
63796.61/3229.64	c      3230            443         141        20      -42922.0000      -46649.5556      8.68%
63897.82/3234.71	c      3235            450         142        20      -42922.0000      -46649.5556      8.68%
64000.83/3239.96	c      3240            452         142        20      -42922.0000      -46646.1101      8.68%
64100.05/3245.03	c      3245            452         142        20      -42922.0000      -46646.1101      8.68%
64203.96/3250.15	c      3250            452         142        20      -42922.0000      -46646.1101      8.68%
64306.19/3255.34	c      3255            452         142        20      -42922.0000      -46646.1101      8.68%
64405.32/3260.35	c      3260            452         142        20      -42922.0000      -46646.1101      8.68%
64506.54/3265.49	c      3265            452         142        20      -42922.0000      -46646.1101      8.68%
64607.49/3270.51	c      3271            452         142        20      -42922.0000      -46646.1101      8.68%
64706.72/3275.58	c      3276            452         142        20      -42922.0000      -46646.1101      8.68%
64807.85/3280.62	c      3281            453         143        20      -42922.0000      -46646.1101      8.68%
64911.05/3285.87	c      3286            456         144        20      -42922.0000      -46646.1101      8.68%
65016.96/3291.18	c      3291            457         145        20      -42922.0000      -46645.5462      8.68%
65117.34/3296.22	c      3296            457         145        20      -42922.0000      -46645.5462      8.68%
65228.41/3301.80	c      3302            457         145        20      -42922.0000      -46645.5462      8.68%
65327.50/3306.82	c      3307            457         145        20      -42922.0000      -46645.5462      8.68%
65428.70/3311.90	c      3312            457         145        20      -42922.0000      -46645.5462      8.68%
65533.97/3317.25	c      3317            457         145        20      -42922.0000      -46645.5462      8.68%
65633.14/3322.27	c      3322            457         145        20      -42922.0000      -46645.5462      8.68%
65734.05/3327.39	c      3327            457         145        20      -42922.0000      -46645.5462      8.68%
65835.26/3332.44	c      3332            458         146        20      -42922.0000      -46645.5462      8.68%
65934.44/3337.48	c      3337            459         147        20      -42922.0000      -46645.5462      8.68%
66037.60/3342.66	c      3343            460         148        20      -42922.0000      -46645.5462      8.68%
66142.74/3347.90	c      3348            462         150        20      -42922.0000      -46645.5462      8.68%
66241.86/3352.92	c      3353            462         150        20      -42922.0000      -46645.5462      8.68%
66341.01/3357.93	c      3358            463         151        20      -42922.0000      -46645.5462      8.68%
66450.09/3363.46	c      3363            463         151        20      -42922.0000      -46645.5462      8.68%
66549.28/3368.47	c      3368            463         151        20      -42922.0000      -46645.5462      8.68%
66652.45/3373.65	c      3374            463         151        20      -42922.0000      -46645.5462      8.68%
66755.59/3378.86	c      3379            463         151        20      -42922.0000      -46645.5462      8.68%
66861.57/3384.15	c      3384            464         152        20      -42922.0000      -46645.5462      8.68%
66960.69/3389.16	c      3389            464         152        20      -42922.0000      -46645.5462      8.68%
67060.92/3394.25	c      3394            464         152        20      -42922.0000      -46645.5462      8.68%
67162.10/3399.38	c      3399            465         153        20      -42922.0000      -46645.5462      8.68%
67267.26/3404.61	c      3405            467         155        20      -42922.0000      -46642.0781      8.67%
67370.35/3409.86	c      3410            467         155        20      -42922.0000      -46642.0781      8.67%
67476.15/3415.19	c      3415            468         156        20      -42922.0000      -46642.0781      8.67%
67578.62/3420.35	c      3420            468         156        20      -42922.0000      -46642.0781      8.67%
67681.76/3425.52	c      3426            468         156        20      -42922.0000      -46642.0781      8.67%
67782.96/3430.63	c      3431            468         156        20      -42922.0000      -46642.0781      8.67%
67884.12/3435.71	c      3436            468         156        20      -42922.0000      -46642.0781      8.67%
67989.73/3441.08	c      3441            468         156        20      -42922.0000      -46642.0781      8.67%
68091.95/3446.24	c      3446            468         156        20      -42922.0000      -46642.0781      8.67%
68191.13/3451.26	c      3451            468         156        20      -42922.0000      -46642.0781      8.67%
68294.34/3456.49	c      3456            470         158        20      -42922.0000      -46642.0781      8.67%
68401.39/3461.89	c      3462            470         158        20      -42922.0000      -46642.0781      8.67%
68505.32/3467.12	c      3467            472         160        20      -42922.0000      -46633.0521      8.65%
68606.41/3472.19	c      3472            472         160        20      -42922.0000      -46633.0521      8.65%
68706.98/3477.29	c      3477            472         160        20      -42922.0000      -46633.0521      8.65%
68807.93/3482.36	c      3482            472         160        20      -42922.0000      -46633.0521      8.65%
68909.15/3487.44	c      3487            474         162        20      -42922.0000      -46633.0521      8.65%
69010.38/3492.53	c      3493            474         162        20      -42922.0000      -46633.0521      8.65%
69111.47/3497.67	c      3498            474         162        20      -42922.0000      -46633.0521      8.65%
69214.65/3502.82	c      3503            474         162        20      -42922.0000      -46633.0521      8.65%
69315.82/3507.93	c      3508            476         164        20      -42922.0000      -46633.0521      8.65%
69415.10/3513.04	c      3513            477         165        20      -42922.0000      -46633.0521      8.65%
69516.89/3518.13	c      3518            478         166        20      -42922.0000      -46633.0521      8.65%
69623.32/3523.42	c      3523            478         166        20      -42922.0000      -46633.0521      8.65%
69724.51/3528.50	c      3529            478         166        20      -42922.0000      -46633.0521      8.65%
69823.68/3533.54	c      3534            479         167        20      -42922.0000      -46633.0521      8.65%
69922.83/3538.56	c      3539            479         167        20      -42922.0000      -46633.0521      8.65%
70022.21/3543.57	c      3544            479         167        20      -42922.0000      -46633.0521      8.65%
70123.20/3548.61	c      3549            480         168        20      -42922.0000      -46633.0521      8.65%
70224.37/3553.75	c      3554            481         169        20      -42922.0000      -46633.0521      8.65%
70325.54/3558.80	c      3559            482         170        20      -42922.0000      -46633.0521      8.65%
70426.63/3564.01	c      3564            482         170        20      -42922.0000      -46633.0521      8.65%
70528.49/3569.12	c      3569            482         170        20      -42922.0000      -46633.0521      8.65%
70629.60/3574.16	c      3574            482         170        20      -42922.0000      -46633.0521      8.65%
70730.06/3579.20	c      3579            482         170        20      -42922.0000      -46633.0521      8.65%
70829.30/3584.28	c      3584            482         170        20      -42922.0000      -46633.0521      8.65%
70934.45/3589.51	c      3590            482         170        20      -42922.0000      -46633.0521      8.65%
71041.62/3594.91	c      3595            485         173        20      -42922.0000      -46633.0521      8.65%
71140.82/3600.01	c      3600            489         177        20      -42922.0000      -46633.0521      8.65%
71242.83/3605.07	c      3605            496         178        20      -42922.0000      -46633.0521      8.65%
71341.98/3610.12	c      3610            497         177        20      -42922.0000      -46633.0521      8.65%
71444.38/3615.26	c      3615            499         177        20      -42922.0000      -46633.0521      8.65%
71551.55/3620.64	c      3621            499         177        20      -42922.0000      -46633.0521      8.65%
71652.77/3625.71	c      3626            499         177        20      -42922.0000      -46633.0521      8.65%
71753.95/3630.86	c      3631            500         178        20      -42922.0000      -46633.0521      8.65%
71857.81/3636.08	c      3636            502         178        20      -42922.0000      -46633.0521      8.65%
71956.90/3641.12	c      3641            503         179        20      -42922.0000      -46633.0521      8.65%

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 (188347 MiB free)
  memory of node 1: 193494 MiB (173660 MiB free)
  memory of node 2: 193531 MiB (191711 MiB free)
  memory of node 3: 193531 MiB (189889 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-4465122-1723635737/watcher-4465122-1723635737 -o /tmp/evaluation-result-4465122-1723635737/solver-4465122-1723635737 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723632030-765746 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465122-1723635737.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.10011 s]*
/proc/loadavg: 57.24 60.86 60.52 5/880 768189
/proc/meminfo: memFree=761311412/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=85532 memory=74160 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 17851 0 0 0 8 3 0 0 20 0 1 0 130156802 87584768 18540 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 21383 18540 2347 3035 0 17779 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 85532 KiB
Current children cumulated memory: 74160 KiB

[startup+0.218892 s]*
/proc/loadavg: 57.24 60.86 60.52 5/880 768189
/proc/meminfo: memFree=761122176/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=175468 memory=162216 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 39652 0 0 0 17 6 0 0 20 0 1 0 130156802 179679232 40554 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 43867 40554 2598 3035 0 40263 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 175468 KiB
Current children cumulated memory: 162216 KiB

[startup+0.3194 s]*
/proc/loadavg: 57.24 60.86 60.52 5/878 768189
/proc/meminfo: memFree=761025620/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=185356 memory=167248 CPUtime=0.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 40883 0 0 0 26 6 0 0 20 0 1 0 130156802 189804544 41812 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 46339 41812 2630 3035 0 42735 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 185356 KiB
Current children cumulated memory: 167248 KiB

[startup+0.70027 s]
/proc/loadavg: 57.24 60.86 60.52 5/878 768190
/proc/meminfo: memFree=760705796/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=218964 memory=204700 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 56484 0 0 0 59 9 0 0 20 0 1 0 130156802 224219136 51175 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 54741 51175 2790 3035 0 51137 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 218964 KiB
Current children cumulated memory: 204700 KiB

[startup+1.50029 s]
/proc/loadavg: 57.24 60.86 60.52 6/884 768200
/proc/meminfo: memFree=759843108/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=258128 memory=242612 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 65525 0 0 0 138 11 0 0 20 0 1 0 130156802 264323072 60653 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 64532 60653 2790 3035 0 60928 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 258128 KiB
Current children cumulated memory: 242612 KiB

[startup+3.11858 s]
/proc/loadavg: 52.98 59.91 60.22 5/884 768200
/proc/meminfo: memFree=757085468/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=261364 memory=245780 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 66306 0 0 0 299 11 0 0 20 0 1 0 130156802 267636736 61445 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 65341 61445 2790 3035 0 61737 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 261364 KiB
Current children cumulated memory: 245780 KiB

[startup+6.30027 s]
/proc/loadavg: 52.98 59.91 60.22 5/904 768220
/proc/meminfo: memFree=753017092/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=266784 memory=251016 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) R 768175 768178 765734 0 -1 4194304 67604 0 0 0 616 11 0 0 20 0 1 0 130156802 273186816 62754 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 66696 62754 2790 3035 0 63092 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 266784 KiB
Current children cumulated memory: 251016 KiB

[startup+12.7014 s]
/proc/loadavg: 50.58 59.30 60.02 43/964 768281
/proc/meminfo: memFree=736470104/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=5237620 memory=4016216 CPUtime=61.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) S 768175 768178 765734 0 -1 1077936128 1049617 0 0 0 5862 239 0 0 20 0 41 0 130156802 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 1309405 1004054 2870 3035 0 1133073 0
[pid=768178/tid=768242] ppid=768175 vsize=5237620 memory=280201787862496 CPUtime=2.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768242/stat : 768242 (fscip) R 768175 768178 765734 0 -1 4194368 44109 0 0 0 255 9 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768243] ppid=768175 vsize=5237620 memory=0 CPUtime=2.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768243/stat : 768243 (fscip) R 768175 768178 765734 0 -1 4194368 50029 0 0 0 245 12 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768244] ppid=768175 vsize=5237620 memory=11448 CPUtime=2.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768244/stat : 768244 (fscip) R 768175 768178 765734 0 -1 4194368 46338 0 0 0 246 9 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768245] ppid=768175 vsize=5237620 memory=512444 CPUtime=2.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768245/stat : 768245 (fscip) R 768175 768178 765734 0 -1 4194368 45064 0 0 0 255 8 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768246] ppid=768175 vsize=5237620 memory=661588 CPUtime=2.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768246/stat : 768246 (fscip) R 768175 768178 765734 0 -1 4194368 49935 0 0 0 245 13 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768247] ppid=768175 vsize=5237620 memory=33000 CPUtime=2.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768247/stat : 768247 (fscip) R 768175 768178 765734 0 -1 4194368 46190 0 0 0 246 11 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768248] ppid=768175 vsize=5237620 memory=33 CPUtime=2.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768248/stat : 768248 (fscip) R 768175 768178 765734 0 -1 4194368 45195 0 0 0 255 8 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768249] ppid=768175 vsize=5237620 memory=0 CPUtime=2.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768249/stat : 768249 (fscip) R 768175 768178 765734 0 -1 4194368 51331 0 0 0 243 13 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768250] ppid=768175 vsize=5237620 memory=25123 CPUtime=2.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768250/stat : 768250 (fscip) R 768175 768178 765734 0 -1 4194368 46315 0 0 0 248 9 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768251] ppid=768175 vsize=5237620 memory=280201788414320 CPUtime=2.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768251/stat : 768251 (fscip) R 768175 768178 765734 0 -1 4194368 45003 0 0 0 255 9 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768252] ppid=768175 vsize=5237620 memory=0 CPUtime=2.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768252/stat : 768252 (fscip) R 768175 768178 765734 0 -1 4194368 49780 0 0 0 244 14 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768253] ppid=768175 vsize=5237620 memory=25333125866717268 CPUtime=2.56 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768253/stat : 768253 (fscip) R 768175 768178 765734 0 -1 4194368 46053 0 0 0 246 10 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768254] ppid=768175 vsize=5237620 memory=0 CPUtime=2.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768254/stat : 768254 (fscip) R 768175 768178 765734 0 -1 4194368 44684 0 0 0 254 10 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768255] ppid=768175 vsize=5237620 memory=250488 CPUtime=2.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768255/stat : 768255 (fscip) R 768175 768178 765734 0 -1 4194368 49831 0 0 0 244 13 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768256] ppid=768175 vsize=5237620 memory=104 CPUtime=2.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768256/stat : 768256 (fscip) R 768175 768178 765734 0 -1 4194368 46323 0 0 0 246 9 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768257] ppid=768175 vsize=5237620 memory=25932 CPUtime=2.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768257/stat : 768257 (fscip) R 768175 768178 765734 0 -1 4194368 45354 0 0 0 253 11 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768258] ppid=768175 vsize=5237620 memory=25333125866717268 CPUtime=2.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768258/stat : 768258 (fscip) R 768175 768178 765734 0 -1 4194368 49820 0 0 0 244 14 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768259] ppid=768175 vsize=5237620 memory=21392 CPUtime=2.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768259/stat : 768259 (fscip) R 768175 768178 765734 0 -1 4194368 45900 0 0 0 247 10 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768260] ppid=768175 vsize=5237620 memory=2208 CPUtime=2.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768260/stat : 768260 (fscip) R 768175 768178 765734 0 -1 4194368 44910 0 0 0 251 7 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768261] ppid=768175 vsize=5237620 memory=0 CPUtime=2.58 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768261/stat : 768261 (fscip) R 768175 768178 765734 0 -1 4194368 50112 0 0 0 244 14 0 0 20 0 41 0 130157701 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768262] ppid=768175 vsize=5237620 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768262/stat : 768262 (fscip) S 768175 768178 765734 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768263] ppid=768175 vsize=5237620 memory=2036 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768263/stat : 768263 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768264] ppid=768175 vsize=5237620 memory=31572 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768264/stat : 768264 (fscip) S 768175 768178 765734 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768265] ppid=768175 vsize=5237620 memory=28568 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768265/stat : 768265 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768266] ppid=768175 vsize=5237620 memory=7312 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768266/stat : 768266 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768267] ppid=768175 vsize=5237620 memory=1804 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768267/stat : 768267 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768268] ppid=768175 vsize=5237620 memory=280201787635440 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768268/stat : 768268 (fscip) S 768175 768178 765734 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768269] ppid=768175 vsize=5237620 memory=280201787984960 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768269/stat : 768269 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768270] ppid=768175 vsize=5237620 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768270/stat : 768270 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768271] ppid=768175 vsize=5237620 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768271/stat : 768271 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768272] ppid=768175 vsize=5237620 memory=25333125866717268 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768272/stat : 768272 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768273] ppid=768175 vsize=5237620 memory=6943526294502006880 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768273/stat : 768273 (fscip) S 768175 768178 765734 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768274] ppid=768175 vsize=5237620 memory=6944656592455360604 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768274/stat : 768274 (fscip) S 768175 768178 765734 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768275] ppid=768175 vsize=5237620 memory=8196 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768275/stat : 768275 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768276] ppid=768175 vsize=5237620 memory=3300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768276/stat : 768276 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768277] ppid=768175 vsize=5237620 memory=2264 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768277/stat : 768277 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768278] ppid=768175 vsize=5237620 memory=1668 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768278/stat : 768278 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768279] ppid=768175 vsize=5237620 memory=36300 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768279/stat : 768279 (fscip) S 768175 768178 765734 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768280] ppid=768175 vsize=5237620 memory=6796 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768280/stat : 768280 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768281] ppid=768175 vsize=5237620 memory=20660 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768281/stat : 768281 (fscip) S 768175 768178 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157808 5363322880 1004054 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
Current children cumulated CPU time: 61.01 s
Current children cumulated vsize: 5237620 KiB
Current children cumulated memory: 4016216 KiB

[startup+25.5014 s]
/proc/loadavg: 51.60 59.08 59.93 62/984 768303

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

[pid=768178/tid=768272] ppid=768175 vsize=49629520 memory=10544 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768272/stat : 768272 (fscip) S 768175 768178 765734 0 -1 1077936192 204 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768273] ppid=768175 vsize=49629520 memory=45339148 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768273/stat : 768273 (fscip) S 768175 768178 765734 0 -1 1077936192 200 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768274] ppid=768175 vsize=49629520 memory=45335936 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768274/stat : 768274 (fscip) S 768175 768178 765734 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768275] ppid=768175 vsize=49629520 memory=20016 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768275/stat : 768275 (fscip) S 768175 768178 765734 0 -1 1077936192 192 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768276] ppid=768175 vsize=49629520 memory=198340509722 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768276/stat : 768276 (fscip) S 768175 768178 765734 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768277] ppid=768175 vsize=49629520 memory=45338752 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768277/stat : 768277 (fscip) S 768175 768178 765734 0 -1 1077936192 201 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768278] ppid=768175 vsize=49629520 memory=45339276 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768278/stat : 768278 (fscip) S 768175 768178 765734 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768279] ppid=768175 vsize=49629520 memory=19884 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768279/stat : 768279 (fscip) S 768175 768178 765734 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768280] ppid=768175 vsize=49629520 memory=20384 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768280/stat : 768280 (fscip) S 768175 768178 765734 0 -1 1077936192 157 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768281] ppid=768175 vsize=49629520 memory=6720665458590629999 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768281/stat : 768281 (fscip) S 768175 768178 765734 0 -1 1077936192 153 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
Current children cumulated CPU time: 71981.9 s
Current children cumulated vsize: 49629520 KiB
Current children cumulated memory: 45339276 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3643.3 s]
/proc/loadavg: 72.60 78.55 79.42 44/984 770243
/proc/meminfo: memFree=533189932/790760804 swapFree=131071996/131071996
[pid=768178] ppid=768175 vsize=49629520 memory=45339276 CPUtime=72001.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/stat : 768178 (fscip) S 768175 768178 765734 0 -1 1077936128 88627077 0 0 0 7188948 11222 0 0 20 0 41 0 130156802 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
/proc/768178/statm: 12407380 11334819 3366 3035 0 12264479 0
[pid=768178/tid=768242] ppid=768175 vsize=49629520 memory=25333125866717268 CPUtime=3604.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768242/stat : 768242 (fscip) R 768175 768178 765734 0 -1 4194368 2307731 0 0 0 360203 213 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768243] ppid=768175 vsize=49629520 memory=21496311321214 CPUtime=3601.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768243/stat : 768243 (fscip) R 768175 768178 765734 0 -1 4194368 3399307 0 0 0 359769 415 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768244] ppid=768175 vsize=49629520 memory=0 CPUtime=3603.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768244/stat : 768244 (fscip) R 768175 768178 765734 0 -1 4194368 9222499 0 0 0 359144 1228 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768245] ppid=768175 vsize=49629520 memory=45338268 CPUtime=3605.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768245/stat : 768245 (fscip) R 768175 768178 765734 0 -1 4194368 2226344 0 0 0 360339 218 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768246] ppid=768175 vsize=49629520 memory=280201790720416 CPUtime=3603.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768246/stat : 768246 (fscip) R 768175 768178 765734 0 -1 4194368 2899135 0 0 0 359962 348 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768247] ppid=768175 vsize=49629520 memory=280201787855392 CPUtime=3599.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768247/stat : 768247 (fscip) R 768175 768178 765734 0 -1 4194368 8452699 0 0 0 358772 1157 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768248] ppid=768175 vsize=49629520 memory=0 CPUtime=3602.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768248/stat : 768248 (fscip) R 768175 768178 765734 0 -1 4194368 1887331 0 0 0 360102 179 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768249] ppid=768175 vsize=49629520 memory=11448 CPUtime=3602.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768249/stat : 768249 (fscip) R 768175 768178 765734 0 -1 4194368 3116318 0 0 0 359849 379 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768250] ppid=768175 vsize=49629520 memory=45339004 CPUtime=3595.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768250/stat : 768250 (fscip) R 768175 768178 765734 0 -1 4194368 8354356 0 0 0 358416 1139 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768251] ppid=768175 vsize=49629520 memory=11580 CPUtime=3597.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768251/stat : 768251 (fscip) R 768175 768178 765734 0 -1 4194368 1700101 0 0 0 359605 162 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768252] ppid=768175 vsize=49629520 memory=0 CPUtime=3592.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768252/stat : 768252 (fscip) R 768175 768178 765734 0 -1 4194368 3698374 0 0 0 358789 418 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768253] ppid=768175 vsize=49629520 memory=280201790665200 CPUtime=3587.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768253/stat : 768253 (fscip) R 768175 768178 765734 0 -1 4194368 9075140 0 0 0 357495 1241 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768254] ppid=768175 vsize=49629520 memory=64 CPUtime=3602.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768254/stat : 768254 (fscip) R 768175 768178 765734 0 -1 4194368 1962288 0 0 0 360014 190 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768255] ppid=768175 vsize=49629520 memory=2208 CPUtime=3601.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768255/stat : 768255 (fscip) R 768175 768178 765734 0 -1 4194368 3377710 0 0 0 359796 403 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768256] ppid=768175 vsize=49629520 memory=2316 CPUtime=3601.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768256/stat : 768256 (fscip) R 768175 768178 765734 0 -1 4194368 8470950 0 0 0 358949 1200 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768257] ppid=768175 vsize=49629520 memory=6720665458590629999 CPUtime=3594.89 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768257/stat : 768257 (fscip) R 768175 768178 765734 0 -1 4194368 2332708 0 0 0 359263 226 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768258] ppid=768175 vsize=49629520 memory=20384 CPUtime=3602.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768258/stat : 768258 (fscip) R 768175 768178 765734 0 -1 4194368 3707027 0 0 0 359772 431 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768259] ppid=768175 vsize=49629520 memory=16325789170925620 CPUtime=3594.55 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768259/stat : 768259 (fscip) R 768175 768178 765734 0 -1 4194368 8057417 0 0 0 358323 1132 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768260] ppid=768175 vsize=49629520 memory=25333125866717268 CPUtime=3604.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768260/stat : 768260 (fscip) R 768175 768178 765734 0 -1 4194368 1762162 0 0 0 360235 172 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768261] ppid=768175 vsize=49629520 memory=45335712 CPUtime=3594.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768261/stat : 768261 (fscip) R 768175 768178 765734 0 -1 4194368 2462940 0 0 0 359146 319 0 0 20 0 41 0 130157701 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768262] ppid=768175 vsize=49629520 memory=45329244 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768262/stat : 768262 (fscip) S 768175 768178 765734 0 -1 1077936192 201 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768263] ppid=768175 vsize=49629520 memory=280201788361120 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768263/stat : 768263 (fscip) S 768175 768178 765734 0 -1 1077936192 105 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768264] ppid=768175 vsize=49629520 memory=6599337510924814 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768264/stat : 768264 (fscip) S 768175 768178 765734 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768265] ppid=768175 vsize=49629520 memory=7018973622625002849 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768265/stat : 768265 (fscip) S 768175 768178 765734 0 -1 1077936192 156 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768266] ppid=768175 vsize=49629520 memory=280201790126640 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768266/stat : 768266 (fscip) S 768175 768178 765734 0 -1 1077936192 224 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768267] ppid=768175 vsize=49629520 memory=45338296 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768267/stat : 768267 (fscip) S 768175 768178 765734 0 -1 1077936192 161 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768268] ppid=768175 vsize=49629520 memory=11448 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768268/stat : 768268 (fscip) S 768175 768178 765734 0 -1 1077936192 199 0 0 0 2 2 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768269] ppid=768175 vsize=49629520 memory=45357992 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768269/stat : 768269 (fscip) S 768175 768178 765734 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768270] ppid=768175 vsize=49629520 memory=280201789558592 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768270/stat : 768270 (fscip) S 768175 768178 765734 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768271] ppid=768175 vsize=49629520 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768271/stat : 768271 (fscip) S 768175 768178 765734 0 -1 1077936192 201 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768272] ppid=768175 vsize=49629520 memory=41564 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768272/stat : 768272 (fscip) S 768175 768178 765734 0 -1 1077936192 204 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768273] ppid=768175 vsize=49629520 memory=10544 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768273/stat : 768273 (fscip) S 768175 768178 765734 0 -1 1077936192 200 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768274] ppid=768175 vsize=49629520 memory=45338752 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768274/stat : 768274 (fscip) S 768175 768178 765734 0 -1 1077936192 208 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768275] ppid=768175 vsize=49629520 memory=11448 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768275/stat : 768275 (fscip) S 768175 768178 765734 0 -1 1077936192 192 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768276] ppid=768175 vsize=49629520 memory=10544 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768276/stat : 768276 (fscip) S 768175 768178 765734 0 -1 1077936192 198 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768277] ppid=768175 vsize=49629520 memory=45339148 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768277/stat : 768277 (fscip) S 768175 768178 765734 0 -1 1077936192 201 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768278] ppid=768175 vsize=49629520 memory=45335936 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768278/stat : 768278 (fscip) S 768175 768178 765734 0 -1 1077936192 191 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768279] ppid=768175 vsize=49629520 memory=20016 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768279/stat : 768279 (fscip) S 768175 768178 765734 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768280] ppid=768175 vsize=49629520 memory=198340509722 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768280/stat : 768280 (fscip) S 768175 768178 765734 0 -1 1077936192 157 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
[pid=768178/tid=768281] ppid=768175 vsize=49629520 memory=45338752 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/768178/task/768281/stat : 768281 (fscip) S 768175 768178 765734 0 -1 1077936192 153 0 0 0 4 0 0 0 20 0 41 0 130157808 50820628480 11334819 809668444160 4194304 16623229 140727762744176 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 26411008 140727762748422 140727762748540 140727762748540 140727762755568 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 49629520 KiB
Current children cumulated memory: 45339276 KiB

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

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

# cumulated CPU time of all completed processes:  user=71889.7 s, system=114.057 s

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

[startup+3644 s]*
/proc/loadavg: 72.60 78.55 79.42 25/945 770243
/proc/meminfo: memFree=553320776/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3644.8 s]
/proc/loadavg: 72.60 78.55 79.42 25/945 770243
/proc/meminfo: memFree=553320776/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645 s]*
/proc/loadavg: 72.60 78.55 79.42 25/905 770243
/proc/meminfo: memFree=589325012/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3645.12 s]
/proc/loadavg: 72.60 78.55 79.42 25/905 770243
/proc/meminfo: memFree=589325012/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): 3645.2
CPU time (s): 72003.8
CPU user time (s): 71889.7
CPU system time (s): 114.057
CPU usage (%): 1975.31
Max. virtual memory (cumulated for all children) (KiB): 49829888
Max. memory (cumulated for all children) (KiB): 45484608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71889.7
system time used= 114.057
maximum resident set size= 45484608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88627077
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= 188686
involuntary context switches= 302341


# summary of solver processes directly reported to runsolver:
#   pid: 768178
#   total CPU time (s): 72003.8
#   total CPU user time (s): 71889.7
#   total CPU system time (s): 114.057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5966 second user time and 91.1816 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 13:42:17
IDJOB=4465122
IDBENCH=156416
IDSOLVER=3094
FILE ID=nodeD105/4465122-1723635737
RUNJOBID= nodeD105-1723632030-765746
SLURM_JOB_ID= 8267915
Free space on /tmp= 8622744 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_50null20mast_rapportOE2.0_TMAX300_K67_cod1.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-4465122-1723635737/watcher-4465122-1723635737 -o /tmp/evaluation-result-4465122-1723635737/solver-4465122-1723635737 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723632030-765746 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465122-1723635737.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b3d827c1cec2288f345531c85d1b4d53
RANDOM SEED=332205771

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		: 3298.068
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		: 2595.952
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		: 3260.190
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		: 3213.750
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		: 2731.011
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		: 2626.351
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		: 3467.360
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		: 3264.147
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		: 2637.990
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		: 2622.354
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		: 3070.032
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		: 3206.438
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		: 2658.108
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		: 2630.807
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		: 3443.416
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		: 3598.770
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		: 3762.359
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		: 2630.809
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		: 2623.839
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		: 2644.929
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		: 2651.225
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		: 2634.060
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		: 2649.465
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		: 2656.655
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		: 3801.445
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		: 3285.663
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		: 2644.623
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		: 2640.954
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		: 2641.714
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		: 2629.611
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		: 2651.013
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		: 2658.321
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		: 2620.111
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		: 2627.992
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		: 2646.491
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		: 2657.714
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		: 2655.960
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		: 2640.613
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		: 2625.249
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		: 2638.584
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		: 2946.182
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		: 2626.678
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		: 2635.095
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		: 2645.995
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		: 2709.959
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		: 2638.349
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		: 2656.794
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		: 2648.479
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		: 3112.537
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		: 2634.641
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		: 2639.504
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		: 2639.473
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		: 2646.848
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		: 2635.666
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		: 2655.570
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		: 2654.786
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		: 2644.447
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		: 2635.874
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		: 2642.461
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		: 2656.913
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		: 2767.802
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		: 2638.487
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		: 2654.361
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		: 2657.761
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		: 2633.932
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		: 2644.149
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		: 2645.599
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		: 2637.660
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		: 3205.472
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		: 3882.471
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		: 2655.837
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		: 2660.575
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		: 2652.320
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		: 3400.408
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		: 2642.412
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		: 2665.818
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		: 2661.329
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		: 3885.036
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		: 3667.524
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		: 3315.313
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:        761495768 kB
MemAvailable:   766297184 kB
Buffers:         1228224 kB
Cached:          6860528 kB
SwapCached:            0 kB
Active:          1766460 kB
Inactive:       23988284 kB
Active(anon):       2128 kB
Inactive(anon): 17702796 kB
Active(file):    1764332 kB
Inactive(file):  6285488 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             76344 kB
Writeback:             0 kB
AnonPages:      17664124 kB
Mapped:           113596 kB
Shmem:             38920 kB
KReclaimable:     343608 kB
Slab:             776468 kB
SReclaimable:     343608 kB
SUnreclaim:       432860 kB
KernelStack:       15104 kB
PageTables:        44104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    9664412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1152768 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2934784 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:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

Free space on /tmp at the end= 8622676 MiB
End job on nodeD105 at 2024-08-14 14:43:02