Trace number 4465382

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) 71940.4 3700.71

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j1207_5.std.opb
MD5SUM58b69e9a96bb9e80c29d595afb46d459
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark132
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234036
Number of constraints which are clauses232836
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint65
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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.69/0.76	c Default LC presolving (default).
0.69/0.76	c ** Before presolving: virtualMemUsedAtLc = 706907786, getVmSize() = 461664256, SCIPgetMemUsed() = 403670359, SCIPgetMemTotal() = 419237127, SCIPgetMemExternEstim() = 287670659
0.69/0.76	c ** set memory limit for presolving in LC to 8.79387e+12 for SCIP **
70.38/70.70	c ** Estimated virtualMemUsedAtSolver = 669414848, getVmSize() = 798269440, SCIPgetMemUsed() = 498700269, SCIPgetMemTotal() = 716451613, SCIPgetMemExternEstim() = 287670659
70.38/70.70	c ** set memory limit for solvers to 4.18651e+11 for each SCIP **
70.38/70.70	c Original Problem   :
70.38/70.70	c   Problem name     : instance-4465382-1722462638
70.38/70.70	c   Variables        : 72842 (72842 binary, 0 integer, 0 implicit integer, 0 continuous)
70.38/70.70	c   Constraints      : 234036
70.38/70.70	c   Objective sense  : minimize
70.38/70.70	c Presolved Problem  :
70.38/70.70	c   Variables        : 56360 (56360 binary, 0 integer, 0 implicit integer, 0 continuous)
70.38/70.70	c   Constraints      : 118555
70.38/70.70	c Constraints        : Number
70.38/70.70	c   knapsack         : 1156 
70.38/70.70	c   setppc           : 91636 
70.38/70.70	c   and              : 25756 
70.38/70.70	c   logicor          : 7 
70.38/70.70	c ** Instance transfer method used: 0
70.58/70.98	c ** ParaScipInstance copy does not increase the number of variables. **
75.03/75.35	c LC is working with racing ramp-up and with rebuilding tree after racing.
75.03/75.35	c                                Nodes    Active                                            
75.03/75.35	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
233.26/83.58	c *      84              0           1        20         300.0000                -          -
233.26/83.58	c        84              0           1        20         300.0000                -          -
6207.35/385.23	c       385              2           1        20         300.0000          87.0000    244.83%
6431.14/396.59	c       397              3           4        20         300.0000          87.0000    244.83%
6534.12/401.77	c       402              4           3        20         300.0000          87.0000    244.83%
6656.95/407.97	c       408             21          22        20         300.0000          87.0000    244.83%
6758.74/413.05	c       413             22          21        20         300.0000          87.0000    244.83%
6872.88/418.84	c       419             41          42        20         300.0000          87.0000    244.83%
6989.73/424.73	c       425             72          71        20         300.0000          87.0000    244.83%
7098.68/430.29	c       430            102         101        20         300.0000          87.0000    244.83%
7219.54/436.38	c       436            112         111        20         300.0000          87.0000    244.83%
7328.51/441.85	c       442            121         122        20         300.0000          87.0000    244.83%
7437.42/447.38	c       447            142         141        20         300.0000          87.0000    244.83%
7540.44/452.55	c       453            162         161        20         300.0000          87.0000    244.83%
7652.12/458.14	c       458            192         191        20         300.0000          87.0000    244.83%
7760.35/463.60	c       464            202         203        20         300.0000          87.0000    244.83%
7883.21/469.80	c       470            202         203        20         300.0000          87.0000    244.83%
7984.28/475.02	c       475            222         221        20         300.0000          87.0000    244.83%
8093.24/480.42	c       480            302         301        20         300.0000          87.0000    244.83%
8194.25/485.55	c       486            382         381        20         300.0000          87.0000    244.83%
8309.18/491.33	c       491            482         481        20         300.0000          87.0000    244.83%
8414.19/496.69	c       497            549         520        20         300.0000          87.0000    244.83%
8519.24/501.93	c       502            663         502        20         300.0000          87.0000    244.83%
8634.19/507.75	c       508            754         547        20         300.0000          87.0000    244.83%
8735.32/512.89	c       513            870         696        20         300.0000          87.0000    244.83%
8842.42/518.28	c       518            941         531        20         300.0000          87.0000    244.83%
8953.53/523.88	c       524           1065         547        20         300.0000          87.0000    244.83%
9057.50/529.11	c       529           1187         669        20         300.0000          87.0000    244.83%
9167.80/534.65	c       535           1290         772        20         300.0000          87.0000    244.83%
9278.89/540.27	c       540           1510        1336        20         300.0000          87.0000    244.83%
9391.95/545.93	c       546           1556        1038        20         300.0000          87.0000    244.83%
9493.77/551.08	c       551           1676        1158        20         300.0000          87.0000    244.83%
9598.27/556.38	c       556           1990        1816        20         300.0000          87.0000    244.83%
9705.44/561.75	c       562           2130        1956        20         300.0000          87.0000    244.83%
9808.74/566.91	c       567           2290        2116        20         300.0000          87.0000    244.83%
9910.65/572.11	c       572              3           4        20         300.0000          87.0000    244.83%
10013.32/577.22	c       577           2586        1435        20         300.0000          87.0000    244.83%
10114.63/582.34	c       582             22          21        20         300.0000          87.0000    244.83%
10215.95/587.44	c       587             41          42        20         300.0000          87.0000    244.83%
10317.28/592.55	c       593           2864        2346        20         300.0000          87.0000    244.83%
10420.57/597.71	c       598             72          71        20         300.0000          87.0000    244.83%
10528.49/603.16	c       603            112         111        20         300.0000          87.0000    244.83%
10627.89/608.19	c       608            121         122        20         300.0000          87.0000    244.83%
10730.44/613.36	c       613           3736        3218        20         300.0000          87.0000    244.83%
10831.76/618.49	c       618           4475        3324        20         300.0000          87.0000    244.83%
10927.14/623.21	c *     623           4565        3416        20         299.0000          87.0000    243.68%
10932.96/623.53	c       624           4565        3416        20         299.0000          87.0000    243.68%
11046.19/629.28	c       629           4598         498        20         299.0000          87.0000    243.68%
11159.44/634.99	c       635            221         222        20         299.0000          87.0000    243.68%
11264.71/640.25	c       640            222         221        20         299.0000          87.0000    243.68%
11369.99/645.58	c       646           4680         553        20         299.0000          87.0000    243.68%
11487.16/651.47	c       651           4684         559        20         299.0000          87.0000    243.68%
11586.45/656.48	c       656           4684         559        20         299.0000          87.0000    243.68%
11698.45/662.06	c       662           4684         559        20         299.0000          87.0000    243.68%
11797.62/667.11	c       667           4684         559        20         299.0000          87.0000    243.68%
11900.24/672.22	c       672           4868         433        20         299.0000          87.0000    243.68%
12001.56/677.37	c       677           4971         536        20         299.0000          87.0000    243.68%
12115.43/683.08	c       683           4766         641        20         299.0000          87.0000    243.68%
12218.09/688.22	c       688            902         901        20         299.0000          87.0000    243.68%
12319.41/693.33	c       693           4965         838        20         299.0000          87.0000    243.68%
12424.68/698.63	c       699           5531        1096        20         299.0000          87.0000    243.68%
12524.01/703.64	c       704           5691        1256        20         299.0000          87.0000    243.68%
12623.35/708.69	c       709           5365        1238        20         299.0000          87.0000    243.68%
12724.70/713.74	c       714           5525        1398        20         299.0000          87.0000    243.68%
12828.02/718.93	c       719           1571        1338        20         299.0000          87.0000    243.68%
12929.95/724.03	c       724           5805        1678        20         299.0000          87.0000    243.68%
13034.61/729.36	c       729           5965        1838        20         299.0000          87.0000    243.68%
13135.96/734.42	c       734           6691        2256        20         299.0000          87.0000    243.68%
13247.90/740.05	c       740           6891        2456        20         299.0000          87.0000    243.68%
13350.54/745.23	c       745           7091        2656        20         299.0000          87.0000    243.68%
13451.86/750.32	c       750           6585        2458        20         299.0000          87.0000    243.68%
13551.19/755.36	c       755           6645        2518        20         299.0000          87.0000    243.68%
13654.49/760.52	c       761           6845        2718        20         299.0000          87.0000    243.68%
13759.77/765.82	c       766           8031        3596        20         299.0000          87.0000    243.68%
13861.08/770.90	c       771           2859        2626        20         299.0000          87.0000    243.68%
13972.30/776.58	c *     777           8446        4013        20         298.0000          87.0000    242.53%
13972.30/776.58	c       777           8446        4013        20         298.0000          87.0000    242.53%
14077.53/781.82	c       782           3233         940        20         298.0000          87.0000    242.53%
14184.78/787.28	c       787           8472         438        20         298.0000          87.0000    242.53%
14292.07/792.66	c       793           7616         546        20         298.0000          87.0000    242.53%
14397.35/797.92	c       798           7621         553        20         298.0000          87.0000    242.53%
14519.19/804.04	c       804           7621         553        20         298.0000          87.0000    242.53%
14618.43/809.12	c       809           3293         959        20         298.0000          87.0000    242.53%
14724.96/814.40	c       814           8561         500        20         298.0000          87.0000    242.53%
14830.23/819.75	c       820           8561         500        20         298.0000          87.0000    242.53%
14936.28/825.06	c       825           7782         712        20         298.0000          87.0000    242.53%
15035.53/830.10	c       830           8647         586        20         298.0000          87.0000    242.53%
15142.09/835.50	c       836           8647         586        20         298.0000          87.0000    242.53%
15243.42/840.58	c       841           8082        1012        20         298.0000          87.0000    242.53%
15348.70/845.86	c       846           8882         819        20         298.0000          87.0000    242.53%
15450.01/850.94	c       851           8982         919        20         298.0000          87.0000    242.53%
15549.35/855.97	c       856           8502        1432        20         298.0000          87.0000    242.53%
15658.59/861.41	c       861           9357        1292        20         298.0000          87.0000    242.53%
15761.89/866.66	c       867           8862        1792        20         298.0000          87.0000    242.53%
15865.18/871.88	c       872           9823        1758        20         298.0000          87.0000    242.53%
15968.89/877.11	c       877           4853        2519        20         298.0000          87.0000    242.53%
16070.04/882.20	c       882           9382        2312        20         298.0000          87.0000    242.53%
16170.54/887.24	c       887           9502        2432        20         298.0000          87.0000    242.53%
16269.84/892.29	c       892          10722        2659        20         298.0000          87.0000    242.53%
16371.15/897.39	c       897          10863        2798        20         298.0000          87.0000    242.53%
16474.38/902.59	c       903           5689        3353        20         298.0000          87.0000    242.53%
16478.34/902.77	c *     903           5689        3353        20         297.0000          87.0000    241.38%
16593.40/908.51	c       909           5755         936        20         297.0000          87.0000    241.38%
16694.68/913.60	c       914          11636         457        20         297.0000          87.0000    241.38%
16809.85/919.45	c       919          10237         561        20         297.0000          87.0000    241.38%
16911.13/924.54	c       925          10237         561        20         297.0000          87.0000    241.38%
17024.35/930.22	c       930          10237         561        20         297.0000          87.0000    241.38%
17125.45/935.35	c       935          11696         517        20         297.0000          87.0000    241.38%
17242.46/941.28	c       941          10334         658        20         297.0000          87.0000    241.38%
17349.62/946.63	c       947          11782         605        20         297.0000          87.0000    241.38%
17454.61/951.92	c       952          10438         760        20         297.0000          87.0000    241.38%
17553.96/956.98	c       957          11976         797        20         297.0000          87.0000    241.38%
17659.25/962.23	c       962          10698        1020        20         297.0000          87.0000    241.38%
17760.58/967.37	c       967          12156         977        20         297.0000          87.0000    241.38%
17861.78/972.47	c       972           6671         779        20         297.0000          87.0000    241.38%
17960.93/977.48	c       977          12356        1177        20         297.0000          87.0000    241.38%
18064.21/982.60	c       983           6916         933        20         297.0000          87.0000    241.38%
18163.42/987.63	c       988           7034        1051        20         297.0000          87.0000    241.38%
18264.61/992.75	c       993          11538        1860        20         297.0000          87.0000    241.38%
18367.74/998.01	c       998           7298        1315        20         297.0000          87.0000    241.38%
18469.60/1003.08	c      1003          13077        1896        20         297.0000          87.0000    241.38%
18568.25/1008.10	c      1008           7578        1595        20         297.0000          87.0000    241.38%
18669.68/1013.16	c      1013           7738        1755        20         297.0000          87.0000    241.38%
18768.80/1018.18	c      1018          12338        2660        20         297.0000          87.0000    241.38%
18871.41/1023.32	c      1023           8058        2075        20         297.0000          87.0000    241.38%
18972.43/1028.46	c      1028          12498        2820        20         297.0000          87.0000    241.38%
19073.41/1033.57	c      1034          14137        2956        20         297.0000          87.0000    241.38%
19186.39/1039.23	c      1039           8538        2555        20         297.0000          87.0000    241.38%
19287.44/1044.38	c      1044          13138        3460        20         297.0000          87.0000    241.38%
19352.82/1047.61	c *    1048           8818        2835        20         296.0000          87.0000    240.23%
19406.33/1050.30	c      1050          14732         437        20         296.0000          87.0000    240.23%
19507.46/1055.42	c      1055          13355         487        20         296.0000          87.0000    240.23%
19626.36/1061.48	c      1061          14794         499        20         296.0000          87.0000    240.23%
19738.16/1067.10	c      1067          14833         540        20         296.0000          87.0000    240.23%
19840.62/1072.21	c      1072          14833         540        20         296.0000          87.0000    240.23%
19963.27/1078.49	c      1078          14833         540        20         296.0000          87.0000    240.23%
20064.15/1083.52	c      1084          13487         615        20         296.0000          87.0000    240.23%
20163.19/1088.52	c      1089          13516         646        20         296.0000          87.0000    240.23%
20268.07/1093.85	c      1094           9872        1798        20         296.0000          87.0000    240.23%
20368.96/1098.93	c      1099          10032        1958        20         296.0000          87.0000    240.23%
20474.10/1104.20	c      1104          15194         899        20         296.0000          87.0000    240.23%
20575.08/1109.36	c      1109          13907        1035        20         296.0000          87.0000    240.23%
20674.14/1114.40	c      1114          15514        1219        20         296.0000          87.0000    240.23%
20777.23/1119.52	c      1120          14187        1315        20         296.0000          87.0000    240.23%
20882.33/1124.83	c      1125          15774        1479        20         296.0000          87.0000    240.23%
20983.29/1129.94	c      1130          10912        2838        20         296.0000          87.0000    240.23%
21082.42/1134.97	c      1135          14567        1695        20         296.0000          87.0000    240.23%
21184.23/1140.09	c      1140          11172        3098        20         296.0000          87.0000    240.23%
21288.71/1145.37	c      1145          14847        1975        20         296.0000          87.0000    240.23%
21397.65/1150.89	c      1151          16534        2239        20         296.0000          87.0000    240.23%
21498.86/1156.01	c      1156          11652        3578        20         296.0000          87.0000    240.23%
21600.73/1161.06	c      1161          15287        2415        20         296.0000          87.0000    240.23%
21701.87/1166.16	c      1166          15427        2555        20         296.0000          87.0000    240.23%
21802.59/1171.28	c      1171          15587        2715        20         296.0000          87.0000    240.23%
21909.59/1176.60	c      1177          12380        4306        20         296.0000          87.0000    240.23%
22009.24/1181.75	c      1182          17535        3238        20         296.0000          87.0000    240.23%
22042.95/1183.43	c *    1183          12732        4658        20         295.0000          87.0000    239.08%
22126.38/1187.67	c      1188          12798         777        20         295.0000          87.0000    239.08%
22229.64/1192.81	c      1193          16085         530        20         295.0000          87.0000    239.08%
22330.97/1197.99	c      1198          16134         581        20         295.0000          87.0000    239.08%
22440.22/1203.46	c      1203          16134         581        20         295.0000          87.0000    239.08%
22503.77/1206.67	c *    1207          16134         581        20         294.0000          87.0000    237.93%
22541.48/1208.59	c      1209          16134         581        20         294.0000          87.0000    237.93%
22651.32/1214.08	c      1214          12888         794        20         294.0000          87.0000    237.93%
22694.38/1216.26	c *    1216          17805         402        20         293.0000          87.0000    236.78%
22752.72/1219.20	c      1219          16158          21        20         293.0000          87.0000    236.78%
22859.00/1224.52	c      1225          12977         799        20         293.0000          87.0000    236.78%
22952.19/1229.22	c *    1229          16279         140        20         292.0000          87.0000    235.63%
22964.12/1229.81	c      1230          17961         391        20         292.0000          87.0000    235.63%
23065.42/1235.03	c      1235          16339         200        20         292.0000          87.0000    235.63%
23167.08/1240.06	c      1240          13120         680        20         292.0000          87.0000    235.63%
23266.01/1245.11	c      1245          16480         169        20         292.0000          87.0000    235.63%
23308.94/1247.22	c *    1247          18137         478        20         291.0000          87.0000    234.48%
23368.54/1250.20	c      1250          18174         517        20         291.0000          87.0000    234.48%
23471.69/1255.42	c      1255          18175         516        20         291.0000          87.0000    234.48%
23572.94/1260.52	c      1261          16674         361        20         291.0000          87.0000    234.48%
23634.67/1263.61	c *    1264          16735         414        20         290.0000          87.0000    233.33%
23676.11/1265.74	c      1266          13462         679        20         290.0000          87.0000    233.33%
23779.42/1270.99	c      1271          18365         476        20         290.0000          87.0000    233.33%
23881.23/1276.05	c      1276          18385         496        20         290.0000          87.0000    233.33%
23985.83/1281.38	c      1281          13643         677        20         290.0000          87.0000    233.33%
24057.32/1284.91	c *    1285          13714         748        20         289.0000          87.0000    232.18%
24089.11/1286.53	c      1287          13729         761        20         289.0000          87.0000    232.18%
24188.45/1291.54	c      1292          18831         456        20         289.0000          87.0000    232.18%
24298.37/1297.08	c      1297          17433         554        20         289.0000          87.0000    232.18%
24412.80/1302.89	c      1303          13926         813        20         289.0000          87.0000    232.18%
24494.28/1306.90	c *    1307          19171         796        20         288.0000          87.0000    231.03%
24514.14/1307.99	c      1308          13929         818        20         288.0000          87.0000    231.03%
24579.69/1311.27	c *    1311          13930         817        20         287.0000          87.0000    229.89%
24618.23/1313.15	c      1313          17776         178        20         287.0000          87.0000    229.89%
24724.66/1318.50	c      1319          19260         259        20         287.0000          87.0000    229.89%
24824.00/1323.54	c      1324          19300         299        20         287.0000          87.0000    229.89%
24925.32/1328.68	c      1329          14156         852        20         287.0000          87.0000    229.89%
25036.59/1334.24	c      1334          14258         954        20         287.0000          87.0000    229.89%
25137.92/1339.36	c      1339          19521         518        20         287.0000          87.0000    229.89%
25239.23/1344.45	c      1344          14498        1194        20         287.0000          87.0000    229.89%
25300.82/1347.57	c *    1348          19861         858        20         286.0000          87.0000    228.74%
25344.33/1349.76	c      1350          18577         375        20         286.0000          87.0000    228.74%
25447.63/1354.95	c      1355          19989         358        20         286.0000          87.0000    228.74%
25473.45/1356.25	c *    1356          20028         399        20         285.0000          87.0000    227.59%
25549.18/1360.10	c      1360          18778         430        20         285.0000          87.0000    227.59%
25655.77/1365.40	c      1365          14733         636        20         285.0000          87.0000    227.59%
25765.05/1370.92	c      1371          14830         733        20         285.0000          87.0000    227.59%
25830.60/1374.28	c *    1374          14832         737        20         284.0000          87.0000    226.44%
25866.82/1376.07	c      1376          14832         737        20         284.0000          87.0000    226.44%
25937.70/1379.68	c *    1380          20228         199        20         283.0000          87.0000    225.29%
25966.18/1381.11	c      1381          20248         219        20         283.0000          87.0000    225.29%
26072.78/1386.48	c      1386          19366         431        20         283.0000          87.0000    225.29%
26176.10/1391.67	c *    1392          14922         655        20         282.0000          87.0000    224.14%
26176.10/1391.67	c      1392          14922         655        20         282.0000          87.0000    224.14%
26279.03/1396.82	c      1397          19594         423        20         282.0000          87.0000    224.14%
26370.32/1401.48	c *    1401          15048         683        20         281.0000          87.0000    222.99%
26380.29/1401.99	c      1402          15048         683        20         281.0000          87.0000    222.99%
26482.02/1407.08	c      1407          20523         298        20         281.0000          87.0000    222.99%
26529.06/1409.46	c *    1409          20543         318        20         280.0000          87.0000    221.84%
26584.61/1412.21	c      1412          19861         296        20         280.0000          87.0000    221.84%
26693.87/1417.80	c      1418          19977         412        20         280.0000          87.0000    221.84%
26795.14/1422.89	c      1423          15225         713        20         280.0000          87.0000    221.84%
26859.25/1426.09	c *    1426          20765         472        20         279.0000          87.0000    220.69%
26898.92/1428.14	c      1428          20783         490        20         279.0000          87.0000    220.69%
27001.61/1433.26	c      1433          15377         420        20         279.0000          87.0000    220.69%
27075.10/1436.94	c *    1437          15417         460        20         278.0000          87.0000    219.54%
27100.87/1438.27	c      1438          15417         460        20         278.0000          87.0000    219.54%
27202.17/1443.31	c      1443          20921         315        20         278.0000          87.0000    219.54%
27313.38/1448.93	c      1449          15521         445        20         278.0000          87.0000    219.54%
27333.25/1449.98	c *    1450          15521         445        20         277.0000          87.0000    218.39%
27418.31/1454.29	c      1454          15569         360        20         277.0000          87.0000    218.39%
27471.89/1457.00	c *    1457          20858         403        20         276.0000          87.0000    217.24%
27527.29/1459.70	c      1460          21123         222        20         276.0000          87.0000    217.24%
27638.35/1465.34	c      1465          21001         383        20         276.0000          87.0000    217.24%
27654.96/1466.15	c *    1466          15714         420        20         275.0000          87.0000    216.09%
27737.56/1470.37	c      1470          21239         338        20         275.0000          87.0000    216.09%
27840.87/1475.55	c      1476          21239         338        20         275.0000          87.0000    216.09%
27944.11/1480.76	c      1481          21345         556        20         275.0000          87.0000    216.09%
27952.67/1481.18	c *    1481          21345         556        20         274.0000          87.0000    214.94%
28045.18/1485.86	c      1486          15874         320        20         274.0000          87.0000    214.94%
28072.95/1487.28	c *    1487          15894         340        20         273.0000          87.0000    213.79%
28144.20/1490.87	c      1491          21535         276        20         273.0000          87.0000    213.79%
28251.02/1496.26	c      1496          16014         178        20         273.0000          87.0000    213.79%
28352.16/1501.34	c      1501          21775         516        20         273.0000          87.0000    213.79%
28443.28/1505.97	c *    1506          16094         258        20         272.0000          87.0000    212.64%
28453.11/1506.48	c      1506          21524           5        20         272.0000          87.0000    212.64%
28560.03/1511.87	c      1512          22112         313        20         272.0000          87.0000    212.64%
28661.06/1516.97	c      1517          22377         578        20         272.0000          87.0000    212.64%
28666.95/1517.23	c *    1517          22377         578        20         271.0000          87.0000    211.49%
28768.01/1522.30	c      1522          21686         163        20         271.0000          87.0000    211.49%
28844.01/1526.19	c *    1526          16375         377        20         270.0000          87.0000    210.34%
28867.14/1527.36	c      1527          16394         398        20         270.0000          87.0000    210.34%
28968.00/1532.49	c      1532          22851         350        20         270.0000          87.0000    210.34%
28969.99/1532.56	c *    1533          22851         350        20         269.0000          87.0000    209.20%
29068.90/1537.57	c      1538          16523         357        20         269.0000          87.0000    209.20%
29124.23/1540.31	c *    1540          23002         323        20         268.0000          87.0000    208.05%
29169.66/1542.64	c      1543          16564         295        20         268.0000          87.0000    208.05%
29264.78/1547.48	c *    1547          23266         386        20         267.0000          87.0000    206.90%
29274.59/1547.94	c      1548          23266         386        20         267.0000          87.0000    206.90%
29373.60/1552.98	c      1553          23365         234        20         267.0000          87.0000    206.90%
29403.27/1554.48	c *    1554          23405         274        20         266.0000          87.0000    205.75%
29482.35/1558.44	c      1558          22526         220        20         266.0000          87.0000    205.75%
29577.49/1563.27	c *    1563          23637         411        20         265.0000          87.0000    204.60%
29583.32/1563.58	c      1564          23637         411        20         265.0000          87.0000    204.60%
29684.32/1568.60	c      1569          16809         297        20         265.0000          87.0000    204.60%
29696.18/1569.26	c *    1569          16809         297        20         264.0000          87.0000    203.45%
29769.29/1572.90	c *    1573          22869         220        20         263.0000          87.0000    202.30%
29789.11/1573.99	c      1574          16844         296        20         263.0000          87.0000    202.30%
29890.83/1579.05	c      1579          23022         273        20         263.0000          87.0000    202.30%
29989.98/1584.08	c      1584          16979         376        20         263.0000          87.0000    202.30%
29995.27/1584.36	c *    1584          23142         271        20         262.0000          87.0000    201.15%
30089.09/1589.08	c      1589          17029         295        20         262.0000          87.0000    201.15%
30148.41/1592.07	c *    1592          17069         335        20         261.0000          87.0000    200.00%
30193.45/1594.40	c      1594          17098         275        20         261.0000          87.0000    200.00%
30294.58/1599.46	c      1599          17183         360        20         261.0000          87.0000    200.00%
30403.65/1605.01	c      1605          24643           0        20         261.0000          87.0000    200.00%
30445.71/1607.08	c *    1607          23589         271        20         260.0000          87.0000    198.85%
30508.69/1610.28	c      1610          24668          17        20         260.0000          87.0000    198.85%
30609.80/1615.33	c      1615          17387         337        20         260.0000          87.0000    198.85%
30710.96/1620.48	c      1620          23848           0        20         260.0000          87.0000    198.85%
30817.99/1625.84	c      1626          23890           8        20         260.0000          87.0000    198.85%
30918.94/1630.90	c      1631          17788         736        20         260.0000          87.0000    198.85%
30992.31/1634.66	c *    1635          24011         127        20         259.0000          87.0000    197.70%
31018.02/1636.00	c      1636          25158         128        20         259.0000          87.0000    197.70%
31121.71/1641.20	c      1641          17994         337        20         259.0000          87.0000    197.70%
31134.94/1641.87	c *    1642          17994         337        20         258.0000          87.0000    196.55%
31225.98/1646.44	c      1646          18013         356        20         258.0000          87.0000    196.55%
31330.98/1651.72	c      1652          24384         216        20         258.0000          87.0000    196.55%
31350.81/1652.79	c *    1653          25492         212        20         257.0000          87.0000    195.40%
31432.05/1656.88	c      1657          18123         237        20         257.0000          87.0000    195.40%
31533.18/1661.96	c      1662          25656         188        20         257.0000          87.0000    195.40%
31535.48/1662.06	c *    1662          25656         188        20         256.0000          87.0000    194.25%
31634.66/1667.07	c      1667          24699         199        20         256.0000          87.0000    194.25%
31649.89/1667.82	c *    1668          18259         237        20         255.0000          87.0000    193.10%
31739.12/1672.35	c      1672          24814         177        20         255.0000          87.0000    193.10%
31842.02/1677.53	c      1678          18378         298        20         255.0000          87.0000    193.10%
31935.06/1682.22	c *    1682          25005         177        20         254.0000          87.0000    191.95%
31944.97/1682.72	c      1683          25005         177        20         254.0000          87.0000    191.95%
32045.72/1687.80	c      1688          26181         169        20         254.0000          87.0000    191.95%
32061.51/1688.63	c *    1689          25126         161        20         253.0000          87.0000    190.80%
32144.73/1692.84	c      1693          26251         116        20         253.0000          87.0000    190.80%
32245.76/1697.99	c      1698          18649         237        20         253.0000          87.0000    190.80%
32356.71/1703.55	c      1704          26469         192        20         253.0000          87.0000    190.80%
32463.85/1708.95	c      1709          18771         355        20         253.0000          87.0000    190.80%
32565.71/1714.13	c      1714          18789         375        20         253.0000          87.0000    190.80%
32669.95/1719.36	c *    1719          18790         374        20         252.0000          87.0000    189.66%
32669.95/1719.36	c      1719          18790         374        20         252.0000          87.0000    189.66%
32780.80/1724.95	c      1725          18821         117        20         252.0000          87.0000    189.66%
32882.52/1730.03	c      1730          18861         157        20         252.0000          87.0000    189.66%
32988.70/1735.41	c      1735          18900         198        20         252.0000          87.0000    189.66%
33093.82/1740.71	c      1741          26284         159        20         252.0000          87.0000    189.66%
33166.96/1744.41	c *    1744          19022         316        20         251.0000          87.0000    188.51%
33192.65/1745.77	c      1746          19062         356        20         251.0000          87.0000    188.51%
33293.46/1750.85	c      1751          26485         141        20         251.0000          87.0000    188.51%
33394.47/1755.96	c      1756          19167         317        20         251.0000          87.0000    188.51%
33406.33/1756.59	c *    1757          19167         317        20         250.0000          87.0000    187.36%
33499.18/1761.22	c      1761          26773         149        20         250.0000          87.0000    187.36%
33604.28/1766.53	c      1767          19253         160        20         250.0000          87.0000    187.36%
33705.36/1771.62	c      1772          27952         135        20         250.0000          87.0000    187.36%
33810.24/1776.91	c      1777          19393         300        20         250.0000          87.0000    187.36%
33820.13/1777.44	c *    1777          19393         300        20         249.0000          87.0000    186.21%
33887.33/1780.85	c *    1781          19438         199        20         248.0000          87.0000    185.06%
33911.65/1782.10	c      1782          19458         219        20         248.0000          87.0000    185.06%
34014.23/1787.22	c      1787          27217         108        20         248.0000          87.0000    185.06%
34113.36/1792.29	c *    1792          19572         181        20         247.0000          87.0000    183.91%
34113.36/1792.29	c      1792          19572         181        20         247.0000          87.0000    183.91%
34216.14/1797.43	c      1797          19613         199        20         247.0000          87.0000    183.91%
34317.07/1802.52	c      1803          19673         259        20         247.0000          87.0000    183.91%
34362.42/1804.90	c *    1805          19693         279        20         246.0000          87.0000    182.76%
34415.79/1807.57	c      1808          28814          93        20         246.0000          87.0000    182.76%
34528.68/1813.26	c      1813          19805         140        20         246.0000          87.0000    182.76%
34604.81/1817.10	c *    1817          29047         138        20         245.0000          87.0000    181.61%
34629.71/1818.38	c      1818          19830         165        20         245.0000          87.0000    181.61%
34732.51/1823.59	c      1824          19903         120        20         245.0000          87.0000    181.61%
34736.48/1823.78	c *    1824          19903         120        20         244.0000          87.0000    180.46%
34837.61/1828.83	c      1829          29289         112        20         244.0000          87.0000    180.46%
34936.75/1833.90	c      1834          28213          67        20         244.0000          87.0000    180.46%
35037.77/1839.03	c      1839          20080         203        20         244.0000          87.0000    180.46%
35144.83/1844.32	c      1844          28388          66        20         244.0000          87.0000    180.46%
35176.51/1845.97	c *    1846          29655         124        20         243.0000          87.0000    179.31%
35251.66/1849.79	c      1850          29724         107        20         243.0000          87.0000    179.31%
35324.94/1853.50	c *    1854          29783          85        20         242.0000          87.0000    178.16%
35354.64/1854.95	c      1855          29804          96        20         242.0000          87.0000    178.16%
35461.61/1860.35	c      1860          29877          77        20         242.0000          87.0000    178.16%
35570.59/1865.85	c      1866          30031         142        20         242.0000          87.0000    178.16%
35626.03/1868.62	c *    1869          20544         158        20         241.0000          87.0000    177.01%
35671.51/1871.03	c      1871          30135         125        20         241.0000          87.0000    177.01%
35775.30/1876.18	c      1876          20629         222        20         241.0000          87.0000    177.01%
35798.27/1877.35	c *    1877          20629         222        20         240.0000          87.0000    175.86%
35877.33/1881.30	c      1881          20663         256        20         240.0000          87.0000    175.86%
35940.63/1884.57	c *    1885          30470         148        20         239.0000          87.0000    174.71%
35980.28/1886.54	c      1887          29205          52        20         239.0000          87.0000    174.71%
36081.26/1891.63	c      1892          30603         112        20         239.0000          87.0000    174.71%
36192.35/1897.20	c      1897          29432          62        20         239.0000          87.0000    174.71%
36291.37/1902.21	c      1902          30819         111        20         239.0000          87.0000    174.71%
36392.52/1907.35	c      1907          20993         300        20         239.0000          87.0000    174.71%
36404.42/1907.98	c *    1908          20993         300        20         238.0000          87.0000    173.56%
36497.55/1912.69	c      1913          21032         341        20         238.0000          87.0000    173.56%
36578.82/1916.70	c *    1917          21033         340        20         237.0000          87.0000    172.41%
36602.62/1917.92	c      1918          21052          60        20         237.0000          87.0000    172.41%
36709.52/1923.31	c      1923          31203         112        20         237.0000          87.0000    172.41%
36792.84/1927.57	c *    1928          21171         161        20         236.0000          87.0000    171.26%
36808.40/1928.33	c      1928          21171         161        20         236.0000          87.0000    171.26%
36875.76/1931.71	c *    1932          31393         121        20         235.0000          87.0000    170.11%
36907.47/1933.38	c      1933          21196          40        20         235.0000          87.0000    170.11%
37026.39/1939.35	c      1939          31469           1        20         235.0000          87.0000    170.11%
37038.30/1939.96	c *    1940          21305         149        20         234.0000          87.0000    168.97%
37127.43/1944.46	c      1944          31543          66        20         234.0000          87.0000    168.97%
37181.64/1947.19	c *    1947          21338          60        20         233.0000          87.0000    167.82%
37226.45/1949.50	c      1950          31748         101        20         233.0000          87.0000    167.82%
37327.37/1954.59	c      1955          21445         124        20         233.0000          87.0000    167.82%
37426.33/1959.59	c      1960          30571          21        20         233.0000          87.0000    167.82%
37529.47/1964.75	c      1965          32085         102        20         233.0000          87.0000    167.82%
37635.16/1970.07	c      1970          21741         420        20         233.0000          87.0000    167.82%
37734.29/1975.06	c *    1975          21881         560        20         232.0000          87.0000    166.67%
37741.56/1975.44	c      1975          21881         560        20         232.0000          87.0000    166.67%
37842.65/1980.52	c      1981          32435          93        20         232.0000          87.0000    166.67%
37921.48/1984.56	c *    1985          22006         136        20         231.0000          87.0000    165.52%
37943.25/1985.64	c      1986          32530         101        20         231.0000          87.0000    165.52%
38044.49/1990.71	c      1991          32642          70        20         231.0000          87.0000    165.52%
38143.57/1995.73	c      1996          22119         116        20         231.0000          87.0000    165.52%
38246.66/2000.97	c      2001          31564          97        20         231.0000          87.0000    165.52%
38246.66/2000.97	c *    2001          31564          97        20         230.0000          87.0000    164.37%
38347.79/2006.11	c      2006          22280         233        20         230.0000          87.0000    164.37%
38376.96/2007.53	c *    2008          22280         233        20         229.0000          87.0000    163.22%
38448.93/2011.17	c      2011          33003          50        20         229.0000          87.0000    163.22%
38499.86/2013.76	c *    2014          33056          55        20         228.0000          87.0000    162.07%
38558.89/2016.73	c      2017          22381         195        20         228.0000          87.0000    162.07%
38661.80/2021.96	c      2022          32119          29        20         228.0000          87.0000    162.07%
38763.33/2027.07	c      2027          22495         215        20         228.0000          87.0000    162.07%
38770.66/2027.42	c *    2027          32311         100        20         227.0000          87.0000    160.92%
38862.44/2032.12	c      2032          22562          60        20         227.0000          87.0000    160.92%
38964.88/2037.29	c      2037          33454          76        20         227.0000          87.0000    160.92%
38978.67/2037.93	c *    2038          22641         141        20         226.0000          87.0000    159.77%
39065.54/2042.33	c      2042          22672         123        20         226.0000          87.0000    159.77%
39106.98/2044.42	c *    2044          32691          93        20         225.0000          87.0000    158.62%
39168.42/2047.53	c      2048          32706           1        20         225.0000          87.0000    158.62%
39267.29/2052.57	c      2053          22778          58        20         225.0000          87.0000    158.62%
39312.83/2054.83	c *    2055          32891          54        20         224.0000          87.0000    157.47%
39373.99/2057.90	c      2058          22839         119        20         224.0000          87.0000    157.47%
39475.81/2063.06	c      2063          22936         164        20         224.0000          87.0000    157.47%
39568.20/2067.75	c *    2068          34126          57        20         223.0000          87.0000    156.32%
39578.03/2068.26	c      2068          22967         197        20         223.0000          87.0000    156.32%
39679.25/2073.31	c      2073          33284          51        20         223.0000          87.0000    156.32%
39735.56/2076.15	c *    2076          23020         137        20         222.0000          87.0000    155.17%
39778.18/2078.33	c      2078          23050          40        20         222.0000          87.0000    155.17%
39877.36/2083.34	c      2083          33602          97        20         222.0000          87.0000    155.17%
39933.58/2086.14	c *    2086          23148         138        20         221.0000          87.0000    154.02%
39982.48/2088.61	c      2089          34482          34        20         221.0000          87.0000    154.02%
40087.57/2093.94	c      2094          34544          37        20         221.0000          87.0000    154.02%
40186.79/2099.00	c      2099          34016         107        20         221.0000          87.0000    154.02%
40292.04/2104.23	c      2104          23369         248        20         221.0000          87.0000    154.02%
40343.62/2106.83	c *    2107          34179         101        20         220.0000          87.0000    152.87%
40391.16/2109.27	c      2109          34283          89        20         220.0000          87.0000    152.87%
40456.50/2112.52	c *    2113          23592         115        20         219.0000          87.0000    151.72%
40492.23/2114.37	c      2114          23617         140        20         219.0000          87.0000    151.72%
40597.40/2119.66	c      2120          23723         199        20         219.0000          87.0000    151.72%
40654.99/2122.55	c *    2123          23803         279        20         218.0000          87.0000    150.57%
40700.58/2124.82	c      2125          34609          45        20         218.0000          87.0000    150.57%
40736.28/2126.65	c *    2127          35214          58        20         217.0000          87.0000    149.43%
40801.72/2129.97	c      2130          23954          60        20         217.0000          87.0000    149.43%
40877.18/2133.78	c *    2134          24009         115        20         216.0000          87.0000    148.28%
40906.84/2135.20	c      2135          24009         115        20         216.0000          87.0000    148.28%
40994.04/2139.62	c *    2140          24033         141        20         215.0000          87.0000    147.13%
41005.90/2140.28	c      2140          35240          15        20         215.0000          87.0000    147.13%
41106.80/2145.32	c      2145          24104          93        20         215.0000          87.0000    147.13%
41132.44/2146.61	c *    2147          24131         120        20         214.0000          87.0000    145.98%
41209.63/2150.58	c      2151          35435          66        20         214.0000          87.0000    145.98%
41249.30/2152.53	c *    2153          35593          36        20         213.0000          87.0000    144.83%
41306.85/2155.46	c *    2155          35636          37        20         212.0000          87.0000    143.68%
41319.23/2156.07	c      2156          35602          85        20         212.0000          87.0000    143.68%
41418.44/2161.11	c      2161          24325          97        20         212.0000          87.0000    143.68%
41455.32/2163.00	c *    2163          24325          97        20         211.0000          87.0000    142.53%
41524.40/2166.43	c      2166          36041          78        20         211.0000          87.0000    142.53%
41540.21/2167.20	c *    2167          35886          80        20         210.0000          87.0000    141.38%
41611.52/2170.85	c *    2171          36130          54        20         209.0000          87.0000    140.23%
41627.37/2171.64	c      2172          24431          69        20         209.0000          87.0000    140.23%
41680.95/2174.35	c *    2174          24466          44        20         208.0000          87.0000    139.08%
41728.61/2176.79	c      2177          36249          54        20         208.0000          87.0000    139.08%
41735.03/2177.04	c *    2177          36249          54        20         207.0000          87.0000    137.93%
41791.94/2179.93	c *    2180          24569          76        20         206.0000          87.0000    136.78%
41836.16/2182.17	c      2182          24617          91        20         206.0000          87.0000    136.78%
41883.09/2184.57	c *    2185          36634          74        20         205.0000          87.0000    135.63%
41942.32/2187.56	c      2188          36703          46        20         205.0000          87.0000    135.63%
41981.95/2189.58	c *    2190          24815         116        20         204.0000          87.0000    134.48%
42041.40/2192.59	c      2193          36669          94        20         204.0000          87.0000    134.48%
42043.39/2192.67	c *    2193          36669          94        20         203.0000          87.0000    133.33%
42053.85/2193.19	c *    2193          24894          76        20         202.0000          87.0000    132.18%
42096.66/2195.35	c *    2195          36692          34        20         201.0000          87.0000    131.03%
42144.19/2197.78	c      2198          24964          64        20         201.0000          87.0000    131.03%
42192.48/2200.17	c *    2200          36943          34        20         200.0000          87.0000    129.89%
42245.42/2202.82	c      2203          36987          63        20         200.0000          87.0000    129.89%
42273.21/2204.23	c *    2204          37021          46        20         199.0000          87.0000    128.74%
42346.75/2207.92	c      2208          25216          76        20         199.0000          87.0000    128.74%
42349.25/2208.10	c *    2208          25216          76        20         198.0000          87.0000    127.59%
42437.95/2212.59	c *    2213          25296          43        20         197.0000          87.0000    126.44%
42451.81/2213.20	c      2213          37343          42        20         197.0000          87.0000    126.44%
42531.24/2217.29	c *    2217          37321          83        20         196.0000          87.0000    125.29%
42557.01/2218.54	c      2219          37395          32        20         196.0000          87.0000    125.29%
42602.70/2220.88	c *    2221          37425          42        20         195.0000          87.0000    124.14%
42658.11/2223.69	c      2224          37755          73        20         195.0000          87.0000    124.14%
42689.81/2225.27	c *    2225          37815          85        20         194.0000          87.0000    122.99%
42771.14/2229.31	c      2229          37604          66        20         194.0000          87.0000    122.99%
42790.99/2230.34	c *    2230          37949          69        20         193.0000          87.0000    121.84%
42864.94/2234.05	c *    2234          38001          29        20         192.0000          87.0000    120.69%
42872.10/2234.41	c      2234          38030          35        20         192.0000          87.0000    120.69%
42911.31/2236.43	c *    2236          37878          31        20         191.0000          87.0000    119.54%
42972.76/2239.54	c      2240          37947          31        20         191.0000          87.0000    119.54%
43005.28/2241.17	c *    2241          26131          98        20         190.0000          87.0000    118.39%
43071.92/2244.58	c      2245          38215         100        20         190.0000          87.0000    118.39%
43115.45/2246.74	c *    2247          38256          76        20         189.0000          87.0000    117.24%
43172.92/2249.61	c      2250          26387          56        20         189.0000          87.0000    117.24%
43196.76/2250.89	c *    2251          26427          96        20         188.0000          87.0000    116.09%
43276.11/2254.87	c      2255          38489          69        20         188.0000          87.0000    116.09%
43293.97/2255.79	c *    2256          38540          92        20         187.0000          87.0000    114.94%
43349.11/2258.51	c *    2259          38617          35        20         186.0000          87.0000    113.79%
43374.93/2259.90	c      2260          38703           2        20         186.0000          87.0000    113.79%
43421.14/2262.14	c *    2262          38750          39        20         185.0000          87.0000    112.64%
43465.90/2264.47	c *    2264          26743          39        20         184.0000          87.0000    111.49%
43475.68/2265.02	c      2265          39009          52        20         184.0000          87.0000    111.49%
43549.12/2268.62	c *    2269          39034          70        20         183.0000          87.0000    110.34%
43579.55/2270.14	c      2270          39141          15        20         183.0000          87.0000    110.34%
43680.06/2275.21	c      2275          27165         237        20         183.0000          87.0000    110.34%
43683.88/2275.41	c *    2275          27165         237        20         182.0000          87.0000    109.20%
43755.98/2279.08	c *    2279          39417          65        20         181.0000          87.0000    108.05%
43780.95/2280.37	c      2280          39439           1        20         181.0000          87.0000    108.05%
43834.85/2283.11	c *    2283          27486         136        20         180.0000          87.0000    106.90%
43881.68/2285.40	c      2285          27563          36        20         180.0000          87.0000    106.90%
43939.13/2288.36	c *    2288          39681          76        20         179.0000          87.0000    105.75%
43980.63/2290.43	c *    2290          39719          11        20         178.0000          87.0000    104.60%
43980.63/2290.43	c      2290          39719          11        20         178.0000          87.0000    104.60%
44028.15/2292.87	c *    2293          27877          33        20         177.0000          87.0000    103.45%
44085.51/2295.73	c      2296          40094          17        20         177.0000          87.0000    103.45%
44180.84/2300.56	c *    2301          40209          52        20         176.0000          87.0000    102.30%
44186.75/2300.81	c      2301          40002          70        20         176.0000          87.0000    102.30%
44287.68/2305.90	c      2306          40384          23        20         176.0000          87.0000    102.30%
44287.68/2306.01	c *    2306          40384          23        20         175.0000          87.0000    101.15%
44360.93/2309.69	c *    2310          40559          46        20         174.0000          87.0000    100.00%
44398.53/2311.56	c      2312          40587           5        20         174.0000          87.0000    100.00%
44432.28/2313.28	c *    2313          28628          49        20         173.0000          87.0000     98.85%
44501.75/2316.76	c      2317          28737          48        20         173.0000          87.0000     98.85%
44519.62/2317.70	c *    2318          40474          63        20         172.0000          87.0000     97.70%
44607.37/2322.13	c      2322          40618          70        20         172.0000          87.0000     97.70%
44634.48/2323.47	c *    2323          29051         189        20         171.0000          87.0000     96.55%
44681.98/2325.84	c *    2326          41108          18        20         170.0000          87.0000     95.40%
44708.41/2327.14	c      2327          41155          47        20         170.0000          87.0000     95.40%
44787.77/2331.14	c *    2331          29410         204        20         169.0000          87.0000     94.25%
44807.63/2332.18	c      2332          41314           1        20         169.0000          87.0000     94.25%
44854.54/2334.56	c *    2335          29516          44        20         168.0000          87.0000     93.10%
44899.87/2336.85	c *    2337          41232          53        20         167.0000          87.0000     91.95%
44907.72/2337.23	c      2337          41232          53        20         167.0000          87.0000     91.95%
45008.86/2342.32	c      2342          41618          43        20         167.0000          87.0000     91.95%
45020.78/2342.95	c *    2343          41405          74        20         166.0000          87.0000     90.80%
45078.16/2345.85	c *    2346          41797          74        20         165.0000          87.0000     89.66%
45115.71/2347.71	c      2348          41535          14        20         165.0000          87.0000     89.66%
45173.30/2350.65	c *    2351          41669          69        20         164.0000          87.0000     88.51%
45216.98/2352.86	c      2353          30414          37        20         164.0000          87.0000     88.51%
45223.58/2353.20	c *    2353          30414          37        20         163.0000          87.0000     87.36%
45304.07/2357.29	c *    2357          41846          21        20         162.0000          87.0000     86.21%
45317.74/2357.95	c      2358          30633         158        20         162.0000          87.0000     86.21%
45389.07/2361.58	c *    2362          30815         137        20         161.0000          87.0000     85.06%
45424.81/2363.34	c      2363          42033          19        20         161.0000          87.0000     85.06%
45454.58/2364.80	c *    2365          42086          53        20         160.0000          87.0000     83.91%
45508.00/2367.58	c *    2368          42240          63        20         159.0000          87.0000     82.76%
45531.75/2368.72	c      2369          42291           8        20         159.0000          87.0000     82.76%
45551.53/2369.80	c *    2370          42361          52        20         158.0000          87.0000     81.61%
45632.67/2373.88	c      2374          31523         115        20         158.0000          87.0000     81.61%
45701.98/2377.33	c *    2377          42644          58        20         157.0000          87.0000     80.46%
45733.60/2379.01	c      2379          42679           6        20         157.0000          87.0000     80.46%
45753.36/2379.95	c *    2380          42959          40        20         156.0000          87.0000     79.31%
45812.77/2382.96	c *    2383          43118          73        20         155.0000          87.0000     78.16%
45838.53/2384.24	c      2384          42824           3        20         155.0000          87.0000     78.16%
45866.22/2385.68	c *    2386          32037          90        20         154.0000          87.0000     77.01%
45943.41/2389.53	c      2390          32224          74        20         154.0000          87.0000     77.01%
46002.94/2392.52	c *    2393          32335          82        20         153.0000          87.0000     75.86%
46046.50/2394.70	c      2395          43197          14        20         153.0000          87.0000     75.86%
46064.47/2395.67	c *    2396          32496          92        20         152.0000          87.0000     74.71%
46145.43/2399.71	c      2400          43717          77        20         152.0000          87.0000     74.71%
46226.67/2403.89	c *    2404          43813          70        20         151.0000          87.0000     73.56%
46251.16/2405.05	c      2405          32798          90        20         151.0000          87.0000     73.56%
46330.60/2409.11	c *    2409          32872          46        20         150.0000          87.0000     72.41%
46353.66/2410.22	c      2410          32936           0        20         150.0000          87.0000     72.41%
46407.28/2412.97	c *    2413          44089          67        20         149.0000          87.0000     71.26%
46452.41/2415.26	c      2415          33167          38        20         149.0000          87.0000     71.26%
46557.63/2420.57	c      2421          44331          49        20         149.0000          87.0000     71.26%
46581.37/2421.73	c *    2422          44399         101        20         148.0000          87.0000     70.11%
46631.01/2424.27	c *    2424          44035          18        20         147.0000          87.0000     68.97%
46662.35/2425.85	c      2426          44584          16        20         147.0000          87.0000     68.97%
46771.20/2431.31	c      2431          44171          12        20         147.0000          87.0000     68.97%
46862.48/2435.94	c *    2436          44878          53        20         146.0000          87.0000     67.82%
46872.36/2436.49	c      2436          44342          16        20         146.0000          87.0000     67.82%
46973.05/2441.59	c      2442          34016         103        20         146.0000          87.0000     67.82%
47074.21/2446.68	c      2447          44612          34        20         146.0000          87.0000     67.82%
47074.21/2446.68	c *    2447          44612          34        20         145.0000          87.0000     66.67%
47177.14/2451.81	c      2452          34274          33        20         145.0000          87.0000     66.67%
47276.38/2456.83	c      2457          34444          48        20         145.0000          87.0000     66.67%
47331.64/2459.64	c *    2460          45552          39        20         144.0000          87.0000     65.52%
47377.24/2461.96	c      2462          45606          18        20         144.0000          87.0000     65.52%
47478.90/2467.07	c      2467          45137          23        20         144.0000          87.0000     65.52%
47580.35/2472.18	c      2472          34878          76        20         144.0000          87.0000     65.52%
47660.94/2476.23	c *    2476          46006          34        20         143.0000          87.0000     64.37%
47679.51/2477.20	c      2477          46029           2        20         143.0000          87.0000     64.37%
47783.87/2482.41	c      2482          35175          50        20         143.0000          87.0000     64.37%
47888.93/2487.73	c      2488          46298          20        20         143.0000          87.0000     64.37%
47994.82/2493.11	c      2493          46442          23        20         143.0000          87.0000     64.37%
48097.22/2498.24	c      2498          45893          57        20         143.0000          87.0000     64.37%
48196.55/2503.27	c      2503          46654          23        20         143.0000          87.0000     64.37%
48305.66/2508.75	c      2509          35714          33        20         143.0000          87.0000     64.37%
48408.90/2513.91	c      2514          46879          24        20         143.0000          87.0000     64.37%
48482.24/2517.64	c *    2518          46242          68        20         142.0000          87.0000     63.22%
48510.62/2519.07	c      2519          46250           5        20         142.0000          87.0000     63.22%
48613.22/2524.21	c      2524          46393          49        20         142.0000          87.0000     63.22%
48712.51/2529.28	c      2529          47288          30        20         142.0000          87.0000     63.22%
48815.27/2534.47	c      2534          46534          34        20         142.0000          87.0000     63.22%
48916.54/2539.54	c      2540          46593          33        20         142.0000          87.0000     63.22%
49023.55/2544.90	c      2545          47561          31        20         142.0000          87.0000     63.22%
49127.10/2550.14	c      2550          46743          32        20         142.0000          87.0000     63.22%
49229.69/2555.39	c      2555          47785          21        20         142.0000          87.0000     63.22%
49330.95/2560.48	c      2560          47997          26        20         142.0000          87.0000     63.22%
49436.20/2565.77	c      2566          48171          24        20         142.0000          87.0000     63.22%
49539.45/2570.97	c      2571          47099          35        20         142.0000          87.0000     63.22%
49638.68/2575.98	c      2576          48467          22        20         142.0000          87.0000     63.22%
49745.91/2581.35	c      2581          47279          34        20         142.0000          87.0000     63.22%
49847.19/2586.48	c      2586          47356          32        20         142.0000          87.0000     63.22%
49948.49/2591.57	c      2592          38264          40        20         142.0000          87.0000     63.22%
50051.59/2596.70	c      2597          48947          28        20         142.0000          87.0000     63.22%
50150.86/2601.76	c      2602          47593          33        20         142.0000          87.0000     63.22%
50254.03/2606.96	c      2607          38653          39        20         142.0000          87.0000     63.22%
50358.17/2612.17	c      2612          47826          64        20         142.0000          87.0000     63.22%
50458.45/2617.26	c      2617          47920          44        20         142.0000          87.0000     63.22%
50559.57/2622.33	c      2622          39022          38        20         142.0000          87.0000     63.22%
50658.86/2627.39	c      2627          39109          36        20         142.0000          87.0000     63.22%
50768.08/2632.80	c      2633          49798          37        20         142.0000          87.0000     63.22%
50871.92/2638.11	c      2638          48425          32        20         142.0000          87.0000     63.22%
50901.13/2639.52	c *    2640          39446          52        20         141.0000          87.0000     62.07%
50982.44/2643.60	c      2644          48563          14        20         141.0000          87.0000     62.07%
51083.73/2648.70	c      2649          39790          37        20         141.0000          87.0000     62.07%
51186.95/2653.92	c      2654          50394          27        20         141.0000          87.0000     62.07%
51292.19/2659.23	c      2659          40026          45        20         141.0000          87.0000     62.07%
51391.38/2664.24	c      2664          50645          35        20         141.0000          87.0000     62.07%
51496.06/2669.54	c      2670          49301          14        20         141.0000          87.0000     62.07%
51607.25/2675.17	c      2675          49494          13        20         141.0000          87.0000     62.07%
51707.75/2680.22	c      2680          50927          22        20         141.0000          87.0000     62.07%
51807.04/2685.25	c      2685          51017          25        20         141.0000          87.0000     62.07%
51914.05/2690.62	c      2691          40764          30        20         141.0000          87.0000     62.07%
52021.76/2696.07	c      2696          50108           8        20         141.0000          87.0000     62.07%
52124.03/2701.24	c      2701          50245           7        20         141.0000          87.0000     62.07%
52227.16/2706.41	c      2706          51425          22        20         141.0000          87.0000     62.07%
52328.14/2711.57	c      2712          41278          33        20         141.0000          87.0000     62.07%
52437.69/2717.03	c      2717          41393          32        20         141.0000          87.0000     62.07%
52544.43/2722.43	c      2722          50826          12        20         141.0000          87.0000     62.07%
52645.63/2727.51	c      2728          51007          11        20         141.0000          87.0000     62.07%
52752.80/2733.00	c      2733          41770          32        20         141.0000          87.0000     62.07%
52851.97/2738.03	c      2738          41870          40        20         141.0000          87.0000     62.07%
52953.55/2743.08	c      2743          52160          21        20         141.0000          87.0000     62.07%
53058.00/2748.31	c      2748          51670          11        20         141.0000          87.0000     62.07%
53161.29/2753.51	c      2754          52349          20        20         141.0000          87.0000     62.07%
53260.23/2758.51	c      2759          51948          14        20         141.0000          87.0000     62.07%
53361.36/2763.64	c      2764          52536          22        20         141.0000          87.0000     62.07%
53460.53/2768.65	c      2769          52199           7        20         141.0000          87.0000     62.07%
53559.58/2773.68	c      2774          52386          24        20         141.0000          87.0000     62.07%
53664.52/2778.90	c      2779          52792          23        20         141.0000          87.0000     62.07%
53771.60/2784.31	c      2784          52896          22        20         141.0000          87.0000     62.07%
53870.70/2789.39	c      2789          52994          28        20         141.0000          87.0000     62.07%
53971.96/2794.41	c      2794          53087          23        20         141.0000          87.0000     62.07%
54073.20/2799.60	c      2800          53198          26        20         141.0000          87.0000     62.07%
54183.03/2805.08	c      2805          53321          21        20         141.0000          87.0000     62.07%
54293.11/2810.63	c      2811          53454          19        20         141.0000          87.0000     62.07%
54392.40/2815.64	c      2816          43397          38        20         141.0000          87.0000     62.07%
54493.68/2820.77	c      2821          53613          18        20         141.0000          87.0000     62.07%
54594.63/2825.84	c      2826          53759          19        20         141.0000          87.0000     62.07%
54698.50/2831.11	c      2831          43686          36        20         141.0000          87.0000     62.07%
54803.11/2836.33	c      2836          53982          14        20         141.0000          87.0000     62.07%
54912.36/2841.85	c      2842          54144          36        20         141.0000          87.0000     62.07%
55011.64/2846.89	c      2847          54232          30        20         141.0000          87.0000     62.07%
55112.82/2851.90	c      2852          54339          29        20         141.0000          87.0000     62.07%
55212.05/2856.99	c      2857          44234          34        20         141.0000          87.0000     62.07%
55313.95/2862.07	c      2862          44371          45        20         141.0000          87.0000     62.07%
55418.50/2867.30	c      2867          44473          37        20         141.0000          87.0000     62.07%
55525.67/2872.80	c      2873          44611          38        20         141.0000          87.0000     62.07%
55628.81/2878.00	c      2878          44736          35        20         141.0000          87.0000     62.07%
55730.53/2883.04	c      2883          54979          21        20         141.0000          87.0000     62.07%
55829.78/2888.12	c      2888          55376          16        20         141.0000          87.0000     62.07%
55932.20/2893.26	c      2893          55515          18        20         141.0000          87.0000     62.07%
56033.31/2898.34	c      2898          55337          26        20         141.0000          87.0000     62.07%
56134.57/2903.50	c      2904          45210          33        20         141.0000          87.0000     62.07%
56241.74/2908.85	c      2909          55905          17        20         141.0000          87.0000     62.07%
56345.41/2914.06	c      2914          55739          52        20         141.0000          87.0000     62.07%
56444.81/2919.11	c      2919          45499          38        20         141.0000          87.0000     62.07%
56546.06/2924.14	c      2924          55928          23        20         141.0000          87.0000     62.07%
56645.27/2929.14	c      2929          56402          26        20         141.0000          87.0000     62.07%
56744.74/2934.17	c      2934          56556          21        20         141.0000          87.0000     62.07%
56847.05/2939.30	c      2939          56707          23        20         141.0000          87.0000     62.07%
56948.28/2944.47	c      2944          45995          38        20         141.0000          87.0000     62.07%
57053.30/2949.78	c      2950          56456          27        20         141.0000          87.0000     62.07%
57059.55/2950.05	c *    2950          56996          21        20         140.0000          87.0000     60.92%
57156.26/2954.91	c      2955          56622          19        20         140.0000          87.0000     60.92%
57258.12/2960.12	c      2960          57272          53        20         140.0000          87.0000     60.92%
57360.68/2965.22	c      2965          56868          25        20         140.0000          87.0000     60.92%
57463.88/2970.41	c      2970          46790          44        20         140.0000          87.0000     60.92%
57562.99/2975.48	c      2975          46910          33        20         140.0000          87.0000     60.92%
57663.94/2980.50	c      2980          47003          32        20         140.0000          87.0000     60.92%
57763.26/2985.52	c      2986          47149          37        20         140.0000          87.0000     60.92%
57864.50/2990.66	c      2991          57464          27        20         140.0000          87.0000     60.92%
57969.76/2995.96	c      2996          57994          52        20         140.0000          87.0000     60.92%
58074.99/3001.20	c      3001          47503          45        20         140.0000          87.0000     60.92%
58182.08/3006.65	c      3007          57814          22        20         140.0000          87.0000     60.92%
58295.22/3012.35	c      3012          57958          18        20         140.0000          87.0000     60.92%
58398.48/3017.57	c      3018          58089          17        20         140.0000          87.0000     60.92%
58501.73/3022.72	c      3023          58586          48        20         140.0000          87.0000     60.92%
58603.00/3027.81	c      3028          48330          39        20         140.0000          87.0000     60.92%
58712.17/3033.35	c      3033          58457          28        20         140.0000          87.0000     60.92%
58811.13/3038.39	c      3038          48620          40        20         140.0000          87.0000     60.92%
58920.36/3043.86	c      3044          48781          40        20         140.0000          87.0000     60.92%
59021.60/3048.90	c      3049          58787          21        20         140.0000          87.0000     60.92%
59120.89/3053.95	c      3054          59336          49        20         140.0000          87.0000     60.92%
59224.79/3059.16	c      3059          59020          20        20         140.0000          87.0000     60.92%
59325.41/3064.29	c      3064          59160          22        20         140.0000          87.0000     60.92%
59426.67/3069.34	c      3069          59296          27        20         140.0000          87.0000     60.92%
59529.93/3074.51	c      3075          59889          42        20         140.0000          87.0000     60.92%
59631.01/3079.65	c      3080          49713          38        20         140.0000          87.0000     60.92%
59731.96/3084.74	c      3085          59727          21        20         140.0000          87.0000     60.92%
59830.65/3089.79	c      3090          60182          39        20         140.0000          87.0000     60.92%
59939.86/3095.29	c      3095          60308          42        20         140.0000          87.0000     60.92%
60045.05/3100.52	c      3101          60424          39        20         140.0000          87.0000     60.92%
60144.18/3105.60	c      3106          50367          37        20         140.0000          87.0000     60.92%
60245.46/3110.62	c      3111          60628          37        20         140.0000          87.0000     60.92%
60348.75/3115.81	c      3116          60510          18        20         140.0000          87.0000     60.92%
60452.62/3121.04	c      3121          60652          21        20         140.0000          87.0000     60.92%
60551.87/3126.10	c      3126          50891          35        20         140.0000          87.0000     60.92%
60650.95/3131.10	c      3131          60936          37        20         140.0000          87.0000     60.92%
60750.46/3136.12	c      3136          51083          50        20         140.0000          87.0000     60.92%
60860.91/3141.65	c      3142          61199          24        20         140.0000          87.0000     60.92%
60964.11/3146.81	c      3147          61336          36        20         140.0000          87.0000     60.92%
61067.84/3152.06	c      3152          61389          21        20         140.0000          87.0000     60.92%
61174.45/3157.49	c      3157          51663          52        20         140.0000          87.0000     60.92%
61277.62/3162.65	c      3163          51787          47        20         140.0000          87.0000     60.92%
61376.91/3167.67	c      3168          61680          16        20         140.0000          87.0000     60.92%
61478.05/3172.72	c      3173          61811          22        20         140.0000          87.0000     60.92%
61587.09/3178.25	c      3178          52094          47        20         140.0000          87.0000     60.92%
61692.37/3183.55	c      3184          62087          37        20         140.0000          87.0000     60.92%
61795.62/3188.71	c      3189          52344          47        20         140.0000          87.0000     60.92%
61898.90/3193.94	c      3194          62365          27        20         140.0000          87.0000     60.92%
62002.73/3199.18	c      3199          62487          23        20         140.0000          87.0000     60.92%
62105.30/3204.31	c      3204          52585          47        20         140.0000          87.0000     60.92%
62206.48/3209.42	c      3209          62709          20        20         140.0000          87.0000     60.92%
62307.40/3214.52	c      3215          62875          37        20         140.0000          87.0000     60.92%
62406.36/3219.54	c      3220          62934           1        20         140.0000          87.0000     60.92%
62511.63/3224.86	c      3225          53109          53        20         140.0000          87.0000     60.92%
62612.89/3229.91	c      3230          63219          40        20         140.0000          87.0000     60.92%
62712.18/3234.96	c      3235          53315          46        20         140.0000          87.0000     60.92%
62811.39/3240.01	c      3240          63404          24        20         140.0000          87.0000     60.92%
62916.60/3245.28	c      3245          53538          48        20         140.0000          87.0000     60.92%
63019.70/3250.47	c      3250          53650          47        20         140.0000          87.0000     60.92%
63126.89/3255.83	c      3256          63759          20        20         140.0000          87.0000     60.92%
63226.18/3260.84	c      3261          53876          45        20         140.0000          87.0000     60.92%
63333.43/3266.28	c      3266          53972          42        20         140.0000          87.0000     60.92%
63436.67/3271.47	c      3271          54041          42        20         140.0000          87.0000     60.92%
63537.93/3276.59	c      3277          54150          45        20         140.0000          87.0000     60.92%
63644.82/3281.90	c      3282          54265          43        20         140.0000          87.0000     60.92%
63744.10/3286.99	c      3287          64533          20        20         140.0000          87.0000     60.92%
63843.03/3292.00	c      3292          64620          31        20         140.0000          87.0000     60.92%
63950.05/3297.30	c      3297          64756          33        20         140.0000          87.0000     60.92%
64057.01/3302.78	c      3303          64885          36        20         140.0000          87.0000     60.92%
64165.70/3308.23	c      3308          65016          34        20         140.0000          87.0000     60.92%
64272.96/3313.62	c      3314          65160          31        20         140.0000          87.0000     60.92%
64384.01/3319.23	c      3319          65303          34        20         140.0000          87.0000     60.92%
64487.02/3324.50	c      3324          65439          27        20         140.0000          87.0000     60.92%
64595.93/3329.95	c      3330          65559          30        20         140.0000          87.0000     60.92%
64705.08/3335.44	c      3335          55498          48        20         140.0000          87.0000     60.92%
64806.29/3340.50	c      3341          65821          31        20         140.0000          87.0000     60.92%
64905.59/3345.59	c      3346          65954          35        20         140.0000          87.0000     60.92%
65008.70/3350.78	c      3351          66115          29        20         140.0000          87.0000     60.92%
65109.95/3355.86	c      3356          66266          35        20         140.0000          87.0000     60.92%
65211.21/3360.95	c      3361          56090          49        20         140.0000          87.0000     60.92%
65312.95/3366.06	c      3366          66586          44        20         140.0000          87.0000     60.92%
65415.68/3371.20	c      3371          66682          44        20         140.0000          87.0000     60.92%
65516.93/3376.34	c      3376          66778          45        20         140.0000          87.0000     60.92%
65618.20/3381.49	c      3382          56599          44        20         140.0000          87.0000     60.92%
65719.46/3386.51	c      3387          67003          24        20         140.0000          87.0000     60.92%
65820.75/3391.68	c      3392          67128          34        20         140.0000          87.0000     60.92%
65925.90/3396.97	c      3397          67269          29        20         140.0000          87.0000     60.92%
66024.97/3402.02	c      3402          67359          30        20         140.0000          87.0000     60.92%
66128.91/3407.15	c      3407          67407          48        20         140.0000          87.0000     60.92%
66237.33/3412.62	c      3413          57327          45        20         140.0000          87.0000     60.92%
66338.58/3417.71	c      3418          67681          40        20         140.0000          87.0000     60.92%
66437.79/3422.80	c      3423          67735          45        20         140.0000          87.0000     60.92%
66543.68/3428.06	c      3428          57657          42        20         140.0000          87.0000     60.92%
66644.91/3433.16	c      3433          67915          53        20         140.0000          87.0000     60.92%
66747.34/3438.30	c      3438          68094          32        20         140.0000          87.0000     60.92%
66850.62/3443.52	c      3444          68225          32        20         140.0000          87.0000     60.92%
66951.89/3448.63	c      3449          58063          45        20         140.0000          87.0000     60.92%
67057.09/3453.98	c      3454          68294          48        20         140.0000          87.0000     60.92%
67160.92/3459.16	c      3459          68392          44        20         140.0000          87.0000     60.92%
67269.45/3464.65	c      3465          58362          46        20         140.0000          87.0000     60.92%
67370.66/3469.71	c      3470          68825          32        20         140.0000          87.0000     60.92%
67469.91/3474.78	c      3475          68905          34        20         140.0000          87.0000     60.92%
67577.80/3480.18	c      3480          58637          42        20         140.0000          87.0000     60.92%
67680.36/3485.38	c      3485          68871          53        20         140.0000          87.0000     60.92%
67787.57/3490.72	c      3491          69249          33        20         140.0000          87.0000     60.92%
67890.80/3495.90	c      3496          69094          50        20         140.0000          87.0000     60.92%
67990.06/3500.97	c      3501          69429          31        20         140.0000          87.0000     60.92%
68097.16/3506.32	c      3506          69276          44        20         140.0000          87.0000     60.92%
68195.98/3511.33	c      3511          59289          38        20         140.0000          87.0000     60.92%
68296.93/3516.40	c      3516          59392          48        20         140.0000          87.0000     60.92%
68395.88/3521.45	c      3521          69739          27        20         140.0000          87.0000     60.92%
68501.11/3526.78	c      3527          59646          57        20         140.0000          87.0000     60.92%
68604.31/3532.01	c      3532          69989          26        20         140.0000          87.0000     60.92%
68706.24/3537.12	c      3537          59850          44        20         140.0000          87.0000     60.92%
68810.76/3542.33	c      3542          59958          47        20         140.0000          87.0000     60.92%
68914.00/3547.51	c      3548          70055          45        20         140.0000          87.0000     60.92%
69021.19/3552.91	c      3553          60163          53        20         140.0000          87.0000     60.92%
69120.13/3557.98	c      3558          70493          30        20         140.0000          87.0000     60.92%
69219.43/3563.02	c      3563          70365          47        20         140.0000          87.0000     60.92%
69326.62/3568.34	c      3568          70722          29        20         140.0000          87.0000     60.92%
69425.66/3573.39	c      3573          60593          47        20         140.0000          87.0000     60.92%
69530.77/3578.69	c      3579          70935          32        20         140.0000          87.0000     60.92%
69632.04/3583.71	c      3584          60858          57        20         140.0000          87.0000     60.92%
69733.29/3588.83	c      3589          71149          42        20         140.0000          87.0000     60.92%
69832.59/3593.86	c      3594          70925          46        20         140.0000          87.0000     60.92%
69933.84/3598.99	c      3599          61153          50        20         140.0000          87.0000     60.92%
70037.78/3604.16	c      3604          71154          45        20         140.0000          87.0000     60.92%
70140.24/3609.36	c      3609          71526          36        20         140.0000          87.0000     60.92%
70241.50/3614.46	c      3614          71370          48        20         140.0000          87.0000     60.92%
70342.66/3619.50	c      3620          71666          35        20         140.0000          87.0000     60.92%
70441.83/3624.54	c      3625          71726          33        20         140.0000          87.0000     60.92%
70548.88/3629.99	c      3630          61903          57        20         140.0000          87.0000     60.92%
70655.90/3635.35	c      3635          71868          33        20         140.0000          87.0000     60.92%
70758.89/3640.57	c      3641          71872          43        20         140.0000          87.0000     60.92%
70866.03/3645.95	c      3646          71989          35        20         140.0000          87.0000     60.92%
70971.14/3651.28	c      3651          62476          52        20         140.0000          87.0000     60.92%
71076.26/3656.52	c      3657          72160          45        20         140.0000          87.0000     60.92%
71183.38/3661.91	c      3662          72261          45        20         140.0000          87.0000     60.92%
71282.55/3666.94	c      3667          72298          36        20         140.0000          87.0000     60.92%
71384.51/3672.05	c      3672          72357          30        20         140.0000          87.0000     60.92%
71488.72/3677.36	c      3677          72435          32        20         140.0000          87.0000     60.92%
71589.75/3682.49	c      3682          63207          59        20         140.0000          87.0000     60.92%
71690.84/3687.52	c      3688          72577          32        20         140.0000          87.0000     60.92%
71789.91/3692.57	c      3693          72612          32        20         140.0000          87.0000     60.92%
71889.07/3697.58	c      3698          72990          43        20         140.0000          87.0000     60.92%

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: 191633 MiB (184317 MiB free)
  memory of node 1: 193531 MiB (187228 MiB free)
  memory of node 2: 193531 MiB (187141 MiB free)
  memory of node 3: 193531 MiB (192588 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-4465382-1722462638/watcher-4465382-1722462638 -o /tmp/evaluation-result-4465382-1722462638/solver-4465382-1722462638 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465382-1722462638.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): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=78551, runsolver pid=78548
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 80.65 75.06 76.09 62/984 78552
/proc/meminfo: memFree=769256404/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=93008 memory=81576 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/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 18281 0 0 0 8 2 0 0 20 0 1 0 12846424 95240192 20394 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 23252 20394 2347 3035 0 19648 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 93008 KiB
Current children cumulated memory: 81576 KiB

[startup+0.219317 s]*
/proc/loadavg: 80.65 75.06 76.09 62/984 78552
/proc/meminfo: memFree=769210384/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=140624 memory=128976 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/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 30163 0 0 0 18 5 0 0 20 0 1 0 12846424 143998976 32244 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 35156 32244 2347 3035 0 31552 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 140624 KiB
Current children cumulated memory: 128976 KiB

[startup+0.318998 s]*
/proc/loadavg: 80.65 75.06 76.09 62/984 78552
/proc/meminfo: memFree=769163908/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=186060 memory=174416 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 41494 0 0 0 26 7 0 0 20 0 1 0 12846424 190525440 43604 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 46515 43604 2347 3035 0 42911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 186060 KiB
Current children cumulated memory: 174416 KiB

[startup+0.700261 s]
/proc/loadavg: 80.65 75.06 76.09 63/984 78552
/proc/meminfo: memFree=769025708/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=414080 memory=400884 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 98383 0 0 0 54 15 0 0 20 0 1 0 12846424 424017920 100221 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 103520 100221 2555 3035 0 99916 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 414080 KiB
Current children cumulated memory: 400884 KiB

[startup+1.50027 s]
/proc/loadavg: 80.65 75.06 76.09 62/984 78552
/proc/meminfo: memFree=768873848/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=542580 memory=499176 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 122146 0 0 0 129 19 0 0 20 0 1 0 12846424 555601920 124794 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 135645 124794 2646 3035 0 132041 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 542580 KiB
Current children cumulated memory: 499176 KiB

[startup+3.11882 s]
/proc/loadavg: 79.16 74.85 76.01 62/984 78552
/proc/meminfo: memFree=768737368/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=614280 memory=593452 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 136153 0 0 0 287 23 0 0 20 0 1 0 12846424 629022720 148363 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 153570 148363 2726 3035 0 149966 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 614280 KiB
Current children cumulated memory: 593452 KiB

[startup+6.30025 s]
/proc/loadavg: 79.16 74.85 76.01 62/984 78552
/proc/meminfo: memFree=768747632/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=558636 memory=537744 CPUtime=6.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 143586 0 0 0 603 25 0 0 20 0 1 0 12846424 572043264 134436 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 139659 134436 2726 3035 0 136055 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 558636 KiB
Current children cumulated memory: 537744 KiB

[startup+12.7003 s]
/proc/loadavg: 76.60 74.44 75.87 62/984 78554
/proc/meminfo: memFree=768675620/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=650252 memory=627768 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 178135 0 0 0 1233 31 0 0 20 0 1 0 12846424 665858048 156942 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 162563 156942 2774 3035 0 158959 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 650252 KiB
Current children cumulated memory: 627768 KiB

[startup+25.5003 s]
/proc/loadavg: 74.28 74.01 75.71 62/984 78557
/proc/meminfo: memFree=768713540/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=650252 memory=627768 CPUtime=25.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 178144 0 0 0 2507 32 0 0 20 0 1 0 12846424 665858048 156942 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 162563 156942 2774 3035 0 158959 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 650252 KiB
Current children cumulated memory: 627768 KiB

[startup+51.12 s]
/proc/loadavg: 70.22 73.08 75.36 62/984 78562
/proc/meminfo: memFree=768715644/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=651372 memory=628784 CPUtime=50.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) R 78548 78551 70587 0 -1 4194304 178409 0 0 0 5057 32 0 0 20 0 1 0 12846424 667004928 157196 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 162843 157196 2774 3035 0 159239 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 651372 KiB
Current children cumulated memory: 628784 KiB

[startup+102.301 s]
/proc/loadavg: 68.45 71.90 74.81 73/1008 78611
/proc/meminfo: memFree=755739580/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=15391304 memory=14204620 CPUtime=605.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) S 78548 78551 70587 0 -1 1077936128 4517484 0 0 0 59441 1147 0 0 20 0 41 0 12846424 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 3847826 3551155 2998 3035 0 3771675 0
[pid=78551/tid=78567] ppid=78548 vsize=15391304 memory=20452 CPUtime=26.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78567/stat : 78567 (fscip) R 78548 78551 70587 0 -1 4194368 128472 0 0 0 2661 25 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78568] ppid=78548 vsize=15391304 memory=3760 CPUtime=26.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78568/stat : 78568 (fscip) R 78548 78551 70587 0 -1 4194368 272164 0 0 0 2570 94 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78569] ppid=78548 vsize=15391304 memory=14330832 CPUtime=26.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78569/stat : 78569 (fscip) R 78548 78551 70587 0 -1 4194368 232639 0 0 0 2646 39 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78570] ppid=78548 vsize=15391304 memory=279526941505568 CPUtime=26.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78570/stat : 78570 (fscip) R 78548 78551 70587 0 -1 4194368 133837 0 0 0 2664 24 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78571] ppid=78548 vsize=15391304 memory=14191240 CPUtime=26.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78571/stat : 78571 (fscip) R 78548 78551 70587 0 -1 4194368 295433 0 0 0 2561 95 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78572] ppid=78548 vsize=15391304 memory=198340509722 CPUtime=26.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78572/stat : 78572 (fscip) R 78548 78551 70587 0 -1 4194368 224603 0 0 0 2641 39 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78573] ppid=78548 vsize=15391304 memory=279526941394080 CPUtime=26.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78573/stat : 78573 (fscip) R 78548 78551 70587 0 -1 4194368 128165 0 0 0 2658 27 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78574] ppid=78548 vsize=15391304 memory=0 CPUtime=26.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78574/stat : 78574 (fscip) R 78548 78551 70587 0 -1 4194368 278903 0 0 0 2577 94 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78575] ppid=78548 vsize=15391304 memory=21509196223086 CPUtime=26.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78575/stat : 78575 (fscip) R 78548 78551 70587 0 -1 4194368 237546 0 0 0 2637 42 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78576] ppid=78548 vsize=15391304 memory=0 CPUtime=26.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78576/stat : 78576 (fscip) R 78548 78551 70587 0 -1 4194368 136969 0 0 0 2633 27 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78577] ppid=78548 vsize=15391304 memory=0 CPUtime=26.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78577/stat : 78577 (fscip) R 78548 78551 70587 0 -1 4194368 282810 0 0 0 2530 96 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78578] ppid=78548 vsize=15391304 memory=627768 CPUtime=26.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78578/stat : 78578 (fscip) R 78548 78551 70587 0 -1 4194368 234411 0 0 0 2642 42 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78579] ppid=78548 vsize=15391304 memory=0 CPUtime=26.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78579/stat : 78579 (fscip) R 78548 78551 70587 0 -1 4194368 137007 0 0 0 2663 24 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78580] ppid=78548 vsize=15391304 memory=13748 CPUtime=26.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78580/stat : 78580 (fscip) R 78548 78551 70587 0 -1 4194368 265614 0 0 0 2575 96 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78581] ppid=78548 vsize=15391304 memory=11184260 CPUtime=26.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78581/stat : 78581 (fscip) R 78548 78551 70587 0 -1 4194368 233222 0 0 0 2642 41 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78582] ppid=78548 vsize=15391304 memory=678340 CPUtime=26.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78582/stat : 78582 (fscip) R 78548 78551 70587 0 -1 4194368 135570 0 0 0 2660 27 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78583] ppid=78548 vsize=15391304 memory=279526941422240 CPUtime=26.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78583/stat : 78583 (fscip) R 78548 78551 70587 0 -1 4194368 283469 0 0 0 2570 99 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78584] ppid=78548 vsize=15391304 memory=0 CPUtime=26.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78584/stat : 78584 (fscip) R 78548 78551 70587 0 -1 4194368 237026 0 0 0 2642 43 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78585] ppid=78548 vsize=15391304 memory=10556 CPUtime=26.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78585/stat : 78585 (fscip) R 78548 78551 70587 0 -1 4194368 136378 0 0 0 2662 27 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78586] ppid=78548 vsize=15391304 memory=8865603714673363 CPUtime=26.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78586/stat : 78586 (fscip) R 78548 78551 70587 0 -1 4194368 278557 0 0 0 2570 96 0 0 20 0 41 0 12853495 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78587] ppid=78548 vsize=15391304 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78587/stat : 78587 (fscip) S 78548 78551 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78588] ppid=78548 vsize=15391304 memory=279526942130816 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78588/stat : 78588 (fscip) S 78548 78551 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78589] ppid=78548 vsize=15391304 memory=279526941071488 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78589/stat : 78589 (fscip) S 78548 78551 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78590] ppid=78548 vsize=15391304 memory=5472 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78590/stat : 78590 (fscip) S 78548 78551 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78591] ppid=78548 vsize=15391304 memory=16204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78591/stat : 78591 (fscip) S 78548 78551 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78592] ppid=78548 vsize=15391304 memory=14243504 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78592/stat : 78592 (fscip) S 78548 78551 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78593] ppid=78548 vsize=15391304 memory=14167596 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78593/stat : 78593 (fscip) S 78548 78551 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78594] ppid=78548 vsize=15391304 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78594/stat : 78594 (fscip) S 78548 78551 70587 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 12853960 15760695296 3551155 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0

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

/proc/78551/task/78593/stat : 78593 (fscip) S 78548 78551 70587 0 -1 1077936192 391 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78594] ppid=78548 vsize=23050760 memory=32816 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78594/stat : 78594 (fscip) S 78548 78551 70587 0 -1 1077936192 616 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78595] ppid=78548 vsize=23050760 memory=7140 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78595/stat : 78595 (fscip) S 78548 78551 70587 0 -1 1077936192 222 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78596] ppid=78548 vsize=23050760 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/78551/task/78596/stat : 78596 (fscip) S 78548 78551 70587 0 -1 1077936192 240 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78597] ppid=78548 vsize=23050760 memory=-7233780906022726806 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78597/stat : 78597 (fscip) S 78548 78551 70587 0 -1 1077936192 217 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78598] ppid=78548 vsize=23050760 memory=36300 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/78551/task/78598/stat : 78598 (fscip) S 78548 78551 70587 0 -1 1077936192 150 0 0 0 2 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78599] ppid=78548 vsize=23050760 memory=13896 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/78551/task/78599/stat : 78599 (fscip) S 78548 78551 70587 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78600] ppid=78548 vsize=23050760 memory=10556 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/78551/task/78600/stat : 78600 (fscip) S 78548 78551 70587 0 -1 1077936192 164 0 0 0 2 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78601] ppid=78548 vsize=23050760 memory=21816568 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78601/stat : 78601 (fscip) S 78548 78551 70587 0 -1 1077936192 287 0 0 0 2 2 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78602] ppid=78548 vsize=23050760 memory=52404 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78602/stat : 78602 (fscip) S 78548 78551 70587 0 -1 1077936192 223 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78603] ppid=78548 vsize=23050760 memory=28748 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/78551/task/78603/stat : 78603 (fscip) S 78548 78551 70587 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78604] ppid=78548 vsize=23050760 memory=7384 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78604/stat : 78604 (fscip) S 78548 78551 70587 0 -1 1077936192 240 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78605] ppid=78548 vsize=23050760 memory=21816696 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/78551/task/78605/stat : 78605 (fscip) S 78548 78551 70587 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 12853961 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78606] ppid=78548 vsize=23050760 memory=21528348 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/78551/task/78606/stat : 78606 (fscip) S 78548 78551 70587 0 -1 1077936192 280 0 0 0 0 3 0 0 20 0 41 0 12853961 23603978240 5454177 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
Current children cumulated CPU time: 70794.6 s
Current children cumulated vsize: 23050760 KiB
Current children cumulated memory: 21816708 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 80.80 80.93 80.05 81/965 81181
/proc/meminfo: memFree=762462700/790760804 swapFree=131071996/131071996
[pid=78551] ppid=78548 vsize=23050760 memory=21831544 CPUtime=71939.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/stat : 78551 (fscip) S 78548 78551 70587 0 -1 1077936128 74381597 0 0 0 7185326 8614 0 0 20 0 41 0 12846424 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
/proc/78551/statm: 5762690 5457886 3014 3035 0 5609713 0
[pid=78551/tid=78567] ppid=78548 vsize=23050760 memory=-5155635712542074757 CPUtime=3597.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78567/stat : 78567 (fscip) R 78548 78551 70587 0 -1 4194368 1835346 0 0 0 359495 238 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78568] ppid=78548 vsize=23050760 memory=7752279739534842758 CPUtime=3594.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78568/stat : 78568 (fscip) R 78548 78551 70587 0 -1 4194368 1981154 0 0 0 359196 268 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78569] ppid=78548 vsize=23050760 memory=2244 CPUtime=3580.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78569/stat : 78569 (fscip) R 78548 78551 70587 0 -1 4194368 7671608 0 0 0 357201 812 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78570] ppid=78548 vsize=23050760 memory=19924 CPUtime=3599.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78570/stat : 78570 (fscip) R 78548 78551 70587 0 -1 4194368 1700872 0 0 0 359755 216 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78571] ppid=78548 vsize=23050760 memory=104 CPUtime=3597.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78571/stat : 78571 (fscip) R 78548 78551 70587 0 -1 4194368 1600858 0 0 0 359472 236 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78572] ppid=78548 vsize=23050760 memory=2004 CPUtime=3588.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78572/stat : 78572 (fscip) R 78548 78551 70587 0 -1 4194368 8575123 0 0 0 357991 891 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78573] ppid=78548 vsize=23050760 memory=52404 CPUtime=3600.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78573/stat : 78573 (fscip) R 78548 78551 70587 0 -1 4194368 1485916 0 0 0 359841 172 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78574] ppid=78548 vsize=23050760 memory=28748 CPUtime=3596.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78574/stat : 78574 (fscip) R 78548 78551 70587 0 -1 4194368 2031150 0 0 0 359341 288 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78575] ppid=78548 vsize=23050760 memory=-7306078314040483452 CPUtime=3586.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78575/stat : 78575 (fscip) R 78548 78551 70587 0 -1 4194368 7982443 0 0 0 357879 815 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78576] ppid=78548 vsize=23050760 memory=11432 CPUtime=3596.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78576/stat : 78576 (fscip) R 78548 78551 70587 0 -1 4194368 1548679 0 0 0 359510 184 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78577] ppid=78548 vsize=23050760 memory=13752 CPUtime=3578.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78577/stat : 78577 (fscip) R 78548 78551 70587 0 -1 4194368 1639275 0 0 0 357561 248 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78578] ppid=78548 vsize=23050760 memory=13204 CPUtime=3584.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78578/stat : 78578 (fscip) R 78548 78551 70587 0 -1 4194368 8350996 0 0 0 357578 880 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78579] ppid=78548 vsize=23050760 memory=12232 CPUtime=3598.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78579/stat : 78579 (fscip) R 78548 78551 70587 0 -1 4194368 1600371 0 0 0 359698 181 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78580] ppid=78548 vsize=23050760 memory=12280 CPUtime=3599.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78580/stat : 78580 (fscip) R 78548 78551 70587 0 -1 4194368 1939557 0 0 0 359630 282 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78581] ppid=78548 vsize=23050760 memory=14380 CPUtime=3586.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78581/stat : 78581 (fscip) R 78548 78551 70587 0 -1 4194368 7637338 0 0 0 357789 831 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78582] ppid=78548 vsize=23050760 memory=2796 CPUtime=3599.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78582/stat : 78582 (fscip) R 78548 78551 70587 0 -1 4194368 1819385 0 0 0 359668 255 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78583] ppid=78548 vsize=23050760 memory=6684 CPUtime=3596.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78583/stat : 78583 (fscip) R 78548 78551 70587 0 -1 4194368 2056316 0 0 0 359371 287 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78584] ppid=78548 vsize=23050760 memory=21830976 CPUtime=3587.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78584/stat : 78584 (fscip) R 78548 78551 70587 0 -1 4194368 8688361 0 0 0 357804 946 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78585] ppid=78548 vsize=23050760 memory=-7306078314040483452 CPUtime=3600.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78585/stat : 78585 (fscip) R 78548 78551 70587 0 -1 4194368 1713036 0 0 0 359850 218 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78586] ppid=78548 vsize=23050760 memory=36300 CPUtime=3596.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78586/stat : 78586 (fscip) R 78548 78551 70587 0 -1 4194368 2049516 0 0 0 359411 282 0 0 20 0 41 0 12853495 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78587] ppid=78548 vsize=23050760 memory=4736 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78587/stat : 78587 (fscip) S 78548 78551 70587 0 -1 1077936192 187 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78588] ppid=78548 vsize=23050760 memory=20456 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78588/stat : 78588 (fscip) S 78548 78551 70587 0 -1 1077936192 227 0 0 0 5 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78589] ppid=78548 vsize=23050760 memory=33724 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78589/stat : 78589 (fscip) S 78548 78551 70587 0 -1 1077936192 236 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78590] ppid=78548 vsize=23050760 memory=39196 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/78551/task/78590/stat : 78590 (fscip) S 78548 78551 70587 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78591] ppid=78548 vsize=23050760 memory=7624 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78591/stat : 78591 (fscip) S 78548 78551 70587 0 -1 1077936192 253 0 0 0 5 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78592] ppid=78548 vsize=23050760 memory=18468 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/78551/task/78592/stat : 78592 (fscip) S 78548 78551 70587 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78593] ppid=78548 vsize=23050760 memory=20188 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78593/stat : 78593 (fscip) S 78548 78551 70587 0 -1 1077936192 395 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78594] ppid=78548 vsize=23050760 memory=5564 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78594/stat : 78594 (fscip) S 78548 78551 70587 0 -1 1077936192 619 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78595] ppid=78548 vsize=23050760 memory=8216 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78595/stat : 78595 (fscip) S 78548 78551 70587 0 -1 1077936192 225 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78596] ppid=78548 vsize=23050760 memory=28064 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78596/stat : 78596 (fscip) S 78548 78551 70587 0 -1 1077936192 243 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78597] ppid=78548 vsize=23050760 memory=32816 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78597/stat : 78597 (fscip) S 78548 78551 70587 0 -1 1077936192 221 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78598] ppid=78548 vsize=23050760 memory=7140 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/78551/task/78598/stat : 78598 (fscip) S 78548 78551 70587 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78599] ppid=78548 vsize=23050760 memory=36300 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78599/stat : 78599 (fscip) S 78548 78551 70587 0 -1 1077936192 229 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78600] ppid=78548 vsize=23050760 memory=4736 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/78551/task/78600/stat : 78600 (fscip) S 78548 78551 70587 0 -1 1077936192 166 0 0 0 2 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78601] ppid=78548 vsize=23050760 memory=20456 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78601/stat : 78601 (fscip) S 78548 78551 70587 0 -1 1077936192 290 0 0 0 2 2 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78602] ppid=78548 vsize=23050760 memory=6836 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78602/stat : 78602 (fscip) S 78548 78551 70587 0 -1 1077936192 226 0 0 0 4 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78603] ppid=78548 vsize=23050760 memory=7032 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/78551/task/78603/stat : 78603 (fscip) S 78548 78551 70587 0 -1 1077936192 153 0 0 0 3 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78604] ppid=78548 vsize=23050760 memory=28104 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/78551/task/78604/stat : 78604 (fscip) S 78548 78551 70587 0 -1 1077936192 243 0 0 0 5 0 0 0 20 0 41 0 12853960 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78605] ppid=78548 vsize=23050760 memory=33724 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/78551/task/78605/stat : 78605 (fscip) S 78548 78551 70587 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 12853961 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
[pid=78551/tid=78606] ppid=78548 vsize=23050760 memory=27932 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/78551/task/78606/stat : 78606 (fscip) S 78548 78551 70587 0 -1 1077936192 283 0 0 0 0 3 0 0 20 0 41 0 12853961 23603978240 5457886 809668444160 4194304 16623229 140730902853200 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 30425088 140730902856714 140730902856832 140730902856832 140730902863856 0
Current children cumulated CPU time: 71939.4 s
Current children cumulated vsize: 23050760 KiB
Current children cumulated memory: 21831544 KiB

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

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

# cumulated CPU time of all completed processes:  user=71853.6 s, system=86.7856 s

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

[startup+3700.4 s]
/proc/loadavg: 80.80 80.93 80.05 63/926 81181
/proc/meminfo: memFree=766221532/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.6 s]
/proc/loadavg: 80.80 80.93 80.05 63/926 81181
/proc/meminfo: memFree=766221532/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.7 s]
/proc/loadavg: 80.80 80.93 80.05 63/926 81181
/proc/meminfo: memFree=766221532/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): 3700.71
CPU time (s): 71940.4
CPU user time (s): 71853.6
CPU system time (s): 86.7856
CPU usage (%): 1943.96
Max. virtual memory (cumulated for all children) (KiB): 23050760
Max. memory (cumulated for all children) (KiB): 21831544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71853.6
system time used= 86.7856
maximum resident set size= 21831544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74381619
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= 673457
involuntary context switches= 419989


# summary of solver processes directly reported to runsolver:
#   pid: 78551
#   total CPU time (s): 71940.4
#   total CPU user time (s): 71853.6
#   total CPU system time (s): 86.7856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0446 second user time and 79.8428 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 23:50:38
IDJOB=4465382
IDBENCH=149087
IDSOLVER=3094
FILE ID=nodeD102/4465382-1722462638
RUNJOBID= nodeD102-1722454211-70628
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j1207_5.std.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-4465382-1722462638/watcher-4465382-1722462638 -o /tmp/evaluation-result-4465382-1722462638/solver-4465382-1722462638 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465382-1722462638.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 58b69e9a96bb9e80c29d595afb46d459
RANDOM SEED=335648245

nodeD102.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		: 2861.638
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		: 3068.637
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.95
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		: 3190.098
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	: 5005.96
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		: 3504.516
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	: 5005.94
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		: 2858.907
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		: 3068.681
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.95
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		: 3190.093
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	: 5005.96
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		: 2785.776
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	: 5005.94
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		: 2861.212
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		: 3067.658
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.95
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		: 3190.085
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	: 5005.96
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		: 3616.358
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	: 5005.94
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		: 2858.959
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		: 3068.737
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.95
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		: 3190.086
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	: 5005.96
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		: 2397.047
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	: 5005.94
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		: 2855.961
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		: 3067.748
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.95
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		: 3190.086
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	: 5005.96
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		: 2028.804
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	: 5005.94
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		: 2861.570
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		: 3068.645
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.95
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		: 3190.083
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	: 5005.96
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		: 1449.409
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	: 5005.94
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		: 2861.205
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		: 3068.603
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.95
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		: 3188.620
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	: 5005.96
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		: 2632.083
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	: 5005.94
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		: 2861.543
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		: 3068.559
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.95
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		: 3190.076
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	: 5005.96
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		: 2352.006
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	: 5005.94
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		: 2861.511
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		: 3068.533
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.95
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		: 3190.069
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	: 5005.96
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		: 3179.942
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	: 5005.94
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		: 2861.021
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		: 3068.494
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.95
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		: 3190.065
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	: 5005.96
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		: 2634.424
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	: 5005.94
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		: 2861.484
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		: 3068.437
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.95
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		: 3190.058
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	: 5005.96
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		: 2622.309
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	: 5005.94
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		: 2858.808
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		: 3068.390
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.95
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		: 3190.057
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	: 5005.96
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		: 2634.661
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	: 5005.94
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		: 2858.911
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		: 3068.343
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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		: 3190.052
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	: 5005.96
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		: 2630.191
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	: 5005.94
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		: 2857.613
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		: 3068.277
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.95
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		: 3190.049
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	: 5005.96
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		: 2658.179
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	: 5005.94
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		: 2861.420
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		: 3068.235
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.95
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		: 3190.045
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	: 5005.96
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		: 2661.208
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2861.297
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		: 3068.177
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.95
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		: 3190.038
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	: 5005.96
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		: 2659.767
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	: 5005.94
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		: 2858.646
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		: 3068.115
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.95
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		: 3190.031
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	: 5005.96
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		: 3153.327
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	: 5005.94
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		: 2859.276
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		: 3068.067
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.95
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		: 3187.011
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	: 5005.96
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		: 2664.527
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	: 5005.94
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		: 2859.995
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		: 3066.355
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.95
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		: 3188.524
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	: 5005.96
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		: 2317.831
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	: 5005.94
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		: 2859.054
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		: 3068.102
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.95
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		: 3190.020
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	: 5005.96
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		: 3659.200
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	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        769307640 kB
MemAvailable:   767852400 kB
Buffers:          175268 kB
Cached:          1733016 kB
SwapCached:            0 kB
Active:           336952 kB
Inactive:       18695980 kB
Active(anon):       2260 kB
Inactive(anon): 17144912 kB
Active(file):     334692 kB
Inactive(file):  1551068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35124 kB
Writeback:            80 kB
AnonPages:      17123780 kB
Mapped:           128288 kB
Shmem:             22536 kB
KReclaimable:     157056 kB
Slab:             498412 kB
SReclaimable:     157056 kB
SUnreclaim:       341356 kB
KernelStack:       16928 kB
PageTables:        44616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1962824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           213504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    808960 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622776 MiB
End job on nodeD102 at 2024-08-01 00:52:19