Trace number 4465120

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) 72005.1 3646.48

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
MD5SUM062a8ee8fd391209ed47aa3cd3325d2f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42567
Best CPU time to get the best result obtained on this benchmark3588.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15645564
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 15645564
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.23/0.23	c Default LC presolving (default).
0.23/0.23	c ** Before presolving: virtualMemUsedAtLc = 226280316, getVmSize() = 175337472, SCIPgetMemUsed() = 140637961, SCIPgetMemTotal() = 149402745, SCIPgetMemExternEstim() = 76877571
0.23/0.23	c ** set memory limit for presolving in LC to 8.79538e+12 for SCIP **
5.27/5.32	c ** Estimated virtualMemUsedAtSolver = 292567534, getVmSize() = 413822976, SCIPgetMemUsed() = 241500811, SCIPgetMemTotal() = 361973731, SCIPgetMemExternEstim() = 76877571
5.27/5.32	c ** set memory limit for solvers to 4.18769e+11 for each SCIP **
5.27/5.32	c Original Problem   :
5.27/5.32	c   Problem name     : instance-4465120-1723635737
5.27/5.32	c   Variables        : 40451 (40451 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.32	c   Constraints      : 40950
5.27/5.32	c   Objective sense  : minimize
5.27/5.32	c Presolved Problem  :
5.27/5.32	c   Variables        : 33244 (33244 binary, 0 integer, 0 implicit integer, 0 continuous)
5.27/5.32	c   Constraints      : 33767
5.27/5.32	c Constraints        : Number
5.27/5.32	c   knapsack         : 1 
5.27/5.32	c   setppc           : 4536 
5.27/5.32	c   linear           : 10 
5.27/5.32	c   logicor          : 29220 
5.27/5.32	c ** Instance transfer method used: 0
5.37/5.42	c ** ParaScipInstance copy does not increase the number of variables. **
7.02/7.04	c LC is working with racing ramp-up and with rebuilding tree after racing.
7.02/7.05	c                                Nodes    Active                                            
7.02/7.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
30.87/8.33	c *       8              0           1        20           0.0000                -          -
30.87/8.33	c         8              0           1        20           0.0000                -          -
228.38/18.35	c *      18              0           1        20      -12133.0000                -          -
228.38/18.35	c        18              0           1        20      -12133.0000                -          -
336.98/23.85	c        24              2           1        20      -12133.0000   -14025893.0000          -
444.00/29.26	c        29              3           4        20      -12133.0000   -14025893.0000          -
473.78/30.76	c *      31              4           3        20      -13657.0000   -14025893.0000          -
551.03/34.62	c        35             21          22        20      -13657.0000   -14025893.0000          -
662.13/40.26	c        40             42          41        20      -13657.0000   -14025893.0000          -
765.35/45.43	c        45             62          61        20      -13657.0000   -14025893.0000          -
872.48/50.89	c        51            122         121        20      -13657.0000   -14025893.0000          -
973.63/55.94	c        56            162         161        20      -13657.0000   -14025893.0000          -
1082.64/61.42	c        61            222         221        20      -13657.0000   -14025893.0000          -
1183.75/66.54	c        67            223         222        20      -13657.0000   -14025893.0000          -
1282.84/71.56	c        72            542         541        20      -13657.0000   -14025893.0000          -
1381.99/76.59	c        77           1051           1        20      -13657.0000   -13510180.0000          -
1487.08/81.80	c        82           1331         281        20      -13657.0000   -13510180.0000          -
1592.77/87.16	c        87           1726         674        20      -13657.0000   -13510180.0000          -
1695.21/92.33	c        92           1993         941        20      -13657.0000   -13510180.0000          -
1796.36/97.43	c        97           2213        1159        20      -13657.0000   -13510180.0000          -
1899.52/102.67	c       103           2312        1260        20      -13657.0000   -13510180.0000          -
2002.71/107.80	c       108           2693        1639        20      -13657.0000   -13510180.0000          -
2108.47/113.16	c       113           3163        2109        20      -13657.0000   -13510180.0000          -
2207.93/118.18	c       118           3633        2579        20      -13657.0000   -13510180.0000          -
2309.99/123.40	c       123           4233        3179        20      -13657.0000   -13510180.0000          -
2413.12/128.56	c       129           4751          18        20      -13657.0000   -13510180.0000          -
2514.28/133.65	c       134           4894         161        20      -13657.0000   -13510180.0000          -
2613.46/138.67	c       139           5054         321        20      -13657.0000   -13510180.0000          -
2714.62/143.75	c       144           5374         641        20      -13657.0000   -13510180.0000          -
2815.70/148.81	c       149           5834        1101        20      -13657.0000   -13510180.0000          -
2916.77/153.92	c       154           6213        1480        20      -13657.0000   -13510180.0000          -
3015.94/159.02	c       159           6594        1861        20      -13657.0000   -13510180.0000          -
3121.06/164.29	c       164           6954        2221        20      -13657.0000   -13510180.0000          -
3226.17/169.51	c       170           7434        2701        20      -13657.0000   -13510180.0000          -
3329.31/174.71	c       175           7934        3201        20      -13657.0000   -13510180.0000          -
3432.43/179.94	c       180           8354        3621        20      -13657.0000   -13510180.0000          -
3536.23/185.14	c       185           8734        4001        20      -13657.0000   -13510180.0000          -
3635.36/190.18	c       190           9297        4564        20      -13657.0000   -13510180.0000          -
3745.66/195.72	c       196           9694        4961        20      -13657.0000   -13510180.0000          -
3848.81/200.92	c       201           9915          21        20      -13657.0000   -13510180.0000          -
3947.97/205.98	c       206          10128         234        20      -13657.0000   -13510180.0000          -
4049.72/211.12	c       211          10486         592        20      -13657.0000   -13510180.0000          -
4148.87/216.13	c       216          10895        1001        20      -13657.0000   -13510180.0000          -
4251.32/221.22	c       221          11475        1581        20      -13657.0000   -13510180.0000          -
4354.45/226.41	c       226          12158        2264        20      -13657.0000   -13510180.0000          -
4453.61/231.48	c       231          12755        2861        20      -13657.0000   -13510180.0000          -
4554.75/236.54	c       237          13435        3541        20      -13657.0000   -13510180.0000          -
4661.66/242.00	c       242          14500        4606        20      -13657.0000   -13510180.0000          -
4768.50/247.32	c       247          14559        4624        20      -13657.0000   -13510180.0000          -
4871.61/252.53	c       253          14592        4624        20      -13657.0000   -13510180.0000          -
4981.62/258.05	c       258          14630        4623        20      -13657.0000   -13510180.0000          -
5087.81/263.42	c       263          14668        4622        20      -13657.0000   -13510180.0000          -
5188.95/268.58	c       269          14703        4626        20      -13657.0000   -13510180.0000          -
5290.11/273.68	c       274          14752        4628        20      -13657.0000   -13510180.0000          -
5391.29/278.78	c       279          14787        4626        20      -13657.0000   -13510180.0000          -
5494.45/283.97	c       284          14827        4626        20      -13657.0000   -13510180.0000          -
5596.52/289.14	c       289          14860        4625        20      -13657.0000   -13510180.0000          -
5697.64/294.18	c       294          14905        4625        20      -13657.0000   -13510180.0000          -
5799.94/299.40	c       299          14941        4626        20      -13657.0000   -13510180.0000          -
5901.07/304.45	c       304          14968        4625        20      -13657.0000   -13510180.0000          -
6002.14/309.66	c       310          14998        4624        20      -13657.0000   -13510180.0000          -
6054.66/312.31	c *     312          15019        4624        20      -20229.0000   -13510180.0000          -
6064.41/312.81	c *     313          15019        4624        20      -20643.0000   -13510180.0000          -
6072.17/313.30	c *     313          15019        4624        20      -23280.0000   -13510180.0000          -
6105.40/315.02	c       315          15032        4608        20      -23280.0000   -13510180.0000          -
6206.83/320.11	c       320          15039        4609        20      -23280.0000   -13510180.0000          -
6305.85/325.14	c       325          15044           1        20      -23280.0000   -13510180.0000          -
6415.71/330.68	c       331          15244         201        20      -23280.0000   -13510180.0000          -
6516.64/335.80	c       336          15411         368        20      -23280.0000   -13510180.0000          -
6619.54/340.93	c       341          15684         641        20      -23280.0000   -13510180.0000          -
6717.33/346.02	c       346          15884         841        20      -23280.0000   -13510180.0000          -
6823.92/351.31	c       351          16104        1061        20      -23280.0000   -13510180.0000          -
6930.68/356.71	c       357          16404        1361        20      -23280.0000   -13510180.0000          -
7029.50/361.79	c       362          16704        1661        20      -23280.0000   -13510180.0000          -
7135.15/367.04	c       367          17004        1961        20      -23280.0000   -13510180.0000          -
7187.93/369.72	c *     370          17137        2094        20      -31484.0000   -13510180.0000          -
7239.45/372.31	c       372          17205        2164        20      -31484.0000   -13510180.0000          -
7340.51/377.48	c       377          17323        2282        20      -31484.0000   -13510180.0000          -
7441.49/382.54	c       383          17323        2282        20      -31484.0000   -13510180.0000          -
7542.51/387.66	c       388              2           1        20      -31484.0000      -48798.1543     54.99%
7657.44/393.47	c       393              2           1        20      -31484.0000      -48798.1543     54.99%
7758.59/398.52	c       399              2           1        20      -31484.0000      -48798.1543     54.99%
7861.65/403.70	c       404              2           1        20      -31484.0000      -48798.1543     54.99%
7960.81/408.74	c       409              2           1        20      -31484.0000      -48798.1543     54.99%
8063.80/413.94	c       414              2           1        20      -31484.0000      -48798.1543     54.99%
8167.67/419.17	c       419              2           1        20      -31484.0000      -48798.1543     54.99%
8269.62/424.32	c       424              2           1        20      -31484.0000      -48798.1543     54.99%
8368.49/429.35	c       429              3           2        20      -31484.0000      -48753.7606     54.85%
8469.59/434.45	c       434              3           2        20      -31484.0000      -48753.7606     54.85%
8572.73/439.67	c       440              3           2        20      -31484.0000      -48753.7606     54.85%
8675.75/444.84	c       445              3           2        20      -31484.0000      -48753.7606     54.85%
8782.83/450.28	c       450              3           2        20      -31484.0000      -48753.7606     54.85%
8883.75/455.31	c       455              3           2        20      -31484.0000      -48753.7606     54.85%
8984.53/460.46	c       460              3           2        20      -31484.0000      -48753.7606     54.85%
9083.72/465.48	c       465              3           2        20      -31484.0000      -48753.7606     54.85%
9188.85/470.77	c       471              3           2        20      -31484.0000      -48753.7606     54.85%
9289.67/475.82	c       476              3           2        20      -31484.0000      -48753.7606     54.85%
9392.16/481.08	c       481              3           2        20      -31484.0000      -48753.7606     54.85%
9491.76/486.15	c       486              3           2        20      -31484.0000      -48753.7606     54.85%
9591.05/491.21	c       491              3           2        20      -31484.0000      -48753.7606     54.85%
9693.27/496.42	c       496              2           1        20      -31484.0000      -48674.8301     54.60%
9794.24/501.54	c       502              2           1        20      -31484.0000      -48674.8301     54.60%
9897.10/506.78	c       507              2           1        20      -31484.0000      -48674.8301     54.60%
9999.90/512.01	c       512              2           1        20      -31484.0000      -48674.8301     54.60%
10101.40/517.04	c       517              2           1        20      -31484.0000      -48674.8301     54.60%
10202.71/522.17	c       522              2           1        20      -31484.0000      -48674.8301     54.60%
10304.68/527.39	c       527              2           1        20      -31484.0000      -48674.8301     54.60%
10405.74/532.43	c       532              2           1        20      -31484.0000      -48674.8301     54.60%
10506.79/537.51	c       538              2           1        20      -31484.0000      -48674.8301     54.60%
10605.68/542.54	c       543              2           1        20      -31484.0000      -48674.8301     54.60%
10710.61/547.85	c       548              2           1        20      -31484.0000      -48674.8301     54.60%
10814.18/553.05	c       553              2           1        20      -31484.0000      -48674.8301     54.60%
10913.44/558.06	c       558              2           1        20      -31484.0000      -48674.8301     54.60%
11015.65/563.20	c       563              2           1        20      -31484.0000      -48674.8301     54.60%
11124.70/568.71	c       569              2           1        20      -31484.0000      -48674.8301     54.60%
11227.80/573.96	c       574              2           1        20      -31484.0000      -48586.9487     54.32%
11331.86/579.15	c       579              2           1        20      -31484.0000      -48586.9487     54.32%
11431.01/584.16	c       584              2           1        20      -31484.0000      -48586.9487     54.32%
11530.16/589.19	c       589              2           1        20      -31484.0000      -48586.9487     54.32%
11638.18/594.60	c       595              2           1        20      -31484.0000      -48586.9487     54.32%
11745.93/600.08	c       600              2           1        20      -31484.0000      -48586.9487     54.32%
11848.25/605.28	c       605              2           1        20      -31484.0000      -48586.9487     54.32%
11955.31/610.64	c       611              2           1        20      -31484.0000      -48586.9487     54.32%
12058.38/615.83	c       616              2           1        20      -31484.0000      -48586.9487     54.32%
12159.48/620.91	c       621              2           1        20      -31484.0000      -48586.9487     54.32%
12258.58/625.95	c       626              2           1        20      -31484.0000      -48586.9487     54.32%
12357.61/631.01	c       631              2           1        20      -31484.0000      -48586.9487     54.32%
12459.43/636.13	c       636              2           1        20      -31484.0000      -48586.9487     54.32%
12560.47/641.17	c       641              2           1        20      -31484.0000      -48586.9487     54.32%
12660.80/646.27	c       646              2           1        20      -31484.0000      -48586.9487     54.32%
12765.90/651.57	c       652              2           1        20      -31484.0000      -48586.9487     54.32%
12866.98/656.64	c       657              2           1        20      -31484.0000      -48586.9487     54.32%
12966.09/661.69	c       662              2           1        20      -31484.0000      -48586.9487     54.32%
13069.12/666.87	c       667              2           1        20      -31484.0000      -48586.9487     54.32%
13174.90/672.16	c       672              2           1        20      -31484.0000      -48586.9487     54.32%
13275.22/677.28	c       677              3           2        20      -31484.0000      -48537.2165     54.16%
13378.29/682.45	c       682              3           2        20      -31484.0000      -48537.2165     54.16%
13479.38/687.51	c       688              3           2        20      -31484.0000      -48537.2165     54.16%
13578.48/692.57	c       693              3           2        20      -31484.0000      -48537.2165     54.16%
13677.54/697.60	c       698              3           2        20      -31484.0000      -48537.2165     54.16%
13780.57/702.73	c       703              3           2        20      -31484.0000      -48537.2165     54.16%
13883.61/707.92	c       708              3           2        20      -31484.0000      -48537.2165     54.16%
13982.70/712.98	c       713              3           2        20      -31484.0000      -48537.2165     54.16%
14084.48/718.07	c       718              3           2        20      -31484.0000      -48537.2165     54.16%
14188.73/723.33	c       723              3           2        20      -31484.0000      -48537.2165     54.16%
14287.78/728.38	c       728              3           2        20      -31484.0000      -48537.2165     54.16%
14396.80/733.83	c       734              3           2        20      -31484.0000      -48537.2165     54.16%
14503.82/739.23	c       739              4           3        20      -31484.0000      -48525.0198     54.13%
14602.97/744.26	c       744              4           3        20      -31484.0000      -48525.0198     54.13%
14703.93/749.37	c       749              4           3        20      -31484.0000      -48525.0198     54.13%
14807.66/754.67	c       755              4           3        20      -31484.0000      -48525.0198     54.13%
14908.75/759.71	c       760              4           3        20      -31484.0000      -48525.0198     54.13%
15011.77/765.02	c       765              4           3        20      -31484.0000      -48525.0198     54.13%
15116.80/770.21	c       770              4           3        20      -31484.0000      -48525.0198     54.13%
15217.90/775.35	c       775              4           3        20      -31484.0000      -48525.0198     54.13%
15316.69/780.37	c       780              4           3        20      -31484.0000      -48525.0198     54.13%
15423.69/785.70	c       786              4           3        20      -31484.0000      -48525.0198     54.13%
15522.78/790.72	c       791              4           3        20      -31484.0000      -48525.0198     54.13%
15628.59/796.12	c       796              4           3        20      -31484.0000      -48525.0198     54.13%
15734.85/801.46	c       801              5           4        20      -31484.0000      -48525.0198     54.13%
15835.95/806.53	c       807              5           4        20      -31484.0000      -48525.0198     54.13%
15937.03/811.69	c       812              5           4        20      -31484.0000      -48525.0198     54.13%
16036.07/816.69	c       817              5           4        20      -31484.0000      -48525.0198     54.13%
16136.40/821.71	c       822              5           4        20      -31484.0000      -48525.0198     54.13%
16234.88/826.72	c       827              5           4        20      -31484.0000      -48525.0198     54.13%
16335.97/831.84	c       832              5           4        20      -31484.0000      -48525.0198     54.13%
16434.90/836.85	c       837              5           4        20      -31484.0000      -48525.0198     54.13%
16536.01/842.03	c       842              5           4        20      -31484.0000      -48525.0198     54.13%
16639.82/847.16	c       847              5           4        20      -31484.0000      -48525.0198     54.13%
16739.05/852.18	c       852              5           4        20      -31484.0000      -48525.0198     54.13%
16841.20/857.39	c       857              5           4        20      -31484.0000      -48525.0198     54.13%
16934.83/862.05	c *     862              5           4        20      -36075.0000      -48525.0198     34.51%
16942.23/862.43	c       862              5           4        20      -36075.0000      -48525.0198     34.51%
17047.03/867.78	c       868              5           4        20      -36075.0000      -48525.0198     34.51%
17149.95/872.96	c       873              5           4        20      -36075.0000      -48525.0198     34.51%
17251.66/878.09	c       878              5           4        20      -36075.0000      -48525.0198     34.51%
17351.51/883.18	c       883              5           4        20      -36075.0000      -48525.0198     34.51%
17453.73/888.35	c       888              5           4        20      -36075.0000      -48525.0198     34.51%
17556.50/893.57	c       894              5           4        20      -36075.0000      -48525.0198     34.51%
17659.35/898.76	c       899              5           4        20      -36075.0000      -48525.0198     34.51%
17767.35/904.15	c       904              5           4        20      -36075.0000      -48525.0198     34.51%
17869.27/909.35	c       909              5           4        20      -36075.0000      -48525.0198     34.51%
17972.27/914.59	c       915              5           4        20      -36075.0000      -48525.0198     34.51%
18078.67/919.93	c       920              5           4        20      -36075.0000      -48525.0198     34.51%
18181.56/925.25	c       925              5           4        20      -36075.0000      -48525.0198     34.51%
18286.62/930.53	c       931              5           4        20      -36075.0000      -48525.0198     34.51%
18385.71/935.55	c       936              5           4        20      -36075.0000      -48525.0198     34.51%
18490.75/940.81	c       941              5           4        20      -36075.0000      -48525.0198     34.51%
18589.67/945.85	c       946              5           4        20      -36075.0000      -48525.0198     34.51%
18614.19/947.09	c *     947              5           4        20      -39718.0000      -48525.0198     22.17%
18617.29/947.20	c *     947              5           4        20      -40699.0000      -48525.0198     19.23%
18623.25/947.51	c *     948              5           4        20      -41326.0000      -48525.0198     17.42%
18696.49/951.20	c       951              5           4        20      -41326.0000      -48525.0198     17.42%
18795.52/956.28	c       956              6           5        20      -41326.0000      -48525.0198     17.42%
18898.37/961.47	c       961              6           5        20      -41326.0000      -48525.0198     17.42%
19005.22/966.88	c       967              6           5        20      -41326.0000      -48525.0198     17.42%
19106.32/971.98	c       972              6           5        20      -41326.0000      -48525.0198     17.42%
19210.17/977.28	c       977              6           5        20      -41326.0000      -48525.0198     17.42%
19312.84/982.41	c       982              6           5        20      -41326.0000      -48525.0198     17.42%
19415.91/987.62	c       988              6           5        20      -41326.0000      -48525.0198     17.42%
19525.62/993.15	c       993              6           5        20      -41326.0000      -48525.0198     17.42%
19624.59/998.18	c       998              6           5        20      -41326.0000      -48525.0198     17.42%
19726.76/1003.33	c      1003              6           5        20      -41326.0000      -48525.0198     17.42%
19827.88/1008.47	c      1008              6           5        20      -41326.0000      -48525.0198     17.42%
19936.87/1013.90	c      1014              6           5        20      -41326.0000      -48525.0198     17.42%
20045.86/1019.42	c      1019              7           6        20      -41326.0000      -48525.0198     17.42%
20144.86/1024.48	c      1024              7           6        20      -41326.0000      -48525.0198     17.42%
20253.87/1029.97	c      1030              8           7        20      -41326.0000      -48525.0198     17.42%
20360.93/1035.30	c      1035             10           9        20      -41326.0000      -48525.0198     17.42%
20464.03/1040.59	c      1041             12           9        20      -41326.0000      -48525.0198     17.42%
20569.12/1045.89	c      1046             12           9        20      -41326.0000      -48525.0198     17.42%
20676.14/1051.28	c      1051             12           9        20      -41326.0000      -48525.0198     17.42%
20777.15/1056.32	c      1056             12           9        20      -41326.0000      -48525.0198     17.42%
20878.24/1061.40	c      1061             12           9        20      -41326.0000      -48525.0198     17.42%
20977.32/1066.49	c      1066             12           9        20      -41326.0000      -48525.0198     17.42%
21078.44/1071.52	c      1072             12           9        20      -41326.0000      -48525.0198     17.42%
21177.44/1076.56	c      1077             12           9        20      -41326.0000      -48525.0198     17.42%
21276.50/1081.58	c      1082             12           9        20      -41326.0000      -48525.0198     17.42%
21377.47/1086.60	c      1087             12           9        20      -41326.0000      -48525.0198     17.42%
21482.37/1092.00	c      1092             13          10        20      -41326.0000      -48525.0198     17.42%
21584.10/1097.11	c      1097             14          11        20      -41326.0000      -48525.0198     17.42%
21690.46/1102.41	c      1102             14          11        20      -41326.0000      -48525.0198     17.42%
21797.49/1107.83	c      1108             14          11        20      -41326.0000      -48525.0198     17.42%
21898.59/1113.02	c      1113             14          11        20      -41326.0000      -48525.0198     17.42%
22000.66/1118.14	c      1118             14          11        20      -41326.0000      -48525.0198     17.42%
22106.83/1123.49	c      1123             14          11        20      -41326.0000      -48525.0198     17.42%
22207.83/1128.53	c      1129             15          12        20      -41326.0000      -48525.0198     17.42%
22308.92/1133.65	c      1134             15          12        20      -41326.0000      -48525.0198     17.42%
22413.86/1138.92	c      1139             15          12        20      -41326.0000      -48525.0198     17.42%
22515.89/1144.12	c      1144             15          12        20      -41326.0000      -48525.0198     17.42%
22616.76/1149.14	c      1149             15          12        20      -41326.0000      -48525.0198     17.42%
22723.10/1154.52	c      1155             15          12        20      -41326.0000      -48525.0198     17.42%
22830.18/1159.98	c      1160             15          12        20      -41326.0000      -48525.0198     17.42%
22937.17/1165.36	c      1165             15          12        20      -41326.0000      -48525.0198     17.42%
23038.28/1170.41	c      1170             16          13        20      -41326.0000      -48525.0198     17.42%
23137.41/1175.48	c      1175             16          13        20      -41326.0000      -48525.0198     17.42%
23244.45/1180.82	c      1181             16          13        20      -41326.0000      -48525.0198     17.42%
23345.55/1185.95	c      1186             16          13        20      -41326.0000      -48525.0198     17.42%
23444.64/1191.04	c      1191             16          13        20      -41326.0000      -48525.0198     17.42%
23553.61/1196.40	c      1196             16          13        20      -41326.0000      -48525.0198     17.42%
23660.55/1201.88	c      1202             16          13        20      -41326.0000      -48525.0198     17.42%
23761.55/1206.98	c      1207             16          13        20      -41326.0000      -48525.0198     17.42%
23866.56/1212.27	c      1212             16          13        20      -41326.0000      -48525.0198     17.42%
23965.66/1217.29	c      1217             16          13        20      -41326.0000      -48525.0198     17.42%
24066.73/1222.31	c      1222             16          13        20      -41326.0000      -48525.0198     17.42%
24169.78/1227.54	c      1228             16          13        20      -41326.0000      -48525.0198     17.42%
24276.79/1232.97	c      1233             16          13        20      -41326.0000      -48525.0198     17.42%
24383.80/1238.39	c      1238             17          14        20      -41326.0000      -48525.0198     17.42%
24485.01/1243.41	c      1243             12          11        20      -41326.0000      -48465.3911     17.28%
24591.92/1248.89	c      1249             12          11        20      -41326.0000      -48465.3911     17.28%
24693.02/1254.01	c      1254             12          11        20      -41326.0000      -48465.3911     17.28%
24794.88/1259.09	c      1259             14          13        20      -41326.0000      -48465.3911     17.28%
24895.90/1264.16	c      1264             14          13        20      -41326.0000      -48465.3911     17.28%
24994.84/1269.17	c      1269             14          13        20      -41326.0000      -48465.3911     17.28%
25097.12/1274.32	c      1274             14          13        20      -41326.0000      -48465.3911     17.28%
25204.15/1279.78	c      1280             14          13        20      -41326.0000      -48465.3911     17.28%
25305.17/1284.88	c      1285             15          14        20      -41326.0000      -48465.3911     17.28%
25412.18/1290.26	c      1290             15          14        20      -41326.0000      -48465.3911     17.28%
25511.29/1295.29	c      1295             16          15        20      -41326.0000      -48465.3911     17.28%
25612.34/1300.30	c      1300             16          15        20      -41326.0000      -48465.3911     17.28%
25711.43/1305.34	c      1305             16          15        20      -41326.0000      -48465.3911     17.28%
25818.45/1310.76	c      1311             16          15        20      -41326.0000      -48465.3911     17.28%
25919.55/1315.83	c      1316             16          15        20      -41326.0000      -48465.3911     17.28%
26020.51/1321.03	c      1321             16          15        20      -41326.0000      -48465.3911     17.28%
26127.30/1326.37	c      1326             16          15        20      -41326.0000      -48465.3911     17.28%
26233.79/1331.74	c      1332             16          15        20      -41326.0000      -48465.3911     17.28%
26332.89/1336.77	c      1337             16          15        20      -41326.0000      -48465.3911     17.28%
26433.97/1341.85	c      1342             16          15        20      -41326.0000      -48465.3911     17.28%
26534.99/1346.95	c      1347             16          15        20      -41326.0000      -48465.3911     17.28%
26643.86/1352.45	c      1352             16          15        20      -41326.0000      -48465.3911     17.28%
26750.80/1357.84	c      1358             16          15        20      -41326.0000      -48465.3911     17.28%
26863.54/1363.53	c      1364             18          17        20      -41326.0000      -48465.3911     17.28%
26966.60/1368.74	c      1369             18          17        20      -41326.0000      -48465.3911     17.28%
27072.56/1374.08	c      1374             18          17        20      -41326.0000      -48465.3911     17.28%
27174.49/1379.22	c      1379             18          17        20      -41326.0000      -48465.3911     17.28%
27275.56/1384.38	c      1384             18          17        20      -41326.0000      -48465.3911     17.28%
27380.55/1389.62	c      1390             18          17        20      -41326.0000      -48465.3911     17.28%
27483.53/1394.86	c      1395             19          18        20      -41326.0000      -48465.3911     17.28%
27550.87/1398.21	c *    1398             19          18        20      -41454.0000      -48465.3911     16.91%
27584.57/1399.90	c      1400             19          18        20      -41454.0000      -48465.3911     16.91%
27688.35/1405.15	c      1405             20          19        20      -41454.0000      -48465.3911     16.91%
27787.35/1410.18	c      1410             82          44        20      -41454.0000      -48459.8387     16.90%
27887.64/1415.20	c      1415             82          44        20      -41454.0000      -48459.8387     16.90%
27988.67/1420.32	c      1420             83          45        20      -41454.0000      -48459.8387     16.90%
28091.71/1425.52	c      1426             83          45        20      -41454.0000      -48459.8387     16.90%
28192.71/1430.67	c      1431             87          45        20      -41454.0000      -48459.8387     16.90%
28293.73/1435.72	c      1436             87          45        20      -41454.0000      -48459.8387     16.90%
28394.71/1440.80	c      1441             88          46        20      -41454.0000      -48459.8387     16.90%
28493.85/1445.86	c      1446             97          49        20      -41454.0000      -48459.8387     16.90%
28597.48/1451.13	c      1451            102          48        20      -41454.0000      -48451.1559     16.88%
28698.24/1456.16	c      1456            102          48        20      -41454.0000      -48451.1559     16.88%
28797.57/1461.18	c      1461            102          48        20      -41454.0000      -48451.1559     16.88%
28897.63/1466.28	c      1466            102          48        20      -41454.0000      -48451.1559     16.88%
29000.73/1471.45	c      1471            102          48        20      -41454.0000      -48451.1559     16.88%
29101.79/1476.59	c      1477            102          48        20      -41454.0000      -48451.1559     16.88%
29202.83/1481.68	c      1482            102          48        20      -41454.0000      -48451.1559     16.88%
29303.90/1486.77	c      1487            102          48        20      -41454.0000      -48451.1559     16.88%
29411.59/1492.17	c      1492            102          48        20      -41454.0000      -48451.1559     16.88%
29511.61/1497.26	c      1497            102          48        20      -41454.0000      -48451.1559     16.88%
29612.73/1502.30	c      1502            102          48        20      -41454.0000      -48451.1559     16.88%
29711.95/1507.33	c      1507            104          50        20      -41454.0000      -48451.1559     16.88%
29816.49/1512.62	c      1513            107          49        20      -41454.0000      -48451.1559     16.88%
29929.33/1518.33	c      1518            107          49        20      -41454.0000      -48451.1559     16.88%
30030.56/1523.46	c      1523            107          49        20      -41454.0000      -48451.1559     16.88%
30133.45/1528.62	c      1529            108          50        20      -41454.0000      -48451.1559     16.88%
30234.59/1533.76	c      1534            117          49        20      -41454.0000      -48451.1559     16.88%
30337.73/1538.98	c      1539            117          49        20      -41454.0000      -48451.1559     16.88%
30439.50/1544.09	c      1544            182          48        20      -41454.0000      -48267.7444     16.44%
30541.84/1549.21	c      1549            182          48        20      -41454.0000      -48267.7444     16.44%
30642.96/1554.36	c      1554            182          48        20      -41454.0000      -48267.7444     16.44%
30743.93/1559.42	c      1559            182          48        20      -41454.0000      -48267.7444     16.44%
30843.03/1564.43	c      1564            182          48        20      -41454.0000      -48267.7444     16.44%
30948.01/1569.74	c      1570            182          48        20      -41454.0000      -48267.7444     16.44%
31049.11/1574.88	c      1575            182          48        20      -41454.0000      -48267.7444     16.44%
31150.23/1579.95	c      1580            182          48        20      -41454.0000      -48267.7444     16.44%
31252.01/1585.04	c      1585            183          49        20      -41454.0000      -48267.7444     16.44%
31353.13/1590.14	c      1590            199          49        20      -41454.0000      -48267.7444     16.44%
31457.56/1595.46	c      1595            215          47        20      -41454.0000      -48267.7444     16.44%
31562.56/1600.73	c      1601            215          47        20      -41454.0000      -48267.7444     16.44%
31663.72/1605.88	c      1606            215          47        20      -41454.0000      -48267.7444     16.44%
31767.69/1611.10	c      1611            217          47        20      -41454.0000      -48267.7444     16.44%
31869.91/1616.24	c      1616            229          47        20      -41454.0000      -48267.7444     16.44%
31970.87/1621.30	c      1621            241          51        20      -41454.0000      -48267.7444     16.44%
32071.95/1626.47	c      1626            242          52        20      -41454.0000      -48156.3781     16.17%
32171.02/1631.48	c      1631            242          52        20      -41454.0000      -48156.3781     16.17%
32276.06/1636.77	c      1637            242          52        20      -41454.0000      -48156.3781     16.17%
32377.14/1641.83	c      1642            242          52        20      -41454.0000      -48156.3781     16.17%
32478.16/1646.91	c      1647            242          52        20      -41454.0000      -48156.3781     16.17%
32581.94/1652.18	c      1652            242          52        20      -41454.0000      -48156.3781     16.17%
32692.19/1657.70	c      1658            243          53        20      -41454.0000      -48156.3781     16.17%
32793.29/1662.88	c      1663            243          53        20      -41454.0000      -48156.3781     16.17%
32894.33/1667.91	c      1668            243          53        20      -41454.0000      -48156.3781     16.17%
32998.04/1673.19	c      1673            252          54        20      -41454.0000      -48153.1730     16.16%
33098.29/1678.29	c      1678            252          54        20      -41454.0000      -48153.1730     16.16%
33207.35/1683.74	c      1684            253          55        20      -41454.0000      -48153.1730     16.16%
33313.06/1689.04	c      1689            253          55        20      -41454.0000      -48153.1730     16.16%
33412.08/1694.07	c      1694            253          55        20      -41454.0000      -48153.1730     16.16%
33516.30/1699.30	c      1699            254          56        20      -41454.0000      -48153.1730     16.16%
33621.39/1704.64	c      1705            262          58        20      -41454.0000      -48148.9857     16.15%
33731.20/1710.18	c      1710            262          58        20      -41454.0000      -48148.9857     16.15%
33847.92/1716.09	c      1716            262          58        20      -41454.0000      -48148.9857     16.15%
33949.07/1721.17	c      1721            262          58        20      -41454.0000      -48148.9857     16.15%
34061.07/1726.88	c      1727            262          58        20      -41454.0000      -48148.9857     16.15%
34161.93/1731.97	c      1732            262          58        20      -41454.0000      -48148.9857     16.15%
34265.67/1737.17	c      1737            262          58        20      -41454.0000      -48148.9857     16.15%
34365.99/1742.27	c      1742            264          58        20      -41454.0000      -48124.5553     16.09%
34466.85/1747.39	c      1747            264          58        20      -41454.0000      -48124.5553     16.09%
34575.60/1752.80	c      1753            264          58        20      -41454.0000      -48124.5553     16.09%
34681.03/1758.18	c      1758            264          58        20      -41454.0000      -48124.5553     16.09%
34785.36/1763.41	c      1763            265          59        20      -41454.0000      -48124.5553     16.09%
34884.32/1768.48	c      1768            283          55        20      -41454.0000      -48124.5553     16.09%
34985.22/1773.56	c      1774            290          56        20      -41454.0000      -48124.5553     16.09%
35097.14/1779.18	c      1779            292          56        20      -41454.0000      -48124.5553     16.09%
35197.24/1784.27	c      1784            292          56        20      -41454.0000      -48124.5553     16.09%
35300.32/1789.49	c      1789            293          57        20      -41454.0000      -48124.5553     16.09%
35401.45/1794.57	c      1795            293          57        20      -41454.0000      -48124.5553     16.09%
35508.33/1799.94	c      1800            300          60        20      -41454.0000      -48124.5553     16.09%
35610.19/1805.04	c      1805            311          61        20      -41454.0000      -48124.5553     16.09%
35712.41/1810.21	c      1810            311          61        20      -41454.0000      -48124.5553     16.09%
35811.53/1815.24	c      1815            313          63        20      -41454.0000      -48124.5553     16.09%
35934.34/1821.45	c      1821            313          63        20      -41454.0000      -48124.5553     16.09%
36041.27/1826.83	c      1827            313          63        20      -41454.0000      -48124.5553     16.09%
36145.07/1832.12	c      1832            313          63        20      -41454.0000      -48124.5553     16.09%
36247.35/1837.21	c      1837            313          63        20      -41454.0000      -48124.5553     16.09%
36354.36/1842.67	c      1843            313          63        20      -41454.0000      -48124.5553     16.09%
36462.21/1848.07	c      1848            313          63        20      -41454.0000      -48124.5553     16.09%
36564.31/1853.22	c      1853            313          63        20      -41454.0000      -48124.5553     16.09%
36665.19/1858.31	c      1858            314          64        20      -41454.0000      -48124.5553     16.09%
36764.29/1863.37	c      1863            324          70        20      -41454.0000      -48124.5553     16.09%
36865.36/1868.45	c      1868            330          68        20      -41454.0000      -48124.5553     16.09%
36970.38/1873.74	c      1874            330          68        20      -41454.0000      -48124.5553     16.09%
37076.12/1879.10	c      1879            330          68        20      -41454.0000      -48124.5553     16.09%
37175.21/1884.12	c      1884            330          68        20      -41454.0000      -48124.5553     16.09%
37276.42/1889.18	c      1889            330          68        20      -41454.0000      -48124.5553     16.09%
37378.57/1894.34	c      1894            330          68        20      -41454.0000      -48124.5553     16.09%
37479.70/1899.45	c      1899            330          68        20      -41454.0000      -48124.5553     16.09%
37578.60/1904.49	c      1904            330          68        20      -41454.0000      -48124.5553     16.09%
37681.66/1909.68	c      1910            330          68        20      -41454.0000      -48124.5553     16.09%
37789.43/1915.10	c      1915            333          69        20      -41454.0000      -48124.5553     16.09%
37895.53/1920.48	c      1920            333          69        20      -41454.0000      -48124.5553     16.09%
37996.61/1925.56	c      1926            333          69        20      -41454.0000      -48124.5553     16.09%
38103.48/1930.96	c      1931            333          69        20      -41454.0000      -48124.5553     16.09%
38202.59/1935.99	c      1936            333          69        20      -41454.0000      -48124.5553     16.09%
38306.38/1941.14	c      1941            335          71        20      -41454.0000      -48124.5553     16.09%
38408.70/1946.31	c      1946            336          72        20      -41454.0000      -48124.5553     16.09%
38511.70/1951.50	c      1952            359          69        20      -41454.0000      -48124.5553     16.09%
38616.44/1956.81	c      1957            359          69        20      -41454.0000      -48124.5553     16.09%
38717.55/1962.02	c      1962            359          69        20      -41454.0000      -48124.5553     16.09%
38819.33/1967.10	c      1967            359          69        20      -41454.0000      -48124.5553     16.09%
38920.62/1972.15	c      1972            359          69        20      -41454.0000      -48124.5553     16.09%
39020.58/1977.25	c      1977            359          69        20      -41454.0000      -48124.5553     16.09%
39123.69/1982.42	c      1982            359          69        20      -41454.0000      -48124.5553     16.09%
39222.87/1987.44	c      1987            359          69        20      -41454.0000      -48124.5553     16.09%
39323.83/1992.56	c      1993            359          69        20      -41454.0000      -48124.5553     16.09%
39422.85/1997.58	c      1998            359          69        20      -41454.0000      -48124.5553     16.09%
39527.76/2002.82	c      2003            359          69        20      -41454.0000      -48124.5553     16.09%
39626.82/2007.89	c      2008            359          69        20      -41454.0000      -48124.5553     16.09%
39735.72/2013.31	c      2013            361          69        20      -41454.0000      -48099.0758     16.03%
39842.45/2018.78	c      2019            361          69        20      -41454.0000      -48099.0758     16.03%
39943.58/2023.81	c      2024            361          69        20      -41454.0000      -48099.0758     16.03%
40044.67/2029.02	c      2029            361          69        20      -41454.0000      -48099.0758     16.03%
40149.70/2034.21	c      2034            361          69        20      -41454.0000      -48099.0758     16.03%
40254.64/2039.52	c      2040            361          69        20      -41454.0000      -48099.0758     16.03%
40353.76/2044.57	c      2045            361          69        20      -41454.0000      -48099.0758     16.03%
40454.83/2049.63	c      2050            361          69        20      -41454.0000      -48099.0758     16.03%
40557.84/2054.86	c      2055            361          69        20      -41454.0000      -48099.0758     16.03%
40658.93/2059.92	c      2060            361          69        20      -41454.0000      -48099.0758     16.03%
40767.77/2065.49	c      2065            363          69        20      -41454.0000      -48099.0758     16.03%
40868.78/2070.57	c      2071            365          71        20      -41454.0000      -48099.0758     16.03%
40971.72/2075.76	c      2076            365          71        20      -41454.0000      -48099.0758     16.03%
41084.60/2081.44	c      2081            372          70        20      -41454.0000      -48099.0758     16.03%
41161.83/2085.30	c *    2085            376          72        20      -41858.0000      -48099.0758     14.91%
41185.59/2086.59	c      2087            379          74        20      -41858.0000      -48099.0758     14.91%
41288.47/2091.79	c      2092            401          76        20      -41858.0000      -48099.0758     14.91%
41401.15/2097.49	c      2097            401          76        20      -41858.0000      -48099.0758     14.91%
41504.18/2102.65	c      2103            413          84        20      -41858.0000      -48099.0758     14.91%
41607.16/2107.89	c      2108            422          82        20      -41858.0000      -48086.9548     14.88%
41714.12/2113.30	c      2113            422          82        20      -41858.0000      -48086.9548     14.88%
41829.43/2119.05	c      2119            423          83        20      -41858.0000      -48086.9548     14.88%
41943.61/2124.81	c      2125            424          82        20      -41858.0000      -48086.9548     14.88%
42044.59/2129.90	c      2130            424          82        20      -41858.0000      -48086.9548     14.88%
42146.44/2135.13	c      2135            424          82        20      -41858.0000      -48086.9548     14.88%
42252.69/2140.42	c      2140            426          84        20      -41858.0000      -48086.9548     14.88%
42355.76/2145.64	c      2146            429          87        20      -41858.0000      -48086.9548     14.88%
42466.71/2151.28	c      2151            437          89        20      -41858.0000      -48086.9548     14.88%
42579.38/2157.00	c      2157            439          89        20      -41858.0000      -48086.9548     14.88%
42681.00/2162.08	c      2162            442          92        20      -41858.0000      -48086.9548     14.88%
42783.05/2167.28	c      2167            444          92        20      -41858.0000      -48086.9548     14.88%
42881.95/2172.29	c      2172            446          94        20      -41858.0000      -48086.9548     14.88%
42983.01/2177.33	c      2177            448          96        20      -41858.0000      -48086.9548     14.88%
43084.01/2182.45	c      2182            449          95        20      -41858.0000      -48086.9548     14.88%
43195.81/2188.10	c      2188            449          95        20      -41858.0000      -48086.9548     14.88%
43294.76/2193.11	c      2193            449          95        20      -41858.0000      -48086.9548     14.88%
43398.99/2198.31	c      2198            449          95        20      -41858.0000      -48086.9548     14.88%
43501.92/2203.59	c      2204            452          98        20      -41858.0000      -48086.9548     14.88%
43606.87/2208.89	c      2209            452          98        20      -41858.0000      -48086.9548     14.88%
43715.84/2214.38	c      2214            458         100        20      -41858.0000      -48086.9548     14.88%
43822.61/2219.73	c      2220            465         107        20      -41858.0000      -48086.9548     14.88%
43888.67/2223.05	c *    2223            475         113        20      -41972.0000      -48086.9548     14.57%
43903.77/2223.87	c *    2224            485         112        20      -42007.0000      -48086.9548     14.47%
43923.43/2224.80	c      2225            498         107        20      -42007.0000      -48086.9548     14.47%
44022.27/2229.89	c      2230            502         105        20      -42007.0000      -48082.5974     14.46%
44123.33/2235.01	c      2235            502         105        20      -42007.0000      -48082.5974     14.46%
44228.38/2240.21	c      2240            503         106        20      -42007.0000      -48082.5974     14.46%
44327.51/2245.26	c      2245            503         106        20      -42007.0000      -48082.5974     14.46%
44430.26/2250.42	c      2250            503         106        20      -42007.0000      -48082.5974     14.46%
44529.25/2255.49	c      2255            506         109        20      -42007.0000      -48082.5974     14.46%
44632.32/2260.62	c      2261            508         111        20      -42007.0000      -48082.5974     14.46%
44735.10/2265.89	c      2266            512         113        20      -42007.0000      -48082.5974     14.46%
44836.20/2270.95	c      2271            516         115        20      -42007.0000      -48082.5974     14.46%
44935.29/2276.02	c      2276            517         114        20      -42007.0000      -48082.5974     14.46%
45040.18/2281.28	c      2281            517         114        20      -42007.0000      -48082.5974     14.46%
45143.27/2286.49	c      2286            517         114        20      -42007.0000      -48082.5974     14.46%
45246.40/2291.64	c      2292            518         115        20      -42007.0000      -48082.5974     14.46%
45349.41/2296.86	c      2297            523         114        20      -42007.0000      -48082.5974     14.46%
45450.50/2301.94	c      2302            525         114        20      -42007.0000      -48082.5974     14.46%
45552.28/2307.12	c      2307            527         114        20      -42007.0000      -48082.5974     14.46%
45651.60/2312.13	c      2312            535         118        20      -42007.0000      -48082.5974     14.46%
45702.15/2314.61	c *    2315            538         121        20      -42058.0000      -48082.5974     14.32%
45752.47/2317.17	c      2317            547         126        20      -42058.0000      -48082.5974     14.32%
45811.74/2320.14	c *    2320            552         131        20      -42129.0000      -48082.5974     14.13%
45829.64/2321.13	c *    2321            556         123        20      -42215.0000      -48082.5974     13.90%
45852.48/2322.20	c *    2322            562         110        20      -42222.0000      -48082.5974     13.88%
45852.48/2322.20	c      2322            562         110        20      -42222.0000      -48082.5974     13.88%
45951.41/2327.27	c      2327            571         108        20      -42222.0000      -48082.5974     13.88%
46054.30/2332.43	c      2332            571         108        20      -42222.0000      -48082.5974     13.88%
46161.24/2337.81	c      2338            572         109        20      -42222.0000      -48056.9679     13.82%
46260.24/2342.86	c      2343            572         109        20      -42222.0000      -48056.9679     13.82%
46361.38/2348.01	c      2348            573         110        20      -42222.0000      -48056.9679     13.82%
46466.44/2353.24	c      2353            576         113        20      -42222.0000      -48056.9679     13.82%
46569.38/2358.41	c      2358            578         113        20      -42222.0000      -48056.9679     13.82%
46672.46/2363.61	c      2364            579         114        20      -42222.0000      -48056.9679     13.82%
46771.45/2368.68	c      2369            584         115        20      -42222.0000      -48056.9679     13.82%
46872.35/2373.76	c      2374            589         116        20      -42222.0000      -48056.9679     13.82%
46975.32/2379.01	c      2379            591         116        20      -42222.0000      -48056.9679     13.82%
47074.29/2384.03	c      2384            591         116        20      -42222.0000      -48056.9679     13.82%
47176.11/2389.05	c      2389            593         116        20      -42222.0000      -48056.9679     13.82%
47275.15/2394.08	c      2394            597         116        20      -42222.0000      -48056.9679     13.82%
47377.38/2399.27	c      2399            597         116        20      -42222.0000      -48056.9679     13.82%
47478.43/2404.32	c      2404            597         116        20      -42222.0000      -48056.9679     13.82%
47581.48/2409.56	c      2410            597         116        20      -42222.0000      -48056.9679     13.82%
47682.54/2414.68	c      2415            597         116        20      -42222.0000      -48056.9679     13.82%
47783.61/2419.78	c      2420            597         116        20      -42222.0000      -48056.9679     13.82%
47886.61/2425.02	c      2425            597         116        20      -42222.0000      -48056.9679     13.82%
47988.46/2430.10	c      2430            599         116        20      -42222.0000      -48056.9679     13.82%
48098.62/2435.64	c      2436            607         118        20      -42222.0000      -48056.9679     13.82%
48197.68/2440.65	c      2441            613         120        20      -42222.0000      -48056.9679     13.82%
48298.69/2445.73	c      2446            620         121        20      -42222.0000      -48056.9679     13.82%
48397.68/2450.74	c      2451            622         121        20      -42222.0000      -48056.9679     13.82%
48500.72/2456.00	c      2456            622         121        20      -42222.0000      -48056.9679     13.82%
48602.30/2461.05	c      2461            633         124        20      -42222.0000      -48056.9679     13.82%
48708.60/2466.40	c      2466            649         124        20      -42222.0000      -48056.9679     13.82%
48807.68/2471.46	c      2471            649         124        20      -42222.0000      -48056.9679     13.82%
48910.51/2476.67	c      2477            649         124        20      -42222.0000      -48056.9679     13.82%
49017.95/2482.10	c      2482            649         124        20      -42222.0000      -48056.9679     13.82%
49122.21/2487.32	c      2487            649         124        20      -42222.0000      -48056.9679     13.82%
49223.33/2492.43	c      2492            649         124        20      -42222.0000      -48056.9679     13.82%
49328.40/2497.73	c      2498            649         124        20      -42222.0000      -48056.9679     13.82%
49429.44/2502.84	c      2503            652         125        20      -42222.0000      -48052.7537     13.81%
49542.44/2508.53	c      2509            652         125        20      -42222.0000      -48052.7537     13.81%
49649.51/2514.01	c      2514            652         125        20      -42222.0000      -48052.7537     13.81%
49753.21/2519.18	c      2519            654         125        20      -42222.0000      -48052.7537     13.81%
49859.50/2524.59	c      2525            659         126        20      -42222.0000      -48052.7537     13.81%
49962.54/2529.71	c      2530            671         128        20      -42222.0000      -48052.7537     13.81%
50061.62/2534.73	c      2535            671         128        20      -42222.0000      -48052.7537     13.81%
50162.69/2539.85	c      2540            671         128        20      -42222.0000      -48052.7537     13.81%
50263.79/2544.92	c      2545            671         128        20      -42222.0000      -48052.7537     13.81%
50362.99/2550.03	c      2550            671         128        20      -42222.0000      -48052.7537     13.81%
50466.81/2555.18	c      2555            672         129        20      -42222.0000      -48026.5910     13.75%
50571.07/2560.41	c      2560            672         129        20      -42222.0000      -48026.5910     13.75%
50672.19/2565.54	c      2566            672         129        20      -42222.0000      -48026.5910     13.75%
50777.26/2570.80	c      2571            672         129        20      -42222.0000      -48026.5910     13.75%
50878.27/2575.99	c      2576            673         130        20      -42222.0000      -48026.5910     13.75%
50979.78/2581.13	c      2581            675         130        20      -42222.0000      -48026.5910     13.75%
51081.92/2586.25	c      2586            682         131        20      -42222.0000      -48026.5910     13.75%
51098.51/2587.08	c *    2587            682         131        20      -42331.0000      -48026.5910     13.45%
51184.90/2591.45	c      2591            682         131        20      -42331.0000      -48026.5910     13.45%
51291.90/2596.87	c      2597            682         131        20      -42331.0000      -48026.5910     13.45%
51392.90/2602.00	c      2602            684         131        20      -42331.0000      -48026.5910     13.45%
51492.22/2607.02	c      2607            687         130        20      -42331.0000      -48026.5910     13.45%
51596.95/2612.24	c      2612            693         132        20      -42331.0000      -48026.5910     13.45%
51697.70/2617.33	c      2617            702         132        20      -42331.0000      -48026.5910     13.45%
51798.80/2622.40	c      2622            713         133        20      -42331.0000      -48026.5910     13.45%
51897.70/2627.44	c      2627            716         134        20      -42331.0000      -48026.5910     13.45%
52006.60/2632.93	c      2633            716         134        20      -42331.0000      -48026.5910     13.45%
52111.66/2638.23	c      2638            716         134        20      -42331.0000      -48026.5910     13.45%
52210.62/2643.28	c      2643            716         134        20      -42331.0000      -48026.5910     13.45%
52315.70/2648.56	c      2649            716         134        20      -42331.0000      -48026.5910     13.45%
52418.78/2653.78	c      2654            722         136        20      -42331.0000      -48026.5910     13.45%
52521.60/2658.91	c      2659            724         136        20      -42331.0000      -48026.5910     13.45%
52623.16/2664.08	c      2664            728         138        20      -42331.0000      -48026.5910     13.45%
52725.70/2669.27	c      2669            741         139        20      -42331.0000      -48026.5910     13.45%
52824.58/2674.29	c      2674            754         140        20      -42331.0000      -48026.5910     13.45%
52927.36/2679.45	c      2679            765         139        20      -42331.0000      -48026.5910     13.45%
53028.33/2684.54	c      2685            769         141        20      -42331.0000      -48026.5910     13.45%
53127.45/2689.56	c      2690            782         142        20      -42331.0000      -48025.9395     13.45%
53240.45/2695.25	c      2695            782         142        20      -42331.0000      -48025.9395     13.45%
53343.45/2700.43	c      2700            782         142        20      -42331.0000      -48025.9395     13.45%
53442.35/2705.47	c      2705            782         142        20      -42331.0000      -48025.9395     13.45%
53545.39/2710.60	c      2711            782         142        20      -42331.0000      -48025.9395     13.45%
53644.45/2715.64	c      2716            782         142        20      -42331.0000      -48025.9395     13.45%
53747.56/2720.84	c      2721            782         142        20      -42331.0000      -48025.9395     13.45%
53848.68/2725.96	c      2726            783         143        20      -42331.0000      -48025.9395     13.45%
53957.82/2731.43	c      2731            790         142        20      -42331.0000      -48025.9395     13.45%
54066.79/2736.91	c      2737            792         144        20      -42331.0000      -48025.9395     13.45%
54165.93/2741.92	c      2742            797         143        20      -42331.0000      -48025.9395     13.45%
54264.94/2746.93	c      2747            805         145        20      -42331.0000      -48025.9395     13.45%
54371.94/2752.32	c      2752            822         150        20      -42331.0000      -48019.6271     13.44%
54470.78/2757.40	c      2757            822         150        20      -42331.0000      -48019.6271     13.44%
54573.80/2762.54	c      2763            822         150        20      -42331.0000      -48019.6271     13.44%
54676.88/2767.77	c      2768            822         150        20      -42331.0000      -48019.6271     13.44%
54778.01/2772.86	c      2773            822         150        20      -42331.0000      -48019.6271     13.44%
54877.09/2777.87	c      2778            822         150        20      -42331.0000      -48019.6271     13.44%
54986.04/2783.30	c      2783            822         150        20      -42331.0000      -48019.6271     13.44%
55085.16/2788.39	c      2788            823         151        20      -42331.0000      -48019.6271     13.44%
55186.28/2793.44	c      2793            824         150        20      -42331.0000      -48019.6271     13.44%
55291.21/2798.74	c      2799            829         151        20      -42331.0000      -48019.6271     13.44%
55390.36/2803.77	c      2804            830         152        20      -42331.0000      -48019.6271     13.44%
55493.52/2809.03	c      2809            839         157        20      -42331.0000      -48019.6271     13.44%
55598.52/2814.30	c      2814            850         160        20      -42331.0000      -48019.6271     13.44%
55703.51/2819.52	c      2820            864         168        20      -42331.0000      -48019.6271     13.44%
55802.44/2824.56	c      2825            874         170        20      -42331.0000      -48019.6271     13.44%
55895.54/2829.27	c *    2829            884         172        20      -42403.0000      -48019.6271     13.25%
55905.42/2829.76	c      2830            884         172        20      -42403.0000      -48019.6271     13.25%
56008.25/2834.97	c      2835            892         166        20      -42403.0000      -48019.6271     13.25%
56109.94/2840.11	c      2840            899         165        20      -42403.0000      -48019.6271     13.25%
56214.07/2845.37	c      2845            917         165        20      -42403.0000      -48019.6271     13.25%
56315.10/2850.41	c      2850            920         162        20      -42403.0000      -48019.6271     13.25%
56414.03/2855.42	c      2855            920         162        20      -42403.0000      -48019.6271     13.25%
56515.09/2860.52	c      2861            920         162        20      -42403.0000      -48019.6271     13.25%
56622.12/2866.04	c      2866            920         162        20      -42403.0000      -48019.6271     13.25%
56729.10/2871.32	c      2871            920         162        20      -42403.0000      -48019.6271     13.25%
56830.18/2876.44	c      2876            920         162        20      -42403.0000      -48019.6271     13.25%
56929.18/2881.48	c      2881            920         162        20      -42403.0000      -48019.6271     13.25%
57028.32/2886.49	c      2886            922         162        20      -42403.0000      -47953.3297     13.09%
57129.29/2891.51	c      2892            922         162        20      -42403.0000      -47953.3297     13.09%
57228.33/2896.56	c      2897            922         162        20      -42403.0000      -47953.3297     13.09%
57327.48/2901.58	c      2902            922         162        20      -42403.0000      -47953.3297     13.09%
57428.56/2906.60	c      2907            922         162        20      -42403.0000      -47953.3297     13.09%
57527.74/2911.61	c      2912            922         162        20      -42403.0000      -47953.3297     13.09%
57635.46/2917.06	c      2917            923         163        20      -42403.0000      -47953.3297     13.09%
57734.57/2922.13	c      2922            923         163        20      -42403.0000      -47953.3297     13.09%
57836.93/2927.24	c      2927            924         164        20      -42403.0000      -47953.3297     13.09%
57941.76/2932.55	c      2933            927         165        20      -42403.0000      -47953.3297     13.09%
58048.74/2938.00	c      2938            938         162        20      -42403.0000      -47953.3297     13.09%
58150.61/2943.07	c      2943            948         162        20      -42403.0000      -47953.3297     13.09%
58258.85/2948.58	c      2949            954         162        20      -42403.0000      -47953.3297     13.09%
58365.94/2954.00	c      2954            962         160        20      -42403.0000      -47917.7005     13.01%
58473.11/2959.34	c      2959            962         160        20      -42403.0000      -47917.7005     13.01%
58576.03/2964.51	c      2965            962         160        20      -42403.0000      -47917.7005     13.01%
58678.93/2969.74	c      2970            962         160        20      -42403.0000      -47917.7005     13.01%
58779.89/2974.81	c      2975            962         160        20      -42403.0000      -47917.7005     13.01%
58883.47/2980.04	c      2980            967         161        20      -42403.0000      -47917.7005     13.01%
58989.76/2985.40	c      2985            967         161        20      -42403.0000      -47917.7005     13.01%
59090.88/2990.57	c      2991            967         161        20      -42403.0000      -47917.7005     13.01%
59192.00/2995.66	c      2996            968         162        20      -42403.0000      -47917.7005     13.01%
59294.80/3000.84	c      3001            972         162        20      -42403.0000      -47917.7005     13.01%
59395.87/3005.94	c      3006            975         163        20      -42403.0000      -47917.7005     13.01%
59497.53/3011.11	c      3011            987         155        20      -42403.0000      -47917.7005     13.01%
59603.93/3016.44	c      3016           1021         153        20      -42403.0000      -47917.7005     13.01%
59703.07/3021.47	c      3021           1039         145        20      -42403.0000      -47917.7005     13.01%
59806.18/3026.63	c      3027           1042         148        20      -42403.0000      -47917.7005     13.01%
59911.29/3032.00	c      3032           1042         148        20      -42403.0000      -47917.7005     13.01%
60013.19/3037.06	c      3037           1042         148        20      -42403.0000      -47917.7005     13.01%
60115.34/3042.29	c      3042           1047         149        20      -42403.0000      -47917.7005     13.01%
60218.42/3047.43	c      3047           1051         149        20      -42403.0000      -47917.7005     13.01%
60323.49/3052.77	c      3053           1064         150        20      -42403.0000      -47917.7005     13.01%
60426.53/3058.01	c      3058           1064         150        20      -42403.0000      -47917.7005     13.01%
60533.38/3063.38	c      3063           1066         152        20      -42403.0000      -47917.7005     13.01%
60634.13/3068.48	c      3068           1074         152        20      -42403.0000      -47917.7005     13.01%
60737.13/3073.67	c      3074           1080         154        20      -42403.0000      -47917.7005     13.01%
60840.13/3078.86	c      3079           1086         156        20      -42403.0000      -47917.7005     13.01%
60953.14/3084.54	c      3085           1088         158        20      -42403.0000      -47917.7005     13.01%
61054.25/3089.67	c      3090           1091         161        20      -42403.0000      -47917.7005     13.01%
61155.37/3094.74	c      3095           1097         161        20      -42403.0000      -47917.7005     13.01%
61258.47/3100.00	c      3100           1101         161        20      -42403.0000      -47917.7005     13.01%
61369.39/3105.57	c      3106           1101         161        20      -42403.0000      -47917.7005     13.01%
61470.45/3110.60	c      3111           1106         162        20      -42403.0000      -47917.7005     13.01%
61571.58/3115.70	c      3116           1108         162        20      -42403.0000      -47917.7005     13.01%
61672.54/3120.84	c      3121           1120         162        20      -42403.0000      -47917.7005     13.01%
61718.91/3123.16	c *    3123           1120         162        20      -42617.0000      -47917.7005     12.44%
61773.64/3125.98	c      3126           1120         162        20      -42617.0000      -47917.7005     12.44%
61875.55/3131.07	c      3131           1125         153        20      -42617.0000      -47917.7005     12.44%
61985.61/3136.60	c      3137           1133         151        20      -42617.0000      -47917.7005     12.44%
62098.35/3142.35	c      3142           1134         152        20      -42617.0000      -47917.7005     12.44%
62199.42/3147.45	c      3147           1135         153        20      -42617.0000      -47917.7005     12.44%
62300.30/3152.54	c      3153           1142         152        20      -42617.0000      -47917.7005     12.44%
62399.40/3157.56	c      3158           1150         152        20      -42617.0000      -47917.7005     12.44%
62500.47/3162.67	c      3163           1156         152        20      -42617.0000      -47917.7005     12.44%
62608.11/3168.04	c      3168           1162         152        20      -42617.0000      -47917.7005     12.44%
62707.14/3173.08	c      3173           1162         152        20      -42617.0000      -47917.7005     12.44%
62805.89/3178.10	c      3178           1171         151        20      -42617.0000      -47917.7005     12.44%
62909.89/3183.35	c      3183           1187         153        20      -42617.0000      -47917.7005     12.44%
63014.96/3188.64	c      3189           1198         152        20      -42617.0000      -47917.7005     12.44%
63125.93/3194.28	c      3194           1199         151        20      -42617.0000      -47917.7005     12.44%
63230.52/3199.52	c      3200           1206         150        20      -42617.0000      -47917.7005     12.44%
63331.41/3204.60	c      3205           1213         151        20      -42617.0000      -47917.7005     12.44%
63432.51/3209.78	c      3210           1217         149        20      -42617.0000      -47917.7005     12.44%
63531.64/3214.79	c      3215           1217         149        20      -42617.0000      -47917.7005     12.44%
63632.76/3219.87	c      3220           1217         149        20      -42617.0000      -47917.7005     12.44%
63733.75/3224.91	c      3225           1217         149        20      -42617.0000      -47917.7005     12.44%
63835.46/3230.05	c      3230           1217         149        20      -42617.0000      -47917.7005     12.44%
63934.57/3235.10	c      3235           1220         150        20      -42617.0000      -47917.7005     12.44%
64036.79/3240.29	c      3240           1228         152        20      -42617.0000      -47917.7005     12.44%
64137.71/3245.32	c      3245           1230         150        20      -42617.0000      -47917.7005     12.44%
64240.79/3250.53	c      3251           1232         150        20      -42617.0000      -47917.7005     12.44%
64339.78/3255.55	c      3256           1232         150        20      -42617.0000      -47917.7005     12.44%
64438.76/3260.57	c      3261           1232         150        20      -42617.0000      -47917.7005     12.44%
64537.86/3265.59	c      3266           1233         151        20      -42617.0000      -47917.7005     12.44%
64638.99/3270.69	c      3271           1249         151        20      -42617.0000      -47917.7005     12.44%
64740.15/3275.77	c      3276           1255         153        20      -42617.0000      -47917.7005     12.44%
64841.30/3280.80	c      3281           1258         152        20      -42617.0000      -47917.7005     12.44%
64947.14/3286.20	c      3286           1266         146        20      -42617.0000      -47917.7005     12.44%
65053.45/3291.57	c      3292           1274         150        20      -42617.0000      -47917.7005     12.44%
65152.35/3296.60	c      3297           1276         150        20      -42617.0000      -47917.7005     12.44%
65259.33/3301.98	c      3302           1276         150        20      -42617.0000      -47917.7005     12.44%
65370.39/3307.53	c      3308           1284         150        20      -42617.0000      -47917.7005     12.44%
65469.52/3312.60	c      3313           1306         154        20      -42617.0000      -47917.7005     12.44%
65572.22/3317.77	c      3318           1321         157        20      -42617.0000      -47916.9721     12.44%
65678.19/3323.12	c      3323           1321         157        20      -42617.0000      -47916.9721     12.44%
65782.24/3328.31	c      3328           1321         157        20      -42617.0000      -47916.9721     12.44%
65881.23/3333.36	c      3333           1321         157        20      -42617.0000      -47916.9721     12.44%
65986.34/3338.65	c      3339           1321         157        20      -42617.0000      -47916.9721     12.44%
66089.45/3343.88	c      3344           1321         157        20      -42617.0000      -47916.9721     12.44%
66190.50/3348.97	c      3349           1321         157        20      -42617.0000      -47916.9721     12.44%
66301.52/3354.59	c      3355           1321         157        20      -42617.0000      -47916.9721     12.44%
66412.81/3360.19	c      3360           1324         158        20      -42617.0000      -47916.9721     12.44%
66515.21/3365.33	c      3365           1330         162        20      -42617.0000      -47916.9721     12.44%
66620.31/3370.66	c      3371           1333         163        20      -42617.0000      -47916.9721     12.44%
66634.18/3371.34	c *    3371           1337         161        20      -42752.0000      -47916.9721     12.08%
66663.95/3372.89	c *    3373           1344         150        20      -42774.0000      -47916.9721     12.02%
66721.36/3375.76	c      3376           1352         148        20      -42774.0000      -47911.6157     12.01%
66832.29/3381.34	c      3381           1352         148        20      -42774.0000      -47911.6157     12.01%
66931.45/3386.39	c      3386           1352         148        20      -42774.0000      -47911.6157     12.01%
67032.52/3391.40	c      3391           1352         148        20      -42774.0000      -47911.6157     12.01%
67139.56/3396.87	c      3397           1352         148        20      -42774.0000      -47911.6157     12.01%
67263.09/3403.09	c      3403           1352         148        20      -42774.0000      -47911.6157     12.01%
67364.18/3408.16	c      3408           1352         148        20      -42774.0000      -47911.6157     12.01%
67466.42/3413.39	c      3413           1352         148        20      -42774.0000      -47911.6157     12.01%
67569.40/3418.59	c      3419           1352         148        20      -42774.0000      -47911.6157     12.01%
67670.51/3423.64	c      3424           1352         148        20      -42774.0000      -47911.6157     12.01%
67773.56/3428.84	c      3429           1358         150        20      -42774.0000      -47911.6157     12.01%
67872.71/3433.84	c      3434           1367         148        20      -42774.0000      -47911.6157     12.01%
67971.83/3438.85	c      3439           1372         147        20      -42774.0000      -47911.6157     12.01%
68075.69/3444.13	c      3444           1377         146        20      -42774.0000      -47911.6157     12.01%
68179.91/3449.35	c      3449           1387         148        20      -42774.0000      -47911.6157     12.01%
68281.05/3454.45	c      3454           1405         148        20      -42774.0000      -47911.6157     12.01%
68388.10/3459.81	c      3460           1422         149        20      -42774.0000      -47901.4961     11.99%
68503.11/3465.66	c      3466           1422         149        20      -42774.0000      -47901.4961     11.99%
68576.41/3469.33	c *    3469           1422         149        20      -42883.0000      -47901.4961     11.70%
68608.17/3470.94	c      3471           1422         149        20      -42883.0000      -47901.4961     11.70%
68709.75/3476.06	c      3476           1422         149        20      -42883.0000      -47901.4961     11.70%
68825.98/3481.92	c      3482           1422         149        20      -42883.0000      -47901.4961     11.70%
68938.79/3487.66	c      3488           1422         149        20      -42883.0000      -47901.4961     11.70%
69046.57/3493.04	c      3493           1422         149        20      -42883.0000      -47901.4961     11.70%
69145.48/3498.11	c      3498           1423         145        20      -42883.0000      -47901.4961     11.70%
69261.71/3503.95	c      3504           1424         144        20      -42883.0000      -47901.4961     11.70%
69374.67/3509.62	c      3510           1438         142        20      -42883.0000      -47901.4961     11.70%
69479.78/3514.97	c      3515           1442         140        20      -42883.0000      -47900.9043     11.70%
69578.93/3519.99	c      3520           1442         140        20      -42883.0000      -47900.9043     11.70%
69689.87/3525.50	c      3526           1448         142        20      -42883.0000      -47900.9043     11.70%
69801.42/3531.14	c      3531           1459         137        20      -42883.0000      -47900.9043     11.70%
69900.40/3536.16	c      3536           1472         136        20      -42883.0000      -47900.9043     11.70%
70002.51/3541.35	c      3541           1478         134        20      -42883.0000      -47900.9043     11.70%
70119.38/3547.26	c      3547           1482         134        20      -42883.0000      -47900.9043     11.70%
70220.43/3552.34	c      3552           1496         136        20      -42883.0000      -47900.9043     11.70%
70325.39/3557.69	c      3558           1502         136        20      -42883.0000      -47900.9043     11.70%
70430.34/3562.98	c      3563           1505         135        20      -42883.0000      -47900.9043     11.70%
70547.24/3568.81	c      3569           1505         135        20      -42883.0000      -47900.9043     11.70%
70660.22/3574.59	c      3575           1519         131        20      -42883.0000      -47900.9043     11.70%
70775.22/3580.37	c      3580           1523         131        20      -42883.0000      -47900.9043     11.70%
70882.09/3585.72	c      3586           1534         132        20      -42883.0000      -47900.9043     11.70%
70985.12/3590.90	c      3591           1546         130        20      -42883.0000      -47900.9043     11.70%
71092.00/3596.36	c      3596           1546         130        20      -42883.0000      -47900.9043     11.70%
71192.98/3601.43	c      3601           1552         132        20      -42883.0000      -47900.9043     11.70%
71292.14/3606.44	c      3606           1562         130        20      -42883.0000      -47900.9043     11.70%
71401.23/3611.95	c      3612           1571         129        20      -42883.0000      -47900.9043     11.70%
71500.38/3616.96	c      3617           1572         128        20      -42883.0000      -47900.9043     11.70%
71602.13/3622.04	c      3622           1572         128        20      -42883.0000      -47900.9043     11.70%
71704.62/3627.20	c      3627           1572         128        20      -42883.0000      -47900.9043     11.70%
71815.69/3632.85	c      3633           1574         130        20      -42883.0000      -47900.9043     11.70%
71916.76/3637.98	c      3638           1583         131        20      -42883.0000      -47900.9043     11.70%

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 (188334 MiB free)
  memory of node 1: 193494 MiB (173641 MiB free)
  memory of node 2: 193531 MiB (191657 MiB free)
  memory of node 3: 193531 MiB (189889 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

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

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100122 s]*
/proc/loadavg: 57.24 60.86 60.52 5/880 768189
/proc/meminfo: memFree=761196508/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=91380 memory=77872 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 17353 0 0 0 8 2 0 0 20 0 1 0 130156809 93573120 19468 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 22845 19468 2347 3035 0 19241 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 91380 KiB
Current children cumulated memory: 77872 KiB

[startup+0.218704 s]*
/proc/loadavg: 57.24 60.86 60.52 5/880 768189
/proc/meminfo: memFree=761035296/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=170200 memory=158892 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 38872 0 0 0 17 6 0 0 20 0 1 0 130156809 174284800 39723 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 42550 39723 2555 3035 0 38946 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 170200 KiB
Current children cumulated memory: 158892 KiB

[startup+0.318549 s]*
/proc/loadavg: 57.24 60.86 60.52 6/878 768189
/proc/meminfo: memFree=760935308/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=189608 memory=170624 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 41704 0 0 0 26 6 0 0 20 0 1 0 130156809 194158592 42656 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 47402 42656 2630 3035 0 43798 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 189608 KiB
Current children cumulated memory: 170624 KiB

[startup+0.700276 s]
/proc/loadavg: 57.24 60.86 60.52 5/884 768200
/proc/meminfo: memFree=760598352/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=234164 memory=220220 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 57136 0 0 0 59 9 0 0 20 0 1 0 130156809 239783936 55055 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 58541 55055 2742 3035 0 54937 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 234164 KiB
Current children cumulated memory: 220220 KiB

[startup+1.50028 s]
/proc/loadavg: 57.24 60.86 60.52 5/884 768200
/proc/meminfo: memFree=759710296/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=283188 memory=267068 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 69973 0 0 0 137 12 0 0 20 0 1 0 130156809 289984512 66767 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 70797 66767 2790 3035 0 67193 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 283188 KiB
Current children cumulated memory: 267068 KiB

[startup+3.11908 s]
/proc/loadavg: 52.98 59.91 60.22 5/884 768200
/proc/meminfo: memFree=757019464/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=297924 memory=281004 CPUtime=3.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) R 768185 768188 765734 0 -1 4194304 73479 0 0 0 297 12 0 0 20 0 1 0 130156809 305074176 70251 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 74481 70251 2790 3035 0 70877 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 297924 KiB
Current children cumulated memory: 281004 KiB

[startup+6.30049 s]
/proc/loadavg: 52.98 59.91 60.22 5/904 768220
/proc/meminfo: memFree=752810968/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=1902860 memory=994972 CPUtime=6.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) S 768185 768188 765734 0 -1 1077936128 253455 0 0 0 588 40 0 0 20 0 21 0 130156809 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 475715 248743 2806 3035 0 306388 0
[pid=768188/tid=768201] ppid=768185 vsize=1902860 memory=646252 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768201/stat : 768201 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 6 1 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768202] ppid=768185 vsize=1902860 memory=288352 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768202/stat : 768202 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 5 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768203] ppid=768185 vsize=1902860 memory=41564 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768203/stat : 768203 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 6 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768204] ppid=768185 vsize=1902860 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768204/stat : 768204 (fscip) S 768185 768188 765734 0 -1 1077936192 14430 0 0 0 6 1 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768205] ppid=768185 vsize=1902860 memory=2316 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768205/stat : 768205 (fscip) S 768185 768188 765734 0 -1 1077936192 14428 0 0 0 5 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768206] ppid=768185 vsize=1902860 memory=33000 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768206/stat : 768206 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 6 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768207] ppid=768185 vsize=1902860 memory=31572 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768207/stat : 768207 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 6 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768208] ppid=768185 vsize=1902860 memory=28568 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768208/stat : 768208 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 6 1 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768209] ppid=768185 vsize=1902860 memory=1804 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768209/stat : 768209 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 5 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768210] ppid=768185 vsize=1902860 memory=6048 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768210/stat : 768210 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768211] ppid=768185 vsize=1902860 memory=2208 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768211/stat : 768211 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768212] ppid=768185 vsize=1902860 memory=2036 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768212/stat : 768212 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768213] ppid=768185 vsize=1902860 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768213/stat : 768213 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768214] ppid=768185 vsize=1902860 memory=-2965111532621959544 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768214/stat : 768214 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768215] ppid=768185 vsize=1902860 memory=7312 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768215/stat : 768215 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768216] ppid=768185 vsize=1902860 memory=26988 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768216/stat : 768216 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768217] ppid=768185 vsize=1902860 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768217/stat : 768217 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768218] ppid=768185 vsize=1902860 memory=40480 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768218/stat : 768218 (fscip) R 768185 768188 765734 0 -1 4194368 12935 0 0 0 4 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768219] ppid=768185 vsize=1902860 memory=8196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768219/stat : 768219 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768220] ppid=768185 vsize=1902860 memory=25333125866717268 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768220/stat : 768220 (fscip) S 768185 768188 765734 0 -1 1077936192 14429 0 0 0 5 2 0 0 20 0 21 0 130157341 1948528640 248743 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1902860 KiB
Current children cumulated memory: 994972 KiB

[startup+12.7009 s]
/proc/loadavg: 50.58 59.30 60.02 43/964 768281
/proc/meminfo: memFree=736381904/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=6850908 memory=5714320 CPUtime=117.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) S 768185 768188 765734 0 -1 1077936128 1543895 0 0 0 11388 327 0 0 20 0 41 0 130156809 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
/proc/768188/statm: 1712727 1428580 2918 3035 0 1556221 0
[pid=768188/tid=768201] ppid=768185 vsize=6850908 memory=10544 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768201/stat : 768201 (fscip) R 768185 768188 765734 0 -1 4194368 59697 0 0 0 554 12 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768202] ppid=768185 vsize=6850908 memory=5512 CPUtime=5.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768202/stat : 768202 (fscip) R 768185 768188 765734 0 -1 4194368 82986 0 0 0 535 19 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768203] ppid=768185 vsize=6850908 memory=16164 CPUtime=5.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768203/stat : 768203 (fscip) R 768185 768188 765734 0 -1 4194368 76469 0 0 0 534 17 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768204] ppid=768185 vsize=6850908 memory=2316 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768204/stat : 768204 (fscip) R 768185 768188 765734 0 -1 4194368 59765 0 0 0 553 13 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768205] ppid=768185 vsize=6850908 memory=-6154560765071375207 CPUtime=5.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768205/stat : 768205 (fscip) R 768185 768188 765734 0 -1 4194368 83245 0 0 0 538 17 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768206] ppid=768185 vsize=6850908 memory=5710832 CPUtime=5.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768206/stat : 768206 (fscip) R 768185 768188 765734 0 -1 4194368 70825 0 0 0 538 13 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768207] ppid=768185 vsize=6850908 memory=281004 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768207/stat : 768207 (fscip) R 768185 768188 765734 0 -1 4194368 59550 0 0 0 555 11 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768208] ppid=768185 vsize=6850908 memory=281004 CPUtime=5.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768208/stat : 768208 (fscip) R 768185 768188 765734 0 -1 4194368 83263 0 0 0 539 16 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768209] ppid=768185 vsize=6850908 memory=7885080947975021139 CPUtime=5.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768209/stat : 768209 (fscip) R 768185 768188 765734 0 -1 4194368 74796 0 0 0 541 14 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768210] ppid=768185 vsize=6850908 memory=931088 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768210/stat : 768210 (fscip) R 768185 768188 765734 0 -1 4194368 59058 0 0 0 552 14 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768211] ppid=768185 vsize=6850908 memory=5692848 CPUtime=5.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768211/stat : 768211 (fscip) R 768185 768188 765734 0 -1 4194368 79672 0 0 0 537 19 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768212] ppid=768185 vsize=6850908 memory=5539676 CPUtime=5.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768212/stat : 768212 (fscip) R 768185 768188 765734 0 -1 4194368 78120 0 0 0 535 16 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768213] ppid=768185 vsize=6850908 memory=5714320 CPUtime=5.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768213/stat : 768213 (fscip) R 768185 768188 765734 0 -1 4194368 58827 0 0 0 554 13 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768214] ppid=768185 vsize=6850908 memory=2316 CPUtime=5.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768214/stat : 768214 (fscip) R 768185 768188 765734 0 -1 4194368 84225 0 0 0 548 16 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768215] ppid=768185 vsize=6850908 memory=0 CPUtime=5.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768215/stat : 768215 (fscip) R 768185 768188 765734 0 -1 4194368 71202 0 0 0 524 15 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768216] ppid=768185 vsize=6850908 memory=232834466141 CPUtime=5.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768216/stat : 768216 (fscip) R 768185 768188 765734 0 -1 4194368 59145 0 0 0 552 13 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768217] ppid=768185 vsize=6850908 memory=0 CPUtime=5.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768217/stat : 768217 (fscip) R 768185 768188 765734 0 -1 4194368 82269 0 0 0 536 19 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768218] ppid=768185 vsize=6850908 memory=30962685530996822 CPUtime=5.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768218/stat : 768218 (fscip) R 768185 768188 765734 0 -1 4194368 77709 0 0 0 538 14 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768219] ppid=768185 vsize=6850908 memory=281385722231680 CPUtime=5.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768219/stat : 768219 (fscip) R 768185 768188 765734 0 -1 4194368 59275 0 0 0 555 11 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768220] ppid=768185 vsize=6850908 memory=41564 CPUtime=5.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768220/stat : 768220 (fscip) R 768185 768188 765734 0 -1 4194368 87162 0 0 0 536 19 0 0 20 0 41 0 130157341 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768222] ppid=768185 vsize=6850908 memory=281385722001504 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768222/stat : 768222 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157514 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768223] ppid=768185 vsize=6850908 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768223/stat : 768223 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157514 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768224] ppid=768185 vsize=6850908 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768224/stat : 768224 (fscip) S 768185 768188 765734 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 130157514 7015329792 1428580 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0

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

/proc/768188/task/768208/stat : 768208 (fscip) D 768185 768188 765734 0 -1 1077937220 4658273 0 0 0 359547 624 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768209] ppid=768185 vsize=71469936 memory=13904 CPUtime=3594.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768209/stat : 768209 (fscip) D 768185 768188 765734 0 -1 1077937220 10993030 0 0 0 357911 1504 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768210] ppid=768185 vsize=71469936 memory=11580 CPUtime=3603.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768210/stat : 768210 (fscip) D 768185 768188 765734 0 -1 1077937220 2716299 0 0 0 360097 232 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768211] ppid=768185 vsize=71469936 memory=11580 CPUtime=3594.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768211/stat : 768211 (fscip) D 768185 768188 765734 0 -1 1077937220 5348067 0 0 0 358726 705 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768212] ppid=768185 vsize=71469936 memory=11580 CPUtime=3602.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768212/stat : 768212 (fscip) D 768185 768188 765734 0 -1 1077937220 11790672 0 0 0 358724 1521 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768213] ppid=768185 vsize=71469936 memory=11580 CPUtime=3600.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768213/stat : 768213 (fscip) D 768185 768188 765734 0 -1 1077937220 2902579 0 0 0 359744 274 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768214] ppid=768185 vsize=71469936 memory=2684 CPUtime=3597.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768214/stat : 768214 (fscip) D 768185 768188 765734 0 -1 1077937220 5184804 0 0 0 359130 664 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768215] ppid=768185 vsize=71469936 memory=6524 CPUtime=3596.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768215/stat : 768215 (fscip) D 768185 768188 765734 0 -1 1077937220 9472054 0 0 0 358364 1284 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768216] ppid=768185 vsize=71469936 memory=0 CPUtime=3592.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768216/stat : 768216 (fscip) D 768185 768188 765734 0 -1 1077937220 3434018 0 0 0 358879 327 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768217] ppid=768185 vsize=71469936 memory=28648 CPUtime=3602.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768217/stat : 768217 (fscip) D 768185 768188 765734 0 -1 1077937220 4915408 0 0 0 359577 682 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768218] ppid=768185 vsize=71469936 memory=32792 CPUtime=3600.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768218/stat : 768218 (fscip) D 768185 768188 765734 0 -1 1077937220 10071300 0 0 0 358658 1346 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768219] ppid=768185 vsize=71469936 memory=7068 CPUtime=3604.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768219/stat : 768219 (fscip) D 768185 768188 765734 0 -1 1077937220 2987049 0 0 0 360136 270 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768220] ppid=768185 vsize=71469936 memory=36300 CPUtime=3604.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768220/stat : 768220 (fscip) D 768185 768188 765734 0 -1 1077937220 4296962 0 0 0 359841 610 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768222] ppid=768185 vsize=71469936 memory=6796 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768222/stat : 768222 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768223] ppid=768185 vsize=71469936 memory=20660 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768223/stat : 768223 (fscip) D 768185 768188 765734 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768224] ppid=768185 vsize=71469936 memory=6952 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768224/stat : 768224 (fscip) D 768185 768188 765734 0 -1 1077937220 190 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768225] ppid=768185 vsize=71469936 memory=7044 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768225/stat : 768225 (fscip) D 768185 768188 765734 0 -1 1077937220 189 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768226] ppid=768185 vsize=71469936 memory=28188 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768226/stat : 768226 (fscip) D 768185 768188 765734 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768227] ppid=768185 vsize=71469936 memory=33864 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768227/stat : 768227 (fscip) D 768185 768188 765734 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768228] ppid=768185 vsize=71469936 memory=55620 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768228/stat : 768228 (fscip) D 768185 768188 765734 0 -1 1077937220 162 0 0 0 1 2 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768229] ppid=768185 vsize=71469936 memory=7640 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768229/stat : 768229 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 2 1 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768230] ppid=768185 vsize=71469936 memory=19884 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768230/stat : 768230 (fscip) D 768185 768188 765734 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768231] ppid=768185 vsize=71469936 memory=20384 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768231/stat : 768231 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768232] ppid=768185 vsize=71469936 memory=21392 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768232/stat : 768232 (fscip) D 768185 768188 765734 0 -1 1077937220 189 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768233] ppid=768185 vsize=71469936 memory=2208 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768233/stat : 768233 (fscip) D 768185 768188 765734 0 -1 1077937220 161 0 0 0 0 3 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768234] ppid=768185 vsize=71469936 memory=2036 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768234/stat : 768234 (fscip) D 768185 768188 765734 0 -1 1077937220 508 0 0 0 5 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768235] ppid=768185 vsize=71469936 memory=31572 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768235/stat : 768235 (fscip) D 768185 768188 765734 0 -1 1077937220 196 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768236] ppid=768185 vsize=71469936 memory=28568 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768236/stat : 768236 (fscip) D 768185 768188 765734 0 -1 1077937220 157 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768237] ppid=768185 vsize=71469936 memory=7312 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768237/stat : 768237 (fscip) D 768185 768188 765734 0 -1 1077937220 152 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768238] ppid=768185 vsize=71469936 memory=26988 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768238/stat : 768238 (fscip) D 768185 768188 765734 0 -1 1077937220 159 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768239] ppid=768185 vsize=71469936 memory=3776 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768239/stat : 768239 (fscip) D 768185 768188 765734 0 -1 1077937220 192 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768240] ppid=768185 vsize=71469936 memory=40480 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768240/stat : 768240 (fscip) D 768185 768188 765734 0 -1 1077937220 160 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768241] ppid=768185 vsize=71469936 memory=8196 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768241/stat : 768241 (fscip) D 768185 768188 765734 0 -1 1077937220 197 0 0 0 2 1 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
Current children cumulated CPU time: 72002.7 s
Current children cumulated vsize: 71469936 KiB
Current children cumulated memory: 65402556 KiB

[startup+3644.12 s]
/proc/loadavg: 72.60 78.55 79.42 25/945 770243
/proc/meminfo: memFree=554997944/790760804 swapFree=131071996/131071996
[pid=768188] ppid=768185 vsize=71469936 memory=65402556 CPUtime=72002.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/stat : 768188 (fscip) D 768185 768188 765734 0 -1 1077937156 118290552 0 0 0 7185052 15223 0 0 20 0 41 0 130156809 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
/proc/768188/statm: 17867484 16350639 3344 3035 0 17653346 0
[pid=768188/tid=768201] ppid=768185 vsize=71469936 memory=64 CPUtime=3604.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768201/stat : 768201 (fscip) D 768185 768188 765734 0 -1 1077937220 3107484 0 0 0 360169 283 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768202] ppid=768185 vsize=71469936 memory=6598993913541054 CPUtime=3595.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768202/stat : 768202 (fscip) D 768185 768188 765734 0 -1 1077937220 3014875 0 0 0 359149 392 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768203] ppid=768185 vsize=71469936 memory=6720665462885597295 CPUtime=3599.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768203/stat : 768203 (fscip) D 768185 768188 765734 0 -1 1077937220 10256596 0 0 0 358599 1389 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768204] ppid=768185 vsize=71469936 memory=65393876 CPUtime=3603.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768204/stat : 768204 (fscip) D 768185 768188 765734 0 -1 1077937220 3411295 0 0 0 359970 349 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768205] ppid=768185 vsize=71469936 memory=11448 CPUtime=3601.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768205/stat : 768205 (fscip) R 768185 768188 765734 0 -1 4195904 4624146 0 0 0 359324 842 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 139870844476552 5402936 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 0
[pid=768188/tid=768206] ppid=768185 vsize=71469936 memory=281385722001504 CPUtime=3593.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768206/stat : 768206 (fscip) D 768185 768188 765734 0 -1 1077937220 11885449 0 0 0 357802 1587 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768207] ppid=768185 vsize=71469936 memory=62 CPUtime=3603.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768207/stat : 768207 (fscip) D 768185 768188 765734 0 -1 1077937220 3056598 0 0 0 360051 282 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768208] ppid=768185 vsize=71469936 memory=41564 CPUtime=3601.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768208/stat : 768208 (fscip) D 768185 768188 765734 0 -1 1077937220 4658273 0 0 0 359547 624 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768209] ppid=768185 vsize=71469936 memory=30962685530996822 CPUtime=3594.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768209/stat : 768209 (fscip) D 768185 768188 765734 0 -1 1077937220 10993030 0 0 0 357911 1504 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768210] ppid=768185 vsize=71469936 memory=0 CPUtime=3603.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768210/stat : 768210 (fscip) D 768185 768188 765734 0 -1 1077937220 2716299 0 0 0 360097 232 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768211] ppid=768185 vsize=71469936 memory=65390196 CPUtime=3594.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768211/stat : 768211 (fscip) D 768185 768188 765734 0 -1 1077937220 5348067 0 0 0 358726 705 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768212] ppid=768185 vsize=71469936 memory=55396 CPUtime=3602.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768212/stat : 768212 (fscip) D 768185 768188 765734 0 -1 1077937220 11790672 0 0 0 358724 1521 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768213] ppid=768185 vsize=71469936 memory=0 CPUtime=3600.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768213/stat : 768213 (fscip) D 768185 768188 765734 0 -1 1077937220 2902579 0 0 0 359744 274 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768214] ppid=768185 vsize=71469936 memory=281385724352688 CPUtime=3597.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768214/stat : 768214 (fscip) D 768185 768188 765734 0 -1 1077937220 5184804 0 0 0 359130 664 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768215] ppid=768185 vsize=71469936 memory=65300472 CPUtime=3596.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768215/stat : 768215 (fscip) D 768185 768188 765734 0 -1 1077937220 9472054 0 0 0 358364 1284 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768216] ppid=768185 vsize=71469936 memory=281385722161280 CPUtime=3592.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768216/stat : 768216 (fscip) D 768185 768188 765734 0 -1 1077937220 3434018 0 0 0 358879 327 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768217] ppid=768185 vsize=71469936 memory=6935652631353319232 CPUtime=3602.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768217/stat : 768217 (fscip) D 768185 768188 765734 0 -1 1077937220 4915408 0 0 0 359577 682 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768218] ppid=768185 vsize=71469936 memory=6598993913541054 CPUtime=3600.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768218/stat : 768218 (fscip) D 768185 768188 765734 0 -1 1077937220 10071300 0 0 0 358658 1346 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768219] ppid=768185 vsize=71469936 memory=65380792 CPUtime=3604.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768219/stat : 768219 (fscip) D 768185 768188 765734 0 -1 1077937220 2987049 0 0 0 360136 270 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768220] ppid=768185 vsize=71469936 memory=6952 CPUtime=3604.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768220/stat : 768220 (fscip) D 768185 768188 765734 0 -1 1077937220 4296962 0 0 0 359841 610 0 0 20 0 41 0 130157341 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768222] ppid=768185 vsize=71469936 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768222/stat : 768222 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768223] ppid=768185 vsize=71469936 memory=64 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768223/stat : 768223 (fscip) D 768185 768188 765734 0 -1 1077937220 190 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768224] ppid=768185 vsize=71469936 memory=6952 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768224/stat : 768224 (fscip) D 768185 768188 765734 0 -1 1077937220 190 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768225] ppid=768185 vsize=71469936 memory=281385724663296 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768225/stat : 768225 (fscip) D 768185 768188 765734 0 -1 1077937220 189 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768226] ppid=768185 vsize=71469936 memory=354168 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768226/stat : 768226 (fscip) D 768185 768188 765734 0 -1 1077937220 143 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768227] ppid=768185 vsize=71469936 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768227/stat : 768227 (fscip) D 768185 768188 765734 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768228] ppid=768185 vsize=71469936 memory=41564 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768228/stat : 768228 (fscip) D 768185 768188 765734 0 -1 1077937220 162 0 0 0 1 2 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768229] ppid=768185 vsize=71469936 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768229/stat : 768229 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 2 1 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768230] ppid=768185 vsize=71469936 memory=281385726774240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768230/stat : 768230 (fscip) D 768185 768188 765734 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768231] ppid=768185 vsize=71469936 memory=25333125866717268 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768231/stat : 768231 (fscip) D 768185 768188 765734 0 -1 1077937220 195 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768232] ppid=768185 vsize=71469936 memory=65399180 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768232/stat : 768232 (fscip) D 768185 768188 765734 0 -1 1077937220 189 0 0 0 3 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768233] ppid=768185 vsize=71469936 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768233/stat : 768233 (fscip) D 768185 768188 765734 0 -1 1077937220 161 0 0 0 0 3 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768234] ppid=768185 vsize=71469936 memory=16164 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768234/stat : 768234 (fscip) D 768185 768188 765734 0 -1 1077937220 508 0 0 0 5 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768235] ppid=768185 vsize=71469936 memory=8196 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768235/stat : 768235 (fscip) D 768185 768188 765734 0 -1 1077937220 196 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768236] ppid=768185 vsize=71469936 memory=11448 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768236/stat : 768236 (fscip) D 768185 768188 765734 0 -1 1077937220 157 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768237] ppid=768185 vsize=71469936 memory=65400212 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768237/stat : 768237 (fscip) D 768185 768188 765734 0 -1 1077937220 152 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768238] ppid=768185 vsize=71469936 memory=65401096 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768238/stat : 768238 (fscip) D 768185 768188 765734 0 -1 1077937220 159 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768239] ppid=768185 vsize=71469936 memory=28648 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768239/stat : 768239 (fscip) D 768185 768188 765734 0 -1 1077937220 192 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768240] ppid=768185 vsize=71469936 memory=5512 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768240/stat : 768240 (fscip) D 768185 768188 765734 0 -1 1077937220 160 0 0 0 4 0 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
[pid=768188/tid=768241] ppid=768185 vsize=71469936 memory=16164 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/768188/task/768241/stat : 768241 (fscip) D 768185 768188 765734 0 -1 1077937220 197 0 0 0 2 1 0 0 20 0 41 0 130157514 73185214464 16350639 809668444160 4194304 16623229 140728330270896 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26697728 140728330273798 140728330273916 140728330273916 140728330280944 24
Current children cumulated CPU time: 72002.8 s
Current children cumulated vsize: 71469936 KiB
Current children cumulated memory: 65402556 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3646.48
CPU time (s): 72005.1
CPU user time (s): 71850.5
CPU system time (s): 154.582
CPU usage (%): 1974.65
Max. virtual memory (cumulated for all children) (KiB): 71469936
Max. memory (cumulated for all children) (KiB): 65402556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71850.5
system time used= 154.582
maximum resident set size= 65402560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118290552
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= 202660
involuntary context switches= 363708


# summary of solver processes directly reported to runsolver:
#   pid: 768188
#   total CPU time (s): 72005.1
#   total CPU user time (s): 71850.5
#   total CPU system time (s): 154.582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.0611 second user time and 91.1947 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 13:42:17
IDJOB=4465120
IDBENCH=156528
IDSOLVER=3094
FILE ID=nodeD105/4465120-1723635737
RUNJOBID= nodeD105-1723632030-765747
SLURM_JOB_ID= 8267915
Free space on /tmp= 8622728 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_10null10mast_rapportOE1.0_TMAX120_K67_cod1.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465120-1723635737/watcher-4465120-1723635737 -o /tmp/evaluation-result-4465120-1723635737/solver-4465120-1723635737 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723632030-765747 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465120-1723635737.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 062a8ee8fd391209ed47aa3cd3325d2f
RANDOM SEED=332205771

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        761405924 kB
MemAvailable:   766248068 kB
Buffers:         1228228 kB
Cached:          6900832 kB
SwapCached:            0 kB
Active:          1766288 kB
Inactive:       24078300 kB
Active(anon):       2152 kB
Inactive(anon): 17752312 kB
Active(file):    1764136 kB
Inactive(file):  6325988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116944 kB
Writeback:             0 kB
AnonPages:      17713748 kB
Mapped:           122656 kB
Shmem:             38920 kB
KReclaimable:     343448 kB
Slab:             776328 kB
SReclaimable:     343448 kB
SUnreclaim:       432880 kB
KernelStack:       15152 kB
PageTables:        43836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    9667172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1152768 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2934784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:     1214464 kB
DirectMap2M:    158666752 kB
DirectMap1G:    645922816 kB

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