Trace number 4465988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72001.9 3631.74

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.opb
MD5SUMbbe42e431fa916f0c875d08138d9aced
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-163
Best CPU time to get the best result obtained on this benchmark3588.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63184
Sum of products size (including duplicates)126368
Number of different products31592
Sum of products size63184

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.19	c Default LC presolving (default).
0.11/0.19	c ** Before presolving: virtualMemUsedAtLc = 181133562, getVmSize() = 139526144, SCIPgetMemUsed() = 105352328, SCIPgetMemTotal() = 113485720, SCIPgetMemExternEstim() = 67647842
0.11/0.19	c ** set memory limit for presolving in LC to 8.79552e+12 for SCIP **
0.53/0.54	c ** Estimated virtualMemUsedAtSolver = 146050985, getVmSize() = 179585024, SCIPgetMemUsed() = 111658940, SCIPgetMemTotal() = 151428636, SCIPgetMemExternEstim() = 67647842
0.53/0.54	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
0.53/0.54	c Original Problem   :
0.53/0.54	c   Problem name     : instance-4465988-1722461253
0.53/0.54	c   Variables        : 33592 (2000 binary, 0 integer, 31592 implicit integer, 0 continuous)
0.53/0.54	c   Constraints      : 36593
0.53/0.54	c   Objective sense  : minimize
0.53/0.54	c Presolved Problem  :
0.53/0.54	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.53/0.54	c   Constraints      : 3001
0.53/0.54	c Constraints        : Number
0.53/0.54	c   knapsack         : 2000 
0.53/0.54	c   setppc           : 1000 
0.53/0.54	c   linear           : 1 
0.53/0.54	c ** Instance transfer method used: 0
0.53/0.56	c ** ParaScipInstance copy does not increase the number of variables. **
0.70/0.76	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.70/0.76	c                                Nodes    Active                                            
0.70/0.76	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
8.23/1.27	c *       1              2           1        20         -12.0000       -1000.0000          -
8.23/1.30	c *       1              2           1        20         -15.0000       -1000.0000          -
8.23/1.30	c *       1              2           1        20         -16.0000       -1000.0000          -
10.22/1.34	c *       1              2           1        20         -28.0000       -1000.0000          -
10.22/1.36	c *       1              2           1        20         -52.0000       -1000.0000          -
22.20/1.95	c *       2              2           1        20         -64.0000       -1000.0000          -
33.98/2.55	c *       3            242         241        20         -75.0000       -1000.0000          -
33.98/2.56	c *       3            242         241        20         -76.0000       -1000.0000          -
33.98/2.56	c *       3            242         241        20         -77.0000       -1000.0000          -
51.80/3.48	c *       3            442         443        20         -79.0000       -1000.0000          -
53.79/3.59	c *       4            442         443        20         -81.0000       -1000.0000          -
73.59/4.56	c *       5           1211         161        20         -91.0000       -1000.0000          -
89.43/5.31	c         5           1030        1029        20         -91.0000       -1000.0000          -
129.09/7.34	c *       7           3185        1679        20         -99.0000       -1000.0000          -
131.01/7.46	c *       7           3185        1679        20        -105.0000       -1000.0000          -
188.49/10.35	c        10           5964        1878        20        -105.0000       -1000.0000          -
218.16/11.89	c *      12           9606        1863        20        -106.0000       -1000.0000          -
265.69/14.21	c *      14          12551        1814        20        -109.0000       -1000.0000          -
291.49/15.57	c        16          14748        1802        20        -109.0000       -1000.0000          -
327.12/17.38	c *      17          17740        1779        20        -111.0000       -1000.0000          -
394.21/20.79	c        21          20860        1832        20        -111.0000       -1000.0000          -
460.42/24.10	c *      24          28353        1835        20        -113.0000       -1000.0000          -
497.18/25.92	c        26          33048        1823        20        -113.0000       -1000.0000          -
596.29/30.97	c        31          40677        1757        20        -113.0000       -1000.0000          -
698.00/36.03	c        36          49657        1752        20        -113.0000       -1000.0000          -
797.05/41.08	c        41          60074        1822        20        -113.0000       -1000.0000          -
896.35/46.12	c        46          69883        1881        20        -113.0000       -1000.0000          -
997.32/51.18	c        51          82414        1876        20        -113.0000       -1000.0000          -
1097.73/56.22	c        56          92336        1878        20        -113.0000       -1000.0000          -
1157.21/59.22	c *      59          84237        1862        20        -130.0000       -1000.0000          -
1200.72/61.40	c        61          85752        1738        20        -130.0000       -1000.0000          -
1246.32/63.79	c *      64          92121        1638        20        -134.0000       -1000.0000          -
1299.84/66.47	c        66          86160        1619        20        -134.0000       -1000.0000          -
1400.90/71.51	c        72          91377        1632        20        -134.0000       -1000.0000          -
1499.95/76.56	c        77          98239        1781        20        -134.0000       -1000.0000          -
1601.03/81.61	c        82         105010        1638        20        -134.0000       -1000.0000          -
1700.11/86.66	c        87         110842        1645        20        -134.0000       -1000.0000          -
1801.17/91.71	c        92         117089        1552        20        -134.0000       -1000.0000          -
1902.14/96.82	c        97         167557        1659        20        -134.0000       -1000.0000          -
1939.82/98.76	c *      99         170399        1657        20        -142.0000       -1000.0000          -
1948.37/99.16	c *      99         133492        1653        20        -150.0000       -1000.0000          -
2001.13/101.85	c       102         134989        1539        20        -150.0000       -1000.0000          -
2100.18/106.82	c *     107         179112        1624        20        -152.0000       -1000.0000          -
2100.18/106.89	c       107         179112        1624        20        -152.0000       -1000.0000          -
2201.08/112.00	c       112         131151        1598        20        -152.0000       -1000.0000          -
2302.67/117.05	c       117         137476        1585        20        -152.0000       -1000.0000          -
2401.72/122.10	c       122         143792        1758        20        -152.0000       -1000.0000          -
2502.71/127.16	c       127         149695        1496        20        -152.0000       -1000.0000          -
2603.04/132.21	c       132         207388        1616        20        -152.0000       -1000.0000          -
2702.14/137.25	c       137         213548        1616        20        -152.0000       -1000.0000          -
2803.14/142.30	c       142         175423        1842        20        -152.0000       -1000.0000          -
2902.15/147.39	c       147         225560        1616        20        -152.0000       -1000.0000          -
3003.25/152.44	c       152         232514        1616        20        -152.0000       -1000.0000          -
3102.39/157.49	c       158         238879        1615        20        -152.0000       -1000.0000          -
3203.33/162.54	c       163         244335        1615        20        -152.0000       -1000.0000          -
3302.49/167.59	c       168         250020        1616        20        -152.0000       -1000.0000          -
3403.54/172.64	c       173         255446        1616        20        -152.0000       -1000.0000          -
3502.66/177.69	c       178         261211        1615        20        -152.0000       -1000.0000          -
3603.77/182.74	c       183         265927        1615        20        -152.0000       -1000.0000          -
3702.94/187.79	c       188         270351        1615        20        -152.0000       -1000.0000          -
3804.08/192.84	c       193         275429        1459        20        -152.0000       -1000.0000          -
3903.25/197.90	c       198         279665        1448        20        -152.0000       -1000.0000          -
4004.38/202.95	c       203         285492        1447        20        -152.0000       -1000.0000          -
4103.51/208.00	c       208         290143        1448        20        -152.0000       -1000.0000          -
4205.46/213.04	c       213         295638        1447        20        -152.0000       -1000.0000          -
4304.49/218.10	c       218         301574        1447        20        -152.0000       -1000.0000          -
4405.54/223.14	c       223         307516        1447        20        -152.0000       -1000.0000          -
4504.66/228.20	c       228         312426        1447        20        -152.0000       -1000.0000          -
4605.07/233.24	c       233         317748        1447        20        -152.0000       -1000.0000          -
4704.23/238.28	c       238         279204        1344        20        -152.0000       -1000.0000          -
4805.37/243.32	c       243         285109        1345        20        -152.0000       -1000.0000          -
4904.59/248.38	c       248         291131        1345        20        -152.0000       -1000.0000          -
5005.65/253.43	c       253         297544        1344        20        -152.0000       -1000.0000          -
5104.74/258.47	c       258         303930        1344        20        -152.0000       -1000.0000          -
5205.90/263.52	c       264         310733        1345        20        -152.0000       -1000.0000          -
5305.06/268.57	c       269         317998        1344        20        -152.0000       -1000.0000          -
5406.19/273.62	c       274         325778        1344        20        -152.0000       -1000.0000          -
5505.28/278.67	c       279         334423        1345        20        -152.0000       -1000.0000          -
5606.42/283.72	c       284         341448        1339        20        -152.0000       -1000.0000          -
5705.44/288.77	c       289         346367        1077        20        -152.0000       -1000.0000          -
5806.55/293.82	c       294         350225        1073        20        -152.0000       -1000.0000          -
5905.65/298.88	c       299         353342        1072        20        -152.0000       -1000.0000          -
6006.74/303.93	c       304         357370        1072        20        -152.0000       -1000.0000          -
6105.85/308.97	c       309         362513        1069        20        -152.0000       -1000.0000          -
6205.02/314.02	c       314              2           1        20        -152.0000        -500.0000    228.95%
6306.89/319.08	c       319              2           1        20        -152.0000        -500.0000    228.95%
6405.99/324.13	c       324              2           1        20        -152.0000        -500.0000    228.95%
6507.36/329.18	c       329              2           1        20        -152.0000        -500.0000    228.95%
6607.52/334.22	c       334              2           1        20        -152.0000        -500.0000    228.95%
6706.44/339.28	c       339              2           1        20        -152.0000        -500.0000    228.95%
6807.42/344.32	c       344              2           1        20        -152.0000        -500.0000    228.95%
6906.44/349.37	c       349              2           1        20        -152.0000        -500.0000    228.95%
7007.50/354.42	c       354              2           1        20        -152.0000        -500.0000    228.95%
7106.61/359.46	c       359              2           1        20        -152.0000        -500.0000    228.95%
7207.71/364.52	c       365              2           1        20        -152.0000        -500.0000    228.95%
7306.86/369.58	c       370              2           1        20        -152.0000        -500.0000    228.95%
7408.03/374.63	c       375              2           1        20        -152.0000        -500.0000    228.95%
7507.20/379.67	c       380              2           1        20        -152.0000        -500.0000    228.95%
7608.27/384.72	c       385              2           1        20        -152.0000        -500.0000    228.95%
7709.34/389.80	c       390              2           1        20        -152.0000        -500.0000    228.95%
7808.44/394.85	c       395              2           1        20        -152.0000        -500.0000    228.95%
7909.47/399.90	c       400              2           1        20        -152.0000        -500.0000    228.95%
8008.55/404.95	c       405              2           1        20        -152.0000        -500.0000    228.95%
8107.62/410.00	c       410              2           1        20        -152.0000        -500.0000    228.95%
8209.49/415.06	c       415              2           1        20        -152.0000        -500.0000    228.95%
8308.61/420.10	c       420              2           1        20        -152.0000        -500.0000    228.95%
8409.82/425.16	c       425              2           1        20        -152.0000        -500.0000    228.95%
8510.15/430.20	c       430              2           1        20        -152.0000        -500.0000    228.95%
8609.19/435.25	c       435              2           1        20        -152.0000        -500.0000    228.95%
8710.36/440.31	c       440              2           1        20        -152.0000        -500.0000    228.95%
8809.55/445.36	c       445              2           1        20        -152.0000        -500.0000    228.95%
8910.70/450.41	c       450              2           1        20        -152.0000        -500.0000    228.95%
9009.89/455.46	c       455              2           1        20        -152.0000        -500.0000    228.95%
9110.98/460.50	c       461              2           1        20        -152.0000        -500.0000    228.95%
9210.08/465.56	c       466              2           1        20        -152.0000        -500.0000    228.95%
9311.23/470.61	c       471              2           1        20        -152.0000        -500.0000    228.95%
9410.28/475.65	c       476              2           1        20        -152.0000        -500.0000    228.95%
9511.32/480.71	c       481              2           1        20        -152.0000        -500.0000    228.95%
9610.39/485.76	c       486              2           1        20        -152.0000        -500.0000    228.95%
9711.43/490.80	c       491              2           1        20        -152.0000        -500.0000    228.95%
9810.47/495.85	c       496              2           1        20        -152.0000        -500.0000    228.95%
9911.49/500.91	c       501              2           1        20        -152.0000        -500.0000    228.95%
10010.53/505.96	c       506              2           1        20        -152.0000        -500.0000    228.95%
10109.66/511.01	c       511              2           1        20        -152.0000        -500.0000    228.95%
10211.65/516.06	c       516              2           1        20        -152.0000        -500.0000    228.95%
10310.61/521.11	c       521              2           1        20        -152.0000        -500.0000    228.95%
10411.84/526.15	c       526              2           1        20        -152.0000        -500.0000    228.95%
10512.26/531.20	c       531              2           1        20        -152.0000        -500.0000    228.95%
10611.46/536.27	c       536              2           1        20        -152.0000        -500.0000    228.95%
10712.58/541.31	c       541              2           1        20        -152.0000        -500.0000    228.95%
10811.68/546.36	c       546              2           1        20        -152.0000        -500.0000    228.95%
10912.76/551.42	c       551              2           1        20        -152.0000        -500.0000    228.95%
11011.87/556.46	c       556              2           1        20        -152.0000        -500.0000    228.95%
11112.96/561.51	c       562              2           1        20        -152.0000        -500.0000    228.95%
11212.06/566.57	c       567              2           1        20        -152.0000        -500.0000    228.95%
11313.13/571.62	c       572              2           1        20        -152.0000        -500.0000    228.95%
11412.25/576.67	c       577              2           1        20        -152.0000        -500.0000    228.95%
11513.33/581.71	c       582              2           1        20        -152.0000        -500.0000    228.95%
11612.37/586.77	c       587              2           1        20        -152.0000        -500.0000    228.95%
11713.47/591.81	c       592              2           1        20        -152.0000        -500.0000    228.95%
11812.56/596.87	c       597              2           1        20        -152.0000        -500.0000    228.95%
11913.53/601.92	c       602              2           1        20        -152.0000        -500.0000    228.95%
12012.56/606.97	c       607              2           1        20        -152.0000        -500.0000    228.95%
12111.63/612.03	c       612              2           1        20        -152.0000        -500.0000    228.95%
12213.47/617.07	c       617              2           1        20        -152.0000        -500.0000    228.95%
12312.57/622.13	c       622              2           1        20        -152.0000        -500.0000    228.95%
12413.67/627.18	c       627              2           1        20        -152.0000        -500.0000    228.95%
12513.99/632.22	c       632              2           1        20        -152.0000        -500.0000    228.95%
12613.10/637.28	c       637              2           1        20        -152.0000        -500.0000    228.95%
12714.19/642.33	c       642              2           1        20        -152.0000        -500.0000    228.95%
12813.31/647.38	c       647              2           1        20        -152.0000        -500.0000    228.95%
12914.40/652.42	c       652              2           1        20        -152.0000        -500.0000    228.95%
13013.53/657.47	c       657              2           1        20        -152.0000        -500.0000    228.95%
13114.63/662.52	c       663              2           1        20        -152.0000        -500.0000    228.95%
13213.70/667.57	c       668              2           1        20        -152.0000        -500.0000    228.95%
13314.79/672.62	c       673              2           1        20        -152.0000        -500.0000    228.95%
13413.90/677.68	c       678              2           1        20        -152.0000        -500.0000    228.95%
13499.15/682.00	c *     682              2           1        20        -153.0000        -500.0000    226.80%
13514.94/682.72	c       683              2           1        20        -153.0000        -500.0000    226.80%
13613.99/687.78	c       688              2           1        20        -153.0000        -500.0000    226.80%
13715.03/692.83	c       693              2           1        20        -153.0000        -500.0000    226.80%
13814.20/697.88	c       698              2           1        20        -153.0000        -500.0000    226.80%
13915.34/702.93	c       703              2           1        20        -153.0000        -500.0000    226.80%
14014.51/707.98	c       708              2           1        20        -153.0000        -500.0000    226.80%
14113.68/713.02	c       713              2           1        20        -153.0000        -500.0000    226.80%
14215.47/718.08	c       718              2           1        20        -153.0000        -500.0000    226.80%
14314.75/723.12	c       723              2           1        20        -153.0000        -500.0000    226.80%
14415.87/728.17	c       728              2           1        20        -153.0000        -500.0000    226.80%
14516.31/733.23	c       733              2           1        20        -153.0000        -500.0000    226.80%
14615.47/738.27	c       738              2           1        20        -153.0000        -500.0000    226.80%
14716.56/743.33	c       743              2           1        20        -153.0000        -500.0000    226.80%
14815.71/748.37	c       748              2           1        20        -153.0000        -500.0000    226.80%
14916.87/753.43	c       753              2           1        20        -153.0000        -500.0000    226.80%
15016.06/758.47	c       758              2           1        20        -153.0000        -500.0000    226.80%
15117.24/763.53	c       764              2           1        20        -153.0000        -500.0000    226.80%
15216.41/768.58	c       769              2           1        20        -153.0000        -500.0000    226.80%
15317.56/773.62	c       774              2           1        20        -153.0000        -500.0000    226.80%
15418.71/778.71	c       779              2           1        20        -153.0000        -500.0000    226.80%
15519.82/783.81	c       784              2           1        20        -153.0000        -500.0000    226.80%
15618.98/788.85	c       789              2           1        20        -153.0000        -500.0000    226.80%
15720.11/793.96	c       794              2           1        20        -153.0000        -500.0000    226.80%
15822.06/799.07	c       799              2           1        20        -153.0000        -500.0000    226.80%
15923.38/804.16	c       804              2           1        20        -153.0000        -500.0000    226.80%
16023.45/809.20	c       809              2           1        20        -153.0000        -500.0000    226.80%
16122.57/814.26	c       814              2           1        20        -153.0000        -500.0000    226.80%
16227.62/819.51	c       820              2           1        20        -153.0000        -500.0000    226.80%
16326.74/824.57	c       825              2           1        20        -153.0000        -500.0000    226.80%
16427.85/829.62	c       830              2           1        20        -153.0000        -500.0000    226.80%
16526.98/834.66	c       835              2           1        20        -153.0000        -500.0000    226.80%
16628.08/839.71	c       840              2           1        20        -153.0000        -500.0000    226.80%
16727.22/844.77	c       845              2           1        20        -153.0000        -500.0000    226.80%
16828.32/849.83	c       850              2           1        20        -153.0000        -500.0000    226.80%
16927.46/854.87	c       855              2           1        20        -153.0000        -500.0000    226.80%
17028.57/859.93	c       860              2           1        20        -153.0000        -500.0000    226.80%
17127.69/864.98	c       865              2           1        20        -153.0000        -500.0000    226.80%
17229.39/870.05	c       870              2           1        20        -153.0000        -500.0000    226.80%
17272.40/872.23	c *     872              2           1        20        -154.0000        -500.0000    224.68%
17333.76/875.31	c       875              2           1        20        -154.0000        -500.0000    224.68%
17450.62/881.24	c       881              2           1        20        -154.0000        -500.0000    224.68%
17549.77/886.30	c       886              2           1        20        -154.0000        -500.0000    224.68%
17650.88/891.35	c       891              2           1        20        -154.0000        -500.0000    224.68%
17750.04/896.39	c       896              2           1        20        -154.0000        -500.0000    224.68%
17851.16/901.45	c       901              2           1        20        -154.0000        -500.0000    224.68%
17950.31/906.49	c       906              2           1        20        -154.0000        -500.0000    224.68%
18009.79/909.48	c *     909              2           1        20        -155.0000        -500.0000    222.58%
18062.08/912.08	c       912              2           1        20        -155.0000        -500.0000    222.58%
18161.24/917.09	c       917              2           1        20        -155.0000        -500.0000    222.58%
18263.50/922.29	c       922              2           1        20        -155.0000        -500.0000    222.58%
18364.64/927.35	c       927              2           1        20        -155.0000        -500.0000    222.58%
18463.77/932.39	c       932              2           1        20        -155.0000        -500.0000    222.58%
18564.88/937.45	c       937              2           1        20        -155.0000        -500.0000    222.58%
18664.00/942.49	c       942              2           1        20        -155.0000        -500.0000    222.58%
18765.13/947.55	c       948              2           1        20        -155.0000        -500.0000    222.58%
18868.22/952.72	c       953              2           1        20        -155.0000        -500.0000    222.58%
18967.35/957.76	c       958              2           1        20        -155.0000        -500.0000    222.58%
19068.48/962.82	c       963              2           1        20        -155.0000        -500.0000    222.58%
19167.62/967.89	c       968              2           1        20        -155.0000        -500.0000    222.58%
19268.63/972.93	c       973              2           1        20        -155.0000        -500.0000    222.58%
19367.76/977.98	c       978              2           1        20        -155.0000        -500.0000    222.58%
19469.57/983.03	c       983              2           1        20        -155.0000        -500.0000    222.58%
19571.95/988.29	c       988              2           1        20        -155.0000        -500.0000    222.58%
19673.06/993.40	c       993              2           1        20        -155.0000        -500.0000    222.58%
19773.81/998.44	c       998              2           1        20        -155.0000        -500.0000    222.58%
19872.95/1003.49	c      1004              2           1        20        -155.0000        -500.0000    222.58%
19974.11/1008.55	c      1009              2           1        20        -155.0000        -500.0000    222.58%
20073.28/1013.59	c      1014              2           1        20        -155.0000        -500.0000    222.58%
20174.45/1018.66	c      1019              2           1        20        -155.0000        -500.0000    222.58%
20275.62/1023.73	c      1024              2           1        20        -155.0000        -500.0000    222.58%
20374.78/1028.78	c      1029              2           1        20        -155.0000        -500.0000    222.58%
20475.95/1033.82	c      1034              3           2        20        -155.0000        -500.0000    222.58%
20575.12/1038.87	c      1039              3           2        20        -155.0000        -500.0000    222.58%
20676.29/1043.93	c      1044              3           2        20        -155.0000        -500.0000    222.58%
20775.46/1048.98	c      1049              3           2        20        -155.0000        -500.0000    222.58%
20874.64/1054.03	c      1054              3           2        20        -155.0000        -500.0000    222.58%
20976.39/1059.08	c      1059              3           2        20        -155.0000        -500.0000    222.58%
21075.72/1064.13	c      1064              3           2        20        -155.0000        -500.0000    222.58%
21176.87/1069.17	c      1069              3           2        20        -155.0000        -500.0000    222.58%
21277.24/1074.23	c      1074              3           2        20        -155.0000        -500.0000    222.58%
21376.40/1079.27	c      1079              3           2        20        -155.0000        -500.0000    222.58%
21477.56/1084.33	c      1084              3           2        20        -155.0000        -500.0000    222.58%
21576.74/1089.34	c      1089              3           2        20        -155.0000        -500.0000    222.58%
21675.91/1094.39	c      1094              3           2        20        -155.0000        -500.0000    222.58%
21777.08/1099.48	c      1099              3           2        20        -155.0000        -500.0000    222.58%
21878.25/1104.52	c      1105              3           2        20        -155.0000        -500.0000    222.58%
21977.45/1109.58	c      1110              3           2        20        -155.0000        -500.0000    222.58%
22078.60/1114.63	c      1115              3           2        20        -155.0000        -500.0000    222.58%
22177.72/1119.68	c      1120              3           2        20        -155.0000        -500.0000    222.58%
22278.84/1124.72	c      1125              3           2        20        -155.0000        -500.0000    222.58%
22377.98/1129.78	c      1130              3           2        20        -155.0000        -500.0000    222.58%
22479.13/1134.83	c      1135              3           2        20        -155.0000        -500.0000    222.58%
22578.31/1139.88	c      1140              3           2        20        -155.0000        -500.0000    222.58%
22679.51/1144.92	c      1145              3           2        20        -155.0000        -500.0000    222.58%
22778.67/1149.98	c      1150              3           2        20        -155.0000        -500.0000    222.58%
22880.32/1155.03	c      1155              3           2        20        -155.0000        -500.0000    222.58%
22979.59/1160.07	c      1160              3           2        20        -155.0000        -500.0000    222.58%
23078.86/1165.13	c      1165              3           2        20        -155.0000        -500.0000    222.58%
23179.97/1170.18	c      1170              3           2        20        -155.0000        -500.0000    222.58%
23280.50/1175.22	c      1175              3           2        20        -155.0000        -500.0000    222.58%
23379.70/1180.27	c      1180              3           2        20        -155.0000        -500.0000    222.58%
23480.88/1185.32	c      1185              3           2        20        -155.0000        -500.0000    222.58%
23580.08/1190.38	c      1190              3           2        20        -155.0000        -500.0000    222.58%
23681.26/1195.42	c      1195              3           2        20        -155.0000        -500.0000    222.58%
23780.46/1200.47	c      1200              3           2        20        -155.0000        -500.0000    222.58%
23881.64/1205.52	c      1206              3           2        20        -155.0000        -500.0000    222.58%
23980.84/1210.58	c      1211              3           2        20        -155.0000        -500.0000    222.58%
24082.01/1215.62	c      1216              3           2        20        -155.0000        -500.0000    222.58%
24181.23/1220.68	c      1221              3           2        20        -155.0000        -500.0000    222.58%
24282.34/1225.72	c      1226              3           2        20        -155.0000        -500.0000    222.58%
24381.52/1230.77	c      1231              3           2        20        -155.0000        -500.0000    222.58%
24482.70/1235.82	c      1236              3           2        20        -155.0000        -500.0000    222.58%
24581.89/1240.87	c      1241              3           2        20        -155.0000        -500.0000    222.58%
24683.07/1245.92	c      1246              3           2        20        -155.0000        -500.0000    222.58%
24782.27/1250.98	c      1251              3           2        20        -155.0000        -500.0000    222.58%
24884.06/1256.03	c      1256              3           2        20        -155.0000        -500.0000    222.58%
24983.27/1261.08	c      1261              3           2        20        -155.0000        -500.0000    222.58%
25082.66/1266.13	c      1266              3           2        20        -155.0000        -500.0000    222.58%
25183.84/1271.18	c      1271              3           2        20        -155.0000        -500.0000    222.58%
25284.05/1276.22	c      1276              3           2        20        -155.0000        -500.0000    222.58%
25383.24/1281.28	c      1281              3           2        20        -155.0000        -500.0000    222.58%
25484.43/1286.33	c      1286              3           2        20        -155.0000        -500.0000    222.58%
25583.65/1291.37	c      1291              3           2        20        -155.0000        -500.0000    222.58%
25684.85/1296.43	c      1296              3           2        20        -155.0000        -500.0000    222.58%
25784.08/1301.48	c      1301              3           2        20        -155.0000        -500.0000    222.58%
25885.29/1306.53	c      1307              3           2        20        -155.0000        -500.0000    222.58%
25984.50/1311.57	c      1312              4           3        20        -155.0000        -500.0000    222.58%
26085.72/1316.63	c      1317              4           3        20        -155.0000        -500.0000    222.58%
26184.96/1321.67	c      1322              4           3        20        -155.0000        -500.0000    222.58%
26286.17/1326.73	c      1327              4           3        20        -155.0000        -500.0000    222.58%
26385.40/1331.77	c      1332              4           3        20        -155.0000        -500.0000    222.58%
26486.62/1336.82	c      1337              4           3        20        -155.0000        -500.0000    222.58%
26585.85/1341.88	c      1342              4           3        20        -155.0000        -500.0000    222.58%
26687.07/1346.93	c      1347              4           3        20        -155.0000        -500.0000    222.58%
26786.31/1351.98	c      1352              4           3        20        -155.0000        -500.0000    222.58%
26888.06/1357.03	c      1357              4           3        20        -155.0000        -500.0000    222.58%
26987.27/1362.04	c      1362              4           3        20        -155.0000        -500.0000    222.58%
27086.64/1367.09	c      1367              4           3        20        -155.0000        -500.0000    222.58%
27185.88/1372.13	c      1372              4           3        20        -155.0000        -500.0000    222.58%
27287.14/1377.19	c      1377              4           3        20        -155.0000        -500.0000    222.58%
27387.50/1382.24	c      1382              4           3        20        -155.0000        -500.0000    222.58%
27486.71/1387.30	c      1387              4           3        20        -155.0000        -500.0000    222.58%
27587.91/1392.35	c      1392              4           3        20        -155.0000        -500.0000    222.58%
27689.07/1397.42	c      1397              4           3        20        -155.0000        -500.0000    222.58%
27788.28/1402.47	c      1402              4           3        20        -155.0000        -500.0000    222.58%
27889.48/1407.53	c      1408              4           3        20        -155.0000        -500.0000    222.58%
27988.69/1412.58	c      1413              4           3        20        -155.0000        -500.0000    222.58%
28089.87/1417.63	c      1418              4           3        20        -155.0000        -500.0000    222.58%
28188.99/1422.67	c      1423              4           3        20        -155.0000        -500.0000    222.58%
28290.12/1427.73	c      1428              4           3        20        -155.0000        -500.0000    222.58%
28389.24/1432.78	c      1433              4           3        20        -155.0000        -500.0000    222.58%
28490.35/1437.82	c      1438              4           3        20        -155.0000        -500.0000    222.58%
28589.48/1442.87	c      1443              4           3        20        -155.0000        -500.0000    222.58%
28690.58/1447.92	c      1448              4           3        20        -155.0000        -500.0000    222.58%
28789.70/1452.97	c      1453              4           3        20        -155.0000        -500.0000    222.58%
28891.40/1458.03	c      1458              4           3        20        -155.0000        -500.0000    222.58%
28990.55/1463.08	c      1463              4           3        20        -155.0000        -500.0000    222.58%
29089.82/1468.12	c      1468              4           3        20        -155.0000        -500.0000    222.58%
29191.04/1473.17	c      1473              4           3        20        -155.0000        -500.0000    222.58%
29291.33/1478.22	c      1478              4           3        20        -155.0000        -500.0000    222.58%
29390.48/1483.28	c      1483              4           3        20        -155.0000        -500.0000    222.58%
29491.62/1488.32	c      1488              4           3        20        -155.0000        -500.0000    222.58%
29590.77/1493.37	c      1493              4           3        20        -155.0000        -500.0000    222.58%
29691.90/1498.42	c      1498              4           3        20        -155.0000        -500.0000    222.58%
29791.05/1503.47	c      1503              4           3        20        -155.0000        -500.0000    222.58%
29892.18/1508.53	c      1509              4           3        20        -155.0000        -500.0000    222.58%
29991.34/1513.57	c      1514              4           3        20        -155.0000        -500.0000    222.58%
30092.47/1518.62	c      1519              4           3        20        -155.0000        -500.0000    222.58%
30191.63/1523.67	c      1524              4           3        20        -155.0000        -500.0000    222.58%
30292.77/1528.73	c      1529              6           5        20        -155.0000        -500.0000    222.58%
30391.93/1533.77	c      1534              6           5        20        -155.0000        -500.0000    222.58%
30493.08/1538.82	c      1539              6           5        20        -155.0000        -500.0000    222.58%
30520.82/1540.24	c *    1540              6           5        20        -156.0000        -500.0000    220.51%
30592.15/1543.84	c      1544              6           5        20        -156.0000        -500.0000    220.51%
30699.20/1549.24	c      1549              6           5        20        -156.0000        -500.0000    220.51%
30798.36/1554.29	c      1554              6           5        20        -156.0000        -500.0000    220.51%
30899.49/1559.33	c      1559              6           5        20        -156.0000        -500.0000    220.51%
30998.60/1564.37	c      1564              6           5        20        -156.0000        -500.0000    220.51%
31099.75/1569.43	c      1569              6           5        20        -156.0000        -500.0000    220.51%
31198.91/1574.49	c      1574              6           5        20        -156.0000        -500.0000    220.51%
31300.07/1579.54	c      1580              6           5        20        -156.0000        -500.0000    220.51%
31399.25/1584.60	c      1585              6           5        20        -156.0000        -500.0000    220.51%
31500.40/1589.65	c      1590              6           5        20        -156.0000        -500.0000    220.51%
31599.56/1594.70	c      1595              6           5        20        -156.0000        -500.0000    220.51%
31704.67/1599.97	c      1600              6           5        20        -156.0000        -500.0000    220.51%
31803.83/1605.02	c      1605              6           5        20        -156.0000        -500.0000    220.51%
31905.61/1610.07	c      1610              6           5        20        -156.0000        -500.0000    220.51%
32004.85/1615.11	c      1615              6           5        20        -156.0000        -500.0000    220.51%
32105.99/1620.16	c      1620              6           5        20        -156.0000        -500.0000    220.51%
32206.41/1625.21	c      1625              6           5        20        -156.0000        -500.0000    220.51%
32305.58/1630.27	c      1630              6           5        20        -156.0000        -500.0000    220.51%
32406.72/1635.32	c      1635              6           5        20        -156.0000        -500.0000    220.51%
32505.90/1640.37	c      1640              6           5        20        -156.0000        -500.0000    220.51%
32607.04/1645.42	c      1645              6           5        20        -156.0000        -500.0000    220.51%
32706.20/1650.46	c      1650              6           5        20        -156.0000        -500.0000    220.51%
32807.36/1655.51	c      1656              6           5        20        -156.0000        -500.0000    220.51%
32906.51/1660.56	c      1661              6           5        20        -156.0000        -500.0000    220.51%
33007.65/1665.62	c      1666              6           5        20        -156.0000        -500.0000    220.51%
33106.80/1670.68	c      1671              6           5        20        -156.0000        -500.0000    220.51%
33208.07/1675.73	c      1676              6           5        20        -156.0000        -500.0000    220.51%
33307.09/1680.77	c      1681              6           5        20        -156.0000        -500.0000    220.51%
33408.25/1685.82	c      1686              6           5        20        -156.0000        -500.0000    220.51%
33507.42/1690.88	c      1691              6           5        20        -156.0000        -500.0000    220.51%
33608.58/1695.93	c      1696              6           5        20        -156.0000        -500.0000    220.51%
33707.74/1700.96	c      1701              6           5        20        -156.0000        -500.0000    220.51%
33806.89/1706.02	c      1706              6           5        20        -156.0000        -500.0000    220.51%
33908.77/1711.08	c      1711              6           5        20        -156.0000        -500.0000    220.51%
34007.98/1716.12	c      1716              6           5        20        -156.0000        -500.0000    220.51%
34109.13/1721.18	c      1721              5           4        20        -156.0000        -500.0000    220.51%
34209.50/1726.23	c      1726              5           4        20        -156.0000        -500.0000    220.51%
34308.65/1731.27	c      1731              7           6        20        -156.0000        -500.0000    220.51%
34409.80/1736.32	c      1736              7           6        20        -156.0000        -500.0000    220.51%
34508.96/1741.37	c      1741              7           6        20        -156.0000        -500.0000    220.51%
34610.12/1746.43	c      1746              7           6        20        -156.0000        -500.0000    220.51%
34709.28/1751.48	c      1751              7           6        20        -156.0000        -500.0000    220.51%
34810.43/1756.53	c      1757              7           6        20        -156.0000        -500.0000    220.51%
34911.59/1761.63	c      1762              7           6        20        -156.0000        -500.0000    220.51%
35010.75/1766.67	c      1767              7           6        20        -156.0000        -500.0000    220.51%
35111.89/1771.72	c      1772              7           6        20        -156.0000        -500.0000    220.51%
35211.08/1776.77	c      1777              7           6        20        -156.0000        -500.0000    220.51%
35312.22/1781.82	c      1782              7           6        20        -156.0000        -500.0000    220.51%
35411.37/1786.88	c      1787              7           6        20        -156.0000        -500.0000    220.51%
35512.53/1792.03	c      1792              7           6        20        -156.0000        -500.0000    220.51%
35614.27/1797.08	c      1797              7           6        20        -156.0000        -500.0000    220.51%
35715.58/1802.14	c      1802              7           6        20        -156.0000        -500.0000    220.51%
35814.71/1807.18	c      1807              7           6        20        -156.0000        -500.0000    220.51%
35915.22/1812.26	c      1812              7           6        20        -156.0000        -500.0000    220.51%
36016.43/1817.30	c      1817              7           6        20        -156.0000        -500.0000    220.51%
36115.65/1822.36	c      1822              7           6        20        -156.0000        -500.0000    220.51%
36216.86/1827.41	c      1827              7           6        20        -156.0000        -500.0000    220.51%
36316.06/1832.45	c      1832              7           6        20        -156.0000        -500.0000    220.51%
36417.27/1837.50	c      1838              7           6        20        -156.0000        -500.0000    220.51%
36516.41/1842.55	c      1843              7           6        20        -156.0000        -500.0000    220.51%
36617.62/1847.60	c      1848              7           6        20        -156.0000        -500.0000    220.51%
36716.82/1852.66	c      1853              7           6        20        -156.0000        -500.0000    220.51%
36818.04/1857.70	c      1858              7           6        20        -156.0000        -500.0000    220.51%
36917.25/1862.76	c      1863              7           6        20        -156.0000        -500.0000    220.51%
37018.46/1867.81	c      1868              7           6        20        -156.0000        -500.0000    220.51%
37117.67/1872.86	c      1873              7           6        20        -156.0000        -500.0000    220.51%
37127.56/1873.30	c *    1873              7           6        20        -157.0000        -500.0000    218.47%
37218.83/1877.93	c      1878              7           6        20        -157.0000        -500.0000    218.47%
37320.67/1883.04	c      1883              7           6        20        -157.0000        -500.0000    218.47%
37421.80/1888.18	c      1888              7           6        20        -157.0000        -500.0000    218.47%
37526.40/1893.49	c      1893              7           6        20        -157.0000        -500.0000    218.47%
37627.62/1898.54	c      1899              7           6        20        -157.0000        -500.0000    218.47%
37728.81/1903.63	c      1904              7           6        20        -157.0000        -500.0000    218.47%
37827.97/1908.68	c      1909              7           6        20        -157.0000        -500.0000    218.47%
37929.08/1913.71	c      1914              7           6        20        -157.0000        -500.0000    218.47%
38028.20/1918.73	c      1919              7           6        20        -157.0000        -500.0000    218.47%
38127.32/1923.78	c      1924              7           6        20        -157.0000        -500.0000    218.47%
38228.42/1928.83	c      1929              7           6        20        -157.0000        -500.0000    218.47%
38327.52/1933.87	c      1934              7           6        20        -157.0000        -500.0000    218.47%
38428.65/1938.92	c      1939              7           6        20        -157.0000        -500.0000    218.47%
38527.78/1943.97	c      1944              7           6        20        -157.0000        -500.0000    218.47%
38626.89/1948.99	c      1949              7           6        20        -157.0000        -500.0000    218.47%
38728.69/1954.05	c      1954              7           6        20        -157.0000        -500.0000    218.47%
38827.81/1959.10	c      1959              7           6        20        -157.0000        -500.0000    218.47%
38929.00/1964.15	c      1964              7           6        20        -157.0000        -500.0000    218.47%
39029.60/1969.20	c      1969              7           6        20        -157.0000        -500.0000    218.47%
39128.75/1974.25	c      1974              7           6        20        -157.0000        -500.0000    218.47%
39227.90/1979.30	c      1979              7           6        20        -157.0000        -500.0000    218.47%
39329.09/1984.35	c      1984              7           6        20        -157.0000        -500.0000    218.47%
39428.23/1989.39	c      1989              7           6        20        -157.0000        -500.0000    218.47%
39529.40/1994.45	c      1994              7           6        20        -157.0000        -500.0000    218.47%
39628.60/1999.49	c      2000              7           6        20        -157.0000        -500.0000    218.47%
39729.79/2004.55	c      2005              7           6        20        -157.0000        -500.0000    218.47%
39829.02/2009.59	c      2010              7           6        20        -157.0000        -500.0000    218.47%
39930.24/2014.65	c      2015              7           6        20        -157.0000        -500.0000    218.47%
40031.42/2019.70	c      2020              7           6        20        -157.0000        -500.0000    218.47%
40130.61/2024.74	c      2025              7           6        20        -157.0000        -500.0000    218.47%
40229.79/2029.80	c      2030              7           6        20        -157.0000        -500.0000    218.47%
40330.99/2034.84	c      2035              7           6        20        -157.0000        -500.0000    218.47%
40430.21/2039.89	c      2040              7           6        20        -157.0000        -500.0000    218.47%
40531.40/2044.97	c      2045              7           6        20        -157.0000        -500.0000    218.47%
40630.58/2050.03	c      2050              7           6        20        -157.0000        -500.0000    218.47%
40732.33/2055.08	c      2055              7           6        20        -157.0000        -500.0000    218.47%
40842.88/2060.62	c      2061              7           6        20        -157.0000        -500.0000    218.47%
40942.07/2065.67	c      2066              7           6        20        -157.0000        -500.0000    218.47%
41043.27/2070.73	c      2071              7           6        20        -157.0000        -500.0000    218.47%
41142.46/2075.78	c      2076              7           6        20        -157.0000        -500.0000    218.47%
41243.64/2080.83	c      2081              7           6        20        -157.0000        -500.0000    218.47%
41342.85/2085.87	c      2086              7           6        20        -157.0000        -500.0000    218.47%
41444.02/2090.92	c      2091              7           6        20        -157.0000        -500.0000    218.47%
41543.20/2095.97	c      2096              7           6        20        -157.0000        -500.0000    218.47%
41642.38/2101.03	c      2101              7           6        20        -157.0000        -500.0000    218.47%
41744.43/2106.07	c      2106              7           6        20        -157.0000        -500.0000    218.47%
41843.46/2111.13	c      2111              7           6        20        -157.0000        -500.0000    218.47%
41944.53/2116.17	c      2116              7           6        20        -157.0000        -500.0000    218.47%
42045.08/2121.23	c      2121              7           6        20        -157.0000        -500.0000    218.47%
42144.27/2126.27	c      2126              7           6        20        -157.0000        -500.0000    218.47%
42245.45/2131.33	c      2131              7           6        20        -157.0000        -500.0000    218.47%
42344.65/2136.38	c      2136              7           6        20        -157.0000        -500.0000    218.47%
42445.81/2141.43	c      2141              7           6        20        -157.0000        -500.0000    218.47%
42544.99/2146.48	c      2146              7           6        20        -157.0000        -500.0000    218.47%
42646.17/2151.52	c      2152              7           6        20        -157.0000        -500.0000    218.47%
42745.36/2156.60	c      2157              7           6        20        -157.0000        -500.0000    218.47%
42846.53/2161.64	c      2162              7           6        20        -157.0000        -500.0000    218.47%
42945.72/2166.70	c      2167              7           6        20        -157.0000        -500.0000    218.47%
43046.90/2171.75	c      2172              7           6        20        -157.0000        -500.0000    218.47%
43146.08/2176.80	c      2177              7           6        20        -157.0000        -500.0000    218.47%
43247.18/2181.84	c      2182              8           7        20        -157.0000        -500.0000    218.47%
43346.26/2186.90	c      2187              8           7        20        -157.0000        -500.0000    218.47%
43447.28/2191.94	c      2192              8           7        20        -157.0000        -500.0000    218.47%
43546.43/2197.01	c      2197              8           7        20        -157.0000        -500.0000    218.47%
43648.41/2202.06	c      2202              8           7        20        -157.0000        -500.0000    218.47%
43747.41/2207.10	c      2207              8           7        20        -157.0000        -500.0000    218.47%
43846.62/2212.13	c      2212              8           7        20        -157.0000        -500.0000    218.47%
43949.11/2217.21	c      2217              8           7        20        -157.0000        -500.0000    218.47%
44048.29/2222.26	c      2222              8           7        20        -157.0000        -500.0000    218.47%
44149.48/2227.31	c      2227              8           7        20        -157.0000        -500.0000    218.47%
44248.64/2232.35	c      2232              8           7        20        -157.0000        -500.0000    218.47%
44349.68/2237.41	c      2237              8           7        20        -157.0000        -500.0000    218.47%
44448.77/2242.46	c      2242              8           7        20        -157.0000        -500.0000    218.47%
44549.89/2247.50	c      2248              8           7        20        -157.0000        -500.0000    218.47%
44649.04/2252.55	c      2253              8           7        20        -157.0000        -500.0000    218.47%
44750.22/2257.61	c      2258              8           7        20        -157.0000        -500.0000    218.47%
44849.41/2262.65	c      2263              8           7        20        -157.0000        -500.0000    218.47%
44950.51/2267.71	c      2268              8           7        20        -157.0000        -500.0000    218.47%
45049.62/2272.75	c      2273              8           7        20        -157.0000        -500.0000    218.47%
45150.79/2277.81	c      2278              8           7        20        -157.0000        -500.0000    218.47%
45249.96/2282.85	c      2283              8           7        20        -157.0000        -500.0000    218.47%
45351.13/2287.91	c      2288              8           7        20        -157.0000        -500.0000    218.47%
45450.28/2292.95	c      2293              8           7        20        -157.0000        -500.0000    218.47%
45549.45/2298.01	c      2298              8           7        20        -157.0000        -500.0000    218.47%
45651.05/2303.05	c      2303              8           7        20        -157.0000        -500.0000    218.47%
45750.36/2308.10	c      2308              8           7        20        -157.0000        -500.0000    218.47%
45851.62/2313.16	c      2313              8           7        20        -157.0000        -500.0000    218.47%
45952.05/2318.21	c      2318              8           7        20        -157.0000        -500.0000    218.47%
46051.21/2323.26	c      2323              8           7        20        -157.0000        -500.0000    218.47%
46152.35/2328.31	c      2328              8           7        20        -157.0000        -500.0000    218.47%
46251.52/2333.36	c      2333             11          10        20        -157.0000        -500.0000    218.47%
46352.63/2338.40	c      2338             11          10        20        -157.0000        -500.0000    218.47%
46451.77/2343.46	c      2343             11          10        20        -157.0000        -500.0000    218.47%
46475.57/2344.65	c *    2345             11          10        20        -158.0000        -500.0000    216.46%
46552.86/2348.50	c      2349             11          10        20        -158.0000        -500.0000    216.46%
46652.03/2353.56	c      2354             11          10        20        -158.0000        -500.0000    216.46%
46753.04/2358.60	c      2359             11          10        20        -158.0000        -500.0000    216.46%
46852.21/2363.66	c      2364             11          10        20        -158.0000        -500.0000    216.46%
46953.35/2368.71	c      2369             11          10        20        -158.0000        -500.0000    216.46%
47052.54/2373.75	c      2374             11          10        20        -158.0000        -500.0000    216.46%
47153.69/2378.80	c      2379             11          10        20        -158.0000        -500.0000    216.46%
47252.88/2383.86	c      2384             11          10        20        -158.0000        -500.0000    216.46%
47354.03/2388.90	c      2389             11          10        20        -158.0000        -500.0000    216.46%
47453.12/2393.92	c      2394             11          10        20        -158.0000        -500.0000    216.46%
47552.28/2399.00	c      2399              9           8        20        -158.0000        -500.0000    216.46%
47653.99/2404.05	c      2404              9           8        20        -158.0000        -500.0000    216.46%
47753.11/2409.11	c      2409              9           8        20        -158.0000        -500.0000    216.46%
47854.18/2414.16	c      2414              9           8        20        -158.0000        -500.0000    216.46%
47954.68/2419.21	c      2419              9           8        20        -158.0000        -500.0000    216.46%
48053.85/2424.25	c      2424              9           8        20        -158.0000        -500.0000    216.46%
48155.00/2429.30	c      2429              9           8        20        -158.0000        -500.0000    216.46%
48254.14/2434.35	c      2434              9           8        20        -158.0000        -500.0000    216.46%
48355.02/2439.40	c      2439              9           8        20        -158.0000        -500.0000    216.46%
48454.17/2444.45	c      2444              9           8        20        -158.0000        -500.0000    216.46%
48555.34/2449.51	c      2450              9           8        20        -158.0000        -500.0000    216.46%
48654.52/2454.56	c      2455              9           8        20        -158.0000        -500.0000    216.46%
48755.69/2459.61	c      2460              9           8        20        -158.0000        -500.0000    216.46%
48854.90/2464.66	c      2465              9           8        20        -158.0000        -500.0000    216.46%
48956.09/2469.71	c      2470             20          19        20        -158.0000        -500.0000    216.46%
49055.26/2474.76	c      2475             21          20        20        -158.0000        -500.0000    216.46%
49156.43/2479.81	c      2480             11          10        20        -158.0000        -500.0000    216.46%
49255.62/2484.86	c      2485             11          10        20        -158.0000        -500.0000    216.46%
49356.78/2489.91	c      2490             11          10        20        -158.0000        -500.0000    216.46%
49455.99/2494.92	c      2495             11          10        20        -158.0000        -500.0000    216.46%
49555.17/2500.00	c      2500             11          10        20        -158.0000        -500.0000    216.46%
49656.86/2505.06	c      2505             11          10        20        -158.0000        -500.0000    216.46%
49756.07/2510.11	c      2510             11          10        20        -158.0000        -500.0000    216.46%
49857.40/2515.16	c      2515             11          10        20        -158.0000        -500.0000    216.46%
49957.64/2520.21	c      2520             11          10        20        -158.0000        -500.0000    216.46%
50056.71/2525.25	c      2525             24          23        20        -158.0000        -500.0000    216.46%
50157.88/2530.31	c      2530             24          23        20        -158.0000        -500.0000    216.46%
50257.07/2535.35	c      2535             13          12        20        -158.0000        -500.0000    216.46%
50358.21/2540.40	c      2540             25          24        20        -158.0000        -500.0000    216.46%
50457.39/2545.45	c      2545             15          14        20        -158.0000        -500.0000    216.46%
50558.55/2550.50	c      2551             15          14        20        -158.0000        -500.0000    216.46%
50657.73/2555.56	c      2556             15          14        20        -158.0000        -500.0000    216.46%
50758.09/2560.60	c      2561             15          14        20        -158.0000        -500.0000    216.46%
50857.25/2565.65	c      2566             27          26        20        -158.0000        -500.0000    216.46%
50958.35/2570.70	c      2571             27          26        20        -158.0000        -500.0000    216.46%
51057.49/2575.76	c      2576             27          26        20        -158.0000        -500.0000    216.46%
51158.55/2580.81	c      2581             28          27        20        -158.0000        -500.0000    216.46%
51257.72/2585.86	c      2586             18          17        20        -158.0000        -500.0000    216.46%
51358.85/2590.91	c      2591             19          18        20        -158.0000        -500.0000    216.46%
51458.02/2595.97	c      2596             19          18        20        -158.0000        -500.0000    216.46%
51557.18/2601.02	c      2601             31          30        20        -158.0000        -500.0000    216.46%
51659.19/2606.07	c      2606             20          19        20        -158.0000        -500.0000    216.46%
51758.05/2611.12	c      2611             20          19        20        -158.0000        -500.0000    216.46%
51859.50/2616.17	c      2616             20          19        20        -158.0000        -500.0000    216.46%
51959.79/2621.21	c      2621             20          19        20        -158.0000        -500.0000    216.46%
52058.96/2626.24	c      2626             20          19        20        -158.0000        -500.0000    216.46%
52160.05/2631.32	c      2631             20          19        20        -158.0000        -500.0000    216.46%
52259.21/2636.36	c      2636             20          19        20        -158.0000        -500.0000    216.46%
52360.32/2641.42	c      2641             20          19        20        -158.0000        -500.0000    216.46%
52459.47/2646.47	c      2646             20          19        20        -158.0000        -500.0000    216.46%
52560.58/2651.51	c      2652             20          19        20        -158.0000        -500.0000    216.46%
52659.71/2656.57	c      2657             20          19        20        -158.0000        -500.0000    216.46%
52760.72/2661.62	c      2662             20          19        20        -158.0000        -500.0000    216.46%
52859.85/2666.67	c      2667             20          19        20        -158.0000        -500.0000    216.46%
52960.99/2671.71	c      2672             20          19        20        -158.0000        -500.0000    216.46%
53060.15/2676.76	c      2677             20          19        20        -158.0000        -500.0000    216.46%
53161.26/2681.82	c      2682             20          19        20        -158.0000        -500.0000    216.46%
53260.48/2686.87	c      2687             20          19        20        -158.0000        -500.0000    216.46%
53361.59/2691.92	c      2692             20          19        20        -158.0000        -500.0000    216.46%
53460.79/2696.97	c      2697             20          19        20        -158.0000        -500.0000    216.46%
53559.96/2702.02	c      2702             20          19        20        -158.0000        -500.0000    216.46%
53661.75/2707.07	c      2707             20          19        20        -158.0000        -500.0000    216.46%
53760.99/2712.12	c      2712             20          19        20        -158.0000        -500.0000    216.46%
53862.10/2717.17	c      2717             20          19        20        -158.0000        -500.0000    216.46%
53962.64/2722.22	c      2722             20          19        20        -158.0000        -500.0000    216.46%
54061.80/2727.26	c      2727             20          19        20        -158.0000        -500.0000    216.46%
54162.92/2732.31	c      2732             20          19        20        -158.0000        -500.0000    216.46%
54262.09/2737.36	c      2737             20          19        20        -158.0000        -500.0000    216.46%
54363.21/2742.41	c      2742             20          19        20        -158.0000        -500.0000    216.46%
54462.37/2747.50	c      2748             36          35        20        -158.0000        -500.0000    216.46%
54563.48/2752.54	c      2753             36          35        20        -158.0000        -500.0000    216.46%
54664.51/2757.60	c      2758             36          35        20        -158.0000        -500.0000    216.46%
54763.50/2762.65	c      2763             36          35        20        -158.0000        -500.0000    216.46%
54864.67/2767.70	c      2768             36          35        20        -158.0000        -500.0000    216.46%
54963.81/2772.75	c      2773             36          35        20        -158.0000        -500.0000    216.46%
55065.00/2777.80	c      2778             36          35        20        -158.0000        -500.0000    216.46%
55164.23/2782.85	c      2783             36          35        20        -158.0000        -500.0000    216.46%
55263.23/2787.90	c      2788             36          35        20        -158.0000        -500.0000    216.46%
55364.36/2792.95	c      2793             36          35        20        -158.0000        -500.0000    216.46%
55463.53/2797.99	c      2798             36          35        20        -158.0000        -500.0000    216.46%
55568.62/2803.26	c      2803             36          35        20        -158.0000        -500.0000    216.46%
55669.75/2808.32	c      2808             24          23        20        -158.0000        -500.0000    216.46%
55768.90/2813.37	c      2813             24          23        20        -158.0000        -500.0000    216.46%
55870.07/2818.45	c      2818             39          38        20        -158.0000        -500.0000    216.46%
55969.19/2823.49	c      2824             39          38        20        -158.0000        -500.0000    216.46%
56070.20/2828.56	c      2829             39          38        20        -158.0000        -500.0000    216.46%
56137.56/2831.90	c *    2832             39          38        20        -162.0000        -500.0000    208.64%
56171.25/2833.61	c      2834             39          38        20        -162.0000        -500.0000    208.64%
56270.44/2838.67	c      2839             39          38        20        -162.0000        -500.0000    208.64%
56371.61/2843.72	c      2844             27          26        20        -162.0000        -500.0000    208.64%
56470.80/2848.78	c      2849             27          26        20        -162.0000        -500.0000    208.64%
56571.97/2853.82	c      2854             27          26        20        -162.0000        -500.0000    208.64%
56671.11/2858.84	c      2859             27          26        20        -162.0000        -500.0000    208.64%
56770.27/2863.87	c      2864             44          43        20        -162.0000        -500.0000    208.64%
56871.51/2868.98	c      2869             45          44        20        -162.0000        -500.0000    208.64%
56970.76/2874.03	c      2874             29          28        20        -162.0000        -500.0000    208.64%
57072.54/2879.07	c      2879             46          45        20        -162.0000        -500.0000    208.64%
57173.49/2884.18	c      2884             46          45        20        -162.0000        -500.0000    208.64%
57273.93/2889.21	c      2889             46          45        20        -162.0000        -500.0000    208.64%
57373.11/2894.28	c      2894             46          45        20        -162.0000        -500.0000    208.64%
57474.27/2899.33	c      2899             46          45        20        -162.0000        -500.0000    208.64%
57573.46/2904.38	c      2904             46          45        20        -162.0000        -500.0000    208.64%
57674.61/2909.43	c      2909             46          45        20        -162.0000        -500.0000    208.64%
57773.80/2914.47	c      2914             46          45        20        -162.0000        -500.0000    208.64%
57874.73/2919.53	c      2920             46          45        20        -162.0000        -500.0000    208.64%
57973.79/2924.58	c      2925             46          45        20        -162.0000        -500.0000    208.64%
58074.92/2929.63	c      2930             46          45        20        -162.0000        -500.0000    208.64%
58173.96/2934.67	c      2935             35          34        20        -162.0000        -500.0000    208.64%
58275.06/2939.72	c      2940             35          34        20        -162.0000        -500.0000    208.64%
58374.19/2944.78	c      2945             35          34        20        -162.0000        -500.0000    208.64%
58475.27/2949.83	c      2950             35          34        20        -162.0000        -500.0000    208.64%
58574.38/2954.88	c      2955             35          34        20        -162.0000        -500.0000    208.64%
58675.49/2959.93	c      2960             35          34        20        -162.0000        -500.0000    208.64%
58774.67/2964.97	c      2965             35          34        20        -162.0000        -500.0000    208.64%
58873.73/2970.03	c      2970             51          50        20        -162.0000        -500.0000    208.64%
58975.50/2975.08	c      2975             51          50        20        -162.0000        -500.0000    208.64%
59074.70/2980.13	c      2980             36          35        20        -162.0000        -500.0000    208.64%
59175.90/2985.17	c      2985             36          35        20        -162.0000        -500.0000    208.64%
59276.32/2990.22	c      2990             36          35        20        -162.0000        -500.0000    208.64%
59375.51/2995.27	c      2995             36          35        20        -162.0000        -500.0000    208.64%
59476.67/3000.32	c      3000             36          35        20        -162.0000        -500.0000    208.64%
59575.84/3005.37	c      3005             36          35        20        -162.0000        -500.0000    208.64%
59676.90/3010.42	c      3010             36          35        20        -162.0000        -500.0000    208.64%
59775.93/3015.47	c      3015             36          35        20        -162.0000        -500.0000    208.64%
59877.03/3020.52	c      3021             36          35        20        -162.0000        -500.0000    208.64%
59976.20/3025.58	c      3026             36          35        20        -162.0000        -500.0000    208.64%
60077.33/3030.63	c      3031             36          35        20        -162.0000        -500.0000    208.64%
60176.50/3035.68	c      3036             36          35        20        -162.0000        -500.0000    208.64%
60277.58/3040.72	c      3041             36          35        20        -162.0000        -500.0000    208.64%
60376.74/3045.77	c      3046            102         101        20        -162.0000        -499.7788    208.51%
60477.90/3050.83	c      3051            103         102        20        -162.0000        -499.7788    208.51%
60577.07/3055.87	c      3056            104         103        20        -162.0000        -499.7788    208.51%
60678.17/3060.92	c      3061            105         104        20        -162.0000        -499.7788    208.51%
60777.38/3065.97	c      3066            107         106        20        -162.0000        -499.7788    208.51%
60876.56/3071.02	c      3071            108         107        20        -162.0000        -499.7788    208.51%
60978.33/3076.07	c      3076            108         107        20        -162.0000        -499.7788    208.51%
61077.53/3081.13	c      3081            108         107        20        -162.0000        -499.7788    208.51%
61178.78/3086.17	c      3086            108         107        20        -162.0000        -499.7788    208.51%
61279.19/3091.22	c      3091            108         107        20        -162.0000        -499.7788    208.51%
61378.36/3096.27	c      3096            108         107        20        -162.0000        -499.7788    208.51%
61479.38/3101.32	c      3101            108         107        20        -162.0000        -499.7788    208.51%
61578.53/3106.38	c      3106            108         107        20        -162.0000        -499.7788    208.51%
61683.64/3111.69	c      3112            108         107        20        -162.0000        -499.7788    208.51%
61784.80/3116.74	c      3117            108         107        20        -162.0000        -499.7788    208.51%
61883.82/3121.79	c      3122            108         107        20        -162.0000        -499.7788    208.51%
61984.99/3126.83	c      3127            108         107        20        -162.0000        -499.7788    208.51%
62084.13/3131.86	c      3132            108         107        20        -162.0000        -499.7788    208.51%
62185.29/3136.94	c      3137            108         107        20        -162.0000        -499.7788    208.51%
62284.31/3141.99	c      3142            108         107        20        -162.0000        -499.7788    208.51%
62386.06/3147.03	c      3147            108         107        20        -162.0000        -499.7788    208.51%
62485.10/3152.09	c      3152            108         107        20        -162.0000        -499.7788    208.51%
62586.31/3157.14	c      3157            108         107        20        -162.0000        -499.7788    208.51%
62685.66/3162.19	c      3162            108         107        20        -162.0000        -499.7788    208.51%
62785.90/3167.23	c      3167            108         107        20        -162.0000        -499.7788    208.51%
62885.04/3172.29	c      3172            108         107        20        -162.0000        -499.7788    208.51%
62986.23/3177.34	c      3177            108         107        20        -162.0000        -499.7788    208.51%
63085.44/3182.39	c      3182            109         108        20        -162.0000        -499.7788    208.51%
63186.65/3187.43	c      3187            110         109        20        -162.0000        -499.7788    208.51%
63285.88/3192.49	c      3192            112         111        20        -162.0000        -499.7788    208.51%
63387.09/3197.54	c      3198            113         112        20        -162.0000        -499.7788    208.51%
63486.32/3202.58	c      3203            113         112        20        -162.0000        -499.7788    208.51%
63587.53/3207.64	c      3208            113         112        20        -162.0000        -499.7788    208.51%
63686.76/3212.65	c      3213            113         112        20        -162.0000        -499.7788    208.51%
63787.98/3217.73	c      3218            114         113        20        -162.0000        -499.7788    208.51%
63887.20/3222.78	c      3223            116         115        20        -162.0000        -499.7788    208.51%
63988.41/3227.84	c      3228            119         118        20        -162.0000        -499.7788    208.51%
64087.64/3232.89	c      3233            123         122        20        -162.0000        -499.7788    208.51%
64188.82/3237.94	c      3238            126         125        20        -162.0000        -499.7788    208.51%
64288.06/3242.98	c      3243            126         125        20        -162.0000        -499.7788    208.51%
64389.82/3248.03	c      3248            126         125        20        -162.0000        -499.7788    208.51%
64489.06/3253.09	c      3253            126         125        20        -162.0000        -499.7788    208.51%
64590.28/3258.13	c      3258            126         125        20        -162.0000        -499.7788    208.51%
64689.60/3263.18	c      3263            126         125        20        -162.0000        -499.7788    208.51%
64742.48/3265.87	c *    3266            126         127        20        -163.0000        -499.7788    206.61%
64772.23/3267.32	c *    3267            126         127        20        -164.0000        -499.7788    204.74%
64790.09/3268.24	c      3268            126         127        20        -164.0000        -499.7788    204.74%
64889.30/3273.28	c      3273            126         127        20        -164.0000        -499.7788    204.74%
64990.64/3278.34	c      3278            126         127        20        -164.0000        -499.7788    204.74%
65089.70/3283.39	c      3283            126         127        20        -164.0000        -499.7788    204.74%
65190.92/3288.41	c      3288            126         127        20        -164.0000        -499.7788    204.74%
65290.15/3293.49	c      3293            126         127        20        -164.0000        -499.7788    204.74%
65391.37/3298.54	c      3299            126         127        20        -164.0000        -499.7788    204.74%
65490.60/3303.59	c      3304            126         127        20        -164.0000        -499.7788    204.74%
65591.82/3308.64	c      3309            126         127        20        -164.0000        -499.7788    204.74%
65691.05/3313.69	c      3314            126         127        20        -164.0000        -499.7788    204.74%
65792.27/3318.74	c      3319            126         127        20        -164.0000        -499.7788    204.74%
65891.48/3323.78	c      3324            126         127        20        -164.0000        -499.7788    204.74%
65992.70/3328.84	c      3329            126         127        20        -164.0000        -499.7788    204.74%
66093.91/3333.91	c      3334            126         127        20        -164.0000        -499.7788    204.74%
66193.14/3338.96	c      3339            126         127        20        -164.0000        -499.7788    204.74%
66292.37/3344.04	c      3344            126         127        20        -164.0000        -499.7788    204.74%
66394.38/3349.09	c      3349            126         127        20        -164.0000        -499.7788    204.74%
66495.31/3354.14	c      3354            126         127        20        -164.0000        -499.7788    204.74%
66594.74/3359.18	c      3359            126         127        20        -164.0000        -499.7788    204.74%
66695.18/3364.24	c      3364            126         127        20        -164.0000        -499.7788    204.74%
66794.39/3369.28	c      3369            126         127        20        -164.0000        -499.7788    204.74%
66895.62/3374.33	c      3374            126         127        20        -164.0000        -499.7788    204.74%
66994.85/3379.39	c      3379            126         127        20        -164.0000        -499.7788    204.74%
67096.07/3384.43	c      3384            126         127        20        -164.0000        -499.7788    204.74%
67195.30/3389.49	c      3389            126         127        20        -164.0000        -499.7788    204.74%
67296.70/3394.54	c      3395            126         127        20        -164.0000        -499.7788    204.74%
67403.71/3399.94	c      3400            126         127        20        -164.0000        -499.7788    204.74%
67502.94/3405.00	c      3405            126         127        20        -164.0000        -499.7788    204.74%
67604.80/3410.04	c      3410            126         127        20        -164.0000        -499.7788    204.74%
67704.03/3415.10	c      3415            126         127        20        -164.0000        -499.7788    204.74%
67805.14/3420.15	c      3420            126         127        20        -164.0000        -499.7788    204.74%
67904.43/3425.20	c      3425            126         127        20        -164.0000        -499.7788    204.74%
68005.02/3430.24	c      3430            126         127        20        -164.0000        -499.7788    204.74%
68104.25/3435.30	c      3435            126         127        20        -164.0000        -499.7788    204.74%
68205.47/3440.35	c      3440            126         127        20        -164.0000        -499.7788    204.74%
68304.70/3445.39	c      3445            126         127        20        -164.0000        -499.7788    204.74%
68405.88/3450.44	c      3450            126         127        20        -164.0000        -499.7788    204.74%
68507.11/3455.50	c      3456            126         127        20        -164.0000        -499.7788    204.74%
68606.31/3460.54	c      3461            126         127        20        -164.0000        -499.7788    204.74%
68707.53/3465.60	c      3466            126         127        20        -164.0000        -499.7788    204.74%
68806.73/3470.64	c      3471            126         127        20        -164.0000        -499.7788    204.74%
68905.96/3475.69	c      3476            126         127        20        -164.0000        -499.7788    204.74%
69007.22/3480.75	c      3481            126         127        20        -164.0000        -499.7788    204.74%
69106.55/3485.79	c      3486            126         127        20        -164.0000        -499.7788    204.74%
69207.59/3490.85	c      3491            128         127        20        -164.0000        -499.7788    204.74%
69308.79/3495.90	c      3496            129         128        20        -164.0000        -499.7788    204.74%
69408.02/3500.95	c      3501            133         132        20        -164.0000        -499.7788    204.74%
69507.24/3506.00	c      3506            137         136        20        -164.0000        -499.7788    204.74%
69609.04/3511.05	c      3511            137         136        20        -164.0000        -499.7788    204.74%
69708.13/3516.14	c      3516            137         136        20        -164.0000        -499.7788    204.74%
69809.52/3521.18	c      3521            137         136        20        -164.0000        -499.7788    204.74%
69910.07/3526.23	c      3526            137         136        20        -164.0000        -499.7788    204.74%
70009.29/3531.28	c      3531            137         136        20        -164.0000        -499.7788    204.74%
70110.48/3536.34	c      3536            138         139        20        -164.0000        -499.7788    204.74%
70209.68/3541.38	c      3541            138         139        20        -164.0000        -499.7788    204.74%
70310.88/3546.44	c      3546            138         139        20        -164.0000        -499.7788    204.74%
70410.11/3551.49	c      3551            138         139        20        -164.0000        -499.7788    204.74%
70511.29/3556.54	c      3557            138         139        20        -164.0000        -499.7788    204.74%
70610.52/3561.58	c      3562            138         139        20        -164.0000        -499.7788    204.74%
70711.70/3566.63	c      3567            138         139        20        -164.0000        -499.7788    204.74%
70810.92/3571.68	c      3572            138         139        20        -164.0000        -499.7788    204.74%
70912.13/3576.74	c      3577            138         139        20        -164.0000        -499.7788    204.74%
71011.35/3581.79	c      3582            138         139        20        -164.0000        -499.7788    204.74%
71112.57/3586.85	c      3587            138         139        20        -164.0000        -499.7788    204.74%
71213.77/3591.91	c      3592            138         139        20        -164.0000        -499.7788    204.74%
71313.00/3596.96	c      3597            138         139        20        -164.0000        -499.7788    204.74%
71412.22/3602.02	c      3602            138         139        20        -164.0000        -499.7788    204.74%
71514.13/3607.06	c      3607            138         139        20        -164.0000        -499.7788    204.74%
71613.18/3612.11	c      3612            138         139        20        -164.0000        -499.7788    204.74%
71714.57/3617.16	c      3617            138         139        20        -164.0000        -499.7788    204.74%
71814.97/3622.24	c      3622            138         139        20        -164.0000        -499.7788    204.74%
71914.20/3627.26	c      3627            138         139        20        -164.0000        -499.7788    204.74%

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 (175594 MiB free)
  memory of node 1: 193531 MiB (170656 MiB free)
  memory of node 2: 193531 MiB (193079 MiB free)
  memory of node 3: 193493 MiB (173956 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-4465988-1722461253/watcher-4465988-1722461253 -o /tmp/evaluation-result-4465988-1722461253/solver-4465988-1722461253 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68261 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465988-1722461253.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100125 s]*
/proc/loadavg: 81.04 74.93 75.74 62/983 73519
/proc/meminfo: memFree=730332132/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=107160 memory=96280 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/73518/stat : 73518 (fscip) R 73515 73518 68249 0 -1 4194304 22261 0 0 0 9 2 0 0 20 0 1 0 12707996 109731840 24004 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 26790 24004 2571 3035 0 23186 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 107160 KiB
Current children cumulated memory: 96280 KiB

[startup+0.220074 s]*
/proc/loadavg: 81.04 74.93 75.74 62/983 73519
/proc/meminfo: memFree=730270560/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=149480 memory=137776 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) R 73515 73518 68249 0 -1 4194304 32692 0 0 0 19 3 0 0 20 0 1 0 12707996 153067520 34444 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 37370 34444 2614 3035 0 33766 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 149480 KiB
Current children cumulated memory: 137776 KiB

[startup+0.319739 s]*
/proc/loadavg: 81.04 74.93 75.74 63/983 73519
/proc/meminfo: memFree=730249324/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=162684 memory=150316 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) R 73515 73518 68249 0 -1 4194304 35849 0 0 0 29 4 0 0 20 0 1 0 12707996 166588416 37579 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 40671 37579 2630 3035 0 37067 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 162684 KiB
Current children cumulated memory: 150316 KiB

[startup+0.700289 s]
/proc/loadavg: 79.60 74.74 75.67 63/983 73520
/proc/meminfo: memFree=730239188/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=1653920 memory=277136 CPUtime=0.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) S 73515 73518 68249 0 -1 1077936128 68654 0 0 0 61 9 0 0 20 0 21 0 12707996 1693614080 69284 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 413480 69284 2710 3035 0 111019 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1653920 KiB
Current children cumulated memory: 277136 KiB

[startup+1.50106 s]
/proc/loadavg: 79.60 74.74 75.67 82/1023 73560
/proc/meminfo: memFree=729446692/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=2207040 memory=1483560 CPUtime=14.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) S 73515 73518 68249 0 -1 1077936128 425434 0 0 0 1295 120 0 0 20 0 41 0 12707996 2260008960 370890 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 551760 370890 2950 3035 0 470198 0
[pid=73518/tid=73521] ppid=73515 vsize=2207040 memory=5440 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73521/stat : 73521 (fscip) R 73515 73518 68249 0 -1 4194368 17985 0 0 0 63 6 0 0 20 0 41 0 12708051 2260008960 370890 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73522] ppid=73515 vsize=2207040 memory=25333125866717268 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73522/stat : 73522 (fscip) R 73515 73518 68249 0 -1 4194368 16308 0 0 0 64 5 0 0 20 0 41 0 12708051 2260008960 370890 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73523] ppid=73515 vsize=2207040 memory=16108 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73523/stat : 73523 (fscip) R 73515 73518 68249 0 -1 4194368 25028 0 0 0 59 7 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73524] ppid=73515 vsize=2207040 memory=2212 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73524/stat : 73524 (fscip) R 73515 73518 68249 0 -1 4194368 18160 0 0 0 63 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73525] ppid=73515 vsize=2207040 memory=1852 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73525/stat : 73525 (fscip) R 73515 73518 68249 0 -1 4194368 15993 0 0 0 62 4 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73526] ppid=73515 vsize=2207040 memory=33108 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73526/stat : 73526 (fscip) R 73515 73518 68249 0 -1 4194368 25200 0 0 0 60 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73527] ppid=73515 vsize=2207040 memory=2208 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73527/stat : 73527 (fscip) R 73515 73518 68249 0 -1 4194368 18166 0 0 0 63 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73528] ppid=73515 vsize=2207040 memory=25992 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73528/stat : 73528 (fscip) R 73515 73518 68249 0 -1 4194368 17493 0 0 0 60 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73529] ppid=73515 vsize=2207040 memory=104 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73529/stat : 73529 (fscip) R 73515 73518 68249 0 -1 4194368 16807 0 0 0 61 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73530] ppid=73515 vsize=2207040 memory=6232 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73530/stat : 73530 (fscip) R 73515 73518 68249 0 -1 4194368 16799 0 0 0 66 3 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73531] ppid=73515 vsize=2207040 memory=19852 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73531/stat : 73531 (fscip) R 73515 73518 68249 0 -1 4194368 17794 0 0 0 60 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73532] ppid=73515 vsize=2207040 memory=29836768444022866 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73532/stat : 73532 (fscip) R 73515 73518 68249 0 -1 4194368 24404 0 0 0 60 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73533] ppid=73515 vsize=2207040 memory=0 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73533/stat : 73533 (fscip) R 73515 73518 68249 0 -1 4194368 18212 0 0 0 63 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73534] ppid=73515 vsize=2207040 memory=0 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73534/stat : 73534 (fscip) R 73515 73518 68249 0 -1 4194368 16578 0 0 0 60 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73535] ppid=73515 vsize=2207040 memory=0 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73535/stat : 73535 (fscip) R 73515 73518 68249 0 -1 4194368 26120 0 0 0 60 6 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73536] ppid=73515 vsize=2207040 memory=31988 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73536/stat : 73536 (fscip) R 73515 73518 68249 0 -1 4194368 17434 0 0 0 65 4 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73537] ppid=73515 vsize=2207040 memory=28720 CPUtime=0.7 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73537/stat : 73537 (fscip) R 73515 73518 68249 0 -1 4194368 16340 0 0 0 65 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73538] ppid=73515 vsize=2207040 memory=25333125866717268 CPUtime=0.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73538/stat : 73538 (fscip) R 73515 73518 68249 0 -1 4194368 27135 0 0 0 60 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73539] ppid=73515 vsize=2207040 memory=140441739631344 CPUtime=0.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73539/stat : 73539 (fscip) R 73515 73518 68249 0 -1 4194368 16784 0 0 0 59 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73540] ppid=73515 vsize=2207040 memory=280883479353392 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73540/stat : 73540 (fscip) R 73515 73518 68249 0 -1 4194368 16150 0 0 0 61 5 0 0 20 0 41 0 12708051 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73541] ppid=73515 vsize=2207040 memory=8560473802497 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73541/stat : 73541 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73542] ppid=73515 vsize=2207040 memory=8663553017345 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73542/stat : 73542 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73543] ppid=73515 vsize=2207040 memory=9853258958337 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73543/stat : 73543 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73544] ppid=73515 vsize=2207040 memory=280883479401008 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73544/stat : 73544 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73545] ppid=73515 vsize=2207040 memory=-4059589564189731178 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73545/stat : 73545 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73546] ppid=73515 vsize=2207040 memory=-3975649505123405620 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73546/stat : 73546 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73547] ppid=73515 vsize=2207040 memory=-3689408421207566698 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73547/stat : 73547 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73548] ppid=73515 vsize=2207040 memory=6655300316396806240 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73548/stat : 73548 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73549] ppid=73515 vsize=2207040 memory=-3975649505123405620 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73549/stat : 73549 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73550] ppid=73515 vsize=2207040 memory=4639360044614768227 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73550/stat : 73550 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73551] ppid=73515 vsize=2207040 memory=36112 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73551/stat : 73551 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73552] ppid=73515 vsize=2207040 memory=4748 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73552/stat : 73552 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73553] ppid=73515 vsize=2207040 memory=20488 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73553/stat : 73553 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73554] ppid=73515 vsize=2207040 memory=6836 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73554/stat : 73554 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73555] ppid=73515 vsize=2207040 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/73518/task/73555/stat : 73555 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73556] ppid=73515 vsize=2207040 memory=6655300316396806240 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73556/stat : 73556 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73557] ppid=73515 vsize=2207040 memory=-7385037386665908792 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73557/stat : 73557 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73558] ppid=73515 vsize=2207040 memory=280883479542976 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73558/stat : 73558 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73559] ppid=73515 vsize=2207040 memory=-6421031960892894098 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73559/stat : 73559 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 370956 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73560] ppid=73515 vsize=2207040 memory=-2892745056948402235 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73560/stat : 73560 (fscip) S 73515 73518 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12708072 2260008960 371022 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 2207040 KiB
Current children cumulated memory: 1483560 KiB

[startup+3.13906 s]
/proc/loadavg: 79.60 74.74 75.67 81/1023 73560
/proc/meminfo: memFree=728551900/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=3298816 memory=1806032 CPUtime=46.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) S 73515 73518 68249 0 -1 1077936128 595781 0 0 0 4507 154 0 0 20 0 41 0 12707996 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 824704 451508 2998 3035 0 560315 0
[pid=73518/tid=73521] ppid=73515 vsize=3298816 memory=5440 CPUtime=2.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73521/stat : 73521 (fscip) R 73515 73518 68249 0 -1 4194368 21232 0 0 0 225 7 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73522] ppid=73515 vsize=3298816 memory=-8745837384885911489 CPUtime=2.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73522/stat : 73522 (fscip) R 73515 73518 68249 0 -1 4194368 18828 0 0 0 226 6 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73523] ppid=73515 vsize=3298816 memory=1644848 CPUtime=2.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73523/stat : 73523 (fscip) R 73515 73518 68249 0 -1 4194368 34755 0 0 0 220 9 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73524] ppid=73515 vsize=3298816 memory=1436308 CPUtime=2.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73524/stat : 73524 (fscip) R 73515 73518 68249 0 -1 4194368 23769 0 0 0 224 7 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73525] ppid=73515 vsize=3298816 memory=25333125866717268 CPUtime=2.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73525/stat : 73525 (fscip) R 73515 73518 68249 0 -1 4194368 19619 0 0 0 224 5 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73526] ppid=73515 vsize=3298816 memory=5440 CPUtime=2.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73526/stat : 73526 (fscip) R 73515 73518 68249 0 -1 4194368 36717 0 0 0 220 8 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73527] ppid=73515 vsize=3298816 memory=7883085403260349798 CPUtime=2.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73527/stat : 73527 (fscip) R 73515 73518 68249 0 -1 4194368 21993 0 0 0 224 8 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73528] ppid=73515 vsize=3298816 memory=204938 CPUtime=2.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73528/stat : 73528 (fscip) R 73515 73518 68249 0 -1 4194368 21065 0 0 0 222 6 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73529] ppid=73515 vsize=3298816 memory=-5155630210689361797 CPUtime=2.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73529/stat : 73529 (fscip) R 73515 73518 68249 0 -1 4194368 40929 0 0 0 219 9 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73530] ppid=73515 vsize=3298816 memory=0 CPUtime=2.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73530/stat : 73530 (fscip) R 73515 73518 68249 0 -1 4194368 21142 0 0 0 227 4 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73531] ppid=73515 vsize=3298816 memory=6655300316396806240 CPUtime=2.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73531/stat : 73531 (fscip) R 73515 73518 68249 0 -1 4194368 20906 0 0 0 223 6 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73532] ppid=73515 vsize=3298816 memory=280883479373680 CPUtime=2.29 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73532/stat : 73532 (fscip) R 73515 73518 68249 0 -1 4194368 46196 0 0 0 219 10 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73533] ppid=73515 vsize=3298816 memory=317931263101418 CPUtime=2.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73533/stat : 73533 (fscip) R 73515 73518 68249 0 -1 4194368 22450 0 0 0 224 7 0 0 20 0 41 0 12708051 3377987584 451508 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0

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

/proc/73518/task/73540/stat : 73540 (fscip) R 73515 73518 68249 0 -1 4194368 641493 0 0 0 355324 83 0 0 20 0 41 0 12708051 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73541] ppid=73515 vsize=6528416 memory=5278036 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73541/stat : 73541 (fscip) S 73515 73518 68249 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73542] ppid=73515 vsize=6528416 memory=30399726987509844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73542/stat : 73542 (fscip) S 73515 73518 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73543] ppid=73515 vsize=6528416 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73543/stat : 73543 (fscip) S 73515 73518 68249 0 -1 1077936192 110 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73544] ppid=73515 vsize=6528416 memory=5239052 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73544/stat : 73544 (fscip) S 73515 73518 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73545] ppid=73515 vsize=6528416 memory=16108 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73545/stat : 73545 (fscip) S 73515 73518 68249 0 -1 1077936192 167 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73546] ppid=73515 vsize=6528416 memory=52808 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73546/stat : 73546 (fscip) S 73515 73518 68249 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73547] ppid=73515 vsize=6528416 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73547/stat : 73547 (fscip) S 73515 73518 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73548] ppid=73515 vsize=6528416 memory=5104364 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73548/stat : 73548 (fscip) S 73515 73518 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73549] ppid=73515 vsize=6528416 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/73518/task/73549/stat : 73549 (fscip) S 73515 73518 68249 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73550] ppid=73515 vsize=6528416 memory=18104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73550/stat : 73550 (fscip) S 73515 73518 68249 0 -1 1077936192 169 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73551] ppid=73515 vsize=6528416 memory=11632 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73551/stat : 73551 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73552] ppid=73515 vsize=6528416 memory=7256 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73552/stat : 73552 (fscip) S 73515 73518 68249 0 -1 1077936192 172 0 0 0 1 1 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73553] ppid=73515 vsize=6528416 memory=28068 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/73518/task/73553/stat : 73553 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73554] ppid=73515 vsize=6528416 memory=5278036 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73554/stat : 73554 (fscip) S 73515 73518 68249 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73555] ppid=73515 vsize=6528416 memory=7380667894225135213 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73555/stat : 73555 (fscip) S 73515 73518 68249 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73556] ppid=73515 vsize=6528416 memory=12224 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73556/stat : 73556 (fscip) S 73515 73518 68249 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73557] ppid=73515 vsize=6528416 memory=11792 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73557/stat : 73557 (fscip) S 73515 73518 68249 0 -1 1077936192 57 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73558] ppid=73515 vsize=6528416 memory=5278036 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73558/stat : 73558 (fscip) S 73515 73518 68249 0 -1 1077936192 171 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73559] ppid=73515 vsize=6528416 memory=5278036 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/73518/task/73559/stat : 73559 (fscip) S 73515 73518 68249 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73560] ppid=73515 vsize=6528416 memory=11632 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/73518/task/73560/stat : 73560 (fscip) S 73515 73518 68249 0 -1 1077936192 170 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1319509 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
Current children cumulated CPU time: 71023.2 s
Current children cumulated vsize: 6528416 KiB
Current children cumulated memory: 5278036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.6 s]
/proc/loadavg: 60.18 64.48 70.37 61/976 76738
/proc/meminfo: memFree=758611832/790760804 swapFree=131071996/131071996
[pid=73518] ppid=73515 vsize=6528416 memory=5288928 CPUtime=72001.5 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/stat : 73518 (fscip) S 73515 73518 68249 0 -1 1077936128 14734354 0 0 0 7191502 8651 0 0 20 0 41 0 12707996 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 17 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
/proc/73518/statm: 1632104 1322232 3318 3035 0 1469929 0
[pid=73518/tid=73521] ppid=73515 vsize=6528416 memory=28068 CPUtime=3604.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73521/stat : 73521 (fscip) R 73515 73518 68249 0 -1 4194368 704809 0 0 0 360366 79 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73522] ppid=73515 vsize=6528416 memory=33612 CPUtime=3605.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73522/stat : 73522 (fscip) R 73515 73518 68249 0 -1 4194368 889337 0 0 0 360390 188 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73523] ppid=73515 vsize=6528416 memory=36928 CPUtime=3594.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73523/stat : 73523 (fscip) R 73515 73518 68249 0 -1 4194368 573308 0 0 0 358252 1193 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73524] ppid=73515 vsize=6528416 memory=7760 CPUtime=3606.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73524/stat : 73524 (fscip) R 73515 73518 68249 0 -1 4194368 689935 0 0 0 360573 78 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73525] ppid=73515 vsize=6528416 memory=18104 CPUtime=3604.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73525/stat : 73525 (fscip) R 73515 73518 68249 0 -1 4194368 653894 0 0 0 360347 84 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73526] ppid=73515 vsize=6528416 memory=11632 CPUtime=3593.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73526/stat : 73526 (fscip) R 73515 73518 68249 0 -1 4194368 789236 0 0 0 358213 1167 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73527] ppid=73515 vsize=6528416 memory=14016 CPUtime=3606.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73527/stat : 73527 (fscip) R 73515 73518 68249 0 -1 4194368 605154 0 0 0 360544 67 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73528] ppid=73515 vsize=6528416 memory=10528 CPUtime=3593.46 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73528/stat : 73528 (fscip) R 73515 73518 68249 0 -1 4194368 776321 0 0 0 359253 93 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73529] ppid=73515 vsize=6528416 memory=5440 CPUtime=3593.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73529/stat : 73529 (fscip) R 73515 73518 68249 0 -1 4194368 721865 0 0 0 358258 1094 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73530] ppid=73515 vsize=6528416 memory=16108 CPUtime=3600.28 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73530/stat : 73530 (fscip) R 73515 73518 68249 0 -1 4194368 1410359 0 0 0 359724 304 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73531] ppid=73515 vsize=6528416 memory=2212 CPUtime=3606.26 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73531/stat : 73531 (fscip) R 73515 73518 68249 0 -1 4194368 671787 0 0 0 360545 81 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73532] ppid=73515 vsize=6528416 memory=52808 CPUtime=3562.39 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73532/stat : 73532 (fscip) R 73515 73518 68249 0 -1 4194368 705164 0 0 0 355050 1189 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73533] ppid=73515 vsize=6528416 memory=1952 CPUtime=3605.59 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73533/stat : 73533 (fscip) R 73515 73518 68249 0 -1 4194368 656585 0 0 0 360483 76 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73534] ppid=73515 vsize=6528416 memory=1852 CPUtime=3606.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73534/stat : 73534 (fscip) R 73515 73518 68249 0 -1 4194368 690452 0 0 0 360531 96 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73535] ppid=73515 vsize=6528416 memory=33108 CPUtime=3600.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73535/stat : 73535 (fscip) R 73515 73518 68249 0 -1 4194368 748164 0 0 0 358699 1313 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73536] ppid=73515 vsize=6528416 memory=7384 CPUtime=3603.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73536/stat : 73536 (fscip) R 73515 73518 68249 0 -1 4194368 746837 0 0 0 360300 77 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73537] ppid=73515 vsize=6528416 memory=27608 CPUtime=3604.93 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73537/stat : 73537 (fscip) R 73515 73518 68249 0 -1 4194368 661506 0 0 0 360414 79 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73538] ppid=73515 vsize=6528416 memory=3736 CPUtime=3598.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73538/stat : 73538 (fscip) R 73515 73518 68249 0 -1 4194368 641139 0 0 0 358647 1154 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73539] ppid=73515 vsize=6528416 memory=40232 CPUtime=3606.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73539/stat : 73539 (fscip) R 73515 73518 68249 0 -1 4194368 704810 0 0 0 360531 116 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73540] ppid=73515 vsize=6528416 memory=8072 CPUtime=3603.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73540/stat : 73540 (fscip) R 73515 73518 68249 0 -1 4194368 644952 0 0 0 360224 83 0 0 20 0 41 0 12708051 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73541] ppid=73515 vsize=6528416 memory=3516 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/73518/task/73541/stat : 73541 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73542] ppid=73515 vsize=6528416 memory=2300 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73542/stat : 73542 (fscip) S 73515 73518 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73543] ppid=73515 vsize=6528416 memory=1692 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73543/stat : 73543 (fscip) S 73515 73518 68249 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73544] ppid=73515 vsize=6528416 memory=7544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73544/stat : 73544 (fscip) S 73515 73518 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73545] ppid=73515 vsize=6528416 memory=28008 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73545/stat : 73545 (fscip) S 73515 73518 68249 0 -1 1077936192 170 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73546] ppid=73515 vsize=6528416 memory=32812 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73546/stat : 73546 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73547] ppid=73515 vsize=6528416 memory=6812 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73547/stat : 73547 (fscip) S 73515 73518 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73548] ppid=73515 vsize=6528416 memory=5845552 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/73518/task/73548/stat : 73548 (fscip) S 73515 73518 68249 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73549] ppid=73515 vsize=6528416 memory=2608 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/73518/task/73549/stat : 73549 (fscip) S 73515 73518 68249 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73550] ppid=73515 vsize=6528416 memory=6660 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73550/stat : 73550 (fscip) S 73515 73518 68249 0 -1 1077936192 172 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73551] ppid=73515 vsize=6528416 memory=16887856 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73551/stat : 73551 (fscip) S 73515 73518 68249 0 -1 1077936192 178 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73552] ppid=73515 vsize=6528416 memory=-7451037927046472827 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73552/stat : 73552 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 1 1 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73553] ppid=73515 vsize=6528416 memory=4139259546017885854 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/73518/task/73553/stat : 73553 (fscip) S 73515 73518 68249 0 -1 1077936192 178 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73554] ppid=73515 vsize=6528416 memory=28720 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73554/stat : 73554 (fscip) S 73515 73518 68249 0 -1 1077936192 173 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73555] ppid=73515 vsize=6528416 memory=7384 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73555/stat : 73555 (fscip) S 73515 73518 68249 0 -1 1077936192 175 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73556] ppid=73515 vsize=6528416 memory=280883480717040 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73556/stat : 73556 (fscip) S 73515 73518 68249 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73557] ppid=73515 vsize=6528416 memory=3736 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73557/stat : 73557 (fscip) S 73515 73518 68249 0 -1 1077936192 58 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73558] ppid=73515 vsize=6528416 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/73518/task/73558/stat : 73558 (fscip) S 73515 73518 68249 0 -1 1077936192 174 0 0 0 2 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73559] ppid=73515 vsize=6528416 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/73518/task/73559/stat : 73559 (fscip) S 73515 73518 68249 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
[pid=73518/tid=73560] ppid=73515 vsize=6528416 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/73518/task/73560/stat : 73560 (fscip) S 73515 73518 68249 0 -1 1077936192 173 0 0 0 3 0 0 0 20 0 41 0 12708072 6685097984 1322232 809668444160 4194304 16623229 140725485963344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 42602496 140725485966346 140725485966464 140725485966464 140725485973488 0
Current children cumulated CPU time: 72001.5 s
Current children cumulated vsize: 6528416 KiB
Current children cumulated memory: 5288928 KiB

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

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

# cumulated CPU time of all completed processes:  user=71915.3 s, system=86.6408 s

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

[startup+3631.71 s]*
/proc/loadavg: 60.17 64.41 70.31 42/937 76738
/proc/meminfo: memFree=763167020/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): 3631.74
CPU time (s): 72001.9
CPU user time (s): 71915.3
CPU system time (s): 86.6408
CPU usage (%): 1982.57
Max. virtual memory (cumulated for all children) (KiB): 6659488
Max. memory (cumulated for all children) (KiB): 5294740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71915.3
system time used= 86.6408
maximum resident set size= 5294740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14734369
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= 180481
involuntary context switches= 204886


# summary of solver processes directly reported to runsolver:
#   pid: 73518
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71915.3
#   total CPU system time (s): 86.6408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5898 second user time and 82.5858 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 23:27:33
IDJOB=4465988
IDBENCH=148687
IDSOLVER=3094
FILE ID=nodeD103/4465988-1722461253
RUNJOBID= nodeD103-1722453464-68261
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_25_4.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-4465988-1722461253/watcher-4465988-1722461253 -o /tmp/evaluation-result-4465988-1722461253/solver-4465988-1722461253 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68261 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465988-1722461253.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bbe42e431fa916f0c875d08138d9aced
RANDOM SEED=798089879

nodeD103.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		: 3074.849
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		: 3017.680
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	: 5007.12
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		: 2465.514
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 2968.936
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		: 3088.715
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	: 5007.12
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		: 2599.883
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3074.845
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		: 3088.681
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	: 5007.12
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		: 2593.518
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	: 5012.87
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		: 3187.963
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	: 5010.67
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		: 3012.877
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		: 3013.433
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	: 5007.12
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		: 3555.967
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 2954.870
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		: 3088.626
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	: 5007.12
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		: 3516.102
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3074.857
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		: 3088.576
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	: 5007.12
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		: 2223.913
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	: 5012.87
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		: 3176.207
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	: 5010.67
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		: 2991.504
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		: 2992.218
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	: 5007.12
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		: 3177.183
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3068.577
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		: 3088.494
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	: 5007.12
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		: 3402.337
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3074.888
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		: 3088.447
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	: 5007.12
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		: 2835.335
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3043.154
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		: 3033.575
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	: 5007.12
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		: 3477.626
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3074.897
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		: 3088.351
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	: 5007.12
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		: 2622.896
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3074.902
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		: 3088.295
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	: 5007.12
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		: 2512.486
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3074.908
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		: 3031.179
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	: 5007.12
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		: 2623.516
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 2972.186
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		: 3088.188
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	: 5007.12
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		: 2624.521
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3012.109
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		: 3015.765
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	: 5007.12
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		: 2643.403
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3074.918
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		: 3088.086
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	: 5007.12
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		: 2656.647
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3068.007
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		: 3088.029
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	: 5007.12
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		: 2633.744
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3073.083
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		: 3087.968
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	: 5007.12
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		: 2645.732
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	: 5012.87
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		: 3200.000
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	: 5010.67
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		: 3070.122
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		: 3025.208
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	: 5007.12
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		: 3578.045
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	: 5012.87
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		: 3199.999
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	: 5010.67
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		: 3074.911
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		: 3049.127
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	: 5007.12
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		: 3194.085
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	: 5012.87
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		: 3200.000
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	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        730406040 kB
MemAvailable:   728664268 kB
Buffers:          169304 kB
Cached:          1215788 kB
SwapCached:            0 kB
Active:           342232 kB
Inactive:       57537336 kB
Active(anon):       2132 kB
Inactive(anon): 56514884 kB
Active(file):     340100 kB
Inactive(file):  1022452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               132 kB
Writeback:           304 kB
AnonPages:      56491552 kB
Mapped:           125748 kB
Shmem:             22536 kB
KReclaimable:     141592 kB
Slab:             477772 kB
SReclaimable:     141592 kB
SUnreclaim:       336180 kB
KernelStack:       16864 kB
PageTables:       133328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    4331008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           197376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4319232 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:      485376 kB
DirectMap2M:    55586816 kB
DirectMap1G:    749731840 kB

Free space on /tmp at the end= 8622828 MiB
End job on nodeD103 at 2024-08-01 00:28:05