Trace number 4465964

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) 72002.4 3646.73

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_block/
normalized-maxcut_opt_complete_6-partite_block_nvert_72.opb
MD5SUMba01a5d98b16d8ee23010d930c3d525f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1296
Best CPU time to get the best result obtained on this benchmark3008.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2556
Total number of constraints238560
Number of constraints which are clauses238560
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 2160
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2160
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2160
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 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.61/0.63	c Default LC presolving (default).
0.61/0.64	c ** Before presolving: virtualMemUsedAtLc = 561063091, getVmSize() = 361254912, SCIPgetMemUsed() = 275428720, SCIPgetMemTotal() = 320134552, SCIPgetMemExternEstim() = 240928539
0.61/0.64	c ** set memory limit for presolving in LC to 8.79433e+12 for SCIP **
7.46/7.51	c ** Estimated virtualMemUsedAtSolver = 759064564, getVmSize() = 1064333312, SCIPgetMemUsed() = 539189803, SCIPgetMemTotal() = 897668307, SCIPgetMemExternEstim() = 240928539
7.46/7.51	c ** set memory limit for solvers to 4.18622e+11 for each SCIP **
7.46/7.51	c Original Problem   :
7.46/7.51	c   Problem name     : instance-4465964-1723660883
7.46/7.51	c   Variables        : 2556 (2556 binary, 0 integer, 0 implicit integer, 0 continuous)
7.46/7.51	c   Constraints      : 238560
7.46/7.51	c   Objective sense  : minimize
7.46/7.51	c Presolved Problem  :
7.46/7.51	c   Variables        : 2556 (2556 binary, 0 integer, 0 implicit integer, 0 continuous)
7.46/7.51	c   Constraints      : 238560
7.46/7.51	c Constraints        : Number
7.46/7.51	c   logicor          : 238560 
7.46/7.51	c ** Instance transfer method used: 0
7.76/7.83	c ** ParaScipInstance copy does not increase the number of variables. **
12.84/12.92	c LC is working with racing ramp-up and with rebuilding tree after racing.
12.84/12.92	c                                Nodes    Active                                            
12.84/12.92	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
146.95/19.93	c *      20              0           1        20       -1224.0000                -          -
146.95/19.93	c        20              0           1        20       -1224.0000                -          -
166.48/20.99	c *      21              0           1        20       -1284.0000                -          -
328.05/29.26	c        29              2           1        20       -1284.0000       -2160.0000     68.22%
429.21/34.38	c        34              2           1        20       -1284.0000       -2160.0000     68.22%
500.64/38.03	c *      38              2           3        20       -1296.0000       -2160.0000     66.67%
587.87/42.31	c        42              2           3        20       -1296.0000       -2160.0000     66.67%
744.52/50.24	c        50              2           3        20       -1296.0000       -2160.0000     66.67%
851.63/55.62	c        56             22          21        20       -1296.0000       -2160.0000     66.67%
950.85/60.69	c        61             41          42        20       -1296.0000       -2160.0000     66.67%
1053.86/65.89	c        66             32          31        20       -1296.0000       -2160.0000     66.67%
1155.01/70.91	c        71            199          64        20       -1296.0000       -2160.0000     66.67%
1256.82/76.09	c        76            204          61        20       -1296.0000       -2160.0000     66.67%
1361.25/81.37	c        81            125          66        20       -1296.0000       -2160.0000     66.67%
1476.88/87.17	c        87            139          64        20       -1296.0000       -2160.0000     66.67%
1597.20/93.29	c        93            203          62        20       -1296.0000       -2160.0000     66.67%
1704.30/98.60	c        99            203          62        20       -1296.0000       -2160.0000     66.67%
1803.48/103.63	c       104           1532          63        20       -1296.0000       -2160.0000     66.67%
1906.63/108.88	c       109            409          62        20       -1296.0000       -2160.0000     66.67%
2012.48/114.17	c       114            523          61        20       -1296.0000       -2160.0000     66.67%
2114.87/119.30	c       119            523          61        20       -1296.0000       -2160.0000     66.67%
2215.98/124.44	c       124           1160          63        20       -1296.0000       -2160.0000     66.67%
2319.13/129.63	c       130           1439          60        20       -1296.0000       -2160.0000     66.67%
2418.30/134.64	c       135           3911          60        20       -1296.0000       -2160.0000     66.67%
2519.47/139.70	c       140           1962          60        20       -1296.0000       -2160.0000     66.67%
2622.61/145.02	c       145           2300          62        20       -1296.0000       -2160.0000     66.67%
2731.70/150.45	c       150           2747          61        20       -1296.0000       -2160.0000     66.67%
2832.85/155.53	c       156           3182          60        20       -1296.0000       -2160.0000     66.67%
2932.03/160.57	c       161           5937          60        20       -1296.0000       -2160.0000     66.67%
3035.17/165.73	c       166           6532          60        20       -1296.0000       -2160.0000     66.67%
3136.32/170.85	c       171           4526          62        20       -1296.0000       -2160.0000     66.67%
3240.13/176.10	c       176           7179          60        20       -1296.0000       -2160.0000     66.67%
3341.30/181.18	c       181           7420          61        20       -1296.0000       -2160.0000     66.67%
3443.72/186.33	c       186           5218          58        20       -1296.0000       -2160.0000     66.67%
3552.83/191.87	c       192           6184          57        20       -1296.0000       -2160.0000     66.67%
3656.68/197.05	c       197           9241          59        20       -1296.0000       -2160.0000     66.67%
3755.95/202.10	c       202           9725          63        20       -1296.0000       -2160.0000     66.67%
3862.19/207.44	c       207           6406          58        20       -1296.0000       -2160.0000     66.67%
3963.34/212.50	c       213           6433          59        20       -1296.0000       -2160.0000     66.67%
4064.39/217.62	c       218           8366          63        20       -1296.0000       -2160.0000     66.67%
4163.57/222.68	c       223           7451          58        20       -1296.0000       -2160.0000     66.67%
4266.73/227.81	c       228          12660          57        20       -1296.0000       -2160.0000     66.67%
4365.90/232.88	c       233           8397          57        20       -1296.0000       -2160.0000     66.67%
4467.08/237.90	c       238          12683          58        20       -1296.0000       -2160.0000     66.67%
4569.12/243.08	c       243          12811          56        20       -1296.0000       -2160.0000     66.67%
4668.15/248.10	c       248          10066          45        20       -1296.0000       -2160.0000     66.67%
4769.26/253.15	c       253          10807          46        20       -1296.0000       -2160.0000     66.67%
4871.72/258.31	c       258          14468          59        20       -1296.0000       -2160.0000     66.67%
4972.88/263.44	c       263          15244          57        20       -1296.0000       -2160.0000     66.67%
5072.08/268.46	c       268          12019          57        20       -1296.0000       -2160.0000     66.67%
5185.89/274.17	c       274          12171          56        20       -1296.0000       -2160.0000     66.67%
5288.29/279.36	c       279          12182          61        20       -1296.0000       -2160.0000     66.67%
5391.40/284.57	c       285          12182          61        20       -1296.0000       -2160.0000     66.67%
5492.59/289.66	c       290          17875          61        20       -1296.0000       -2160.0000     66.67%
5593.75/294.75	c       295          18386          61        20       -1296.0000       -2160.0000     66.67%
5694.93/299.81	c       300          19166          57        20       -1296.0000       -2160.0000     66.67%
5796.00/304.96	c       305          13851          46        20       -1296.0000       -2160.0000     66.67%
5895.18/310.01	c       310          18082          50        20       -1296.0000       -2160.0000     66.67%
6000.28/315.27	c       315          20245          60        20       -1296.0000       -2160.0000     66.67%
6101.39/320.37	c       320          18963          48        20       -1296.0000       -2160.0000     66.67%
6202.51/325.49	c       325          19690          47        20       -1296.0000       -2160.0000     66.67%
6305.64/330.61	c       331          16669          47        20       -1296.0000       -2160.0000     66.67%
6404.82/335.61	c       336          21098          45        20       -1296.0000       -2160.0000     66.67%
6505.94/340.74	c       341          21792          44        20       -1296.0000       -2160.0000     66.67%
6607.10/345.85	c       346          23375          58        20       -1296.0000       -2160.0000     66.67%
6708.21/351.00	c       351          24142          59        20       -1296.0000       -2160.0000     66.67%
6810.01/356.08	c       356          19876          49        20       -1296.0000       -2160.0000     66.67%
6916.43/361.46	c       361          24507          44        20       -1296.0000       -2160.0000     66.67%
7017.50/366.60	c       367          20830          52        20       -1296.0000       -2160.0000     66.67%
7120.55/371.71	c       372          25805          43        20       -1296.0000       -2160.0000     66.67%
7219.73/376.75	c       377          21824          48        20       -1296.0000       -2160.0000     66.67%
7322.85/381.91	c       382          27206          44        20       -1296.0000       -2160.0000     66.67%
7422.03/387.00	c       387          27802          46        20       -1296.0000       -2160.0000     66.67%
7523.90/392.10	c       392          23061          48        20       -1296.0000       -2160.0000     66.67%
7622.99/397.11	c       397          28962          45        20       -1296.0000       -2160.0000     66.67%
7724.32/402.19	c       402          23972          47        20       -1296.0000       -2160.0000     66.67%
7826.57/407.31	c       407          30083          46        20       -1296.0000       -2160.0000     66.67%
7925.72/412.39	c       412          31099          58        20       -1296.0000       -2160.0000     66.67%
8026.88/417.49	c       417          25951          44        20       -1296.0000       -2160.0000     66.67%
8128.12/422.59	c       423          30676          50        20       -1296.0000       -2160.0000     66.67%
8229.05/427.65	c       428          27708          45        20       -1296.0000       -2160.0000     66.67%
8330.21/432.73	c       433          31136          43        20       -1296.0000       -2160.0000     66.67%
8433.35/437.90	c       438          29355          44        20       -1296.0000       -2160.0000     66.67%
8532.52/443.00	c       443          34445          60        20       -1296.0000       -2160.0000     66.67%
8634.33/448.08	c       448          35076          59        20       -1296.0000       -2160.0000     66.67%
8735.61/453.16	c       453          31609          43        20       -1296.0000       -2160.0000     66.67%
8835.88/458.22	c       458          33951          44        20       -1296.0000       -2160.0000     66.67%
8937.00/463.34	c       463          34795          46        20       -1296.0000       -2160.0000     66.67%
9036.17/468.37	c       468          33805          47        20       -1296.0000       -2160.0000     66.67%
9139.29/473.59	c       474          38016          59        20       -1296.0000       -2160.0000     66.67%
9242.37/478.76	c       479          36408          46        20       -1296.0000       -2160.0000     66.67%
9345.44/483.93	c       484          35809          44        20       -1296.0000       -2160.0000     66.67%
9444.54/489.02	c       489          36462          47        20       -1296.0000       -2160.0000     66.67%
9546.30/494.09	c       494          36802          47        20       -1296.0000       -2160.0000     66.67%
9647.49/499.17	c       499          41012          56        20       -1296.0000       -2160.0000     66.67%
9747.90/504.22	c       504          37719          44        20       -1296.0000       -2160.0000     66.67%
9847.07/509.27	c       509          38349          46        20       -1296.0000       -2160.0000     66.67%
9948.22/514.38	c       514          42287          55        20       -1296.0000       -2160.0000     66.67%
10049.36/519.47	c       519          42293          59        20       -1296.0000       -2160.0000     66.67%
10150.49/524.56	c       525          42293          59        20       -1296.0000       -2160.0000     66.67%
10251.64/529.64	c       530          40041          42        20       -1296.0000       -2160.0000     66.67%
10350.65/534.64	c       535          40145          49        20       -1296.0000       -2160.0000     66.67%
10453.78/539.85	c       540          43762          60        20       -1296.0000       -2160.0000     66.67%
10554.83/544.98	c       545          44292          58        20       -1296.0000       -2160.0000     66.67%
10667.86/550.63	c       551          44362          58        20       -1296.0000       -2160.0000     66.67%
10769.00/555.77	c       556          44362          58        20       -1296.0000       -2160.0000     66.67%
10870.12/560.87	c       561          45825          42        20       -1296.0000       -2160.0000     66.67%
10971.25/565.96	c       566          46458          49        20       -1296.0000       -2160.0000     66.67%
11070.39/571.00	c       571          47236          44        20       -1296.0000       -2160.0000     66.67%
11172.16/576.12	c       576          47879          44        20       -1296.0000       -2160.0000     66.67%
11273.31/581.17	c       581          45208          48        20       -1296.0000       -2160.0000     66.67%
11375.78/586.33	c       586          49322          45        20       -1296.0000       -2160.0000     66.67%
11476.92/591.43	c       591          49822          45        20       -1296.0000       -2160.0000     66.67%
11576.07/596.48	c       596          50443          48        20       -1296.0000       -2160.0000     66.67%
11677.18/601.57	c       602          47512          52        20       -1296.0000       -2160.0000     66.67%
11778.26/606.64	c       607          47882          54        20       -1296.0000       -2160.0000     66.67%
11881.33/611.86	c       612          50986          61        20       -1296.0000       -2160.0000     66.67%
11982.42/616.94	c       617          53069          41        20       -1296.0000       -2160.0000     66.67%
12081.53/621.99	c       622          49068          50        20       -1296.0000       -2160.0000     66.67%
12185.52/627.15	c       627          52952          58        20       -1296.0000       -2160.0000     66.67%
12285.74/632.22	c       632          52972          58        20       -1296.0000       -2160.0000     66.67%
12386.88/637.30	c       637          52972          58        20       -1296.0000       -2160.0000     66.67%
12486.02/642.34	c       642          52972          58        20       -1296.0000       -2160.0000     66.67%
12587.14/647.44	c       647          51667          49        20       -1296.0000       -2160.0000     66.67%
12690.39/652.63	c       653          53964          56        20       -1296.0000       -2160.0000     66.67%
12791.36/657.75	c       658          56799          46        20       -1296.0000       -2160.0000     66.67%
12890.53/662.79	c       663          53502          54        20       -1296.0000       -2160.0000     66.67%
12991.66/667.84	c       668          55947          58        20       -1296.0000       -2160.0000     66.67%
13092.71/673.01	c       673          58125          48        20       -1296.0000       -2160.0000     66.67%
13194.60/678.10	c       678          56984          57        20       -1296.0000       -2160.0000     66.67%
13295.90/683.18	c       683          59179          44        20       -1296.0000       -2160.0000     66.67%
13396.11/688.27	c       688          59805          48        20       -1296.0000       -2160.0000     66.67%
13497.24/693.39	c       693          60212          54        20       -1296.0000       -2160.0000     66.67%
13598.35/698.44	c       698          60711          54        20       -1296.0000       -2160.0000     66.67%
13699.45/703.50	c       704          61247          50        20       -1296.0000       -2160.0000     66.67%
13798.57/708.57	c       709          60951          59        20       -1296.0000       -2160.0000     66.67%
13899.71/713.67	c       714          62137          48        20       -1296.0000       -2160.0000     66.67%
14000.87/718.71	c       719          59295          51        20       -1296.0000       -2160.0000     66.67%
14100.01/723.76	c       724          63046          42        20       -1296.0000       -2160.0000     66.67%
14208.98/729.24	c       729          63774          45        20       -1296.0000       -2160.0000     66.67%
14310.12/734.35	c       734          63945          60        20       -1296.0000       -2160.0000     66.67%
14411.27/739.45	c       739          61363          49        20       -1296.0000       -2160.0000     66.67%
14512.40/744.54	c       745          61939          46        20       -1296.0000       -2160.0000     66.67%
14613.54/749.61	c       750          62364          50        20       -1296.0000       -2160.0000     66.67%
14712.71/754.68	c       755          66600          58        20       -1296.0000       -2160.0000     66.67%
14813.85/759.76	c       760          63717          46        20       -1296.0000       -2160.0000     66.67%
14916.97/764.92	c       765          66886          46        20       -1296.0000       -2160.0000     66.67%
15016.11/770.00	c       770          68422          59        20       -1296.0000       -2160.0000     66.67%
15117.85/775.09	c       775          65256          43        20       -1296.0000       -2160.0000     66.67%
15219.20/780.19	c       780          65725          44        20       -1296.0000       -2160.0000     66.67%
15319.30/785.21	c       785          70424          59        20       -1296.0000       -2160.0000     66.67%
15418.11/790.26	c       790          70918          60        20       -1296.0000       -2160.0000     66.67%
15517.24/795.29	c       795          69200          52        20       -1296.0000       -2160.0000     66.67%
15620.34/800.43	c       800          71921          57        20       -1296.0000       -2160.0000     66.67%
15721.46/805.52	c       806          72760          62        20       -1296.0000       -2160.0000     66.67%
15822.56/810.70	c       811          69319          45        20       -1296.0000       -2160.0000     66.67%
15925.68/815.80	c       816          74071          61        20       -1296.0000       -2160.0000     66.67%
16026.81/820.92	c       821          70493          47        20       -1296.0000       -2160.0000     66.67%
16125.94/825.99	c       826          75251          55        20       -1296.0000       -2160.0000     66.67%
16227.70/831.08	c       831          76053          55        20       -1296.0000       -2160.0000     66.67%
16329.87/836.21	c       836          72649          51        20       -1296.0000       -2160.0000     66.67%
16429.02/841.27	c       841          73008          50        20       -1296.0000       -2160.0000     66.67%
16530.10/846.34	c       846          73514          57        20       -1296.0000       -2160.0000     66.67%
16629.17/851.38	c       851          78355          58        20       -1296.0000       -2160.0000     66.67%
16730.23/856.44	c       856          78994          61        20       -1296.0000       -2160.0000     66.67%
16831.25/861.58	c       862          74400          54        20       -1296.0000       -2160.0000     66.67%
16934.27/866.71	c       867          75131          49        20       -1296.0000       -2160.0000     66.67%
17035.37/871.83	c       872          81053          59        20       -1296.0000       -2160.0000     66.67%
17136.29/876.90	c       877          76359          46        20       -1296.0000       -2160.0000     66.67%
17235.31/881.95	c       882          76579          50        20       -1296.0000       -2160.0000     66.67%
17336.99/887.07	c       887          82876          59        20       -1296.0000       -2160.0000     66.67%
17436.03/892.11	c       892          83417          59        20       -1296.0000       -2160.0000     66.67%
17537.05/897.17	c       897          76676          49        20       -1296.0000       -2160.0000     66.67%
17637.30/902.27	c       902          77433          50        20       -1296.0000       -2160.0000     66.67%
17740.18/907.43	c       907          78017          49        20       -1296.0000       -2160.0000     66.67%
17841.12/912.50	c       913          85915          61        20       -1296.0000       -2160.0000     66.67%
17940.08/917.56	c       918          86759          57        20       -1296.0000       -2160.0000     66.67%
18041.02/922.65	c       923          78941          49        20       -1296.0000       -2160.0000     66.67%
18141.95/927.72	c       928          87916          58        20       -1296.0000       -2160.0000     66.67%
18240.91/932.78	c       933          88775          57        20       -1296.0000       -2160.0000     66.67%
18343.83/937.92	c       938          89101          64        20       -1296.0000       -2160.0000     66.67%
18442.78/943.02	c       943          89960          58        20       -1296.0000       -2160.0000     66.67%
18544.36/948.07	c       948          90565          60        20       -1296.0000       -2160.0000     66.67%
18643.27/953.12	c       953          91066          57        20       -1296.0000       -2160.0000     66.67%
18744.17/958.18	c       958          91920          59        20       -1296.0000       -2160.0000     66.67%
18844.49/963.29	c       963          92565          56        20       -1296.0000       -2160.0000     66.67%
18945.39/968.34	c       968          82863          50        20       -1296.0000       -2160.0000     66.67%
19044.36/973.39	c       973          83183          53        20       -1296.0000       -2160.0000     66.67%
19145.25/978.43	c       978          94413          55        20       -1296.0000       -2160.0000     66.67%
19244.21/983.43	c       983          90324          47        20       -1296.0000       -2160.0000     66.67%
19345.11/988.53	c       989              2           1        20       -1296.0000       -1439.9447     11.11%
19444.03/993.57	c       994              2           1        20       -1296.0000       -1439.9391     11.11%
19544.88/998.67	c       999              2           1        20       -1296.0000       -1439.9391     11.11%
19645.78/1003.72	c      1004              2           1        20       -1296.0000       -1439.9391     11.11%
19744.70/1008.76	c      1009              2           1        20       -1296.0000       -1439.9391     11.11%
19845.51/1013.84	c      1014              2           1        20       -1296.0000       -1439.9391     11.11%
19946.37/1018.92	c      1019              2           1        20       -1296.0000       -1439.9391     11.11%
20045.24/1023.99	c      1024              2           1        20       -1296.0000       -1439.9391     11.11%
20146.70/1029.12	c      1029              2           1        20       -1296.0000       -1439.9391     11.11%
20248.88/1034.21	c      1034              2           1        20       -1296.0000       -1439.9391     11.11%
20347.76/1039.26	c      1039              2           1        20       -1296.0000       -1439.9391     11.11%
20448.63/1044.34	c      1044              2           1        20       -1296.0000       -1439.9391     11.11%
20549.47/1049.42	c      1049              2           1        20       -1296.0000       -1439.9391     11.11%
20650.34/1054.54	c      1055              2           1        20       -1296.0000       -1439.9391     11.11%
20751.22/1059.66	c      1060              2           1        20       -1296.0000       -1439.9391     11.11%
20852.11/1064.70	c      1065              2           1        20       -1296.0000       -1439.9391     11.11%
20951.01/1069.79	c      1070              2           1        20       -1296.0000       -1439.9391     11.11%
21051.89/1074.84	c      1075              2           1        20       -1296.0000       -1439.9391     11.11%
21152.76/1079.91	c      1080              2           1        20       -1296.0000       -1439.9391     11.11%
21251.66/1084.98	c      1085              2           1        20       -1296.0000       -1439.9391     11.11%
21353.17/1090.07	c      1090              2           1        20       -1296.0000       -1439.9391     11.11%
21455.39/1095.24	c      1095              2           1        20       -1296.0000       -1439.9391     11.11%
21556.27/1100.32	c      1100              2           1        20       -1296.0000       -1439.9103     11.10%
21657.17/1105.44	c      1105              2           1        20       -1296.0000       -1439.9103     11.10%
21758.01/1110.50	c      1111              2           1        20       -1296.0000       -1439.9103     11.10%
21858.90/1115.62	c      1116              2           1        20       -1296.0000       -1439.9103     11.10%
21959.78/1120.70	c      1121              2           1        20       -1296.0000       -1439.9103     11.10%
22058.68/1125.79	c      1126              2           1        20       -1296.0000       -1439.9103     11.10%
22159.54/1130.89	c      1131              2           1        20       -1296.0000       -1439.9103     11.10%
22263.07/1136.05	c      1136              2           1        20       -1296.0000       -1439.9103     11.10%
22363.91/1141.13	c      1141              2           1        20       -1296.0000       -1439.9103     11.10%
22464.16/1146.20	c      1146              2           1        20       -1296.0000       -1439.9103     11.10%
22564.98/1151.32	c      1151              2           1        20       -1296.0000       -1439.9103     11.10%
22663.81/1156.37	c      1156              2           1        20       -1296.0000       -1439.9103     11.10%
22764.68/1161.47	c      1161              2           1        20       -1296.0000       -1439.9103     11.10%
22865.55/1166.58	c      1167              2           1        20       -1296.0000       -1439.9103     11.10%
22966.38/1171.66	c      1172              2           1        20       -1296.0000       -1439.9103     11.10%
23067.25/1176.76	c      1177              2           1        20       -1296.0000       -1439.9103     11.10%
23168.10/1181.83	c      1182              2           1        20       -1296.0000       -1439.9103     11.10%
23268.97/1186.91	c      1187              2           1        20       -1296.0000       -1439.9103     11.10%
23367.87/1192.00	c      1192              2           1        20       -1296.0000       -1439.9103     11.10%
23469.41/1197.04	c      1197              2           1        20       -1296.0000       -1439.9103     11.10%
23568.45/1202.11	c      1202              2           1        20       -1296.0000       -1439.9103     11.10%
23670.47/1207.23	c      1207              2           1        20       -1296.0000       -1439.9103     11.10%
23771.33/1212.32	c      1212              2           1        20       -1296.0000       -1439.9103     11.10%
23870.24/1217.39	c      1217              2           1        20       -1296.0000       -1439.9103     11.10%
23971.12/1222.48	c      1222              2           1        20       -1296.0000       -1439.9103     11.10%
24073.94/1227.68	c      1228              2           1        20       -1296.0000       -1439.9103     11.10%
24174.81/1232.78	c      1233              2           1        20       -1296.0000       -1439.9103     11.10%
24277.65/1237.94	c      1238              2           1        20       -1296.0000       -1439.9103     11.10%
24376.56/1243.02	c      1243              2           1        20       -1296.0000       -1439.9103     11.10%
24478.06/1248.12	c      1248              2           1        20       -1296.0000       -1439.9103     11.10%
24580.26/1253.29	c      1253              2           1        20       -1296.0000       -1439.9103     11.10%
24683.11/1258.46	c      1258              2           1        20       -1296.0000       -1439.9103     11.10%
24783.98/1263.57	c      1264              2           1        20       -1296.0000       -1439.9103     11.10%
24885.02/1268.62	c      1269              2           1        20       -1296.0000       -1439.9103     11.10%
24985.76/1273.76	c      1274              2           1        20       -1296.0000       -1439.9103     11.10%
25086.71/1278.85	c      1279              2           1        20       -1296.0000       -1439.9103     11.10%
25187.67/1283.90	c      1284              2           1        20       -1296.0000       -1439.9103     11.10%
25286.62/1289.02	c      1289              3           2        20       -1296.0000       -1439.9013     11.10%
25390.46/1294.17	c      1294              3           2        20       -1296.0000       -1439.9013     11.10%
25490.66/1299.27	c      1299              3           2        20       -1296.0000       -1439.9013     11.10%
25591.72/1304.36	c      1304              3           2        20       -1296.0000       -1439.9013     11.10%
25692.79/1309.48	c      1309              3           2        20       -1296.0000       -1439.9013     11.10%
25795.86/1314.62	c      1315              3           2        20       -1296.0000       -1439.9013     11.10%
25896.99/1319.76	c      1320              3           2        20       -1296.0000       -1439.9013     11.10%
25998.14/1324.89	c      1325              3           2        20       -1296.0000       -1439.9013     11.10%
26099.26/1329.95	c      1330              3           2        20       -1296.0000       -1439.9013     11.10%
26201.01/1335.05	c      1335              3           2        20       -1296.0000       -1439.9013     11.10%
26302.15/1340.17	c      1340              3           2        20       -1296.0000       -1439.9013     11.10%
26410.54/1345.60	c      1346              3           2        20       -1296.0000       -1439.9013     11.10%
26511.63/1350.71	c      1351              3           2        20       -1296.0000       -1439.9013     11.10%
26612.75/1355.89	c      1356              3           2        20       -1296.0000       -1439.9013     11.10%
26716.48/1361.05	c      1361              3           2        20       -1296.0000       -1439.9013     11.10%
26818.94/1366.25	c      1366              3           2        20       -1296.0000       -1439.9013     11.10%
26918.00/1371.30	c      1371              3           2        20       -1296.0000       -1439.9013     11.10%
27019.15/1376.38	c      1376              3           2        20       -1296.0000       -1439.9013     11.10%
27128.22/1381.86	c      1382              3           2        20       -1296.0000       -1439.8408     11.10%
27227.31/1386.88	c      1387              3           2        20       -1296.0000       -1439.8408     11.10%
27331.13/1392.04	c      1392              3           2        20       -1296.0000       -1439.8408     11.10%
27430.16/1397.13	c      1397              3           2        20       -1296.0000       -1439.8408     11.10%
27532.47/1402.23	c      1402              3           2        20       -1296.0000       -1439.8408     11.10%
27635.51/1407.42	c      1407              3           2        20       -1296.0000       -1439.8408     11.10%
27736.54/1412.54	c      1413              3           2        20       -1296.0000       -1439.8408     11.10%
27837.63/1417.64	c      1418              3           2        20       -1296.0000       -1439.8408     11.10%
27938.70/1422.73	c      1423              3           2        20       -1296.0000       -1439.8408     11.10%
28037.80/1427.79	c      1428              3           2        20       -1296.0000       -1439.8408     11.10%
28140.85/1433.01	c      1433              3           2        20       -1296.0000       -1439.8408     11.10%
28242.62/1438.06	c      1438              3           2        20       -1296.0000       -1439.8408     11.10%
28343.60/1443.15	c      1443              3           2        20       -1296.0000       -1439.8408     11.10%
28444.17/1448.23	c      1448              3           2        20       -1296.0000       -1439.8408     11.10%
28545.32/1453.38	c      1453              3           2        20       -1296.0000       -1439.8408     11.10%
28646.48/1458.48	c      1458              3           2        20       -1296.0000       -1439.8408     11.10%
28749.61/1463.62	c      1464              4           3        20       -1296.0000       -1439.8408     11.10%
28850.74/1468.73	c      1469              4           3        20       -1296.0000       -1439.8408     11.10%
28951.89/1473.83	c      1474              4           3        20       -1296.0000       -1439.8408     11.10%
29051.05/1478.88	c      1479              4           3        20       -1296.0000       -1439.8408     11.10%
29152.19/1483.95	c      1484              4           3        20       -1296.0000       -1439.8408     11.10%
29256.06/1489.18	c      1489              4           3        20       -1296.0000       -1439.8408     11.10%
29356.44/1494.27	c      1494              4           3        20       -1296.0000       -1439.8408     11.10%
29457.66/1499.36	c      1499              4           3        20       -1296.0000       -1439.8408     11.10%
29562.86/1504.60	c      1505              4           3        20       -1296.0000       -1439.8408     11.10%
29664.08/1509.71	c      1510              4           3        20       -1296.0000       -1439.8408     11.10%
29763.31/1514.72	c      1515              4           3        20       -1296.0000       -1439.8408     11.10%
29864.54/1519.89	c      1520              4           3        20       -1296.0000       -1439.8408     11.10%
29965.77/1524.97	c      1525              4           3        20       -1296.0000       -1439.8408     11.10%
30064.96/1530.03	c      1530              4           3        20       -1296.0000       -1439.8408     11.10%
30168.86/1535.16	c      1535              4           3        20       -1296.0000       -1439.8408     11.10%
30269.36/1540.25	c      1540              4           3        20       -1296.0000       -1439.8408     11.10%
30370.59/1545.37	c      1545              4           3        20       -1296.0000       -1439.8408     11.10%
30471.82/1550.44	c      1550              4           3        20       -1296.0000       -1439.8408     11.10%
30573.05/1555.57	c      1556              4           3        20       -1296.0000       -1439.8408     11.10%
30674.29/1560.62	c      1561              4           3        20       -1296.0000       -1439.8408     11.10%
30775.52/1565.78	c      1566              4           3        20       -1296.0000       -1439.8408     11.10%
30876.69/1570.84	c      1571              4           3        20       -1296.0000       -1439.8408     11.10%
30977.92/1575.91	c      1576              4           3        20       -1296.0000       -1439.8408     11.10%
31077.17/1580.97	c      1581              4           3        20       -1296.0000       -1439.8408     11.10%
31176.40/1586.02	c      1586              4           3        20       -1296.0000       -1439.8408     11.10%
31275.54/1591.04	c      1591              4           3        20       -1296.0000       -1439.8408     11.10%
31377.44/1596.13	c      1596              4           3        20       -1296.0000       -1439.8408     11.10%
31479.81/1601.22	c      1601              4           3        20       -1296.0000       -1439.8408     11.10%
31578.98/1606.27	c      1606              4           3        20       -1296.0000       -1439.8408     11.10%
31680.14/1611.37	c      1611              4           3        20       -1296.0000       -1439.8408     11.10%
31783.28/1616.52	c      1617              4           3        20       -1296.0000       -1439.8408     11.10%
31882.46/1621.58	c      1622              4           3        20       -1296.0000       -1439.8408     11.10%
31983.61/1626.69	c      1627              4           3        20       -1296.0000       -1439.8408     11.10%
32086.71/1631.87	c      1632              4           3        20       -1296.0000       -1439.8408     11.10%
32187.87/1636.96	c      1637              4           3        20       -1296.0000       -1439.8408     11.10%
32287.04/1641.97	c      1642              4           3        20       -1296.0000       -1439.8408     11.10%
32388.80/1647.08	c      1647              4           3        20       -1296.0000       -1439.8408     11.10%
32490.10/1652.16	c      1652              4           3        20       -1296.0000       -1439.8408     11.10%
32590.39/1657.29	c      1657              4           3        20       -1296.0000       -1439.8408     11.10%
32691.44/1662.38	c      1662              4           3        20       -1296.0000       -1439.8408     11.10%
32794.54/1667.53	c      1668              4           3        20       -1296.0000       -1439.8408     11.10%
32895.66/1672.60	c      1673              4           3        20       -1296.0000       -1439.8408     11.10%
32996.77/1677.71	c      1678              4           3        20       -1296.0000       -1439.8408     11.10%
33095.90/1682.77	c      1683              4           3        20       -1296.0000       -1439.8408     11.10%
33195.03/1687.80	c      1688              4           3        20       -1296.0000       -1439.8408     11.10%
33296.15/1692.87	c      1693              4           3        20       -1296.0000       -1439.8408     11.10%
33397.26/1698.00	c      1698              5           4        20       -1296.0000       -1439.8408     11.10%
33499.11/1703.09	c      1703              5           4        20       -1296.0000       -1439.8408     11.10%
33600.28/1708.18	c      1708              5           4        20       -1296.0000       -1439.8408     11.10%
33702.50/1713.35	c      1713              5           4        20       -1296.0000       -1439.8408     11.10%
33803.59/1718.45	c      1718              5           4        20       -1296.0000       -1439.8408     11.10%
33906.65/1723.61	c      1724              5           4        20       -1296.0000       -1439.8408     11.10%
34005.75/1728.67	c      1729              5           4        20       -1296.0000       -1439.8408     11.10%
34106.82/1733.76	c      1734              5           4        20       -1296.0000       -1439.8408     11.10%
34207.89/1738.83	c      1739              5           4        20       -1296.0000       -1439.8408     11.10%
34307.13/1743.86	c      1744              5           4        20       -1296.0000       -1439.8408     11.10%
34410.76/1749.04	c      1749              5           4        20       -1296.0000       -1439.8408     11.10%
34511.64/1754.18	c      1754              5           4        20       -1296.0000       -1439.8408     11.10%
34612.12/1759.22	c      1759              5           4        20       -1296.0000       -1439.8408     11.10%
34711.20/1764.27	c      1764              5           4        20       -1296.0000       -1439.8408     11.10%
34812.23/1769.34	c      1769              5           4        20       -1296.0000       -1439.8408     11.10%
34913.32/1774.40	c      1774              6           5        20       -1296.0000       -1439.8408     11.10%
35014.39/1779.51	c      1780              6           5        20       -1296.0000       -1439.8408     11.10%
35113.51/1784.56	c      1785              2           1        20       -1296.0000       -1439.7521     11.09%
35214.58/1789.67	c      1790              2           1        20       -1296.0000       -1439.7521     11.09%
35315.68/1794.75	c      1795              2           1        20       -1296.0000       -1439.7521     11.09%
35414.75/1799.79	c      1800              2           1        20       -1296.0000       -1439.7521     11.09%
35515.85/1804.85	c      1805              2           1        20       -1296.0000       -1439.7521     11.09%
35616.94/1809.91	c      1810              2           1        20       -1296.0000       -1439.7521     11.09%
35716.08/1815.00	c      1815              2           1        20       -1296.0000       -1439.7521     11.09%
35817.98/1820.07	c      1820              2           1        20       -1296.0000       -1439.7521     11.09%
35919.16/1825.18	c      1825              2           1        20       -1296.0000       -1439.7521     11.09%
36019.66/1830.29	c      1830              2           1        20       -1296.0000       -1439.7521     11.09%
36120.90/1835.38	c      1835              2           1        20       -1296.0000       -1439.7521     11.09%
36222.14/1840.47	c      1840              2           1        20       -1296.0000       -1439.7521     11.09%
36323.36/1845.56	c      1846              2           1        20       -1296.0000       -1439.7521     11.09%
36424.58/1850.64	c      1851              2           1        20       -1296.0000       -1439.7521     11.09%
36525.81/1855.70	c      1856              2           1        20       -1296.0000       -1439.7521     11.09%
36625.06/1860.73	c      1861              2           1        20       -1296.0000       -1439.7521     11.09%
36726.29/1865.87	c      1866              2           1        20       -1296.0000       -1439.7521     11.09%
36827.53/1870.92	c      1871              2           1        20       -1296.0000       -1439.7521     11.09%
36926.78/1875.93	c      1876              2           1        20       -1296.0000       -1439.7521     11.09%
37026.02/1881.01	c      1881              2           1        20       -1296.0000       -1439.7521     11.09%
37127.95/1886.12	c      1886              2           1        20       -1296.0000       -1439.7521     11.09%
37229.07/1891.17	c      1891              2           1        20       -1296.0000       -1439.7521     11.09%
37329.65/1896.28	c      1896              2           1        20       -1296.0000       -1439.7521     11.09%
37430.89/1901.40	c      1901              2           1        20       -1296.0000       -1439.7521     11.09%
37532.13/1906.48	c      1906              2           1        20       -1296.0000       -1439.7521     11.09%
37633.36/1911.58	c      1912              2           1        20       -1296.0000       -1439.7521     11.09%
37734.75/1916.64	c      1917              2           1        20       -1296.0000       -1439.7521     11.09%
37835.80/1921.74	c      1922              2           1        20       -1296.0000       -1439.7521     11.09%
37937.01/1926.81	c      1927              2           1        20       -1296.0000       -1439.7521     11.09%
38036.26/1931.88	c      1932              2           1        20       -1296.0000       -1439.7521     11.09%
38137.49/1936.93	c      1937              2           1        20       -1296.0000       -1439.7521     11.09%
38236.73/1942.02	c      1942              2           1        20       -1296.0000       -1439.7521     11.09%
38340.71/1947.15	c      1947              2           1        20       -1296.0000       -1439.7521     11.09%
38441.09/1952.22	c      1952              2           1        20       -1296.0000       -1439.7521     11.09%
38542.32/1957.32	c      1957              2           1        20       -1296.0000       -1439.7521     11.09%
38643.53/1962.41	c      1962              2           1        20       -1296.0000       -1439.7521     11.09%
38744.76/1967.51	c      1968              2           1        20       -1296.0000       -1439.7521     11.09%
38846.13/1972.66	c      1973              2           1        20       -1296.0000       -1439.7521     11.09%
38947.19/1977.74	c      1978              2           1        20       -1296.0000       -1439.7521     11.09%
39048.41/1982.83	c      1983              2           1        20       -1296.0000       -1439.7521     11.09%
39147.62/1987.90	c      1988              2           1        20       -1296.0000       -1439.7521     11.09%
39248.82/1992.98	c      1993              2           1        20       -1296.0000       -1439.7521     11.09%
39348.03/1997.99	c      1998              2           1        20       -1296.0000       -1439.7521     11.09%
39452.05/2003.16	c      2003              3           2        20       -1296.0000       -1439.7247     11.09%
39552.39/2008.21	c      2008              3           2        20       -1296.0000       -1439.7247     11.09%
39653.54/2013.34	c      2013              3           2        20       -1296.0000       -1439.7247     11.09%
39754.73/2018.49	c      2018              3           2        20       -1296.0000       -1439.7247     11.09%
39855.90/2023.56	c      2024              3           2        20       -1296.0000       -1439.7247     11.09%
39959.04/2028.75	c      2029              3           2        20       -1296.0000       -1439.7247     11.09%
40060.18/2033.82	c      2034              3           2        20       -1296.0000       -1439.7247     11.09%
40159.32/2038.89	c      2039              3           2        20       -1296.0000       -1439.7247     11.09%
40260.53/2043.96	c      2044              3           2        20       -1296.0000       -1439.7247     11.09%
40359.76/2048.98	c      2049              3           2        20       -1296.0000       -1439.7247     11.09%
40459.04/2053.99	c      2054              3           2        20       -1296.0000       -1439.7247     11.09%
40560.96/2059.07	c      2059              3           2        20       -1296.0000       -1439.7247     11.09%
40662.39/2064.15	c      2064              3           2        20       -1296.0000       -1439.7247     11.09%
40766.85/2069.41	c      2069              3           2        20       -1296.0000       -1439.7247     11.09%
40870.06/2074.63	c      2075              3           2        20       -1296.0000       -1439.7247     11.09%
40971.34/2079.76	c      2080              3           2        20       -1296.0000       -1439.7247     11.09%
41072.62/2084.83	c      2085              3           2        20       -1296.0000       -1439.7247     11.09%
41173.91/2089.93	c      2090              3           2        20       -1296.0000       -1439.7247     11.09%
41273.21/2095.02	c      2095              3           2        20       -1296.0000       -1439.7247     11.09%
41377.15/2100.16	c      2100              3           2        20       -1296.0000       -1439.7247     11.09%
41476.63/2105.17	c      2105              4           3        20       -1296.0000       -1439.7247     11.09%
41577.06/2110.27	c      2110              4           3        20       -1296.0000       -1439.7247     11.09%
41680.34/2115.49	c      2115              4           3        20       -1296.0000       -1439.7247     11.09%
41783.62/2120.60	c      2121              4           3        20       -1296.0000       -1439.7247     11.09%
41886.89/2125.83	c      2126              4           3        20       -1296.0000       -1439.7247     11.09%
41988.18/2130.95	c      2131              4           3        20       -1296.0000       -1439.7247     11.09%
42087.45/2136.03	c      2136              4           3        20       -1296.0000       -1439.7247     11.09%
42191.54/2141.18	c      2141              4           3        20       -1296.0000       -1439.7247     11.09%
42293.95/2146.31	c      2146              4           3        20       -1296.0000       -1439.7247     11.09%
42395.24/2151.40	c      2151              4           3        20       -1296.0000       -1439.7247     11.09%
42496.53/2156.52	c      2157              4           3        20       -1296.0000       -1439.7247     11.09%
42597.83/2161.63	c      2162              4           3        20       -1296.0000       -1439.7247     11.09%
42699.13/2166.74	c      2167              4           3        20       -1296.0000       -1439.7247     11.09%
42802.40/2171.94	c      2172              4           3        20       -1296.0000       -1439.7247     11.09%
42904.48/2177.12	c      2177              4           3        20       -1296.0000       -1439.7247     11.09%
43005.54/2182.15	c      2182              4           3        20       -1296.0000       -1439.7247     11.09%
43108.15/2187.30	c      2187              4           3        20       -1296.0000       -1439.7247     11.09%
43209.38/2192.42	c      2192              4           3        20       -1296.0000       -1439.7247     11.09%
43310.65/2197.56	c      2198              4           3        20       -1296.0000       -1439.7247     11.09%
43411.91/2202.68	c      2203              4           3        20       -1296.0000       -1439.7247     11.09%
43515.17/2207.81	c      2208              4           3        20       -1296.0000       -1439.7247     11.09%
43616.43/2212.90	c      2213              4           3        20       -1296.0000       -1439.7247     11.09%
43715.67/2217.98	c      2218              4           3        20       -1296.0000       -1439.7247     11.09%
43817.69/2223.07	c      2223              4           3        20       -1296.0000       -1439.7247     11.09%
43918.76/2228.19	c      2228              4           3        20       -1296.0000       -1439.7247     11.09%
44021.26/2233.31	c      2233              4           3        20       -1296.0000       -1439.7247     11.09%
44120.47/2238.39	c      2238              4           3        20       -1296.0000       -1439.7247     11.09%
44223.65/2243.52	c      2244              4           3        20       -1296.0000       -1439.7247     11.09%
44322.86/2248.59	c      2249              4           3        20       -1296.0000       -1439.7247     11.09%
44425.99/2253.70	c      2254              4           3        20       -1296.0000       -1439.7247     11.09%
44525.22/2258.74	c      2259              4           3        20       -1296.0000       -1439.7247     11.09%
44626.42/2263.88	c      2264              4           3        20       -1296.0000       -1439.7247     11.09%
44727.62/2268.96	c      2269              4           3        20       -1296.0000       -1439.7247     11.09%
44829.70/2274.05	c      2274              4           3        20       -1296.0000       -1439.7247     11.09%
44928.93/2279.08	c      2279              4           3        20       -1296.0000       -1439.7247     11.09%
45031.07/2284.26	c      2284              4           3        20       -1296.0000       -1439.7247     11.09%
45132.22/2289.36	c      2289              4           3        20       -1296.0000       -1439.7247     11.09%
45235.35/2294.51	c      2295              4           3        20       -1296.0000       -1439.7247     11.09%
45336.51/2299.66	c      2300              4           3        20       -1296.0000       -1439.7247     11.09%
45437.63/2304.79	c      2305              4           3        20       -1296.0000       -1439.7247     11.09%
45538.79/2309.85	c      2310              4           3        20       -1296.0000       -1439.7247     11.09%
45639.88/2315.00	c      2315              4           3        20       -1296.0000       -1439.7247     11.09%
45741.80/2320.08	c      2320              4           3        20       -1296.0000       -1439.7247     11.09%
45844.11/2325.24	c      2325              4           3        20       -1296.0000       -1439.7247     11.09%
45945.25/2330.30	c      2330              4           3        20       -1296.0000       -1439.7247     11.09%
46044.38/2335.37	c      2335              4           3        20       -1296.0000       -1439.7247     11.09%
46145.51/2340.44	c      2340              4           3        20       -1296.0000       -1439.7247     11.09%
46246.65/2345.54	c      2346              4           3        20       -1296.0000       -1439.7247     11.09%
46347.78/2350.61	c      2351              4           3        20       -1296.0000       -1439.7247     11.09%
46448.91/2355.73	c      2356              4           3        20       -1296.0000       -1439.7247     11.09%
46550.03/2360.80	c      2361              4           3        20       -1296.0000       -1439.7247     11.09%
46651.16/2365.91	c      2366              5           4        20       -1296.0000       -1439.7247     11.09%
46750.29/2371.02	c      2371              5           4        20       -1296.0000       -1439.7247     11.09%
46855.32/2376.25	c      2376              5           4        20       -1296.0000       -1439.7247     11.09%
46956.45/2381.32	c      2381              5           4        20       -1296.0000       -1439.7247     11.09%
47057.58/2386.43	c      2386              5           4        20       -1296.0000       -1439.7247     11.09%
47158.71/2391.58	c      2392              5           4        20       -1296.0000       -1439.7247     11.09%
47260.01/2396.67	c      2397              3           2        20       -1296.0000       -1439.7055     11.09%
47361.00/2401.78	c      2402              3           2        20       -1296.0000       -1439.7055     11.09%
47464.14/2406.92	c      2407              3           2        20       -1296.0000       -1439.7055     11.09%
47563.32/2412.01	c      2412              3           2        20       -1296.0000       -1439.7055     11.09%
47665.42/2417.09	c      2417              3           2        20       -1296.0000       -1439.7055     11.09%
47766.62/2422.19	c      2422              3           2        20       -1296.0000       -1439.7055     11.09%
47868.73/2427.39	c      2427              3           2        20       -1296.0000       -1439.7055     11.09%
47969.89/2432.44	c      2432              3           2        20       -1296.0000       -1439.7055     11.09%
48069.01/2437.49	c      2438              3           2        20       -1296.0000       -1439.7055     11.09%
48170.16/2442.56	c      2443              3           2        20       -1296.0000       -1439.7055     11.09%
48271.31/2447.64	c      2448              3           2        20       -1296.0000       -1439.7055     11.09%
48372.46/2452.78	c      2453              3           2        20       -1296.0000       -1439.7055     11.09%
48473.61/2457.89	c      2458              3           2        20       -1296.0000       -1439.7055     11.09%
48574.76/2462.96	c      2463              3           2        20       -1296.0000       -1439.7055     11.09%
48673.92/2468.01	c      2468              3           2        20       -1296.0000       -1439.7055     11.09%
48775.94/2473.08	c      2473              3           2        20       -1296.0000       -1439.7055     11.09%
48877.09/2478.16	c      2478              3           2        20       -1296.0000       -1439.7055     11.09%
48979.33/2483.30	c      2483              3           2        20       -1296.0000       -1439.7055     11.09%
49080.47/2488.46	c      2488              3           2        20       -1296.0000       -1439.7055     11.09%
49183.56/2493.65	c      2494              3           2        20       -1296.0000       -1439.7055     11.09%
49288.69/2498.90	c      2499              3           2        20       -1296.0000       -1439.7055     11.09%
49387.85/2503.95	c      2504              3           2        20       -1296.0000       -1439.7055     11.09%
49487.03/2509.01	c      2509              3           2        20       -1296.0000       -1439.7055     11.09%
49588.99/2514.12	c      2514              3           2        20       -1296.0000       -1439.7055     11.09%
49691.31/2519.20	c      2519              3           2        20       -1296.0000       -1439.7055     11.09%
49790.46/2524.27	c      2524              3           2        20       -1296.0000       -1439.7055     11.09%
49893.54/2529.40	c      2529              3           2        20       -1296.0000       -1439.7055     11.09%
49992.64/2534.42	c      2534              3           2        20       -1296.0000       -1439.7055     11.09%
50093.70/2539.52	c      2540              3           2        20       -1296.0000       -1439.7055     11.09%
50192.78/2544.53	c      2545              3           2        20       -1296.0000       -1439.7055     11.09%
50295.85/2549.80	c      2550              3           2        20       -1296.0000       -1439.7055     11.09%
50396.88/2554.81	c      2555              3           2        20       -1296.0000       -1439.7055     11.09%
50500.74/2560.05	c      2560              3           2        20       -1296.0000       -1439.7055     11.09%
50599.87/2565.10	c      2565              3           2        20       -1296.0000       -1439.7055     11.09%
50704.07/2570.30	c      2570              3           2        20       -1296.0000       -1439.7055     11.09%
50803.15/2575.36	c      2575              3           2        20       -1296.0000       -1439.7055     11.09%
50904.23/2580.43	c      2580              3           2        20       -1296.0000       -1439.7055     11.09%
51003.33/2585.49	c      2585              3           2        20       -1296.0000       -1439.7055     11.09%
51104.41/2590.50	c      2590              3           2        20       -1296.0000       -1439.7055     11.09%
51205.48/2595.66	c      2596              3           2        20       -1296.0000       -1439.7055     11.09%
51306.54/2600.74	c      2601              3           2        20       -1296.0000       -1439.7055     11.09%
51407.63/2605.84	c      2606              3           2        20       -1296.0000       -1439.7055     11.09%
51508.71/2610.94	c      2611              3           2        20       -1296.0000       -1439.7055     11.09%
51607.76/2616.03	c      2616              3           2        20       -1296.0000       -1439.7055     11.09%
51711.70/2621.16	c      2621              3           2        20       -1296.0000       -1439.7055     11.09%
51811.89/2626.25	c      2626              3           2        20       -1296.0000       -1439.7055     11.09%
51916.93/2631.50	c      2632              4           3        20       -1296.0000       -1439.7055     11.09%
52016.01/2636.56	c      2637              4           3        20       -1296.0000       -1439.7055     11.09%
52117.11/2641.68	c      2642              4           3        20       -1296.0000       -1439.7055     11.09%
52218.19/2646.71	c      2647              4           3        20       -1296.0000       -1439.7055     11.09%
52317.29/2651.80	c      2652              4           3        20       -1296.0000       -1439.7055     11.09%
52420.35/2656.91	c      2657              4           3        20       -1296.0000       -1439.7055     11.09%
52522.29/2662.09	c      2662              4           3        20       -1296.0000       -1439.7055     11.09%
52624.48/2667.24	c      2667              4           3        20       -1296.0000       -1439.7055     11.09%
52725.56/2672.37	c      2672              4           3        20       -1296.0000       -1439.7055     11.09%
52826.59/2677.47	c      2677              4           3        20       -1296.0000       -1439.7055     11.09%
52929.67/2682.63	c      2683              4           3        20       -1296.0000       -1439.7055     11.09%
53028.76/2687.68	c      2688              4           3        20       -1296.0000       -1439.7055     11.09%
53129.86/2692.78	c      2693              4           3        20       -1296.0000       -1439.7055     11.09%
53230.95/2697.88	c      2698              4           3        20       -1296.0000       -1439.7055     11.09%
53332.04/2703.00	c      2703              4           3        20       -1296.0000       -1439.7055     11.09%
53431.14/2708.05	c      2708              4           3        20       -1296.0000       -1439.7055     11.09%
53533.23/2713.13	c      2713              4           3        20       -1296.0000       -1439.7055     11.09%
53635.31/2718.26	c      2718              5           4        20       -1296.0000       -1439.7055     11.09%
53736.40/2723.30	c      2723              5           4        20       -1296.0000       -1439.7055     11.09%
53837.48/2728.43	c      2728              5           4        20       -1296.0000       -1439.7055     11.09%
53938.58/2733.53	c      2734              5           4        20       -1296.0000       -1439.7055     11.09%
54039.62/2738.66	c      2739              5           4        20       -1296.0000       -1439.7055     11.09%
54140.71/2743.78	c      2744              5           4        20       -1296.0000       -1439.7055     11.09%
54241.80/2748.89	c      2749              5           4        20       -1296.0000       -1439.7055     11.09%
54342.89/2754.02	c      2754              5           4        20       -1296.0000       -1439.7055     11.09%
54444.84/2759.11	c      2759              5           4        20       -1296.0000       -1439.7055     11.09%
54547.03/2764.27	c      2764              5           4        20       -1296.0000       -1439.7055     11.09%
54650.12/2769.44	c      2769              5           4        20       -1296.0000       -1439.7055     11.09%
54751.21/2774.56	c      2775              5           4        20       -1296.0000       -1439.7055     11.09%
54852.30/2779.66	c      2780              5           4        20       -1296.0000       -1439.7055     11.09%
54955.03/2784.84	c      2785              5           4        20       -1296.0000       -1439.7055     11.09%
55054.14/2789.87	c      2790              5           4        20       -1296.0000       -1439.7055     11.09%
55153.21/2794.88	c      2795              5           4        20       -1296.0000       -1439.7055     11.09%
55254.26/2800.01	c      2800              5           4        20       -1296.0000       -1439.7055     11.09%
55356.13/2805.12	c      2805              5           4        20       -1296.0000       -1439.7055     11.09%
55458.40/2810.28	c      2810              5           4        20       -1296.0000       -1439.7055     11.09%
55559.48/2815.38	c      2815              5           4        20       -1296.0000       -1439.7055     11.09%
55660.59/2820.47	c      2820              3           2        20       -1296.0000       -1439.6408     11.08%
55761.67/2825.55	c      2826              3           2        20       -1296.0000       -1439.6408     11.08%
55862.78/2830.60	c      2831              3           2        20       -1296.0000       -1439.6408     11.08%
55963.89/2835.79	c      2836              3           2        20       -1296.0000       -1439.6408     11.08%
56064.98/2840.81	c      2841              3           2        20       -1296.0000       -1439.6408     11.08%
56166.08/2845.92	c      2846              3           2        20       -1296.0000       -1439.6408     11.08%
56268.02/2851.08	c      2851              3           2        20       -1296.0000       -1439.6408     11.08%
56369.07/2856.18	c      2856              3           2        20       -1296.0000       -1439.6408     11.08%
56471.28/2861.35	c      2861              3           2        20       -1296.0000       -1439.6408     11.08%
56572.37/2866.40	c      2866              3           2        20       -1296.0000       -1439.6408     11.08%
56671.48/2871.47	c      2871              3           2        20       -1296.0000       -1439.6408     11.08%
56772.56/2876.58	c      2877              3           2        20       -1296.0000       -1439.6408     11.08%
56873.65/2881.65	c      2882              3           2        20       -1296.0000       -1439.6408     11.08%
56976.73/2886.81	c      2887              3           2        20       -1296.0000       -1439.6408     11.08%
57077.83/2892.03	c      2892              3           2        20       -1296.0000       -1439.6408     11.08%
57179.72/2897.07	c      2897              3           2        20       -1296.0000       -1439.6408     11.08%
57280.73/2902.17	c      2902              3           2        20       -1296.0000       -1439.6408     11.08%
57383.05/2907.31	c      2907              3           2        20       -1296.0000       -1439.6408     11.08%
57482.15/2912.39	c      2912              3           2        20       -1296.0000       -1439.6408     11.08%
57583.20/2917.48	c      2917              3           2        20       -1296.0000       -1439.6408     11.08%
57684.28/2922.55	c      2923              3           2        20       -1296.0000       -1439.6408     11.08%
57787.35/2927.71	c      2928              3           2        20       -1296.0000       -1439.6408     11.08%
57888.43/2932.82	c      2933              3           2        20       -1296.0000       -1439.6408     11.08%
57989.53/2937.98	c      2938              3           2        20       -1296.0000       -1439.6408     11.08%
58091.41/2943.05	c      2943              3           2        20       -1296.0000       -1439.6408     11.08%
58190.39/2948.13	c      2948              3           2        20       -1296.0000       -1439.6408     11.08%
58292.76/2953.24	c      2953              3           2        20       -1296.0000       -1439.6408     11.08%
58395.84/2958.41	c      2958              3           2        20       -1296.0000       -1439.6408     11.08%
58496.91/2963.53	c      2964              3           2        20       -1296.0000       -1439.6408     11.08%
58597.99/2968.67	c      2969              3           2        20       -1296.0000       -1439.6408     11.08%
58699.07/2973.79	c      2974              3           2        20       -1296.0000       -1439.6408     11.08%
58800.10/2978.89	c      2979              3           2        20       -1296.0000       -1439.6408     11.08%
58901.15/2984.00	c      2984             12          11        20       -1296.0000       -1438.9996     11.03%
59003.03/2989.13	c      2989             12          11        20       -1296.0000       -1438.9996     11.03%
59104.23/2994.19	c      2994             12          11        20       -1296.0000       -1438.9996     11.03%
59204.34/2999.29	c      2999             12          11        20       -1296.0000       -1438.9996     11.03%
59307.39/3004.47	c      3004             12          11        20       -1296.0000       -1438.9996     11.03%
59408.46/3009.58	c      3010             12          11        20       -1296.0000       -1438.9996     11.03%
59509.54/3014.64	c      3015             12          11        20       -1296.0000       -1438.9996     11.03%
59612.59/3019.82	c      3020             12          11        20       -1296.0000       -1438.9996     11.03%
59713.66/3024.98	c      3025             12          11        20       -1296.0000       -1438.9996     11.03%
59815.57/3030.12	c      3030             12          11        20       -1296.0000       -1438.9996     11.03%
59917.74/3035.25	c      3035             12          11        20       -1296.0000       -1438.9996     11.03%
60018.76/3040.35	c      3040             12          11        20       -1296.0000       -1438.9996     11.03%
60119.83/3045.45	c      3045             12          11        20       -1296.0000       -1438.9996     11.03%
60220.89/3050.50	c      3050             12          11        20       -1296.0000       -1438.9996     11.03%
60319.98/3055.54	c      3056             12          11        20       -1296.0000       -1438.9996     11.03%
60421.20/3060.64	c      3061             12          11        20       -1296.0000       -1438.9996     11.03%
60524.09/3065.81	c      3066             12          11        20       -1296.0000       -1438.9996     11.03%
60625.17/3070.92	c      3071             12          11        20       -1296.0000       -1438.9996     11.03%
60726.92/3076.09	c      3076             12          11        20       -1296.0000       -1438.9996     11.03%
60826.27/3081.13	c      3081             12          11        20       -1296.0000       -1438.9996     11.03%
60928.36/3086.26	c      3086             12          11        20       -1296.0000       -1438.9996     11.03%
61029.42/3091.34	c      3091             12          11        20       -1296.0000       -1438.9996     11.03%
61130.47/3096.48	c      3096             12          11        20       -1296.0000       -1438.9996     11.03%
61231.49/3101.53	c      3102             12          11        20       -1296.0000       -1438.9996     11.03%
61332.57/3106.68	c      3107             12          11        20       -1296.0000       -1438.9996     11.03%
61435.61/3111.82	c      3112             12          11        20       -1296.0000       -1438.9996     11.03%
61536.67/3116.98	c      3117             12          11        20       -1296.0000       -1438.9996     11.03%
61638.55/3122.11	c      3122             12          11        20       -1296.0000       -1438.9996     11.03%
61739.69/3127.20	c      3127             12          11        20       -1296.0000       -1438.9996     11.03%
61841.80/3132.30	c      3132             12          11        20       -1296.0000       -1438.9996     11.03%
61940.86/3137.34	c      3137             12          11        20       -1296.0000       -1438.9996     11.03%
62041.92/3142.42	c      3142             12          11        20       -1296.0000       -1438.9996     11.03%
62142.99/3147.54	c      3148             12          11        20       -1296.0000       -1438.9996     11.03%
62246.03/3152.71	c      3153             12          11        20       -1296.0000       -1438.9996     11.03%
62345.06/3157.78	c      3158             12          11        20       -1296.0000       -1438.9996     11.03%
62444.14/3162.79	c      3163             12          11        20       -1296.0000       -1438.9996     11.03%
62549.95/3168.05	c      3168             12          11        20       -1296.0000       -1438.9996     11.03%
62650.96/3173.19	c      3173             12          11        20       -1296.0000       -1438.9996     11.03%
62753.28/3178.35	c      3178             12          11        20       -1296.0000       -1438.9996     11.03%
62856.35/3183.55	c      3184             12          11        20       -1296.0000       -1438.9996     11.03%
62957.59/3188.66	c      3189             12          11        20       -1296.0000       -1438.9996     11.03%
63058.50/3193.73	c      3194             12          11        20       -1296.0000       -1438.9996     11.03%
63159.56/3198.83	c      3199             12          11        20       -1296.0000       -1438.9996     11.03%
63263.41/3204.06	c      3204             12          11        20       -1296.0000       -1438.9996     11.03%
63364.59/3209.15	c      3209             12          11        20       -1296.0000       -1438.9996     11.03%
63464.70/3214.23	c      3214             12          11        20       -1296.0000       -1438.9996     11.03%
63565.72/3219.30	c      3219             12          11        20       -1296.0000       -1438.9996     11.03%
63666.79/3224.41	c      3224             12          11        20       -1296.0000       -1438.9996     11.03%
63767.87/3229.56	c      3230             12          11        20       -1296.0000       -1438.9996     11.03%
63870.92/3234.73	c      3235             12          11        20       -1296.0000       -1438.9996     11.03%
63970.01/3239.78	c      3240             12          11        20       -1296.0000       -1438.9996     11.03%
64073.05/3244.93	c      3245             12          11        20       -1296.0000       -1438.9996     11.03%
64174.82/3250.07	c      3250             12          11        20       -1296.0000       -1438.9996     11.03%
64276.05/3255.17	c      3255             13          12        20       -1296.0000       -1438.9996     11.03%
64376.18/3260.23	c      3260             13          12        20       -1296.0000       -1438.9996     11.03%
64477.23/3265.34	c      3265             13          12        20       -1296.0000       -1438.9996     11.03%
64578.29/3270.48	c      3270             13          12        20       -1296.0000       -1438.9996     11.03%
64681.34/3275.66	c      3276             13          12        20       -1296.0000       -1438.9996     11.03%
64782.34/3280.79	c      3281             13          12        20       -1296.0000       -1438.9996     11.03%
64885.37/3285.94	c      3286             13          12        20       -1296.0000       -1438.9996     11.03%
64987.48/3291.06	c      3291             13          12        20       -1296.0000       -1438.9996     11.03%
65088.31/3296.16	c      3296             13          12        20       -1296.0000       -1438.9996     11.03%
65188.48/3301.25	c      3301             13          12        20       -1296.0000       -1438.9996     11.03%
65291.52/3306.43	c      3306             13          12        20       -1296.0000       -1438.9996     11.03%
65392.59/3311.51	c      3312             13          12        20       -1296.0000       -1438.9996     11.03%
65491.68/3316.56	c      3317             13          12        20       -1296.0000       -1438.9996     11.03%
65594.72/3321.70	c      3322             13          12        20       -1296.0000       -1438.9996     11.03%
65700.62/3327.10	c      3327             13          12        20       -1296.0000       -1438.9996     11.03%
65801.83/3332.17	c      3332             13          12        20       -1296.0000       -1438.9996     11.03%
65903.88/3337.33	c      3337             13          12        20       -1296.0000       -1438.9996     11.03%
66006.90/3342.50	c      3343             13          12        20       -1296.0000       -1438.9996     11.03%
66105.96/3347.58	c      3348             13          12        20       -1296.0000       -1438.9996     11.03%
66207.01/3352.65	c      3353             14          13        20       -1296.0000       -1438.9996     11.03%
66308.05/3357.77	c      3358             14          13        20       -1296.0000       -1438.9996     11.03%
66411.09/3362.90	c      3363             14          13        20       -1296.0000       -1438.9996     11.03%
66510.14/3367.99	c      3368             14          13        20       -1296.0000       -1438.9996     11.03%
66612.05/3373.07	c      3373             14          13        20       -1296.0000       -1438.9996     11.03%
66714.17/3378.20	c      3378             14          13        20       -1296.0000       -1438.9996     11.03%
66813.22/3383.25	c      3383             14          13        20       -1296.0000       -1438.9996     11.03%
66916.23/3388.45	c      3388             14          13        20       -1296.0000       -1438.9996     11.03%
67019.26/3393.61	c      3394             14          13        20       -1296.0000       -1438.9996     11.03%
67120.30/3398.77	c      3399             14          13        20       -1296.0000       -1438.9996     11.03%
67221.27/3403.88	c      3404             14          13        20       -1296.0000       -1438.9996     11.03%
67322.30/3408.99	c      3409             14          13        20       -1296.0000       -1438.9996     11.03%
67424.17/3414.09	c      3414             14          13        20       -1296.0000       -1438.9996     11.03%
67526.34/3419.23	c      3419             14          13        20       -1296.0000       -1438.9996     11.03%
67627.38/3424.34	c      3424             14          13        20       -1296.0000       -1438.9996     11.03%
67730.43/3429.55	c      3430             14          13        20       -1296.0000       -1438.9996     11.03%
67833.46/3434.74	c      3435             14          13        20       -1296.0000       -1438.9996     11.03%
67934.53/3439.80	c      3440             14          13        20       -1296.0000       -1438.9996     11.03%
68035.57/3444.91	c      3445             14          13        20       -1296.0000       -1438.9996     11.03%
68137.54/3450.09	c      3450             14          13        20       -1296.0000       -1438.9996     11.03%
68238.61/3455.19	c      3455             14          13        20       -1296.0000       -1438.9996     11.03%
68338.66/3460.26	c      3460             14          13        20       -1296.0000       -1438.9996     11.03%
68441.68/3465.40	c      3465             14          13        20       -1296.0000       -1438.9996     11.03%
68540.73/3470.49	c      3470             14          13        20       -1296.0000       -1438.9996     11.03%
68641.77/3475.60	c      3476             14          13        20       -1296.0000       -1438.9996     11.03%
68742.80/3480.65	c      3481             14          13        20       -1296.0000       -1438.9996     11.03%
68841.86/3485.69	c      3486             14          13        20       -1296.0000       -1438.9996     11.03%
68942.90/3490.76	c      3491             14          13        20       -1296.0000       -1438.9996     11.03%
69045.91/3495.93	c      3496             14          13        20       -1296.0000       -1438.9996     11.03%
69147.79/3501.06	c      3501             14          13        20       -1296.0000       -1438.9996     11.03%
69248.69/3506.17	c      3506             14          13        20       -1296.0000       -1438.9996     11.03%
69348.90/3511.27	c      3511             14          13        20       -1296.0000       -1438.9996     11.03%
69449.93/3516.33	c      3516             14          13        20       -1296.0000       -1438.9996     11.03%
69550.94/3521.44	c      3521             14          13        20       -1296.0000       -1438.9996     11.03%
69651.98/3526.54	c      3527             14          13        20       -1296.0000       -1438.9996     11.03%
69753.03/3531.66	c      3532             14          13        20       -1296.0000       -1438.9996     11.03%
69854.09/3536.72	c      3537             14          13        20       -1296.0000       -1438.9996     11.03%
69955.14/3541.84	c      3542             14          13        20       -1296.0000       -1438.9996     11.03%
70056.18/3546.95	c      3547             14          13        20       -1296.0000       -1438.9996     11.03%
70155.25/3551.98	c      3552             14          13        20       -1296.0000       -1438.9996     11.03%
70257.14/3557.06	c      3557             14          13        20       -1296.0000       -1438.9996     11.03%
70359.28/3562.24	c      3562             14          13        20       -1296.0000       -1438.9996     11.03%
70460.34/3567.33	c      3567             14          13        20       -1296.0000       -1438.9996     11.03%
70561.38/3572.45	c      3572             14          13        20       -1296.0000       -1438.9996     11.03%
70664.42/3577.65	c      3578             14          13        20       -1296.0000       -1438.9996     11.03%
70765.45/3582.77	c      3583             14          13        20       -1296.0000       -1438.9996     11.03%
70866.40/3587.88	c      3588             14          13        20       -1296.0000       -1438.9996     11.03%
70967.49/3593.00	c      3593             14          13        20       -1296.0000       -1438.9996     11.03%
71069.31/3598.06	c      3598             14          13        20       -1296.0000       -1438.9996     11.03%
71171.59/3603.25	c      3603             14          13        20       -1296.0000       -1438.9996     11.03%
71272.68/3608.34	c      3608             14          13        20       -1296.0000       -1438.9996     11.03%
71373.76/3613.41	c      3613             14          13        20       -1296.0000       -1438.9996     11.03%
71474.81/3618.52	c      3619             15          14        20       -1296.0000       -1438.9996     11.03%
71573.87/3623.59	c      3624             15          14        20       -1296.0000       -1438.9996     11.03%
71675.09/3628.68	c      3629             15          14        20       -1296.0000       -1438.9996     11.03%
71775.95/3633.75	c      3634             15          14        20       -1296.0000       -1438.9996     11.03%
71877.00/3638.87	c      3639             15          14        20       -1296.0000       -1438.9996     11.03%
71977.82/3643.97	c      3644             15          14        20       -1296.0000       -1438.9996     11.03%

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 (164425 MiB free)
  memory of node 1: 193494 MiB (163163 MiB free)
  memory of node 2: 193531 MiB (172983 MiB free)
  memory of node 3: 193531 MiB (190278 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-4465964-1723660883/watcher-4465964-1723660883 -o /tmp/evaluation-result-4465964-1723660883/solver-4465964-1723660883 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779824 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465964-1723660883.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=784112, runsolver pid=784109
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 80.11 80.16 79.69 62/983 784113
/proc/meminfo: memFree=707389716/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=68764 memory=56448 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 11988 0 0 0 9 1 0 0 20 0 1 0 132671389 70414336 14112 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 17191 14112 2347 3035 0 13587 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 68764 KiB
Current children cumulated memory: 56448 KiB

[startup+0.220228 s]*
/proc/loadavg: 80.11 80.16 79.69 63/983 784113
/proc/meminfo: memFree=707347156/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=111716 memory=99260 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 22699 0 0 0 20 3 0 0 20 0 1 0 132671389 114397184 24815 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 27929 24815 2347 3035 0 24325 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 111716 KiB
Current children cumulated memory: 99260 KiB

[startup+0.32035 s]*
/proc/loadavg: 80.11 80.16 79.69 63/983 784113
/proc/meminfo: memFree=707311184/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=148360 memory=134468 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 31011 0 0 0 28 4 0 0 20 0 1 0 132671389 151920640 33617 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 37090 33617 2347 3035 0 33486 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 148360 KiB
Current children cumulated memory: 134468 KiB

[startup+0.700286 s]
/proc/loadavg: 80.11 80.16 79.69 63/983 784113
/proc/meminfo: memFree=707185688/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=355376 memory=341928 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 83622 0 0 0 55 13 0 0 20 0 1 0 132671389 363905024 85482 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 88844 85482 2614 3035 0 85240 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 355376 KiB
Current children cumulated memory: 341928 KiB

[startup+1.50031 s]
/proc/loadavg: 80.11 80.16 79.69 62/983 784115
/proc/meminfo: memFree=707031728/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=408484 memory=392952 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 104872 0 0 0 128 21 0 0 20 0 1 0 132671389 418287616 98238 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 102121 98238 2710 3035 0 98517 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 408484 KiB
Current children cumulated memory: 392952 KiB

[startup+3.12109 s]
/proc/loadavg: 78.58 79.84 79.59 82/983 784115
/proc/meminfo: memFree=706907344/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=635152 memory=598684 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/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 131741 0 0 0 283 26 0 0 20 0 1 0 132671389 650395648 149671 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 158788 149671 2758 3035 0 155184 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 635152 KiB
Current children cumulated memory: 598684 KiB

[startup+6.30022 s]
/proc/loadavg: 78.58 79.84 79.59 62/983 784115
/proc/meminfo: memFree=706405968/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=1069136 memory=967924 CPUtime=6.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/stat : 784112 (fscip) R 784109 784112 779811 0 -1 4194304 154100 0 0 0 590 36 0 0 20 0 1 0 132671389 1094795264 241981 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 267284 241981 2774 3035 0 263680 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1069136 KiB
Current children cumulated memory: 967924 KiB

[startup+12.7005 s]
/proc/loadavg: 75.88 79.22 79.39 62/1003 784136
/proc/meminfo: memFree=704037492/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=4976912 memory=3621492 CPUtime=12.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/stat : 784112 (fscip) S 784109 784112 779811 0 -1 1077936128 783361 0 0 0 1133 132 0 0 20 0 21 0 132671389 5096357888 905307 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 1244228 905307 2774 3035 0 961927 0
[pid=784112/tid=784116] ppid=784109 vsize=4976912 memory=-6731025906831375203 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784116/stat : 784116 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784117] ppid=784109 vsize=4976912 memory=25333125866717268 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784117/stat : 784117 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 21 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784118] ppid=784109 vsize=4976912 memory=2581180 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784118/stat : 784118 (fscip) S 784109 784112 779811 0 -1 1077936192 32129 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784119] ppid=784109 vsize=4976912 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784119/stat : 784119 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 21 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784120] ppid=784109 vsize=4976912 memory=42004 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784120/stat : 784120 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 21 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784121] ppid=784109 vsize=4976912 memory=1026848 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784121/stat : 784121 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784122] ppid=784109 vsize=4976912 memory=2316 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784122/stat : 784122 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784123] ppid=784109 vsize=4976912 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784123/stat : 784123 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784124] ppid=784109 vsize=4976912 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784124/stat : 784124 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784125] ppid=784109 vsize=4976912 memory=11448 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784125/stat : 784125 (fscip) S 784109 784112 779811 0 -1 1077936192 32127 0 0 0 21 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784126] ppid=784109 vsize=4976912 memory=1826276 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784126/stat : 784126 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 19 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784127] ppid=784109 vsize=4976912 memory=1169580 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784127/stat : 784127 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784128] ppid=784109 vsize=4976912 memory=33000 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784128/stat : 784128 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 5 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784129] ppid=784109 vsize=4976912 memory=6048 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784129/stat : 784129 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784130] ppid=784109 vsize=4976912 memory=10544 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784130/stat : 784130 (fscip) R 784109 784112 779811 0 -1 4194368 5732 0 0 0 1 1 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784131] ppid=784109 vsize=4976912 memory=0 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784131/stat : 784131 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784132] ppid=784109 vsize=4976912 memory=0 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784132/stat : 784132 (fscip) S 784109 784112 779811 0 -1 1077936192 32127 0 0 0 21 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784133] ppid=784109 vsize=4976912 memory=281300494273072 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784133/stat : 784133 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784134] ppid=784109 vsize=4976912 memory=25333125866717268 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784134/stat : 784134 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 20 4 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784135] ppid=784109 vsize=4976912 memory=1804 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784135/stat : 784135 (fscip) S 784109 784112 779811 0 -1 1077936192 32128 0 0 0 19 6 0 0 20 0 21 0 132672141 5096357888 905373 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 4976912 KiB
Current children cumulated memory: 3621492 KiB

[startup+25.5013 s]
/proc/loadavg: 76.51 79.25 79.40 82/1023 784158
/proc/meminfo: memFree=689764112/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=18710512 memory=16980080 CPUtime=254.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/stat : 784112 (fscip) S 784109 784112 779811 0 -1 1077936128 3316257 0 0 0 23067 2400 0 0 20 0 41 0 132671389 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 4677628 4245020 2966 3035 0 4394491 0
[pid=784112/tid=784116] ppid=784109 vsize=18710512 memory=25333125866717268 CPUtime=12.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784116/stat : 784116 (fscip) R 784109 784112 779811 0 -1 4194368 123124 0 0 0 1066 152 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784117] ppid=784109 vsize=18710512 memory=281300494273072 CPUtime=12.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784117/stat : 784117 (fscip) R 784109 784112 779811 0 -1 4194368 143309 0 0 0 1098 134 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784118] ppid=784109 vsize=18710512 memory=-6731025906831375203 CPUtime=12.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784118/stat : 784118 (fscip) R 784109 784112 779811 0 -1 4194368 234340 0 0 0 1202 51 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784119] ppid=784109 vsize=18710512 memory=1169580 CPUtime=12.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784119/stat : 784119 (fscip) R 784109 784112 779811 0 -1 4194368 116240 0 0 0 1079 151 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784120] ppid=784109 vsize=18710512 memory=1826276 CPUtime=12.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784120/stat : 784120 (fscip) R 784109 784112 779811 0 -1 4194368 152478 0 0 0 1073 144 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784121] ppid=784109 vsize=18710512 memory=7306923743755200085 CPUtime=12.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784121/stat : 784121 (fscip) R 784109 784112 779811 0 -1 4194368 219491 0 0 0 1211 50 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784122] ppid=784109 vsize=18710512 memory=6048 CPUtime=12.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784122/stat : 784122 (fscip) R 784109 784112 779811 0 -1 4194368 115073 0 0 0 1076 153 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784123] ppid=784109 vsize=18710512 memory=281300494596528 CPUtime=12.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784123/stat : 784123 (fscip) R 784109 784112 779811 0 -1 4194368 152693 0 0 0 1073 146 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784124] ppid=784109 vsize=18710512 memory=4049017777095467265 CPUtime=12.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784124/stat : 784124 (fscip) R 784109 784112 779811 0 -1 4194368 212293 0 0 0 1194 45 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784125] ppid=784109 vsize=18710512 memory=0 CPUtime=12.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784125/stat : 784125 (fscip) R 784109 784112 779811 0 -1 4194368 115327 0 0 0 1075 152 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784126] ppid=784109 vsize=18710512 memory=2316 CPUtime=12.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784126/stat : 784126 (fscip) R 784109 784112 779811 0 -1 4194368 142841 0 0 0 1075 149 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784127] ppid=784109 vsize=18710512 memory=281300495367856 CPUtime=12.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784127/stat : 784127 (fscip) R 784109 784112 779811 0 -1 4194368 203698 0 0 0 1214 46 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784128] ppid=784109 vsize=18710512 memory=281300495879072 CPUtime=12.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784128/stat : 784128 (fscip) R 784109 784112 779811 0 -1 4194368 115977 0 0 0 1068 152 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784129] ppid=784109 vsize=18710512 memory=25333125866717268 CPUtime=12.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784129/stat : 784129 (fscip) R 784109 784112 779811 0 -1 4194368 140091 0 0 0 1078 144 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784130] ppid=784109 vsize=18710512 memory=0 CPUtime=12.59 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784130/stat : 784130 (fscip) R 784109 784112 779811 0 -1 4194368 223034 0 0 0 1207 52 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784131] ppid=784109 vsize=18710512 memory=0 CPUtime=12.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784131/stat : 784131 (fscip) R 784109 784112 779811 0 -1 4194368 115038 0 0 0 1082 151 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784132] ppid=784109 vsize=18710512 memory=0 CPUtime=12.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784132/stat : 784132 (fscip) R 784109 784112 779811 0 -1 4194368 143915 0 0 0 1070 145 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784133] ppid=784109 vsize=18710512 memory=0 CPUtime=12.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784133/stat : 784133 (fscip) R 784109 784112 779811 0 -1 4194368 219619 0 0 0 1201 51 0 0 20 0 41 0 132672141 19159564288 4245020 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0

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

[pid=784112/tid=784147] ppid=784109 vsize=78892320 memory=6720669826572108393 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/784112/task/784147/stat : 784147 (fscip) S 784109 784112 779811 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784148] ppid=784109 vsize=78892320 memory=57602776 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784148/stat : 784148 (fscip) S 784109 784112 779811 0 -1 1077936192 264 0 0 0 0 2 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784149] ppid=784109 vsize=78892320 memory=6735702722604564 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784149/stat : 784149 (fscip) S 784109 784112 779811 0 -1 1077936192 179 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784150] ppid=784109 vsize=78892320 memory=57603972 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784150/stat : 784150 (fscip) S 784109 784112 779811 0 -1 1077936192 268 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784151] ppid=784109 vsize=78892320 memory=-8670669975902921404 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/784112/task/784151/stat : 784151 (fscip) S 784109 784112 779811 0 -1 1077936192 184 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784152] ppid=784109 vsize=78892320 memory=-6807374160543645120 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/784112/task/784152/stat : 784152 (fscip) S 784109 784112 779811 0 -1 1077936192 187 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784153] ppid=784109 vsize=78892320 memory=6720669826572108393 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/784112/task/784153/stat : 784153 (fscip) S 784109 784112 779811 0 -1 1077936192 277 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784154] ppid=784109 vsize=78892320 memory=57602776 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/784112/task/784154/stat : 784154 (fscip) S 784109 784112 779811 0 -1 1077936192 267 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784155] ppid=784109 vsize=78892320 memory=0 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784155/stat : 784155 (fscip) S 784109 784112 779811 0 -1 1077936192 262 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784156] ppid=784109 vsize=78892320 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/784112/task/784156/stat : 784156 (fscip) S 784109 784112 779811 0 -1 1077936192 325 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400993 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
Current children cumulated CPU time: 71946.1 s
Current children cumulated vsize: 78892320 KiB
Current children cumulated memory: 57603972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3645 s]*
/proc/loadavg: 61.07 61.27 62.38 62/985 786289
/proc/meminfo: memFree=626135848/790760804 swapFree=131071996/131071996
[pid=784112] ppid=784109 vsize=78892320 memory=57603976 CPUtime=72000.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/stat : 784112 (fscip) S 784109 784112 779811 0 -1 1077936128 82073573 0 0 0 7183939 16106 0 0 20 0 41 0 132671389 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
/proc/784112/statm: 19723080 14400994 3030 3035 0 19302570 0
[pid=784112/tid=784116] ppid=784109 vsize=78892320 memory=3300 CPUtime=3536.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784116/stat : 784116 (fscip) R 784109 784112 779811 0 -1 4194368 1531414 0 0 0 353395 282 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784117] ppid=784109 vsize=78892320 memory=2264 CPUtime=3606.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784117/stat : 784117 (fscip) R 784109 784112 779811 0 -1 4194368 4970657 0 0 0 359422 1223 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784118] ppid=784109 vsize=78892320 memory=4872558142750484287 CPUtime=3592.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784118/stat : 784118 (fscip) R 784109 784112 779811 0 -1 4194368 4514377 0 0 0 358568 731 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784119] ppid=784109 vsize=78892320 memory=7044 CPUtime=3604.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784119/stat : 784119 (fscip) R 784109 784112 779811 0 -1 4194368 1763618 0 0 0 360130 304 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784120] ppid=784109 vsize=78892320 memory=28188 CPUtime=3597.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784120/stat : 784120 (fscip) R 784109 784112 779811 0 -1 4194368 5320877 0 0 0 358539 1199 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784121] ppid=784109 vsize=78892320 memory=33864 CPUtime=3604.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784121/stat : 784121 (fscip) R 784109 784112 779811 0 -1 4194368 5583829 0 0 0 359643 845 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784122] ppid=784109 vsize=78892320 memory=66336 CPUtime=3600.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784122/stat : 784122 (fscip) R 784109 784112 779811 0 -1 4194368 1692375 0 0 0 359759 299 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784123] ppid=784109 vsize=78892320 memory=25333125866717268 CPUtime=3600.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784123/stat : 784123 (fscip) R 784109 784112 779811 0 -1 4194368 5098106 0 0 0 358731 1272 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784124] ppid=784109 vsize=78892320 memory=11568 CPUtime=3606.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784124/stat : 784124 (fscip) R 784109 784112 779811 0 -1 4194368 4596890 0 0 0 359915 721 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784125] ppid=784109 vsize=78892320 memory=13908 CPUtime=3605.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784125/stat : 784125 (fscip) R 784109 784112 779811 0 -1 4194368 1876105 0 0 0 360226 315 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784126] ppid=784109 vsize=78892320 memory=2208 CPUtime=3598.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784126/stat : 784126 (fscip) R 784109 784112 779811 0 -1 4194368 7376880 0 0 0 358152 1683 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784127] ppid=784109 vsize=78892320 memory=2036 CPUtime=3605.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784127/stat : 784127 (fscip) R 784109 784112 779811 0 -1 4194368 5532752 0 0 0 359588 948 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784128] ppid=784109 vsize=78892320 memory=57555080 CPUtime=3606.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784128/stat : 784128 (fscip) R 784109 784112 779811 0 -1 4194368 1864327 0 0 0 360358 311 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784129] ppid=784109 vsize=78892320 memory=28568 CPUtime=3606.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784129/stat : 784129 (fscip) R 784109 784112 779811 0 -1 4194368 4930513 0 0 0 359441 1165 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784130] ppid=784109 vsize=78892320 memory=7312 CPUtime=3605.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784130/stat : 784130 (fscip) R 784109 784112 779811 0 -1 4194368 6444033 0 0 0 359526 985 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784131] ppid=784109 vsize=78892320 memory=57508552 CPUtime=3605.44 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784131/stat : 784131 (fscip) R 784109 784112 779811 0 -1 4194368 1463048 0 0 0 360261 283 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784132] ppid=784109 vsize=78892320 memory=7312 CPUtime=3602.57 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784132/stat : 784132 (fscip) R 784109 784112 779811 0 -1 4194368 5021802 0 0 0 359118 1139 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784133] ppid=784109 vsize=78892320 memory=26988 CPUtime=3597.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784133/stat : 784133 (fscip) R 784109 784112 779811 0 -1 4194368 4755285 0 0 0 358939 810 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784134] ppid=784109 vsize=78892320 memory=6816 CPUtime=3605.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784134/stat : 784134 (fscip) R 784109 784112 779811 0 -1 4194368 2160143 0 0 0 360260 329 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784135] ppid=784109 vsize=78892320 memory=57602472 CPUtime=3603.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784135/stat : 784135 (fscip) R 784109 784112 779811 0 -1 4194368 5400865 0 0 0 359124 1188 0 0 20 0 41 0 132672141 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784137] ppid=784109 vsize=78892320 memory=2688 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/784112/task/784137/stat : 784137 (fscip) S 784109 784112 779811 0 -1 1077936192 333 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784138] ppid=784109 vsize=78892320 memory=6632 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/784112/task/784138/stat : 784138 (fscip) S 784109 784112 779811 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784139] ppid=784109 vsize=78892320 memory=28647952 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/784112/task/784139/stat : 784139 (fscip) S 784109 784112 779811 0 -1 1077936192 271 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784140] ppid=784109 vsize=78892320 memory=2696 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/784112/task/784140/stat : 784140 (fscip) S 784109 784112 779811 0 -1 1077936192 271 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784141] ppid=784109 vsize=78892320 memory=6840 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784141/stat : 784141 (fscip) S 784109 784112 779811 0 -1 1077936192 180 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784142] ppid=784109 vsize=78892320 memory=26391892 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/784112/task/784142/stat : 784142 (fscip) S 784109 784112 779811 0 -1 1077936192 262 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784143] ppid=784109 vsize=78892320 memory=2660 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/784112/task/784143/stat : 784143 (fscip) S 784109 784112 779811 0 -1 1077936192 291 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784144] ppid=784109 vsize=78892320 memory=42196 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/784112/task/784144/stat : 784144 (fscip) S 784109 784112 779811 0 -1 1077936192 270 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784145] ppid=784109 vsize=78892320 memory=10544 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/784112/task/784145/stat : 784145 (fscip) S 784109 784112 779811 0 -1 1077936192 272 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784146] ppid=784109 vsize=78892320 memory=57603976 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/784112/task/784146/stat : 784146 (fscip) S 784109 784112 779811 0 -1 1077936192 185 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784147] ppid=784109 vsize=78892320 memory=57602472 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/784112/task/784147/stat : 784147 (fscip) S 784109 784112 779811 0 -1 1077936192 197 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784148] ppid=784109 vsize=78892320 memory=-7091624347707613088 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784148/stat : 784148 (fscip) S 784109 784112 779811 0 -1 1077936192 266 0 0 0 0 2 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784149] ppid=784109 vsize=78892320 memory=16164 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784149/stat : 784149 (fscip) S 784109 784112 779811 0 -1 1077936192 181 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784150] ppid=784109 vsize=78892320 memory=2316 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784150/stat : 784150 (fscip) S 784109 784112 779811 0 -1 1077936192 270 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784151] ppid=784109 vsize=78892320 memory=33000 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/784112/task/784151/stat : 784151 (fscip) S 784109 784112 779811 0 -1 1077936192 186 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784152] ppid=784109 vsize=78892320 memory=1804 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/784112/task/784152/stat : 784152 (fscip) S 784109 784112 779811 0 -1 1077936192 189 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784153] ppid=784109 vsize=78892320 memory=1804 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/784112/task/784153/stat : 784153 (fscip) S 784109 784112 779811 0 -1 1077936192 279 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784154] ppid=784109 vsize=78892320 memory=6048 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/784112/task/784154/stat : 784154 (fscip) S 784109 784112 779811 0 -1 1077936192 269 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784155] ppid=784109 vsize=78892320 memory=51344 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/784112/task/784155/stat : 784155 (fscip) S 784109 784112 779811 0 -1 1077936192 264 0 0 0 2 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
[pid=784112/tid=784156] ppid=784109 vsize=78892320 memory=104 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/784112/task/784156/stat : 784156 (fscip) S 784109 784112 779811 0 -1 1077936192 327 0 0 0 3 0 0 0 20 0 41 0 132672682 80785735680 14400994 809668444160 4194304 16623229 140721555134208 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 51085312 140721555137542 140721555137660 140721555137660 140721555144688 0
Current children cumulated CPU time: 72000.5 s
Current children cumulated vsize: 78892320 KiB
Current children cumulated memory: 57603976 KiB

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

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

# cumulated CPU time of all completed processes:  user=71839.6 s, system=162.731 s

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

[startup+3645.6 s]
/proc/loadavg: 61.07 61.27 62.38 43/946 786289
/proc/meminfo: memFree=629444816/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3646.4 s]
/proc/loadavg: 61.07 61.27 62.38 43/946 786289
/proc/meminfo: memFree=660407132/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3646.6 s]
/proc/loadavg: 61.07 61.27 62.38 43/946 786289
/proc/meminfo: memFree=660407132/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3646.7 s]
/proc/loadavg: 61.07 61.27 62.38 43/946 786289
/proc/meminfo: memFree=660407132/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3646.73
CPU time (s): 72002.4
CPU user time (s): 71839.6
CPU system time (s): 162.731
CPU usage (%): 1974.44
Max. virtual memory (cumulated for all children) (KiB): 79002324
Max. memory (cumulated for all children) (KiB): 57639028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71839.6
system time used= 162.731
maximum resident set size= 57639028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82073592
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= 2397878
involuntary context switches= 167821


# summary of solver processes directly reported to runsolver:
#   pid: 784112
#   total CPU time (s): 72002.4
#   total CPU user time (s): 71839.6
#   total CPU system time (s): 162.731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9528 second user time and 93.3997 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 20:41:23
IDJOB=4465964
IDBENCH=178200
IDSOLVER=3094
FILE ID=nodeD105/4465964-1723660883
RUNJOBID= nodeD105-1723654518-779824
SLURM_JOB_ID= 8267924
Free space on /tmp= 8622816 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_block/normalized-maxcut_opt_complete_6-partite_block_nvert_72.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-4465964-1723660883/watcher-4465964-1723660883 -o /tmp/evaluation-result-4465964-1723660883/solver-4465964-1723660883 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723654518-779824 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465964-1723660883.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ba01a5d98b16d8ee23010d930c3d525f
RANDOM SEED=1907123064

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		: 3041.184
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		: 3197.797
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		: 3072.571
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		: 3433.402
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		: 3059.465
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		: 3197.794
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		: 3072.533
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		: 2601.787
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		: 2997.045
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		: 3196.819
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		: 3072.595
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		: 3713.970
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		: 3059.613
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		: 3196.354
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		: 3072.623
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		: 1870.888
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		: 3035.309
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		: 3197.790
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		: 3072.650
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		: 2662.317
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		: 2989.559
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		: 3197.790
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		: 2978.550
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		: 2662.994
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		: 3041.162
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		: 2812.138
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		: 2873.983
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		: 2653.058
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		: 3059.689
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		: 3195.967
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		: 3072.709
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		: 2662.281
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		: 3059.681
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		: 3196.856
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		: 3060.086
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		: 2661.238
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		: 2963.743
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		: 3185.562
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		: 3072.690
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		: 2665.047
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		: 3026.694
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		: 3197.786
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		: 2978.648
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		: 2627.505
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		: 3034.884
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		: 3197.786
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		: 3072.678
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		: 2662.580
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		: 2851.260
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		: 3196.847
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		: 3072.670
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		: 2655.588
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		: 2823.352
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		: 3194.257
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		: 3072.661
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		: 2377.302
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		: 3059.615
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		: 3195.889
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		: 3072.659
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		: 2662.302
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		: 2962.458
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		: 3196.810
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		: 3072.646
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		: 2666.437
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		: 2899.555
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		: 2905.790
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		: 3072.639
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		: 2641.439
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		: 2873.045
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		: 3197.782
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		: 3072.634
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		: 2662.045
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		: 2967.572
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		: 3197.781
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		: 3072.629
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		: 2669.776
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		: 3059.555
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		: 3197.781
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		: 3072.613
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		: 3655.203
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:        707434140 kB
MemAvailable:   712295816 kB
Buffers:         1256928 kB
Cached:          6891304 kB
SwapCached:            0 kB
Active:          1714236 kB
Inactive:       77859772 kB
Active(anon):       2168 kB
Inactive(anon): 71462520 kB
Active(file):    1712068 kB
Inactive(file):  6397252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36464 kB
Writeback:             4 kB
AnonPages:      71417060 kB
Mapped:           141512 kB
Shmem:             38920 kB
KReclaimable:     344116 kB
Slab:             783716 kB
SReclaimable:     344116 kB
SUnreclaim:       439600 kB
KernelStack:       16880 kB
PageTables:       258180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   21051088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1173504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7403520 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:     1351680 kB
DirectMap2M:    191035392 kB
DirectMap1G:    613416960 kB

Free space on /tmp at the end= 8622716 MiB
End job on nodeD105 at 2024-08-14 21:42:10